ROMs y desarrollo LG G3 ROMs y desarrollo LG G3

Respuesta
 
Herramientas
  #1  
Viejo 29/12/14, 21:46:16
Array

[xs_avatar]
canteo canteo no está en línea
Usuario muy activo
· Votos compra/venta: (3)
 
Fecha de registro: jun 2012
Localización: madrid city
Mensajes: 1,703
Modelo de smartphone: Oppo find x2 pro
Tu operador: O2
"Fastboot mode started" DESBRICKEA TU G3&RECOVERY BOOTLOOP (por ADB&FASTBOOT)

Bueno, debido a problemas que hemos tenido algunos con nuestro terminal, me he decidido a preparar este tutorial para desbrikearlo, todo son procesos probados con éxito
Totalmente de acuerdo con las palabras de nuestro compañero @MetaDeivid " Para evitar estos problemas,yo lo que haria,no actualizaria nunca por OTA,nunca lo he echo pues en todos los galaxy que tuve siempre me dio problemas,siempre cargar la bateria,eso lo primero y me voy al recovery,restauro un nandroid a KK..y flasheo un KDZ y rooteo,bumpeo ect.Si quiero lollipop pues lo instalo ya en el recovery,asi lo prefiero pues actualizandolo o flasheandolo por flashtool y visto la cantidad de problemas que esta dando a muchos usuarios,pues hasta que no se saque root y recovery oficialmente en lollipop,no flasheare ninguna KDZ 5.0 para nuestro G3 y habra que seguir instalando lollipop desde KK en el recovery y regresando asi para hacer instalaciones limpias y evitar errores."

Espero que no le haga falta a mucha gente, pero por si acaso.....por supuesto si algún makina ve algo mejorable, le ruego que lo diga para mejorar todo lo que podamos el hilo, ya que cuanto más completo mejor para todos nosotros.



FASTBOOT MODE STARTED









Vaya bajón nene, pero hay solución, tranquilidad y sigue los pasos...al final lo que conseguirás es que tu G3 entre en modo download para poder flasearle un kdz, y así dejarlo prácticamente de fábrica, si lo quieres dejar lo más stock posible deberás después meterle un TOT.




A)Antes de nada prueba:

-Quitar bateria y usb el movil.
-Pulsar sin soltar volumen+ y:
1- Conectar USB
2- Y el teléfono debería entrar en modo Download-
3- Después con flashtool KDZ al canto.




B) cago entó si estas leyendo esto es que no te funcionó lo anterior, no pasa nada seguimos para adelante;(DEBERÍA VALER PARA " security booting error")

Bueno pues descargamos SDK tools, y sólo en el caso de que no haya funcionado con SDK, descargamos ADB AND FASTBOOT de aquí

Instalación de SDK TOOLS, en el link viene todo explicado.


Instalación de ADB AND FASTBOOT; (instalar si con SDK TOOLS no hemos tenido resultados)
1) Ejecuta el archivo como administrador.
2) Dale a YES las tres veces que te lo pida.
3) Deja que se instale.
4) En mi caso la carpeta ADB AND FASTBOOT la tengo dentro de la de SDK tools.

Ahora vamos a recuperar la partición stock-laf.img, para que tu teléfono entre en modo download, descarga éste archivo y mételo en tu externalsd, (en tu microsd).

Una vez reinsertada tu microsd en el móvil conectalo al pc, y te saldrá el cartelito de los huevos, abres un cmd dentro de tu carpeta "Adb and fastboot files", y primero probamos por fastboot ya que es más rápido, tecleamos,


fastboot boot stock-laf.img

Si tampoco ha iniciado el modo download, probamos tecleando en el mismo cmd,


adb shell
su
dd if=/storage/external_SD/stock-laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf


En teoría con esto último has restaurado tu partición stock-laf.img por adb y deberías estar ya en modo download, si no desenchufa el terminal del ordenador, sácale la batería unos segundos, y vuelve a conectarlo con volumen + apretado a la vez que enchufas el cable, ya tendrías que estar en modo download..


Si has triunfado, enhorabuena, ahora bien si flaseaste un kdz lollipop para arreglar el tema y quieres tener el móvil roteado sigue el siguiente tutorial de @villazon78 con todo minuciosamente explicado.


Fuentes;
http://www.htcmania.com/showthread.php?t=947326
http://www.htcmania.com/showthread.php?t=941833

Agradecer a nuestros compañeros sufridores de ésta putada felizmente solucionada; @Molgorth, @magber68 y @javier flecha(gracias por las imágenes).

Última edición por canteo Día 09/03/15 a las 21:27:57.
Responder Con Cita
Los siguientes 26 usuarios han agradecido a canteo su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]


  #2  
Viejo 29/12/14, 21:46:51
Array

[xs_avatar]
canteo canteo no está en línea
Usuario muy activo
· Votos compra/venta: (3)
 
Fecha de registro: jun 2012
Localización: madrid city
Mensajes: 1,703
Modelo de smartphone: Oppo find x2 pro
Tu operador: O2
BOOTLOOP RECOVERY

Bueno ya que sabemos usar comandos en cmd, pues podremos salir del bootloop del recovery con unos sencillos pasos....gracias a autoprime de xda



Descarga LG_G3_Flash2FixStuckRecovery.zip y metelo en tu teléfono(memoria interna).
Puedes usar TWRP's MTP para pasarlo del ordenador a tu teléfono, puedes usar un OTG conectado con el zip dentro o usa adb push para mandar el archivo a tu teléfono...

adb push LG_G3_Flash2FixStuckRecovery.zip /sdcard


Flasea LG_G3_Flash2FixStuckRecovery.zip con el recovery
o usa los siguientes commandos adb para arreglar el problema..


adb shell
su
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc bs=256 count=1 conv=notrunc
reboot

Terminado

Si continuas igual quizás has flaseado un archivo recovery.img corrupto o flaseaste la partición boot.img en lugar de la recovery.img.

Reflasea una rom con TWRP/CWM que deberá arreglar el boot.img... or descarga un boot.img, mételo en el almacenamiento interno ( /sdcard/ ) y flasea con el recovery el archivo boot.img in TWRP/CWM...ó

dd if=/sdcard/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/boot
reboot

Fuente:http://forum.xda-developers.com/lg-g...g-ota-t2907508

Última edición por canteo Día 29/12/14 a las 22:24:14.
Responder Con Cita
Los siguientes 14 usuarios han agradecido a canteo su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]
  #3  
Viejo 29/12/14, 21:48:38
Array

[xs_avatar]
dmendozam01 dmendozam01 no está en línea
Betatester
· Votos compra/venta: (101)
 
Fecha de registro: ene 2012
Localización: Dember City
Mensajes: 4,632
Modelo de smartphone: iPhone 12 Pro Max
Tu operador: Vodafone
Increíble tuto compi, eres un crack.
Le vendrá bien a gente que se haya quedado con un precioso pisapapeles.
__________________
Responder Con Cita
Gracias de parte de:
  #4  
Viejo 29/12/14, 21:56:49
Array

[xs_avatar]
ibitoni ibitoni no está en línea
Miembro del foro
 
Fecha de registro: ene 2012
Localización: ibiza
Mensajes: 312
Modelo de smartphone: lg g3
Tu operador: Orange
increible, yo no se de donde sacais estas virguerias. Por cierto, el Samsung hace buenas fotos jijiji.
Responder Con Cita
Gracias de parte de:
  #5  
Viejo 29/12/14, 21:59:32
Array

[xs_avatar]
joserra_ab joserra_ab no está en línea
Usuario muy activo
· Votos compra/venta: (1)
 
Fecha de registro: nov 2012
Localización: Albacete
Mensajes: 1,382
Modelo de smartphone: Nexus 4 / LG G3 D855
Tu operador: Vodafone
Buenísimo tuto!! Gracias chinchetazo
__________________
Responder Con Cita
Gracias de parte de:
  #6  
Viejo 29/12/14, 22:01:47
Array

[xs_avatar]
Molgorth Molgorth no está en línea
Betatester oficial
· Votos compra/venta: (1)
 
Fecha de registro: feb 2012
Localización: Madrid
Mensajes: 5,399
Modelo de smartphone: Google Pixel 7 Pro
Tu operador: O2
Que grande, muchas gracias con el Tuto, ya no hay excusas para jorobar nuestro movil XD
__________________
Responder Con Cita
Gracias de parte de:
  #7  
Viejo 29/12/14, 22:08:38
Array

[xs_avatar]
pochenko pochenko no está en línea
Usuario muy activo
 
Fecha de registro: mar 2012
Localización: España
Mensajes: 883
Modelo de smartphone: Lg 3G, Sansung Galaxy S Plus
Tu operador: Jazztel
Muchas gracias por este tutorial fundamental
Responder Con Cita
Gracias de parte de:
  #8  
Viejo 30/12/14, 14:02:04
Array

[xs_avatar]
_Freddy_ _Freddy_ no está en línea
Usuario muy activo
· Votos compra/venta: (1)
 
Fecha de registro: may 2013
Localización: Castellón de la Plana
Mensajes: 2,903
Modelo de smartphone: SamsungNote8 - Redmi Note 11Pro - Pixel 6Pro
Tu operador: Finetwork
Bueno, flashear sin estos sustos no tiene gracia.
La mayoría, mas de una vez nos hemos quedao blancos jeje.

Gracias colega por los comandos.

Saludos,
Responder Con Cita
Gracias de parte de:
  #9  
Viejo 30/12/14, 15:39:12
Array

[xs_avatar]
garagrim garagrim no está en línea
Miembro del foro
· Votos compra/venta: (1)
 
Fecha de registro: ago 2009
Localización: Valladolid
Mensajes: 336
Modelo de smartphone: Note II
Tu operador: Pepephone
Gracias crack
Responder Con Cita
Gracias de parte de:
  #10  
Viejo 30/12/14, 15:45:38
Array

[xs_avatar]
kadoc01 kadoc01 no está en línea
Cocinero veterano
· Votos compra/venta: (11)
 
Fecha de registro: ago 2008
Localización: sabadell
Mensajes: 11,620
Modelo de smartphone: redmi note 8 pro
Tu operador: O2
arriba este tuto, osea chincheta ya
gracias
Responder Con Cita
Gracias de parte de:
  #11  
Viejo 31/12/14, 00:07:50
Array

[xs_avatar]
isapi isapi no está en línea
Betatester oficial
· Votos compra/venta: (4)
 
Fecha de registro: ene 2012
Localización: ZARAGOZA
Mensajes: 4,693
Modelo de smartphone: NOTE 5.3,HTC ONE,LG G3,MI5S
Tu operador: Simyo
Muy buen tuto, si señor se merece una chincheta pero ya
__________________
SALUDOS DEL MAÑICO
Responder Con Cita
Gracias de parte de:
  #12  
Viejo 09/01/15, 17:44:25
Array

[xs_avatar]
Molgorth Molgorth no está en línea
Betatester oficial
· Votos compra/venta: (1)
 
Fecha de registro: feb 2012
Localización: Madrid
Mensajes: 5,399
Modelo de smartphone: Google Pixel 7 Pro
Tu operador: O2
Up!

Que no caiga en el olvido que hay gente preguntando por esto y es muy importate este Tuto.
__________________
Responder Con Cita
  #13  
Viejo 09/01/15, 18:14:26
Array

[xs_avatar]
canteo canteo no está en línea
Usuario muy activo
· Votos compra/venta: (3)
 
Fecha de registro: jun 2012
Localización: madrid city
Mensajes: 1,703
Modelo de smartphone: Oppo find x2 pro
Tu operador: O2
 Cita: Originalmente Escrito por Molgorth Ver Mensaje
Up!

Que no caiga en el olvido que hay gente preguntando por esto y es muy importate este Tuto.
esperemos que le haga falta a poca gente...
Responder Con Cita
Gracias de parte de:
  #14  
Viejo 17/01/15, 19:55:48
Array

[xs_avatar]
MOREN MOREN no está en línea
Usuario muy activo
· Votos compra/venta: (253)
 
Fecha de registro: ago 2008
Mensajes: 3,012
Modelo de smartphone: TODOS LOS DE ULTIMA GAMA SIEMPRE.
Tu operador: Yoigo
Hola tengo un problema grande con esta ROM //D855 Int\\ON-LINE v13\\*KN_VIRUS_ACURA_ROM_v13_20F_FO R MATO_IM G, de repente se me apago estado con batería a tope y no me entra en modo Download y tampoco me lo reconoce con los drivers originales el PC.

He seguido este tutorial http://www.htcmania.com/showthread.php?t=947729 y nada no me entra en modo Download y tapoco lo reconoce los drivers .Alguna ayuda llevo tres dias sin movil intentandolo .

Gracias .

Saludos.

MOREN
Responder Con Cita
  #15  
Viejo 17/01/15, 20:13:41
Array

[xs_avatar]
MOREN MOREN no está en línea
Usuario muy activo
· Votos compra/venta: (253)
 
Fecha de registro: ago 2008
Mensajes: 3,012
Modelo de smartphone: TODOS LOS DE ULTIMA GAMA SIEMPRE.
Tu operador: Yoigo
If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must
be an absolute path.
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this command with no additional arguments

will disconnect from all connected TCP/IP devic
es.

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] [--algo <algorithm name> --key <hex-encoded key> --
iv <hex-encoded iv>] <file>
- push this package file to the device and instal
l it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
('-s' means install on SD card instead of inter
nal storage)
('--algo', '--key', and '--iv' mean the file is
encrypted already)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.

adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
stem] [<packages...>]
- write an archive of the device's data to <file>
.
If no -f option is supplied then the data is wr
itten
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks
themselves
in the archive; the default is noapk.)
(-shared|-noshared enable/disable backup of the
device's
shared storage / SD card contents; the defau
lt is noshared.)
(-all means to back up all installed applicatio
ns)
(-system|-nosystem toggles whether -all automat
ically includes
system applications; the default is to inclu
de system apps)
(<packages...> is the list of applications to b
e backed up. If
the -all or -shared flags are passed, then t
he package
list is optional. Applications explicitly g
iven on the
command line will be included even if -nosys
tem would
ordinarily cause them to be omitted.)

adb restore <file> - restore device contents from the <file> backup
archive

adb help - show this help message
adb version - show version num

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb get-devpath - prints: <device-path>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on th
e specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u
pdated.

- If it is "system" or "data", only the corresponding partition
is updated.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.

C:\Program Files (x86)\Minimal ADB and Fastboot>su
"su" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.

C:\Program Files (x86)\Minimal ADB and Fastboot>su
"su" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot stock-laf.img
cannot load 'stock-laf.img': No error

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot stock-laf.img
cannot load 'stock-laf.img': No error

C:\Program Files (x86)\Minimal ADB and Fastboot>adb sell
Android Debug Bridge version 1.0.31

-d - directs command to the only connected USB devic
e
returns an error if more than one USB device is
present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r
unning.
-s <specific device> - directs command to the device or emulator with
the given
serial number or qualifier. Overrides ANDROID_S
ERIAL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must
be an absolute path.
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this command with no additional arguments

will disconnect from all connected TCP/IP devic
es.

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] [--algo <algorithm name> --key <hex-encoded key> --
iv <hex-encoded iv>] <file>
- push this package file to the device and instal
l it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
('-s' means install on SD card instead of inter
nal storage)
('--algo', '--key', and '--iv' mean the file is
encrypted already)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.

adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
stem] [<packages...>]
- write an archive of the device's data to <file>
.
If no -f option is supplied then the data is wr
itten
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks
themselves
in the archive; the default is noapk.)
(-shared|-noshared enable/disable backup of the
device's
shared storage / SD card contents; the defau
lt is noshared.)
(-all means to back up all installed applicatio
ns)
(-system|-nosystem toggles whether -all automat
ically includes
system applications; the default is to inclu
de system apps)
(<packages...> is the list of applications to b
e backed up. If
the -all or -shared flags are passed, then t
he package
list is optional. Applications explicitly g
iven on the
command line will be included even if -nosys
tem would
ordinarily cause them to be omitted.)

adb restore <file> - restore device contents from the <file> backup
archive

adb help - show this help message
adb version - show version num

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb get-devpath - prints: <device-path>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on th
e specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u
pdated.

- If it is "system" or "data", only the corresponding partition
is updated.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.

C:\Program Files (x86)\Minimal ADB and Fastboot>
Responder Con Cita
  #16  
Viejo 17/01/15, 20:14:37
Array

[xs_avatar]
MOREN MOREN no está en línea
Usuario muy activo
· Votos compra/venta: (253)
 
Fecha de registro: ago 2008
Mensajes: 3,012
Modelo de smartphone: TODOS LOS DE ULTIMA GAMA SIEMPRE.
Tu operador: Yoigo
Alguien puede echarme una mano.

Gracias.

Saludos.

MOREN
Responder Con Cita
  #17  
Viejo 18/01/15, 16:24:44
Array

[xs_avatar]
raulcv97 raulcv97 no está en línea
Miembro del foro
 
Fecha de registro: ene 2011
Localización: Guadalupe, Caceres
Mensajes: 223
Modelo de smartphone: Huawei P9 Lite
Tu operador: Amena
Gracias pero hace tiempo se me brickeo y no me acuerdo en que foro encontre un archivo que se flasheaba en el recovery que te dejaba el telefono desbrickeado y funcional.
Responder Con Cita
Gracias de parte de:
  #18  
Viejo 18/01/15, 18:44:52
Array

[xs_avatar]
canteo canteo no está en línea
Usuario muy activo
· Votos compra/venta: (3)
 
Fecha de registro: jun 2012
Localización: madrid city
Mensajes: 1,703
Modelo de smartphone: Oppo find x2 pro
Tu operador: O2
 Cita: Originalmente Escrito por MOREN Ver Mensaje
Alguien puede echarme una mano.

Gracias.

Saludos.

MOREN
puedes entrar en recovery manualmente??
aparte de todo el error que te da de que no te reconoce "su" me da que es porque no tienes bien puesta la ruta para abrir el cmd...
si le das a encender que hace el teléfono?
prueba también lo que comentó otro compañero, encenderlo con volumen+ hasta que salga el logo de lg, sueltas un segundo y luego vuelves a pulsar encender y volumen+ y se supone, yo no lo he probado, que arranca normal

Última edición por canteo Día 18/01/15 a las 21:16:43.
Responder Con Cita
Gracias de parte de:
  #19  
Viejo 22/01/15, 21:47:41
Array

[xs_avatar]
MOREN MOREN no está en línea
Usuario muy activo
· Votos compra/venta: (253)
 
Fecha de registro: ago 2008
Mensajes: 3,012
Modelo de smartphone: TODOS LOS DE ULTIMA GAMA SIEMPRE.
Tu operador: Yoigo
 Cita: Originalmente Escrito por canteo Ver Mensaje
puedes entrar en recovery manualmente??
aparte de todo el error que te da de que no te reconoce "su" me da que es porque no tienes bien puesta la ruta para abrir el cmd...
si le das a encender que hace el teléfono?
prueba también lo que comentó otro compañero, encenderlo con volumen+ hasta que salga el logo de lg, sueltas un segundo y luego vuelves a pulsar encender y volumen+ y se supone, yo no lo he probado, que arranca normal
Hola no me entra en modo recovery normal y la ruta la pongo tal y como comentas en el tutorial.Pero aun sigo sin el telefono.Cuando lo enciendo se queda en el logo de LG.

Si lo pongo en modo download ,sale el logo de LG un buen rato ,luego el cartelito pequeño de download y después las letras en blanco de las fotos que tienes puestas.

Gracias .
Alguna sugerencia mas porfa.

Saludos.

MOREN

Última edición por MOREN Día 22/01/15 a las 21:51:35.
Responder Con Cita


  #20  
Viejo 22/01/15, 22:04:17
Array

[xs_avatar]
canteo canteo no está en línea
Usuario muy activo
· Votos compra/venta: (3)
 
Fecha de registro: jun 2012
Localización: madrid city
Mensajes: 1,703
Modelo de smartphone: Oppo find x2 pro
Tu operador: O2
 Cita: Originalmente Escrito por MOREN Ver Mensaje
Hola no me entra en modo recovery normal y la ruta la pongo tal y como comentas en el tutorial.Pero aun sigo sin el telefono.Cuando lo enciendo se queda en el logo de LG.

Si lo pongo en modo download ,sale el logo de LG un buen rato ,luego el cartelito pequeño de download y después las letras en blanco de las fotos que tienes puestas.

Gracias .
Alguna sugerencia mas porfa.

Saludos.

MOREN
entonces no se, prueba con esto https://www.dropbox.com/s/w2920hrfbj...Setup.exe?dl=0

es de lg para recuperar móviles, instala solo los drives, es muy intuitivo

en otros foros a alguno le ha solucionado

La carpeta "minimal adb...." ¿donde la tienes? ¿En el escritorio?, ¿dentro de otra carpeta?....

Última edición por canteo Día 22/01/15 a las 22:24:14.
Responder Con Cita
Respuesta

Estás aquí
Regresar   Portal | Indice > Foros LG > Otros smartphones antiguos de LG > LG G3 > ROMs y desarrollo LG G3



Hora actual: 21:27:20 (GMT +2)



User Alert System provided by Advanced User Tagging (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

Contactar por correo / Contact by mail / 邮件联系 /