This website requires JavaScript.
Explore
Help
Sign In
OrgLion-Writes
/
NotePublic
Watch
1
Star
0
Fork
You've already forked NotePublic
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
72e3aaf853
NotePublic
/
Software
/
Applications
/
ADB
/
Adb_常用指令.md
443 B
Raw
Blame
History
Unescape
Escape
Adb 常用指令
CMD
Description
adb root
获取 Root 权限
adb shell
登陆到 Shell
adb remount
重新挂载设备中的文件系统
,
adb root 后重新挂载文件系统可获得写权限
adb reboot
重启设备
adb install <apk name>
为设备安装 apk
,
需要 adb root