Created
June 30, 2014 04:22
-
-
Save PyYoshi/2b4fa9e48c0a5a4ae730 to your computer and use it in GitHub Desktop.
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
| #!/bin/sh | |
| # 9.8.2O-124_SPUEM-14_S7_USASPDRICS01VFFE1007.0R_USASPDRJBVFFR_P018_A015_p2b_S1FF_fb_CFC.xml | |
| fastboot flash mbm allow-mbmloader-flashing-mbm.bin | |
| fastboot reboot-bootloader | |
| fastboot flash mbmloader mbmloader.bin | |
| fastboot flash mbm mbm.bin | |
| fastboot reboot-bootloader | |
| fastboot flash cdt.bin cdt.bin_signed | |
| fastboot erase cache | |
| fastboot erase userdata | |
| fastboot erase emstorage | |
| fastboot flash logo.bin logo.bin | |
| fastboot flash ebr ebr_signed | |
| fastboot flash mbr mbr_signed | |
| fastboot flash devtree devtree_signed | |
| fastboot flash system system_signed | |
| fastboot flash boot boot_signed | |
| fastboot flash recovery recovery_signed | |
| fastboot flash cdrom cdrom_signed | |
| fastboot flash emstorage emstorage.img | |
| fastboot flash radio radio.img | |
| fastboot reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment