GPFZC
GPFZC
十年饮冰,难凉热血 ——郭鹏发
Python
SQL
JAVA
pandas
服务器
web前端
django
其他
Android Studio
友情链接
首页
文章归档
默认分类
注册
登录
搜索
Python
SQL
JAVA
pandas
服务器
web前端
django
其他
Android Studio
友情链接
首页
文章归档
默认分类
首页
其他
adb常用命令记录
2021/08/12
468
0
0
adb常用命令
adb root # 使用root模式运行adb
adb remount # 使用remount模式运行adb,可修改system文件
adb shell # 进入内核linux模式
adb pull phone_dir computer_dir # 移动手机内部文件phone_dir到computer_dir目录
adb push computer_dir phone_dir # 电脑向手机传输文件
adb shell如果已经是#号那就是具有root权限的