* Re: Need your help - Few queries on ofono
[not found] <AANLkTiniwJUyo7UlOdYlPx-CX-D2B0Et_iXjw7N2qMzk@mail.gmail.com>
@ 2010-05-20 12:11 ` Daniel Wagner
2010-05-20 4:19 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Wagner @ 2010-05-20 12:11 UTC (permalink / raw)
To: ofono
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread