Ver Mensaje Individual
  #4  
Viejo 26/01/17, 15:53:35
Array

[xs_avatar]
Deivid Morganson
Usuario invitado
 
Mensajes: n/a

 Cita: Originalmente Escrito por diabolin Ver Mensaje
Tuve que actualizar el firm de mi Moto Z, buscando en XDA encontrá este hilo:

http://forum.xda-developers.com/moto...loads-t3449837

pero como los enlaces son de FF y van leeentossss, he localizado un mirror decente:

https://mirrors.lolinet.com/firmware...ffin/official

https://mega.nz/#!f5BhWLgR!-B5sGduky...6S16e292yD3hEE
Ahí está tambien la 03-eu

Actualizar o cambiar de rom es muy sencillo con fastboot y NO ES NECESARIO tener abierto el BOOLOADER, por lo que la garantía quedaría intacta.

en un terminal de windows o mac... previo a la descompresión del zip descargado (debes de tener los Drivers de Motorola, el SDK de Android instalado, los drivers ADB y marcado en las opciones de desarrollo "depuración por USB") teclea o copy paste linea por linea:

fastboot flash partition gpt.bin
fastboot flash motoboot boot.img
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 system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash system system.img_sparsechunk.12
fastboot flash system system.img_sparsechunk.13
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot

Dependiendo de la región igual no se necesitan todos los sparse chunks pero da igual, si no dispones de ellos en el zip descomprimido no pasa nada por teclear.

Si tengo un moto Z por ejemplo de US le puedo flashear la de EU?
Responder Con Cita