0% encontró este documento útil (0 votos)
134 vistas3 páginas

Comandos Fastboot para Flashear Firmware

Este documento proporciona instrucciones para restaurar el firmware de un dispositivo HTC mediante el uso de comandos fastboot. Explica cómo abrir el bootloader, descargar las herramientas y firmware necesarios, y ejecutar una serie de comandos fastboot para flashar diferentes partes del sistema como gpt.bin, motoboot.img, y los archivos system.img_sparsechunk, entre otros. También advierte sobre posibles problemas al realizar downgrade a versiones anteriores.

Cargado por

ddcc3d3c2212
Derechos de autor
© All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como TXT, PDF, TXT o lee en línea desde Scribd
0% encontró este documento útil (0 votos)
134 vistas3 páginas

Comandos Fastboot para Flashear Firmware

Este documento proporciona instrucciones para restaurar el firmware de un dispositivo HTC mediante el uso de comandos fastboot. Explica cómo abrir el bootloader, descargar las herramientas y firmware necesarios, y ejecutar una serie de comandos fastboot para flashar diferentes partes del sistema como gpt.bin, motoboot.img, y los archivos system.img_sparsechunk, entre otros. También advierte sobre posibles problemas al realizar downgrade a versiones anteriores.

Cargado por

ddcc3d3c2212
Derechos de autor
© All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como TXT, PDF, TXT o lee en línea desde Scribd

comprobar

fastboot devices
*********************
fastboot flash partition [Link]
fastboot flash motoboot [Link]
fastboot flash logo [Link]
fastboot flash boot [Link]
fastboot flash recovery [Link]
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 modem [Link]
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg [Link]
fastboot erase cache
fastboot erase userdata
fastboot reboot

Abrir el Bootloader:

[Link]

2. Descargar las Herramientas:

[Link]

3. Descargar el firmware stock, puedes encontrarlos aqui:

[Link]

OJO: Aqui tienes informacion para elegir el firmware correcto:

Texto oculto (Click para mostrar/ocultar)


4. Juntar Herramientas y el firmware descargado (Previamente descomprimidos) en una
sola carpeta.
5. Abrir terminal en modo fastboot.
6. En un espacio en blanco de la carpeta donde esta todo, apretar la siguiente
convinacion de botones:

Cdigo PHP:
SHIFT (mantener pulsado) + Click derecho.
7. Abrir la siguiente opcion del menu:

Cdigo PHP:
ABRIR VENTANA DE COMANDOS AQUI
8. Se abrira una ventana y meter estos comandos:

Cdigo PHP:
mfastboot flash partition [Link]
mfastboot flash motoboot [Link]
mfastboot flash logo [Link]
mfastboot flash boot [Link]
mfastboot flash recovery [Link]

Cdigo PHP:
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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash system system.img_sparsechunk.9
NOTA: Ojo con estos comandos de System, hay que mirarlos siempre para saber si su
nombre/cantidad corresponden al firmware, pueden cambiar de nombre y/o cantidad de
archivos. Si no se mira y no funciona bien el flasheo, ya sabeis en donde os habeis
equivocado.

Cdigo PHP:
mfastboot flash modem [Link]
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg [Link]
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot reboot

Cuando termine, ya habras cambiado/restaurado el firmware.

MUY IMPORTANTE PARA EL TEMA DE DOWNGRADE

IMPORTANTE: SI REALIZAS DOWNGRADE A UNA VERSION MAS ANTIGUA DE LA 6.0, NO


ACTUALIZES POR OTA A UNA VERSION SUPERIOR. SI QUIERES VOLVER A LA VERSION SUPERIOR
FLASHEA EL FIRMWARE. LO DIGO PORQUE SINOS EL TERMINARA QUEDARA EN HARDBRICK Y NO ES
POSIBLE RECUPERARLO.

Si bajas de la version de Android del SOFTWARE OFICIAL, este acto se llama


downgrade y se hace flasheando los comandos de arriba de la misma manera que si
restauraras firmware pero teneis que evitar los comandos [Link] y [Link].
Podeis leer el porque aqui: [Link]

En caso de realizar un dowgrade y has usado todos los comandos por no haber leido
esto, y cuando enciendes el terminal se abre el modo bootloader todo el rato
(Flashboot reason: utag boot mode configured as fastboot). Flashea este comando y
se reparara.

Cdigo PHP:
fastboot oem fb_mode_clear

TUTORIAL CERRAR BOOTLOADER

Usaremos los mismos archivos de restaurar el firmware por ADB, dado que son los
necesarios para cerrar el bootloader. Esto es para dejarlo completamente de casa y
bloquear (en caso de perdida o robo) que un usuario haga un downgrade para saltarse
el control de las cuentas de Google.

Solo hay que flashear estos comandos por ADB una vez hayas restaurado firmware

Cdigo PHP:
fastboot oem lock begin
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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash system system.img_sparsechunk.9
mfastboot erase userdata
fastboot oem lock

También podría gustarte