"Brad Burleson" <[EMAIL PROTECTED]> 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 _______________________________________________ maemo-users mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-users
