Phone is booted and you want to push down a new update file:
adb push signed-cyanm-4.1.1-32a.zip /sdcard/update.zipPhone is booted and you want to get back to the Fastboot interface:
adb shell reboot bootloaderPhone is at the Fastboot interface and you want to boot a specific recovery image:
fastboot boot cm-recovery-1.4.imgPhone is at the Fastboot interface and you want to restore a specific user, data, and system image:
fastboot flash userdata data.imgPhone is at the Fastboot interface and you want to reboot it:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot reboot
No comments:
Post a Comment