Skip to content

Instantly share code, notes, and snippets.

@elisam98
Created February 23, 2018 02:12
Show Gist options
  • Save elisam98/7236a660dfb26f6474d2198997dfe098 to your computer and use it in GitHub Desktop.
Save elisam98/7236a660dfb26f6474d2198997dfe098 to your computer and use it in GitHub Desktop.
stock_fullreset.sh
#!/bin/sh
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash boot boot.img
fastboot flash logo logo.bin
fastboot flash recovery recovery.img
fastboot flash dsp adspso.bin
fastboot flash oem oem.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
# fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot erase DDR
fastboot reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment