View Single Post
evad's Avatar
Posts: 354 | Thanked: 151 times | Joined on Mar 2008 @ London (UK) / Zielona Góra (PL)
#168
Originally Posted by Jkill View Post
awesome :)
any details on how to modify the value of auto_connect ?
Always ask:
Code:
gconftool-2 --set --type list --list-type string /system/osso/connectivity/network_type/auto_connect []
Any connection:
Code:
gconftool-2 --set --type list --list-type string /system/osso/connectivity/network_type/auto_connect[*]
UPDATE:
I have quickly crafted a shell script which you could put in place like /usr/local/bin and then use via x-terminal:

Code:
power-saver.sh
Code:
power-saver.sh off
Or schedule it for automatic overnight execution via Alarmed, if you wish.
Attached Files
File Type: zip power-saver.sh.zip (488 Bytes, 117 views)
__________________
Dawid 'evad' Lorenz * http://dawid.lorenz.co
_______________________________________________

Last edited by evad; 2010-05-11 at 12:47. Reason: Uploading shell script