adb命令

检测设备连接情况 adb devices

重启 adb reboot

推送文件 adb push <电脑路径> <手机路径>

导入文件 adb pull <手机路径> <电脑路径>

刷入镜像到指定分区 fastboot flash <分区名> <镜像路径>

临时启动镜像 fastboot boot <镜像路径>

重启 fastboot reboot <模式>