Noroot way to have admin permission with python on android 8? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Noroot way to have admin permission with python on android 8?

I dont know if the question has been asked yet but, I can't find a way to run a python script with admin permission on Android 8, with qpython 3. The best way would be a way that doesn't require the root exploit. The error that I want to fix is then "OSError : [Errno 13] Permission denied". Thank you for the help.

24th Aug 2018, 12:37 PM
MrCubeLord Bx4
MrCubeLord Bx4 - avatar
1 Answer
+ 1
Note, if you had root, I'm pretty sure selinux is 'enforcing' on Oreo, so your issues may not stop there. People who want to test with root sometimes use emulators (the Play images normally won't allow rooting, but the Google API images do*). Other alternatives are mobiles designed to be rooted (dev phones). * They are disconnected from Google Play.
27th Aug 2018, 4:57 AM
Kirk Schafer
Kirk Schafer - avatar