This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Adb 常用指令
| CMD | Description |
|------------------------|--------------|
| adb root | 获取 Root 权限 |
| adb shell | 登陆到 Shell |
| adb remount | 重新挂载设备中的文件系统,adb root 后重新挂载文件系统可获得写权限 |
| adb reboot | 重启设备 |
| adb install <apk name> | 为设备安装 apk,需要 adb root |