Está en la página 1de 3

comprobar

fastboot devices
*********************
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot

Abrir el Bootloader:

http://www.htcmania.com/showthread.php?t=966988

2. Descargar las Herramientas:

http://adf.ly/u4ZIc

3. Descargar el firmware stock, puedes encontrarlos aqui:

http://www.htcmania.com/showthread.php?t=888952

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:

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

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

C�digo PHP:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img

C�digo 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.

C�digo PHP:
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
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 gpt.bin y motoboot.img.
Podeis leer el porque aqui: http://forum.xda-developers.com/moto...ition-t3105147

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.

C�digo 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

C�digo 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