Ver Mensaje Individual
  #2  
Viejo 05/11/14, 13:28:37
Array

[xs_avatar]
evogp evogp no está en línea
Cocinero veterano
 
Fecha de registro: sep 2009
Mensajes: 6,345
Tu operador: Movistar

How to setup fastboot:

IMPORTANT: This will wipe the laf partition so you can't use LG Flash tool until you restore it.

Código:
adb shell                                                                                                                               

su
dd if=/dev/block/platform/msm_sdcc.1/by-name/laf of=/storage/external_SD/stock-laf.img
( this made a backup copy of your laf image - save it on your PC)
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
Then, to restart in fastboot, you have to turn off your phone, press the VOL + button and insert the USB cable.

To restore laf:

Código:
dd  if=/storage/external_SD/stock-laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf
You can also start the LG Flashtool download mode with

Código:
fastboot boot stock-laf.img
__________________
EPSILON PROJECT - Motorola Atrix/Razr/Razr HD/G/X - Samsung Galaxy S2/S3/S4/S5 - Galaxy Note 1/2/3 - HTC One X - LG Optimus G - Nexus 4/5

Responder Con Cita
Gracias de parte de: