View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1307
Originally Posted by AJMAL P.M View Post
Could you please tell me how to close internet connection via terminal?

Edit: Just checked your rules from the zip file. It kill browsers and mail. Is there any terminal way to turn off internet connection just like we do via Settings > Internet Connection ?
http://talk.maemo.org/showpost.php?p...&postcount=983

in one line for Profilematic:
Code:
sh -c "/sbin/mcetool --disable-radio=wlan && gconftool -s -t b /system/osso/connectivity/network_type/restricted_mode true"
The second command is for disable background connection too...

For enable:
Code:
sh -c "/sbin/mcetool --enable-radio=wlan && gconftool -s  -t b /system/osso/connectivity/network_type/restricted_mode  false"