Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```