1.查看设备是否连上adb devices
2.停止appadb shell am force-stop 包名
3.进入shell命令行adb shell
4.拷贝文件到本地adb pull 路径 D:\work\LOG\
5.adb安装appadb install -r
6.adb卸载appadb uninstall 包名
7.adb获取系统权限命令
adb reboot
adb remount
8.fastboot操作
1 开启fastboot 模式adb reboot bootloader
2 刷systemfastboot flash -S 128M system
3 挨个刷后面的
fastboot flash aboot
fastboot flash boot
fastboot flash cache
fastboot flash persist
fastboot flash recovery
fastboot flash userdata
4 结束fastboot并重启fastboot reboot
5.刷摄像头config
adb root
adb reboot
adb root
adb remount
adb push camera_config.xml system/etc/camera
6.把电脑文件传送到手机
adb remount
adb push D:\file.txt system/
adb pull /mnt/sdcard/Monitor/log d:/FILE
adb push D:\FILE\deviceConfig.xml /mnt/sdcard/Monitor/config
7.调试看日志
chcp 65001
adb logcat -s kernum
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。