maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   How to disable/turn-off GSM part on Nokia N900 (https://talk.maemo.org/showthread.php?t=56840)

azzurro 2010-06-22 17:18

How to disable/turn-off GSM part on Nokia N900
 
Hello,

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

nidO 2010-06-22 17:20

Re: How to disable/turn-off GSM part on Nokia N900
 
Power button > Offline mode?

m0da 2010-06-22 17:22

Re: How to disable/turn-off GSM part on Nokia N900
 
install "cellular modem control buttons" from app. manager.
gives you tablet mode option (no gsm, only wifi) from power button press

Kino_N900 2010-06-22 17:25

Re: How to disable/turn-off GSM part on Nokia N900
 
Do what m0da has said and you will have a nice smartphone without phone ;-)

southwalesboy 2011-02-02 22:10

Re: How to disable/turn-off GSM part on Nokia N900
 
Just what I need!

Ridd92 2015-10-21 23:11

Re: How to disable/turn-off GSM part on Nokia N900
 
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

pichlo 2015-10-22 00:01

Re: How to disable/turn-off GSM part on Nokia N900
 
There is such a thing already, well sort of. Not a desktop widget but a status menu plugin. It adds a line to the status menu with three buttons for GSM, WiFi and Bluetooth. It's called Advanced Interface Switcher. If you want to duplicate the functionality, just look it up. It is a set of Python scripts, it should be easy to work out how it works. I had a look a while ago but forgot all of it, sorry.

wicket 2015-10-22 00:25

Re: How to disable/turn-off GSM part on Nokia N900
 
Quote:

Originally Posted by Ridd92 (Post 1486277)
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

If it's commands that you are after, this should tell you everything you need to know.

Ridd92 2015-10-22 15:10

Re: How to disable/turn-off GSM part on Nokia N900
 
Yeah, I was going through the desktop command wiki, the:
Quote:

dbus-send --system --type=method_call --dest=com.nokia.phone.SSC /com/nokia/phone/SSC com.nokia.phone.SSC.set_radio boolean:false | echo ""
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.

wicket 2015-10-22 16:02

Re: How to disable/turn-off GSM part on Nokia N900
 
Quote:

Originally Posted by Ridd92 (Post 1486349)
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.

The ICD2 command from that page works for me.

Code:

dbus-send --print-reply --system --dest=com.nokia.icd2 /com/nokia/icd2 com.nokia.icd2.disconnect_req uint32:0x8000

Halftux 2015-10-22 17:58

Re: How to disable/turn-off GSM part on Nokia N900
 
Quote:

Originally Posted by Ridd92 (Post 1486349)
There is no way, or I just could not fine one that will disable the wi-fi,

Code:

ifconfig wlan0 0.0.0.0 down
rmmod wl12xx

for activate
Code:

modprobe wl12xx
wl1251-cal
stop wlancond
start wlancond
ifconfig wlan0 up

Quote:

Originally Posted by Ridd92 (Post 1486349)
go into full offline mode.

go offline
Code:

dbus-send --system --dest=com.nokia.mce --type=method_call /com/nokia/mce/request com.nokia.mce.request.req_device_mode_change string:offline
go normal mode
Code:

dbus-send --system --dest=com.nokia.mce --type=method_call /com/nokia/mce/request com.nokia.mce.request.req_device_mode_change string:normal

Ridd92 2015-10-25 21:34

Re: How to disable/turn-off GSM part on Nokia N900
 
Quote:

Originally Posted by Halftux;1486394
go offline
[CODE
dbus-send --system --dest=com.nokia.mce --type=method_call /com/nokia/mce/request com.nokia.mce.request.req_device_mode_change string:offline[/CODE]
go normal mode
Code:

dbus-send --system --dest=com.nokia.mce --type=method_call /com/nokia/mce/request com.nokia.mce.request.req_device_mode_change string:normal

Thanks, I was merging commands to disable wi-fi and 3g/gsm modem with low freq. profiles, but going into full offline mode is better it's all I need :)

Halftux 2015-10-26 07:38

Re: How to disable/turn-off GSM part on Nokia N900
 
There is also the possibility to go into offline mode if you use the string "flight". I guess offline and flight are the same mode. Same message will appear if you activate the modes.

Added "change device mode" to wiki phone control.


All times are GMT. The time now is 02:17.

vBulletin® Version 3.8.8