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