View Single Post
Old 09-30-2019, 03:15 PM   #1
nunojpg
Junior Member
nunojpg began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2019
Device: KT4
lipc sendEvent to execute binaries still works?

I see for example in:

https://github.com/AerisDev/KindleMe...emenupage.html

Code:
nativeBridge.setLipcProperty("com.lab126.system", "sendEvent", "; su -c 'killall show_alert.sh; /mnt/us/extensions/kindlemenu/bin/sh/show_alert.sh " + status + " 3 &'");
But I've been unable to execute shell scripts / binaries with this approach.

Is there a equivalent way of doing it in recent versions?

Thanks
nunojpg is offline   Reply With Quote