View Single Post
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#12
Originally Posted by dagee04 View Post
What would be nice is to be able to toggle background connections on or off easily
You can do it yourself easily. It's easy to do from command-line:

Put background connections off from command-line:

Code:
gconftool-2 -s --type boolean /system/osso/connectivity/network_type/restricted_mode true
Put background connections on:

Code:
gconftool-2 -s --type boolean /system/osso/connectivity/network_type/restricted_mode false
It's easy to make those into scripts, and creating a desktop entry for them. It's a trivial exercise to even create one script that toggles between the values. The current value can be obtained with this:

Code:
gconftool -g /system/osso/connectivity/network_type/restricted
_mode
These are your moushka tools, happy hacking!
__________________
My N9/N950 projects: