![]() |
2009-07-06
, 09:28
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
So I input the command in X Terminal
dbus-send --print-reply --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.show_conn_dlg
The Following User Says Thank You to danielwilms For This Useful Post: | ||
![]() |
2009-07-06
, 11:24
|
Posts: 12 |
Thanked: 0 times |
Joined on Jun 2009
|
#3
|
![]() |
2009-07-06
, 12:55
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#4
|
dbus-send --print-reply --system --dest=com.nokia.icd_ui /com/nokia/icd_ui com.nokia.icd_ui.show_conn_dlg boolean:true
The Following 3 Users Say Thank You to danielwilms For This Useful Post: | ||
![]() |
2009-07-06
, 13:59
|
Posts: 12 |
Thanked: 0 times |
Joined on Jun 2009
|
#5
|
So I input the command in X Terminal
dbus-send --print-reply --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.show_conn_dlg
the error message like this: org.freedesktop.DBus.Error.UnknownMethod: Method "show_conn_dlg" with signature "" on interface "com.nokia.icd_ui" doesn't exist
But I follow the document http://maemo.org/maemo_release_docum....x/node10.html. What's wrong with my command?