【Android】刷Rom:adb reboot bootloader

时间:2025-04-26 07:26:10

进入刷机模式(fastboot模式):

$ adb reboot bootloader(使手机进入刷机状态)

刷system,userdata, boot:

$ fastboot flash system out/target/product/pisces/
$ fastboot flash userdata out/target/product/pisces/
$ fastboot flash boot out/target/product/pisces/

重启手机

$ fastboot reboot