Skip to content

Instantly share code, notes, and snippets.

@openrijal
Created April 3, 2016 10:09
Show Gist options
  • Save openrijal/0f3ec5859b00540b97db8232d6de9ec5 to your computer and use it in GitHub Desktop.
Save openrijal/0f3ec5859b00540b97db8232d6de9ec5 to your computer and use it in GitHub Desktop.
fastboot -i 0x2A96 devices
fastboot -i 0x2A96 oem unlock
fastboot -i 0x2A96 flash boot boot.img
fastboot -i 0x2A96 flash aboot emmc_appsboot.mbn
fastboot -i 0x2A96 flash modem NON-HLOS.bin
fastboot -i 0x2A96 flash rpm rpm.mbn
fastboot -i 0x2A96 flash sbl1 sbl1.mbn
fastboot -i 0x2A96 flash tz tz.mbn
fastboot -i 0x2A96 flash hyp hyp.mbn
fastboot -i 0x2A96 flash splash splash.img
fastboot -i 0x2A96 flash cache cache.img
fastboot -i 0x2A96 flash userdata userdata.img
fastboot -i 0x2A96 flash system system.img
fastboot -i 0x2A96 flash recovery recovery.img
fastboot -i 0x2A96 oem lock
fastboot -i 0x2A96 reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment