ROMs y desarrollo Motorola Moto G5 ROMs y desarrollo Motorola Moto G5

Respuesta
 
Herramientas
  #1  
Viejo 22/07/18, 01:59:29
Array

[xs_avatar]
jadeT3232 jadeT3232 no está en línea
Usuario muy activo
· Votos compra/venta: (2)
 
Fecha de registro: may 2009
Localización: Madrid
Mensajes: 940
Modelo de smartphone: xt1032
Tu operador: Lowi
rom Revivir, Unbrick moto g XT1670 XT1671 XT1676 ...

Enlace a xda

 Cita: Originalmente Escrito por TheFixItMan
This guide is for hard bricked Moto G5 Cedric
Hard bricked means a device which can not enter bootloader mode normally


This method has now been confirmed working

XT1672 32gb version (also works with XT1670 XT1671 and XT1676)
Download mmcblk0 image from here
Thanks to @jcbotelho for providing image

Requirements
Freshly formatted microSD card of at least 32gb
7zip
Linux mint live usb/dvd
USB card reader


Method
The BEST method to flash the sdcard with mmcbk0.img file is to use LINUX!
Windows user have no need to install Linux in pc, you can run Linux from a bootable usb-stick or pendrive that is at least 8gb

0) Put the Moto g5 on mains charge until you have finished flashing the sdcard so it's fully charged ready for the boot test!
1) Run linux, preferable cinnamon or mate versions of linux Mint
2) Insert the sdcard in pc or card reader and open "Disks" app
3) In "Disks" app select sdcard and you will see the sdcard partitions
4) Press "-" to delete the partition (delete all partitions if there is more than one)
5) Press "+" to create a new one and name it mmcblk0, set FAT(FAT32) file format and press "CREATE"
6) Press "Play" button to mount the sdcard, look to see what path the sdcard has (/dev/sd??) and then close the "Disks" app
7) Go to Desktop, open "Computer" and navigate to the location when the img file is extracted (mmcblk0.img)
8) Open the window where img file is with root (right click on window and select "open as root")
9) In root window open the Terminal (right click on window and select "open terminal")
no need to type "su" in terminal, it has root already (see notes if using Linux live usb/dvd)
10) Type in terminal the comand written below and dont forget to eliminate that "1" from the sdcard path,
that "1" can make the differnce betwen phone boot or not!!!!!


Things to note
Linux Live dvd doesn't have open as root so just open in terminal and add sudo to the start of the commands
I've included this in the commands below

If you get a status error just remove status=progress from the terminal command below


Terminal comands
- if your sdcard is seen like " /dev/sdb1"
in terminal aply that comand:
sudo dd bs=4M if=mmcblk0.img of=/dev/sdb status=progress oflag=sync

-if your sdcard is seen like " /dev/mmcblk0p1"
in terminal aply that comand:
sudo dd bs=4M if=mmcblk0.img of=/dev/mmcblk0 status=progress oflag=sync

and the flashing process should start
when it finishes, test the sdcard in the phone and it should boot!

If you get a size error of the sdcard in terminal you have to change the sdcard and try again!

Thanks to vaserbanix for the guide


Re-flash Stock Firmware
Once the phone is in bootloader mode you can flash stock firmware via fastboot
Note that in order to flash gpt the firmware MUST be the same or newer than the version currently on your phone

Once you have firmware that is the same or newer than your current version you can remove the sd card and run these commands (assuming you have fastboot all setup on your pc)

fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash dsp adspso.bin
fastboot flash oem oem.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize (ignore any error)
fastboot erase clogo (ignore any error)
fastboot oem fb_mode_clear
fastboot reboot


Imei fix
If your imei is 0 then follow instructions from here
You should be able to restore stock after & keep imei
https://forum.xda-developers.com/g5/...image-t3776012
Responder Con Cita
Gracias de parte de:


  #2  
Viejo 22/09/18, 16:07:04
Array

[xs_avatar]
josebostal josebostal no está en línea
Usuario muy activo
 
Fecha de registro: dic 2012
Localización: Bahia blanca, Buenos Aires, Argentina
Mensajes: 1,364
Modelo de smartphone: Mototola Moto Z XT1650-03
Tu operador: Claro
Hola cómo estás? Yo use este mismo archivo mmcblk0.img y gracias a este archivo que es la rom de 32 GB lo pude recuperar al moto g5, pero con otro método pero con el mismo archivo. Hoy tengo android 8.1 oficial en mí xt1671. Saludos
__________________
Jose Bostal
Responder Con Cita
  #3  
Viejo 03/10/18, 10:08:32
Array

[xs_avatar]
grosobart grosobart no está en línea
Usuario muy activo
 
Fecha de registro: abr 2013
Localización: buenos aires- argentina
Mensajes: 773
Modelo de smartphone: MOTO x4
Tu operador: Personal
hola amigo podrias ayudarme tengo mi moto g5 que solo parpadea el led intente con un metodo que vi en youtube ese archivo en una memoria 32 gb con rufus eso quedo bien pero algo estoy haciendo mal no logro que arranque, gracias
edito: osea tengo que instalar linux mint en mi pc, he instalado infinidad de softwares en mis dispositivos , pero nunca habia sufrido un hardbrick como este en el que el dispositivo quedara casi muerto jajaja necesito ayuda por favor para aprender en este tema gracias
__________________
MOTO X4 alta maquina!!!!

Última edición por grosobart Día 03/10/18 a las 10:23:18.
Responder Con Cita
  #4  
Viejo 06/10/18, 22:16:34
Array

[xs_avatar]
dnfuentes dnfuentes no está en línea
Colaborador/a
· Votos compra/venta: (4)
 
Fecha de registro: feb 2012
Localización: Vigo
Mensajes: 75,836
Modelo de smartphone: Poco X3 Pro 8/256 - MiBand 6 - Eardbuds 2
Tu operador: Tuenti Movil
Movemos al subforo de ROMs y desarrollo @jadeT3232:
Responder Con Cita
  #5  
Viejo 10/10/18, 05:00:38
Array

[xs_avatar]
jhh387 jhh387 no está en línea
Usuario poco activo
 
Fecha de registro: oct 2018
Mensajes: 1
Modelo de smartphone: MOTOROLA G5S
Tu operador: Movistar
hola tengo un moto g5s y al flashearlo lo prende como lo soluciono
Responder Con Cita
  #6  
Viejo 12/10/18, 12:02:58
Array

[xs_avatar]
Rambaudee Rambaudee no está en línea
Usuario poco activo
 
Fecha de registro: oct 2018
Localización: falcon venezuela
Mensajes: 1
Modelo de smartphone: moto g5 xt1671
Tu operador: Otra
ayuda :D

 Cita: Originalmente Escrito por josebostal Ver Mensaje
Hola cómo estás? Yo use este mismo archivo mmcblk0.img y gracias a este archivo que es la rom de 32 GB lo pude recuperar al moto g5, pero con otro método pero con el mismo archivo. Hoy tengo android 8.1 oficial en mí xt1671. Saludos
podrias ayudarme? tengo el mismo telefono soy de venezuela y no consigo la manera de arreglarlo, gracias de antemano! solo parpadea el led, tengo una micro sd de 64gb
Responder Con Cita
  #7  
Viejo 17/10/18, 15:37:40
Array

[xs_avatar]
faeajefexx faeajefexx no está en línea
Miembro del foro
 
Fecha de registro: sep 2012
Localización: OBREGON SONORA MEXICO
Mensajes: 59
Modelo de smartphone: MOTOROLA MOTO G 2014 16GB
Tu operador: Movistar
Ayuda

 Cita: Originalmente Escrito por josebostal Ver Mensaje
hola cómo estás? Yo use este mismo archivo mmcblk0.img y gracias a este archivo que es la rom de 32 gb lo pude recuperar al moto g5, pero con otro método pero con el mismo archivo. Hoy tengo android 8.1 oficial en mí xt1671. Saludos
tengo el mismo problema ya lo hice con rufu en linux pero no arranca
me puedes ayudar
Responder Con Cita
  #8  
Viejo 17/10/18, 16:10:36
Array

[xs_avatar]
Nacho Asturias Nacho Asturias no está en línea
Miembro del foro
 
Fecha de registro: ago 2013
Localización: Oviedo
Mensajes: 51
Modelo de smartphone: Samsung S8+
Tu operador: Jazztel
Gracias por el aporte
Responder Con Cita
  #9  
Viejo 31/10/18, 23:48:21
Array

[xs_avatar]
galbm12 galbm12 no está en línea
Usuario poco activo
 
Fecha de registro: oct 2018
Mensajes: 1
Modelo de smartphone: Moto G5
Tu operador: Movistar
Archivo

Donde pudeo conseguir el archivo mmkblk0 para un moto G5 de 16g de momoria interna y 3 de ram ayudame porfavor


 Cita: Originalmente Escrito por jadeT3232 Ver Mensaje
Responder Con Cita
  #10  
Viejo 15/12/18, 14:25:20
Array

[xs_avatar]
amaral178 amaral178 no está en línea
Usuario poco activo
 
Fecha de registro: nov 2018
Mensajes: 13
Modelo de smartphone: Xiaomi Mi A3
Tu operador: Movistar
 Cita: Originalmente Escrito por galbm12 Ver Mensaje
Donde pudeo conseguir el archivo mmkblk0 para un moto G5 de 16g de momoria interna y 3 de ram ayudame porfavor
SOLUCIONADO MOTO G5 XT1676 vuelve a la vida EN ESTE FORO:
https://forum.xda-developers.com/g5/...-help-t3773984

la rom es de 32 gb aunque tu movil tenga 16 gb
funciona, creeme.
Responder Con Cita
  #11  
Viejo 20/01/19, 16:18:58
Array

[xs_avatar]
jabaclar0610 jabaclar0610 no está en línea
Usuario poco activo
 
Fecha de registro: ene 2012
Mensajes: 3
Modelo de smartphone: lg optimus one
Tu operador: Movistar
 Cita: Originalmente Escrito por josebostal Ver Mensaje
Hola cómo estás? Yo use este mismo archivo mmcblk0.img y gracias a este archivo que es la rom de 32 GB lo pude recuperar al moto g5, pero con otro método pero con el mismo archivo. Hoy tengo android 8.1 oficial en mí xt1671. Saludos
buen día amigo puede tener la amabilidad de compartir como hizo, que herramientas uso y donde descargo la stock rom oreo? pues yo he hecho el proceso así como usted lo hizo anteriormente pero el móvil no da y además la stock rom la he tratado de bajar de xda pero sale el molesto 404 not found de antemano muchas gracias por su atención y buen día...
Responder Con Cita
  #12  
Viejo 11/04/19, 19:07:16
Array

[xs_avatar]
neo_noa2000 neo_noa2000 no está en línea
Miembro del foro
 
Fecha de registro: ene 2009
Mensajes: 98
Modelo de smartphone: Mi Note 3
Tu operador: Pepephone
Hola. Nadie que tenga el tutorial en castellano?
Tengo el moto G5 ahi brikeado y no sé por dónde empezar para meterle mano...
Responder Con Cita
Respuesta

Estás aquí
Regresar   Portal | Indice > Foros Motorola > Motorola Moto G5 > ROMs y desarrollo Motorola Moto G5

Herramientas


Hora actual: 13:02:03 (GMT +1)



User Alert System provided by Advanced User Tagging (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

Contactar por correo / Contact by mail / 邮件联系 /