Active Topics

 


Reply
Thread Tools
Halftux's Avatar
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#11
Originally Posted by Ridd92 View Post
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
Originally Posted by Ridd92 View Post
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
 

The Following 5 Users Say Thank You to Halftux For This Useful Post:
Posts: 188 | Thanked: 223 times | Joined on Apr 2013 @ Poland
#12
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 stringffline[/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's Avatar
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#13
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.
 

The Following 4 Users Say Thank You to Halftux For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 20:51.