Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Wei Li
But is there any doc for at least the object methods and signals under /com/nokia? Because HAL has its own DBus instances as well as docs. But I couldn't find the /com/nokia ones. On Mon, Jun 7, 2010 at 3:03 AM, Ian Stirling maemo-de...@mauve.plus.comwrote: Wei Li wrote: Hi all, I am doing

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Sivan Greenberg
If there is not such docs yet, we need to develop some or ask for some API docs. Who might know about this? Sivan On Mon, Jun 7, 2010 at 10:01 AM, Wei Li ttlee1...@gmail.com wrote: But is there any doc for at least the object methods and signals under /com/nokia? Because HAL has its own DBus

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Daniil Ivanov
Hi Wei! Can you use libhal and libhal-storage? http://maemo.org/api_refs/5.0/5.0-final/libhal/ http://maemo.org/api_refs/5.0/5.0-final/libhal-storage/ Thanks, Daniil. On Mon, Jun 7, 2010 at 10:01 AM, Wei Li ttlee1...@gmail.com wrote: But is there any doc for at least the object methods

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Sivan Greenberg
Daniil, maybe he was referring to something more platform (e.g. mobile device) specific ? Or are those docs already containing this? (I haven't looked into it in detail). Sivan On Mon, Jun 7, 2010 at 11:25 AM, Daniil Ivanov daniil.iva...@gmail.com wrote: Hi Wei!  Can you use libhal and

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Sivan Greenberg
Wei, If you need to access storage stuff, this might be of help, although mind you, it is in Python (you could use Python as well to do the initial prototyping) - however, the storage keys are the same ofcourse.

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Daniil Ivanov
Hi Sivan! Well, HAL is Hardware Abstraction Layer. Thanks, Daniil. On Mon, Jun 7, 2010 at 11:27 AM, Sivan Greenberg si...@omniqueue.com wrote: Daniil, maybe he was referring to something more platform (e.g. mobile device) specific ? Or are those docs already containing this? (I haven't

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Faheem Pervez
Hi, On Mon, Jun 7, 2010 at 12:15 AM, Wei Li ttlee1...@gmail.com wrote: I am doing a project of middleware on Maemo/N900. I need to find the methods and signals related to the hardware, for example, HAL (especially the objects under /com/nokia since it is somehow proprietary). However, I

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Wei Li
Thanks for all your help! As I mentioned, I am doing a middleware (for energy efficiency) project on N900, hence I need to get the device status information such as battery, WLan card, mce. I need to use DBus to communicate with other components in my work. So the refs on DBus methods and signals

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Daniil Ivanov
Hi Wei! CSD stands for cellular services daemon and name explains why API is closed. Thanks, Daniil. On Mon, Jun 7, 2010 at 12:15 PM, Wei Li ttlee1...@gmail.com wrote: Thanks for all your help! As I mentioned, I am doing a middleware (for energy efficiency) project on N900, hence I need to

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Wei Li
Hi Daniil, So you mean the API references are object (component) dependent hence there is no unified reference to all the services of /com/nokia objects? I've got to say it is a little bit inconvenient. A unified reference document will be much helpful. So how about mce and icd? I found the

Re: DBus Methods and Signals Introspection or Documentation

2010-06-07 Thread Daniil Ivanov
Hi Wei! On Mon, Jun 7, 2010 at 2:02 PM, Wei Li ttlee1...@gmail.com wrote: Hi Daniil, So you mean the API references are object (component) dependent hence there is no unified reference to all the services of /com/nokia objects? Each component has it's own team responsible for it and it's

DBus Methods and Signals Introspection or Documentation

2010-06-06 Thread Wei Li
Hi all, I am doing a project of middleware on Maemo/N900. I need to find the methods and signals related to the hardware, for example, HAL (especially the objects under /com/nokia since it is somehow proprietary). However, I couldn't find a detailed documentation on that. And I also used tools

Re: DBus Methods and Signals Introspection or Documentation

2010-06-06 Thread Ian Stirling
Wei Li wrote: Hi all, I am doing a project of middleware on Maemo/N900. I need to find the methods and signals related to the hardware, for example, HAL (especially the objects under /com/nokia since it is somehow proprietary). However, I couldn't find a detailed documentation on that. And