View Single Post
Old 10-28-2013, 02:41 PM   #2
Aeris
Developer's Corner Mascot
Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.
 
Aeris's Avatar
 
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
Bug details: it seems that from customDialogs don't works all these command that try to "open the screen". Neither the simplest light.sh doesn't work with nativeBridge.setLipcProperty( "com.lab126.system", "sendEvent", "; sh -c 'eips blabla; /usr/bin/light.sh'");

The only working that does "something" on screen is eips..

You can convince yourself by trying these commands:

WORKING COMMANDS:
lipc-set-prop com.lab126.system sendEvent "; sh -c 'eips blabla2'"

/usr/bin/light.sh

NOT WORKING:
lipc-set-prop com.lab126.system sendEvent "; sh -c '/usr/bin/light.sh'"

Scripts that doesn't interact with the screen seems to run well instead.

Hope that somebody could help me to find a workaround for this issue...

Last edited by Aeris; 10-28-2013 at 02:58 PM.
Aeris is offline   Reply With Quote