新建文件 Software/Application/ADB/Adb_常用指令.md

This commit is contained in:
lion187 2019-01-23 10:04:15 +08:00
parent 999de67cd4
commit 3366e80a2e
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Adb 常用指令
| CMD | Description |
|------------------------|--------------|
| adb root | 获取 Root 权限 |
| adb shell | 登陆到 Shell |
| adb remount | 重新挂载设备中的文件系统adb root 后重新挂载文件系统可获得写权限 |
| adb reboot | 重启设备 |
| adb install <apk name> | 为设备安装 apk需要 adb root |