Open Source Telephony
 help / color / mirror / Atom feed
From: Daniel Wagner <daniel.wagner@bmw-carit.de>
To: ofono@ofono.org
Subject: Re: Need your help - Few queries on ofono
Date: Thu, 20 May 2010 14:11:05 +0200	[thread overview]
Message-ID: <20100520121105.GA18374@gumpy.localdomain> (raw)
In-Reply-To: <AANLkTiniwJUyo7UlOdYlPx-CX-D2B0Et_iXjw7N2qMzk@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]

Hi Sankar,

On Thu, May 20, 2010 at 12:07:00PM +0200, Sankar wrote:
> Hi Daniel,
> 
> I have a few queries on ofono telephony stack. Can you please help me.
> Thanks for your time.
> 
> My question is:
> 
> 1. I downloaded the ofono source code from the web, Tried compiling it, and building it.
> 2. The code got successfully compiled and ofonod was generated. But looks like no specific .so s got built for the drivers/plugins.


My usual steps are:

$ ./bootstrap-configure

(read the output of configure and check if there are missing
libraries. if yes install the missing dependencies)

$ make
$ sudo make install

> I tried launching the ofono deamon, but could not launch it. Can you please provide some inputs.

You have make sure to install the ofono.conf (dbus daemon
configuration) into /etc/dbus.1/system.d/ and then trigger dbus daemon
to reread the configuration (e.g. killall -HUP dbus-daemon)

Enable phonesim in /etc/ofono/modem.conf

And then you should be able to start ofono

$ sudo src/ofonod -n

with '-n' the daemon doesn't spawn into background

> Also, can you please provide some inputs on how to use phonesim with this.

$ ./boostrap-configure
$ make
$ sudo make install

$ phonesim -gui default.xml

and then you have to enable the modem with

$ ofono/test/enable-modem

cheers,
daniel

       reply	other threads:[~2010-05-20 12:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <AANLkTiniwJUyo7UlOdYlPx-CX-D2B0Et_iXjw7N2qMzk@mail.gmail.com>
2010-05-20 12:11 ` Daniel Wagner [this message]
2010-05-20  4:19   ` Need your help - Few queries on ofono Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100520121105.GA18374@gumpy.localdomain \
    --to=daniel.wagner@bmw-carit.de \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox