Quote:
Originally Posted by peterson
Is it possible to programmatically (preferably from the command line) turn the WiFi off and on? I.e. enable/disable the flight mode as via the user interface? I want my Kindle PW2 to periodically fetch some data, however to save battery power the WiFi should be turned off at other times.
|
lipc-set-prop com.lab126.cmd wirelessEnable 1
lipc-set-prop com.lab126.cmd wirelessEnable 0
will do the trick.