"Brad Burleson" <bradb667 at gmail.com> writes: > I'm trying to capture the events generated when the 770 goes on and > off-line Unfortunately that's not possible with libosso-ic. The events received from the library are only local events for the program, they are not global events. For example, CONNECTED event is only sent after osso_iap_connect() call. To get the global events, you need to listen for the com.nokia.icd.status_changed D-BUS signal. The signal is documented here: http://maemo.org/platform/docs/howtos/howto_connectivity_guide.html#DBUSInterfaceICD -- Kalle Valo