jueves, 28 de marzo de 2013

Recovery manual LG c660 Optimus Pro [Sin Room Manager]]

Se Nesesita:

- Teléfono rooteado: Si no lo has rooteado CLICK AQUI

- ADB (SDK instalado): Descargalo en su pagina oficial CLICK AQUI

- Tener la ruta de ADB establecida: Para establecerla:

-Hay dos modos de hacerlo..1

-Inicio>Ejecutar>cmd
-Escribimos --> set PATH=%PATH%;C:\Program Files\Android\android-sdk\tools/platform-tools

La ruta en color será diferente según nuestra ubicación de la instalación, la ruta es la mía.

-Manualmente vamos a Equipo/Mi PC...2

-Botón derecho Propiedades>Config Avanzada del Sistema>Variables de entorno

 -En Variables de Sistema, buscamos PATH y Editamos añadiendo la ruta donde está el emulador de adb dentro de la carpeta platform-tools (En mi caso C:\Program Files\Android\android-sdk\tools/platform-tools)

En ambos en MUY IMPORTANTE el colocar la ; para separar los directorios.

- El recovery en la SD: CLICK AQUI

- La flash_image (dejarla en C: ): CLICK AQUI

Proceso:

1.- Conecta el teléfono a USB con el modo de depuración activado.

2.- Abre CMD en Windows y escribe "adb devices" (sin comillas) y tiene que aparecer Attached Devices y un número. Si no aparece el número tu teléfono no ha sido reconocido.

3.- Si todo está bien escribe el siguiente comando y presiona enter
adb push C:/flash_image /data/local/

4.- Si el proceso es exitoso ingresa las siguientes lineas de commando:

adb shell
su
chmod 755 /data/local/flash_image
/data/local/flash_image recovery /mnt/sdcard/recovery-clockwork-5.0.2.7-c660.img


Con esto flasheas el recovery y obtendrás algo así:

Código:
flashing recovery from /mnt/sdcard/recovery-clockwork-5.0.2.7-c660.img
mtd: successfully wrote block at b10c00000000
mtd: successfully wrote block at b10c00020000
mtd: successfully wrote block at b10c00040000
mtd: successfully wrote block at b10c00060000
mtd: successfully wrote block at b10c00080000
mtd: successfully wrote block at b10c000a0000
mtd: successfully wrote block at b10c000c0000
mtd: successfully wrote block at b10c000e0000
mtd: successfully wrote block at b10c00100000
mtd: successfully wrote block at b10c00120000
mtd: successfully wrote block at b10c00140000
mtd: successfully wrote block at b10c00160000
mtd: successfully wrote block at b10c00180000
mtd: successfully wrote block at b10c001a0000
mtd: successfully wrote block at b10c001c0000
mtd: successfully wrote block at b10c001e0000
mtd: successfully wrote block at b10c00200000
mtd: successfully wrote block at b10c00220000
mtd: successfully wrote block at b10c00240000
mtd: successfully wrote block at b10c00260000
mtd: successfully wrote block at b10c00280000
mtd: successfully wrote block at b10c002a0000
mtd: successfully wrote block at b10c002c0000
mtd: successfully wrote block at b10c002e0000
mtd: successfully wrote block at b10c00300000
mtd: successfully wrote block at b10c00320000
mtd: successfully wrote block at b10c00340000
mtd: successfully wrote block at b10c00360000
mtd: successfully wrote block at b10c00380000
mtd: successfully wrote block at b10c003a0000
mtd: successfully wrote block at b10c003c0000
mtd: successfully wrote block at b10c003e0000
mtd: successfully wrote block at b10c00400000
mtd: successfully wrote block at b10c00420000
mtd: successfully wrote block at b10c00000000

y listo para ir a modo recovery lo unico que hacemos es apagar el telefono y encenderlo apretando:
Casa - Volumen + - Encendido

No hay comentarios:

Publicar un comentario