enter fastboot mode
1.adb reboot bootloader
2.adb reboot fastboot
write file system
1.adb root 2.adb remount
exec shell scripts
adb shell ps -ef|grep mediserver
adb shell stop
adb shell rm -rf
adb shell start
push and pull(must have write access)
adb push libc.so system/lib/x86
adb pull system/lib/x86/libc.so .
fastboot -w update *.zip
当有多个设备连接时
baopingx@ant:~/workspace/bug$ adb devices
List of devices attached
04aa3ad000453888 device
04ac3ad000453745 device
04aafad000463889 device
可以是使用adb -s 04aa3ad000453888 +操作
阅读(1374) | 评论(0) | 转发(0) |