https://github.com/tiann/super-adb
Enhance the adb shell using busybox, supporting vi、grep and awk etc. No need root.
https://github.com/tiann/super-adb
adb android busybox
Last synced: 4 months ago
JSON representation
Enhance the adb shell using busybox, supporting vi、grep and awk etc. No need root.
- Host: GitHub
- URL: https://github.com/tiann/super-adb
- Owner: tiann
- License: mit
- Created: 2016-10-19T10:28:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T06:47:49.000Z (over 6 years ago)
- Last Synced: 2025-05-20T12:07:57.195Z (5 months ago)
- Topics: adb, android, busybox
- Language: Python
- Homepage:
- Size: 903 KB
- Stars: 302
- Watchers: 17
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# super-adb
用busybox加持的功能更加强大的adb shell;不需要root。
## 使用方法
### 准备工作
1. 安装 [python](https://www.python.org/),注意选择安装python 2.x
2. 安装pexpect这个python库:`pip install pexpect`
3. 下载super_adb,把它放到系统路径
`cp super_adb /usr/local/bin`
### 使用方法
用 `super_adb`这个命令替代`adb shell`这个命令即可。
默认打开 adb shell
可加入 `run-as + 包名` 参数,可以直接进入对应包名的目录,并在对应包名下安装busybox
`super_adb run-as com.test.package`
## 效果图
