I was able to run a python script that does not need root privileges in my
android phone, which is rooted, using PythonAPK. The problem is when I want to
run a script that for some reason need to be run by root user. It returns this
exception "Error code: 1 Message operation not permitted".
Is there a way to call my script from java code with root permissions
(something like su)?