Quote:
Originally Posted by Aeris
Working samples:
Code:
nativeBridge.setLipcProperty( "com.lab126.system", "sendEvent", "; sh -c 'eips hallo'")
Code:
nativeBridge.setLipcProperty( "com.lab126.system", "sendEvent", "; sh -c 'lipc-set-prop -s com.lab126.appmgrd start app://com.lab126.browser'")
|
How does one use these??? Do they only work from Waf/Mesquite or could they also be used from an arbitrary website or local website (file://mnt/us/test.html)? Or can one use them in the search bar? I am trying to undemo my paperwhite 5.2.0... I would need the following command
Code:
nativeBridge.setLipcProperty( "com.lab126.system", "sendEvent", "; sh -c 'mv /mnt/us/documents/update.txt /mnt/us/update.bin'")
but if that would work it would be quite a security threat. Thanks in advance