Created
March 24, 2016 14:31
-
-
Save eduardobc88/54c92801bdacc5b0873f 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 flash partition gpt.bin | |
| fastboot flash motoboot motoboot.img | |
| fastboot reboot-bootloader | |
| fastboot flash logo logo.bin | |
| fastboot flash boot boot.img | |
| fastboot flash recovery recovery.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 system system.img_sparsechunk.8 | |
| fastboot flash system system.img_sparsechunk.9 | |
| fastboot flash modem NON-HLOS.bin | |
| fastboot flash fsg fsg.mbn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment