adb与fastboot
发布网友
发布时间:2022-12-27 19:52
我来回答
共1个回答
热心网友
时间:2023-10-23 19:56
adb start-server / adb kill-server
lsusb
adb device
adb root / adb unroot
adb shell
adb install / adb uninstall
adb logcat / adb logcat –c
adb shell dmesg
adb reboot
adb reboot bootloader / adb reboot recovery
adb remoun
adb shell mount -o rw,remount /dirname
adb shell setenforce
adb pull / adb push
adb shell input keyevent 16 使用adb命令模拟按键:16 power
1,adb device -----查看是否连接到设备
2,adb reboot bootloader -----进入fastboot模式
3,fastboot devices -----查看设备是否连接上
4,fastboot flash boot boot.img -----将编译好的文件刷进手机
5,fastboot reboot -----刷机完之后的重启
fastboot flash <分区名> <文件名>
boot ,dtbo , vendor_boot 都可以在bootloader下
vendor , super等应该在fastboot下刷,或者edl下刷大版本