Reply
Thread Tools
Posts: 12 | Thanked: 0 times | Joined on Jun 2009
#1
I want to let the connection manager pop up to select IAP in N800.

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?
 
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Originally Posted by billcawell View Post
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
seems just to be a typo --dest=com.nokia.icd_ui

cheers daniel
 

The Following User Says Thank You to danielwilms For This Useful Post:
Posts: 12 | Thanked: 0 times | Joined on Jun 2009
#3
Originally Posted by danielwilms View Post
seems just to be a typo --dest=com.nokia.icd_ui

cheers daniel
Thank you for pointing out my fault.

I modified my command and reply without error code.
Replay message like this:method return sender=:1.180 -> dest=:1.296

But nothing happened. no dialog is popped up.
why?
 
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#4
Originally Posted by billcawell View Post
why?
sorry, I forgot to mention that it takes a boolean as input argument. try this command and it should work:

Code:
dbus-send --print-reply --system --dest=com.nokia.icd_ui /com/nokia/icd_ui com.nokia.icd_ui.show_conn_dlg boolean:true

cheers daniel
 

The Following 3 Users Say Thank You to danielwilms For This Useful Post:
Posts: 12 | Thanked: 0 times | Joined on Jun 2009
#5
Thank you very much, danielwilms. You indeed do me a big favor!!!
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:31.