Created
April 3, 2016 10:09
-
-
Save openrijal/0f3ec5859b00540b97db8232d6de9ec5 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
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