[TUTORIAL] Restauración de firmware (Windows)
Si te lías con las secuencia buena de comandos, son estos:
[PHP]mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot[/PHP]
Recuerda lo de si tienes el Bootloader 41.18, tendrás que omitir el comando '
mfastboot flash motoboot motoboot.img'. Ese número lo ves cuando arrancas el móvil en modo bootloader/fastboot (pantalla con letras de varios colores), y en la segunda línea te lo pone.
