View Single Post
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: