Skip to content
forked from tiann/super-adb

Enhance the adb shell using busybox, supporting vi、grep and awk etc. No need root.

License

Notifications You must be signed in to change notification settings

Lerist/super-adb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

super-adb

用busybox加持的功能更加强大的adb shell;不需要root。

使用方法

准备工作

  1. 安装 python,注意选择安装python 2.x

  2. 安装pexpect这个python库:

    pip install pexpect

  3. 下载super_adb,把它放到系统路径

    cp super_adb /usr/local/bin

使用方法

super_adb这个命令替代adb shell这个命令即可。

效果图

预览

About

Enhance the adb shell using busybox, supporting vi、grep and awk etc. No need root.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%