View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#151
Code:
$ dbus-send --system --print-reply /com/nokia/icd_ui com.nokia.icd_ui.show_conn_dlg
Error org.freedesktop.DBus.Error.UnknownMethod: Method "show_conn_dlg" with signature "" on interface "com.nokia.icd_ui" doesn't exist
$ dbus-send --system --dest=com.nokia.icd_ui --print-reply /com/nokia/icd_ui com.nokia.icd_ui.show_conn_dlg
method return sender=:1.33 -> dest=:1.78
So I think it likes the latter better? Or maybe I'm sending it directly to the null void, so it can't complain about non-existing method interface signatures...

I don't know... someone else mess with it. My N800 has 10 minutes remaining on its backup dump of everything; so I'm off to prepare for the world's first quad-boot N800 (that I know of).