The Following User Says Thank You to msa For This Useful Post: | ||
![]() |
2010-01-12
, 23:49
|
Posts: 103 |
Thanked: 120 times |
Joined on Sep 2009
@ London
|
#2
|
![]() |
2010-01-13
, 00:01
|
|
Posts: 909 |
Thanked: 216 times |
Joined on Nov 2009
@ Bremen, Germany
|
#3
|
![]() |
2010-02-25
, 14:51
|
Posts: 59 |
Thanked: 21 times |
Joined on Sep 2007
@ Espoo, Finland
|
#4
|
![]() |
2010-02-25
, 14:59
|
|
Posts: 223 |
Thanked: 52 times |
Joined on Sep 2009
@ West Kirby, UK
|
#5
|
![]() |
2010-02-25
, 15:06
|
Posts: 356 |
Thanked: 69 times |
Joined on Jan 2010
@ Poland
|
#6
|
![]() |
2010-02-25
, 16:04
|
Posts: 38 |
Thanked: 16 times |
Joined on Dec 2009
|
#7
|
Anyone found a way to open (and close) WLAN-connection with a shortcut on desktop? Can it be done in terminal?
dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true
dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:IAP_ID uint32:0
gconftool -R /system/osso/connectivity/IAP
![]() |
2010-02-25
, 22:01
|
Posts: 59 |
Thanked: 21 times |
Joined on Sep 2007
@ Espoo, Finland
|
#8
|
if the command doesn't work just create a file called disconnect in /usr/bin, with this in it (one line):
Of course you can just type the same text in terminal and it'll work, but this gives it a shorter name. And for all I know, you can get this on desktop just by making a shortcut where Exec=osso-xterm 'disconnect'Code:dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true
![]() |
2010-02-26
, 07:51
|
Posts: 59 |
Thanked: 21 times |
Joined on Sep 2007
@ Espoo, Finland
|
#10
|
also, i'd like to be set a standard wlan to connect to if you enable it.
i mostly use wlan when i'm at home (i suppose most people do), and its kinda inconvenient to tap tje status bar on top, hit internet connection, wait for your desired wlan to show up and click again to connect to it.
likewise for disconnecting.
it would be great to have a configurable desktop-icon that you click and it automatically connects you to your desired wlan if its available (or just opening the wlan-screen if desired wlan is not available to choose from other available wlans)
any ideas?