https://github.com/wendal/android_su
Just as root !! Simple su for android , without any Management (Not GUI Confirm).
https://github.com/wendal/android_su
Last synced: 2 months ago
JSON representation
Just as root !! Simple su for android , without any Management (Not GUI Confirm).
- Host: GitHub
- URL: https://github.com/wendal/android_su
- Owner: wendal
- Created: 2011-09-09T00:44:27.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T06:59:45.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T23:41:30.305Z (3 months ago)
- Language: Makefile
- Homepage: http://wendal.net
- Size: 28.3 KB
- Stars: 24
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a program to obtain root user permissions under Android, modified from the su source code of Superuser.apk
No manual confirmation is required, any program can obtain root privileges through this program
You must set the permission of the su program to 6777, and ensure that the partition supports suid
chmod 6777 su# Note
Not available on Android 4.4+. You need install-recovery.sh to start a background process (root privileges) and then communicate with it.