Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgechan/android-su-without-apk
android su, run without apk
https://github.com/georgechan/android-su-without-apk
Last synced: 15 days ago
JSON representation
android su, run without apk
- Host: GitHub
- URL: https://github.com/georgechan/android-su-without-apk
- Owner: GeorgeChan
- Created: 2017-07-18T16:18:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T02:31:49.000Z (almost 9 years ago)
- Last Synced: 2024-11-07T05:41:57.127Z (2 months ago)
- Language: C
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 安卓su,不需要APK授权
## 作用
不需要在APK端授权就能使用root权限。默认允许所有的root权限请求。## 编译
放到安卓源码external目录下。``` bash
$ cd [your_android_source_dir]
$ source build/envsetup.sh
$ lunch [your_device]
$ cd external/android-su-without-apk
$ mm
```