View Single Post
Old 03-29-2016, 10:03 PM   #3
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
lipc command for controlling wireless as used in Aeris' Native Menu (which includes its own button for controlling the WiFi using nativeBridge for javascript ==> lipc):

Code:
#!/bin/sh

wifi-enable() {lipc-set-prop com.lab126.cmd wirelessEnable 1}
wifi-disable() {lipc-set-prop com.lab126.cmd wirelessEnable 0}

Last edited by eschwartz; 03-29-2016 at 10:08 PM.
eschwartz is offline   Reply With Quote