Created
July 13, 2015 22:40
-
-
Save salimkayabasi/bed0ed39162d3b121af0 to your computer and use it in GitHub Desktop.
hammerhead-HHZ12h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATH=%PATH%;"%SYSTEMROOT%\System32" | |
adb reboot bootloader | |
fastboot flash bootloader bootloader-hammerhead-HHZ12h.img | |
fastboot reboot-bootloader | |
ping -n 5 127.0.0.1 >nul | |
fastboot flash radio radio-hammerhead-M8974A-2.0.50.2.26.img | |
fastboot reboot-bootloader | |
ping -n 5 127.0.0.1 >nul | |
fastboot flash recovery recovery.img | |
fastboot flash boot boot.img | |
fastboot flash system system.img | |
fastboot flash cache cache.img | |
fastboot flash userdata userdata.img | |
fastboot reboot | |
echo Press any key to exit... | |
pause >nul | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment