Re: help with listening to DBUS signals (it relates to Cell Broadcast SMS)

2011-02-11 Thread Nicolas Chuche
Can someone point me to an example out there (using either lowlevel or glib binding) and some info on how I would listen to this signal? One quick exemple : I want to listen for this signal : signal sender=:1.20 - dest=(null destination) serial=1385 path=/com/nokia/phone/net;

help with listening to DBUS signals (it relates to Cell Broadcast SMS)

2011-02-10 Thread Jonathan Wilson
I have confirmed with dbus-monitor that my N900 (in 2G mode) is in fact triggering the IncomingCBS dbus signal. What I want to do now is to wire up that signal and dump its parameters so we can reverse engineer what those parameters are and write a GUI to do something with the results. I