adb
- 重启
adb reboot- 重启到BootLoader
adb reboot bootloader- 启用/禁用 应用程序
adb shell pm enable [包名]adb shell pm disable-user [包名]记录手机刷机用到的命令,目前有Honor 10和OnePlus 9R
adb rebootadb reboot bootloaderadb shell pm enable [包名]adb shell pm disable-user [包名]fastboot rebootfastboot reboot-bootloaderfastboot erase [分区]fastboot flash [分区] [镜像]fastboot oem unlockfastboot flashing unlockfastboot oem lockfastboot flashing lockadb wait-for-device shell magisk --remove-modulesfastboot flash boot boot.img
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img掉指纹 修复magisk下载地址 ColorOSMagisk
刷入recovery 临时启动boot
adb reboot bootloader
fastboot flash recovery *.img
fastboot boot *.imgDHEI9B4O48F25LYD # 解锁码 不通用
fastboot oem unlock DHEI9B4O48F25LYDfastboot flash recovery_ramdisk magisk.img
fastboot rebootfastboot flash kernel KERNELfastboot flash system system.img