Skip to content

Instantly share code, notes, and snippets.

@PyYoshi
Created June 30, 2014 04:22
Show Gist options
  • Select an option

  • Save PyYoshi/2b4fa9e48c0a5a4ae730 to your computer and use it in GitHub Desktop.

Select an option

Save PyYoshi/2b4fa9e48c0a5a4ae730 to your computer and use it in GitHub Desktop.
#!/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