|
2010-06-22
, 17:20
|
Posts: 278 |
Thanked: 303 times |
Joined on Feb 2010
@ Norwich, UK
|
#2
|
|
2010-06-22
, 17:25
|
Posts: 8 |
Thanked: 2 times |
Joined on Dec 2009
|
#4
|
|
2015-10-21
, 23:11
|
Posts: 188 |
Thanked: 223 times |
Joined on Apr 2013
@ Poland
|
#6
|
|
2015-10-22
, 00:01
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#7
|
The Following User Says Thank You to pichlo For This Useful Post: | ||
|
2015-10-22
, 00:25
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#8
|
Is there any command to do just that: i mean turn off 2g/3g and preferbly wifi? I would like to make desktop command execution widget
The Following 5 Users Say Thank You to wicket For This Useful Post: | ||
|
2015-10-22
, 15:10
|
Posts: 188 |
Thanked: 223 times |
Joined on Apr 2013
@ Poland
|
#9
|
dbus-send --system --type=method_call --dest=com.nokia.phone.SSC /com/nokia/phone/SSC com.nokia.phone.SSC.set_radio boolean:false | echo ""
|
2015-10-22
, 16:02
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#10
|
Yeah, I was going through the desktop command wiki, the:
does disable gsm/3g modem just fine, but
There is no way, or I just could not fine one that will disable the wi-fi, or go into full offline mode.
dbus-send --print-reply --system --dest=com.nokia.icd2 /com/nokia/icd2 com.nokia.icd2.disconnect_req uint32:0x8000
I would like to disable/turnoff the GSM (2G as well as 3G) module of the device. This option is available in Windows Mobile, BlackBerry and Android (ver 2). After long searches in settings I couldn't find it. Is it really missing (how lame that would be)?
Greets