This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Running python 3.8.5-2 from android adb shell

I downloaded python 3.8.5 -2 package from https://archlinuxarm.org/packages/aarch64/python . The downloaded package has /bin directory with included files of type application/x-sharedlib. I flashed the package to a rooted android device and gave execute permission to all files in the package. Now, how to run python from adb shell ?

Earlier, I was able to achieve running python from android adb shell using the package https://github.com/AaronWatson2975/AndroidPython3 as it had a python file of type application/x-executable in /bin directory.

Parents Reply Children
No data