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)

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:15.

vBulletin® Version 3.8.8