常见指令:
adb version 查看adb 版本信息
adb devices 查看adb 连接设备
adb shell getprop ro.product.model 查看设备型号
adb get-serialno 获取设备序列号
adb bugreport 查看bug 报告
adb logcat 查看日志
adb shell wm size 查看屏幕分辨率
adb shell wm density 查看屏幕密度
fastboot devices 显示fastboot设备
fastboot reboot 重启手机(退出)
adb reboot bootloader 重启到bootloader模式
单刷boot.img命令 : fastboot flash boot boot.img
单刷recovery.img命令 : fastboot flash recovery recovery.img
评论 (0)