All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Need your help - Few queries on ofono
  2010-05-20 12:11 ` Need your help - Few queries on ofono Daniel Wagner
@ 2010-05-20  4:19   ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-05-20  4:19 UTC (permalink / raw)
  To: ofono

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

Hi Sankar,

> > 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.

In the future please post such questions to the oFono mailing list.  And to 
answer this specific topic:

All oFono drivers / plugins found in drivers/ and plugins/ are built as 
builtins.  This means that they're _statically_ linked and no .so files are 
generated.  However, oFono can load external .so plugins as well.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* 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

end of thread, other threads:[~2010-05-20 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTiniwJUyo7UlOdYlPx-CX-D2B0Et_iXjw7N2qMzk@mail.gmail.com>
2010-05-20 12:11 ` Need your help - Few queries on ofono Daniel Wagner
2010-05-20  4:19   ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.