View Single Post
Posts: 12 | Thanked: 0 times | Joined on Jun 2009
#1
I work on N800
I input command "dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true"
it does work!

And then I input command "dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"WLAN_AP" uint32:0"
But it doesn't work and have not any reponse at all.

I want to connect the IAP named "WLAN_AP" which can be seen in the connection manager.

Why doesn't the command work?