![]() |
2009-06-29
, 15:06
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#2
|
The Following 4 Users Say Thank You to Matan For This Useful Post: | ||
![]() |
2009-06-30
, 03:20
|
Posts: 12 |
Thanked: 0 times |
Joined on Jun 2009
|
#3
|
Connection is not done by name, but by id in diablo. See here, for example:
http://talk.maemo.org/showpost.php?p=276108&postcount=3
![]() |
2009-06-30
, 12:38
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#4
|
![]() |
2009-06-30
, 15:07
|
Posts: 12 |
Thanked: 0 times |
Joined on Jun 2009
|
#5
|
It is probably possible, but I don't know if anyone actually did this before. You need, at a minimum to create a gconf directory under
/system/osso/connectivity/IAP
and filling this directory with the same keys as are in some already existing directory, with correct values. You probably only need to change the values of the keys wlan_ssid, wlan_security and EAP_wpa_preshared_passphrase.
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?