Ver Mensaje Individual
  #50  
Viejo 14/02/18, 19:32:43
Array

[xs_avatar]
JGigio JGigio no está en línea
Usuario poco activo
 
Fecha de registro: nov 2017
Mensajes: 5
Modelo de smartphone: Moto Z Play
Tu operador: Movistar
triste

 Cita: Originalmente Escrito por Necrodaemon Ver Mensaje
La forma directa es la siguiente:

Primero que todo debes tener ADB (Minimal ADB 1.4 es recomendable, versiones 1.3 no sirve), drivers ADB instalado en tu PC/Notebook, Firmware (en el post se encuentra el Firmware con Parche de Diciembre), estar en el firmware 7.1.1 Diciembre o inferior (no funciona estando en Oreo debido a que perderás IMEI o incluso brickear por completo tu equipo debido al bootloader más actualizado).

Para hacer el procedimiento más fácil te recomiendo dejar todo en la misma carpeta, firmware descomprimido en la carpeta que contiene ADB (fastboot.exe, ADB.exe, dll...etc), y lo siguiente es importante, crear un archivo TXT en la misma carpeta (este puede tener cualquier nombre) y copiar los siguientes comandos:

fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp adspso.bin
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 oem oem.img
fastboot erase carrier
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear

fastboot oem lock
fastboot oem lock
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 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 boot boot.img
fastboot oem lock

Guardar el archivo y cambiar la extensión, por ejemplo "flash.txt" a "flash.bat", esto sirve para hacer una instalación automatizada (script de instalación).

Ahora debes colocar tu equipo en modo bootloader, apagas el equipo, inicias con Boton Power + Volumen Abajo, soltar cuando aparezca "Andy" en pantalla, conectar el cable USB al equipo y Notebook, dejar que instale los drivers USB/ADB, yo uso los drivers de Google, que son los mismos drivers que uso en mis equipos Nexus, también uso Minimal ADB 1.4.2 que puedes encontrar en XDA, por último tendiendo todo lo anterior nombrado y respaldada "toda mi información" ejecuto el archivo "flash.bat" y se realizará la instalación completa del firmware con parche de Diciembre y se cerrará el bootloader, te recomiendo NO sacar la opción de desbloqueo OEM en caso de querer abrir nuevamente el bootloader o tener algún inconveniente que lo requiera, esto solo por precaución, luego de esto puedes instalar la SOAK con bootloader cerrado sin problema mediante Fastboot

NPNS26.118-22-2-12_cid50

https://androidfilehost.com/?a=show&w=files&flid=215703

Minimal ADB

https://forum.xda-developers.com/sho....php?t=2317790


Enviado desde mi XT1635-02 mediante Tapatalk
Hago todo lo que mencionas sin embargo, no tengo éxito, mira ésto, ¿me puedes ayudar?

"C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem lock
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
(bootloader) Check 'Allow OEM Unlock' in Android Settings > Developer
(bootloader) Options
OKAY [ 0.172s]
finished. total time: 0.172s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
rebooting...

finished. total time: 0.169s"
Responder Con Cita