View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#24
Originally Posted by Ncc Tardis View Post
Ok, turns out I wasn't saving the notepad file properly... easy mistake at 2am!

New problem is that it turns out I WAS correct about the saved WiFi name, the original command I was given on the first page didn't work for some reason, it would just pause for a moment, and then show a blank prompt ready for input...

The command I'm attempting is:

Code:
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"Home WiFi" uint32:0
Is that right?
This should work. Look at mine:
Code:
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"Home" uint32:0
The extra space in your wifi connection string shouldn't have any impact to the connection, as my 3G string has a space in it.

However, if you're still getting stuck with scrolling of the results of gconf, I guess you can try the following:

Code:
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"[ANY]" uint32:0
This connect to the last connection you've made.

Hope this helps.
 

The Following User Says Thank You to 9000 For This Useful Post: