
Cita: Originalmente Escrito por
raul0807
¿Tienes el bootloader desbloqueado?
Si
¿Qué versión del bootloader tienes?
41.18
¿Qué hiciste exactamente para llegar a tu actual estado?
Estaba en 5.0 GPE y segui este tuto para intentar volver a Stock 4.4.4
http://www.htcmania.com/showthread.php?t=831632
Si el móvil te llega a arrancar hasta la pantalla negra con letras de varios colores en donde empieza arriba poniendo... "AP Fastboot Flash Mode (S)", no tienes un Hard-Brick. Esa es la pantalla del Modo Bootloader/fastboot.
Lo que puedes hacer a día de hoy, sería flashear una STOCK ROM 4.4.4. Pero al hacer esto, dado que tu bootloader es 41.18, deberás saltarte el comando de flashear el bootloader. Y como estabas en GPe, para volver a STOCK Motorola, tendrás que flashear el gpt.bin de la STOCK.
Resumiendo, tienes 2 opciones para realizar el proceso, o lo haces de 1 salto siguiendo
ESTE tutorial, o lo haces con 2 saltos.
Para hacerlo con 2 saltos, deberas pasar 1º a GPe 4.4.4 y luego desde ahí a STOCK 4.4.4:
GPe 5.x.x -> GPe 4.4.4 (usando la ROM GPe 4.4.4)
[PHP]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[/PHP]
GPe 4.4.4 -> STOCK 4.4.4 (usando la ROM STOCK 4.4.4)
[PHP]mfastboot flash partition gpt.bin
mfastboot reboot-bootloader
pause
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[/PHP]