|
||
|
![]() |
![]() |
ROM y desarrollo Motorola Moto G (2013) ROM y desarrollo Motorola Moto G (2013) |
![]() |
|
Herramientas |
#1
|
||||
|
||||
Ayudaa moto G XT 1045 mueito
Buenos dias, ayer por animalito le puse una rom lollipop original y quedo con error Boot Failed solo me manda a fastboot.. no puedo entrar a recovery no pasa de pantalla de android...
alguna sugerencia? ![]() ![]() ![]() ![]() ![]() ![]() he intentado volver a rom kikat original y nada manda letritas rosadar que esta con error de tamaño ![]() E:Unable to mount /data E:Unable to mount /cache E:Unable to mount /system E:Unable to mount /storage |
|
#2
|
||||
|
||||
Pregunta aquí;
http://www.htcmania.com/forumdisplay.php?f=1532 Espero que hayas instalado una rom de ese foro, y no de este... |
#3
|
||||
|
||||
Buenos dias, ayer por animalito le puse una rom lollipop original y quedo con error Boot Failed solo me manda a fastboot.. no puedo entrar a recovery no pasa de pantalla de android...
alguna sugerencia? ![]() ![]() ![]() ![]() ![]() ![]() he intentado volver a rom kikat original y nada manda letritas rosadar que esta con error de tamaño ![]() E:Unable to mount /data E:Unable to mount /cache E:Unable to mount /system E:Unable to mount /storage ![]() Y yo pregunto lo de siempre... * ¿Qué 'cid' tienes? con este código lo sacas: [PHP]mfastboot getvar cid[/PHP] * ¿Qué 'versión de Bootloader' tienes? (cuando arrancas en Modo Bootloader/Fastboot lo puedes leer en la segunda línea; en mi imagen se ve que es 41.13) ![]() * Dices que el Bootloader lo has liberado, ¿verdad? |
#4
|
||||
|
||||
Ok tu móvil es un Moto G 4G XT1045.
Y yo pregunto lo de siempre... * ¿Qué 'cid' tienes? con este código lo sacas: [PHP]mfastboot getvar cid[/PHP] * ¿Qué 'versión de Bootloader' tienes? (cuando arrancas en Modo Bootloader/Fastboot lo puedes leer en la segunda línea; en mi imagen se ve que es 41.13) ![]() * Dices que el Bootloader lo has liberado, ¿verdad? ![]() de antemano bro gracias por t ayuda Sale CID: 0x000C si libere el boot loader la version del bootloader es 41.18 cuando le intento poner kitkat sale ![]() ![]() ![]() ![]() |
#5
|
||||
|
||||
Por otro lado, 'no existe' todavía Lollipop para tu modelo de móvil, luego lo que has hecho es tratar de ponerle la ROM de otro modelo... a saber de cual. De momento has subido el bootloader a 41.18, lo cual te va a dar bastantes quebraderos de cabeza... pero a ver si logramos hacerlo funcionar medianamente bien. La única STOCK ROM con cid 12 para el XT1045, con 4.4.4, es esta: XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_CFC_1FF.xml.zip Así que yo de ti, me la descargaría y trataría de flashearla. Punto a tener en cuenta para flashearla: * Como has actualizado el bootloader, deberás ignorar el fichero del bootloader del 4.4.4, ya que no se le puede hacer downgrade. El resto de ficheros los podrás flashear. * Usa para flashear el 'mfastboot.exe' en lugar del 'fastboot.exe. Para saber la secuencia correcta de flasheo de esa ROM, una vez que te la descargues (será lento, pero no queda otra) y la descomprimas en la carpeta de trabajo en donde tengas además el mfastboot.exe, AdbWinApi.dll, AdbWinUsbApi.dll, buscarás el fichero XML que tuviera esa ROM. Por ej, extraemos el pedazo importante de un XML de una ROM parecida a la tuya: Código:
<steps interface="AP"> <step operation="getvar" var="max-sparse-size"/> <step operation="oem" var="fb_mode_set"/> <step MD5="c656f74e9666ea988d75ca4847bda443" filename="gpt.bin" operation="flash" partition="partition"/> <step MD5="10f89c00e21cb851cca3209aa27735cb" filename="motoboot.img" operation="flash" partition="motoboot"/> <step MD5="430c86260d74d74baaba53c57ad80f18" filename="logo.bin" operation="flash" partition="logo"/> <step MD5="bbb146a9efb61ca91e33bf691126773c" filename="boot.img" operation="flash" partition="boot"/> <step MD5="ff9b0a3bc4484c60a1d98e05034cbf73" filename="recovery.img" operation="flash" partition="recovery"/> <step MD5="e857dba9785009a1135f7b1c111dc649" filename="system.img_sparsechunk.0" operation="flash" partition="system"/> <step MD5="d0936fee0846a1a7b599e2b2273358ec" filename="system.img_sparsechunk.1" operation="flash" partition="system"/> <step MD5="57ff5e6f64c3c295fe009a03ca55b477" filename="system.img_sparsechunk.2" operation="flash" partition="system"/> <step MD5="88af2c1b0b43346508cbb17b6a819d0a" filename="system.img_sparsechunk.3" operation="flash" partition="system"/> <step MD5="60e835888ec7cbc5d6014a6dabfff606" filename="NON-HLOS.bin" operation="flash" partition="modem"/> <step operation="erase" partition="modemst1"/> <step operation="erase" partition="modemst2"/> <step MD5="1706b3415196a8a2d6d96ea1eb45b246" filename="fsg.mbn" operation="flash" partition="fsg"/> <step operation="erase" partition="cache"/> <step operation="erase" partition="userdata"/> <step operation="oem" var="fb_mode_clear"/> </steps> Código:
filename="gpt.bin" operation="flash" partition="partition"/> filename="motoboot.img" operation="flash" partition="motoboot"/> <--- ESTE LO BORRAMOS PUES NO HAY QUE FLASHEARLO filename="logo.bin" operation="flash" partition="logo"/> filename="boot.img" operation="flash" partition="boot"/> filename="recovery.img" operation="flash" partition="recovery"/> filename="system.img_sparsechunk.0" operation="flash" partition="system"/> filename="system.img_sparsechunk.1" operation="flash" partition="system"/> filename="system.img_sparsechunk.2" operation="flash" partition="system"/> filename="system.img_sparsechunk.3" operation="flash" partition="system"/> filename="NON-HLOS.bin" operation="flash" partition="modem"/> operation="erase" partition="modemst1"/> operation="erase" partition="modemst2"/> filename="fsg.mbn" operation="flash" partition="fsg"/> operation="erase" partition="cache"/> operation="erase" partition="userdata"/> Código:
mfastboot [operacion] [particion] [fichero] Código:
mfastboot flash partition gpt.bin 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 system system.img_sparsechunk.3 mfastboot flash modem NON-HLOS.bin mfastboot erase modemst1 mfastboot erase modemst2 mfastboot flash fsg fsg.mbn mfastboot erase cache mfastboot erase userdata [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 system system.img_sparsechunk.3 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] Si te diese algún fallo en la ventana de comandos, copia todo lo que te salió y pégalo aquí para ver que pasó. |
#6
|
||||
|
||||
Gracias Bro, pos hice todo y no pasa de la ventada de Warning Bootloader Unlocked Adjunto la ventanda de comandos...
C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash partition gpt.bin target max-sparse-size: 256MB sending 'partition' (32 KB)... OKAY [ 0.036s] writing 'partition'... (bootloader) Preflash validation failed FAILED (remote failure) finished. total time: 0.336s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot reboot-bootloader rebooting into bootloader... OKAY [ 0.003s] finished. total time: 0.003s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash logo logo.bin target max-sparse-size: 256MB sending 'logo' (1060 KB)... OKAY [ 0.063s] writing 'logo'... OKAY [ 0.102s] finished. total time: 0.167s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash boot boot.img target max-sparse-size: 256MB sending 'boot' (10240 KB)... OKAY [ 0.350s] writing 'boot'... OKAY [ 0.790s] finished. total time: 1.143s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash recovery recovery.img target max-sparse-size: 256MB sending 'recovery' (10240 KB)... OKAY [ 0.357s] writing 'recovery'... OKAY [ 0.803s] finished. total time: 1.164s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash system system.img_sparsechunk.0 target max-sparse-size: 256MB sending 'system' (259625 KB)... OKAY [ 8.186s] writing 'system'... OKAY [ 9.944s] finished. total time: 18.131s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash system system.img_sparsechunk.1 target max-sparse-size: 256MB sending 'system' (237648 KB)... OKAY [ 8.078s] writing 'system'... OKAY [ 8.034s] finished. total time: 16.114s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash system system.img_sparsechunk.2 target max-sparse-size: 256MB sending 'system' (254059 KB)... OKAY [ 8.062s] writing 'system'... OKAY [ 9.219s] finished. total time: 17.282s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash system system.img_sparsechunk.3 target max-sparse-size: 256MB sending 'system' (11724 KB)... OKAY [ 0.416s] writing 'system'... OKAY [ 0.416s] finished. total time: 0.834s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash modem NON-HLOS.bin target max-sparse-size: 256MB sending 'modem' (59132 KB)... OKAY [ 1.903s] writing 'modem'... OKAY [ 2.055s] finished. total time: 3.959s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot erase modemst1 erasing 'modemst1'... OKAY [ 0.022s] finished. total time: 0.023s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot erase modemst2 erasing 'modemst2'... OKAY [ 0.039s] finished. total time: 0.040s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot flash fsg fsg.mbn target max-sparse-size: 256MB sending 'fsg' (710 KB)... OKAY [ 0.090s] writing 'fsg'... OKAY [ 5.277s] finished. total time: 5.369s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot erase cache erasing 'cache'... OKAY [ 0.150s] finished. total time: 0.151s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot erase userdata erasing 'userdata'... OKAY [ 0.444s] finished. total time: 0.445s C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml> C:\Users\Engels Calderon\Downloads\XT1045_AMX-PE-SS_4.4.4_KXB21.14-L1.54_cid12_C FC_1FF.xml>mfastboot reboot rebooting... |
#7
|
||||
|
||||
Pues a excepción de la tabla de particiones (que me imagino tendrás flasheada la de LP), todo lo demás se te ha flasheado perfecto.
No estoy seguro de por qué se te queda pegado en la pantalla blanca de 'Warning Bootloader Unlocked'... ![]() Quizás tenga que ver con que le hayas flasheado un bootloader de un Moto G que no es 4G. Última edición por LEPT Día 06/02/15 a las 18:51:43. |
#8
|
||||
|
||||
Creo que le pasa por que actualizado el bootloader, para hacer downgrade debe saltarse algunos comandos en fastboot. Eso esta en un tutoriales por aquí mismo.
Edit: tutorial:http://www.htcmania.com/showthread.php?t=956517 |
#9
|
||||
|
||||
Hola, cuando hago el flash "mfastboot flash boot booot.img" en el telefono me aparece "hab check failed for boot" y cuando hago el "mfastboot flash boot booot.img" aparece "hab check failed for recovery", como hago para solucionarlo? Gracias
|
#10
|
||||
|
||||
Buenas men tengo una inquietud quisiera sabe si me ayd
Cuando dices porner de ¨fastboot¨ a ¨mfastboot¨ eso kiere decir q usas el Minimal ADB and Fastboot y pegas los archivos del flash al disco C de la pc? o quiza quieres decir q solo los archivos dela room cambie de nombre asi : fastboot [operacion] [particion] [fichero] a mfastboot [operacion] [particion] [fichero] lo corra con shift+clickderecho.
mio sale asi : CID: 0x000C y 41.1A Agradeceria una poca de pasciencia y ayuda porfavor- |
#11
|
||||
|
||||
Cuando dices porner de ¨fastboot¨ a ¨mfastboot¨ eso kiere decir q usas el Minimal ADB and Fastboot y pegas los archivos del flash al disco C de la pc? o quiza quieres decir q solo los archivos dela room cambie de nombre asi : fastboot [operacion] [particion] [fichero] a mfastboot [operacion] [particion] [fichero] lo corra con shift+clickderecho.
mio sale asi : CID: 0x000C y 41.1A Agradeceria una poca de pasciencia y ayuda porfavor- ![]() Sigue por aquí la consulta, pues más usuarios podrán ayudarte. |
![]() |
![]() |
||||||
|