[Q] Lg G2 Bricked? Help... - G2 Q&A, Help & Troubleshooting

Ok so i woke up and did something stupid accepted to the ota and now when my phone boots it just constant boot loops to the cwm recovery screen. i tryed to factory reset and restore a older backup but same thing just boots up to cwm recovery...i dont know what to do i heard a few things about terminal but i dont know how to get to it on cwm also adb but my computer is not reading the phone...can someone pleaseeeee help me!

nmitch8 said:
Ok so i woke up and did something stupid accepted to the ota and now when my phone boots it just constant boot loops to the cwm recovery screen. i tryed to factory reset and restore a older backup but same thing just boots up to cwm recovery...i dont know what to do i heard a few things about terminal but i dont know how to get to it on cwm also adb but my computer is not reading the phone...can someone pleaseeeee help me!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2451696
This thread solved it for me (I also have CWM as you)

plguzman said:
http://forum.xda-developers.com/showthread.php?t=2451696
This thread solved it for me (I also have CWM as you)
Click to expand...
Click to collapse
can you please explain what you did because ive tryed everything there i cant connect to my computer useing adb is that what you did?

nmitch8 said:
can you please explain what you did because ive tryed everything there i cant connect to my computer useing adb is that what you did?
Click to expand...
Click to collapse
In cwm adb is running when it is running. If you can't see your phone check drivers etc
Sent from my LG-G2 using Tapatalk

tacosrdelicioso said:
In cwm adb is running when it is running. If you can't see your phone check drivers etc
Sent from my LG-G2 using Tapatalk
Click to expand...
Click to collapse
i tryed the drivers still nothing my computer is litterly not reading the phone at all

Same issue here. My pocket got warm earlier and i pulled out my phone and it was in CWM. Rebooting only brought it back to CWM. Phone is not recognized by PC (with correct drivers) and I can't get into download mode at all. Was able to flash TWRP through CWM because i had a zip of it on the phone. But even with TWRP, every reboot to... option just takes me back to recovery.

Install pdanet, while phone is connected in recovery mode to pc open pdanet and install lg drivers through it and then open adb in ur pc and type adb devices and if it sees then open sideload in twrp or cwm and push Rom to phone.
Sent from my LG-D800 using xda app-developers app

I downloaded Koush and it finally recognized my phone and gave me adb access. Just google "Koush Driver" and its the second one.

jonathan4tw said:
I downloaded Koush and it finally recognized my phone and gave me adb access. Just google "Koush Driver" and its the second one.
Click to expand...
Click to collapse
TY omg TY!! so it did read my phone and i did the adb command and now my phone turns on but the issue is now that once it turns on it will go to the lock screen then lock and it wont unlock like the screen stays black any ideas would help im confused lol

Related

[Q] nexus 4 Any way to copy data (broken touch input - physical buttons work fine)

Dropped my nexus 4 yesterday and it fell right on the edge of the screen shattering it. First time I've broken a phone, and this one seems like a particularly bad one to have broken - no reasonable price screen replacement with the screen attached to the digitizer.
Anyway the phone boots up and charges fine, but I can't unlock it, which means my computer isn't connecting to it. Is there any way I can save all of my photos and other files?
Is USB debugging enabled?
Sent using xda-developers app
Chromium_ said:
Is USB debugging enabled?
Sent using xda-developers app
Click to expand...
Click to collapse
I believe so. But I have no way to check.
foofiebeast said:
I believe so. But I have no way to check.
Click to expand...
Click to collapse
To be clear, I can't check because I can't get past the lock screen. I also have no way of turning the phone off, I just have to wait until the battery runs out and then I have one chance to turn it on. I'm wondering if there is anything I can do in recovery mode that might help?
foofiebeast said:
To be clear, I can't check because I can't get past the lock screen. I also have no way of turning the phone off, I just have to wait until the battery runs out and then I have one chance to turn it on. I'm wondering if there is anything I can do in recovery mode that might help?
Click to expand...
Click to collapse
Setup adb http://www.redmondpie.com/how-to-set-up-android-adb-and-fastboot-on-windows-tutorial/
Plug the phone in while its at the lockscreen, and run "adb devices". If the command returns the serial number of the phone let me know and I'll give you further guidance. If it doesn't it'll take a bit more work but we should still be able to get it done.
Sent using xda-developers app
Chromium_ said:
Setup adb http://www.redmondpie.com/how-to-set-up-android-adb-and-fastboot-on-windows-tutorial/
Plug the phone in while its at the lockscreen, and run "adb devices". If the command returns the serial number of the phone let me know and I'll give you further guidance. If it doesn't it'll take a bit more work but we should still be able to get it done.
Sent using xda-developers app
Click to expand...
Click to collapse
Thanks mucho, I will try to get that set up now.
Set it up, but no devices listed
It's frustrating because it's so tantalizingly close. I have a pretty good idea that when I send it in to LG they are probably just going to send a different refurb back. I find it hard to believe that they do a 1 to 1 repair job on each phone that comes in.
foofiebeast said:
Set it up, but no devices listed
Click to expand...
Click to collapse
Alright. This is what you'll need to do: unlock the bootloader, flash cwm recovery, boot into cwm, use adb to copy the contents of your SD card to your PC.
Read this guide http://forum.xda-developers.com/showthread.php?t=2266654 . only follow the parts to unlock the boot loader and flash clockworkmod custom recovery. Make sure that you flash the recovery right after unlocking (without rebooting in between) otherwise data will get wiped. )
After that boot into your newly flashed recovery and use "adb pull /data/media/" . this should copy everything on the internal sdcard of the phone.
Sent using xda-developers app
Search for how to unlock the bootloader without wiping all your data. Would be moot otherwise...
Of course if all that's been done in the past and you already have cwm/twrp, just boot to that and you'll be able to adb in.
Also, you can hold onto the power button for 10s to force it to power down.
EDIT: restarted and tried again, making some progress now.
foofiebeast said:
Doesn't work because I can't enable usb debugging.
Click to expand...
Click to collapse
Again, that's why we go into cwm/twrp. Insecure debugging is enabled there.
Awesome, it appears to be copying everything over now!
Can't thank you enough! Just saved a years worth of pictures and videos, that pretty much chronicle the start of my current relationship up to the present.
Of course right now it is just pulling all of the EA real racing data, but I assume it will eventually get to the pictures, haha.
Chromium_ said:
Alright. This is what you'll need to do: unlock the bootloader, flash cwm recovery, boot into cwm, use adb to copy the contents of your SD card to your PC.
Read this guide http://forum.xda-developers.com/showthread.php?t=2266654 . only follow the parts to unlock the boot loader and flash clockworkmod custom recovery. Make sure that you flash the recovery right after unlocking (without rebooting in between) otherwise data will get wiped. )
After that boot into your newly flashed recovery and use "adb pull /data/media/" . this should copy everything on the internal sdcard of the phone.
Sent using xda-developers app
Click to expand...
Click to collapse
hey umm is there a way to get my contacts from the phone as well my phone is in the same situation thank you in advance
likidd said:
hey umm is there a way to get my contacts from the phone as well my phone is in the same situation thank you in advance
Click to expand...
Click to collapse
Make a nandroid backup in cwm, copy the backup to pc, then to another rooted phone, and use Nandroid Manager app to restore contacts
Sent from my Nexus 4 using Tapatalk 4
hackergnome said:
Make a nandroid backup in cwm, copy the backup to pc, then to another rooted phone, and use Nandroid Manager app to restore contacts
Sent from my Nexus 4 using Tapatalk 4
thank you but how exactly do you do that
Click to expand...
Click to collapse
likidd said:
hey umm is there a way to get my contacts from the phone as well my phone is in the same situation thank you in advance
Click to expand...
Click to collapse
you don't save as google contacts?
Hi guys, sorry to hijack a thread but i have followed the instructions above as have same issue; broken screen, no usb debugging, completely stock nexus 4. Have managed to install adb, got it working in cmd. I ran bootloader, unlocked it, DIDN'T REBOOT, just flashed my custome recovery CWM 6.0.3.6 and booted it. So now i am inside the recovery but i can't pull my media???
Any help would be greatly appreciated
Thanks
TMc1908
TMc1908 said:
Hi guys, sorry to hijack a thread but i have followed the instructions above as have same issue; broken screen, no usb debugging, completely stock nexus 4. Have managed to install adb, got it working in cmd. I ran bootloader, unlocked it, DIDN'T REBOOT, just flashed my custome recovery CWM 6.0.3.6 and booted it. So now i am inside the recovery but i can't pull my media???
Any help would be greatly appreciated
Thanks
TMc1908
Click to expand...
Click to collapse
You need to be more specific for us to help you. What do you mean by "i can't pull my media" ?
Chromium_ said:
You need to be more specific for us to help you. What do you mean by "i can't pull my media" ?
Click to expand...
Click to collapse
Apologies, i was a bit rushed. So i'm trying to get all my pics/data off my phone as my screen is smashed and i had a pattern lock on. My phone did not have usb debugging enabled. So i unlocked the bootloader, didn't do a reboot, flashed a custom recovery and then entered the recovery. However, my device isn't recognised in windows once i enter recovery and as such when i run "adb devices" no device is listed.
In the original instructions, it says:
After that boot into your newly flashed recovery and use "adb pull /data/media/" . this should copy everything on the internal sdcard of the phone
So how come once I load my recovery, when in cmd prompt, "adb pull /data/media" doesn't seem to work?
I'll be honest, i'm a little lost at this point and just really don't want to lose all my pics and thought i could get them this way before sending my phone for repair/replacement (it is insured)
Thanks for your help
TMc1908
TMc1908 said:
Apologies, i was a bit rushed. So i'm trying to get all my pics/data off my phone as my screen is smashed and i had a pattern lock on. My phone did not have usb debugging enabled. So i unlocked the bootloader, didn't do a reboot, flashed a custom recovery and then entered the recovery. However, my device isn't recognised in windows once i enter recovery and as such when i run "adb devices" no device is listed.
In the original instructions, it says:
After that boot into your newly flashed recovery and use "adb pull /data/media/" . this should copy everything on the internal sdcard of the phone
So how come once I load my recovery, when in cmd prompt, "adb pull /data/media" doesn't seem to work?
I'll be honest, i'm a little lost at this point and just really don't want to lose all my pics and thought i could get them this way before sending my phone for repair/replacement (it is insured)
Thanks for your help
TMc1908
Click to expand...
Click to collapse
Before you can run the adb pull command, you'll need to get your phone recognized by "adb devices". Try installing Koush's adb driver.

[Q] D802 Bricked, computer won't recognize it

Hi,
I recently updated to the official 4.4.2 kitkat update.I then proceeded to root the phone, and then stupidly, installed CWM. I rebooted, and was greeted with an endless LG Splash screen. Now, I tried a HEAP of ways to restore to stock, all of them returning the same problem, my computer won't pick up my phone. In download mode, nothing happens, nothing in device manager, and same when I'm stuck on the LG splash screen. When I go into CWM, it then recogizes my phone, but the methods of restoring to stock won't work with CWM running in the background. CWM also won't let me mount the usb...
The methods return the same error: Phone not detected, please plug the USB cable and retry.
Ubuntu won't recognize the phone in all three modes, and another computer does the same thing. (Both Windows 8)
Methods of stock restoration tried:
-KDZ
-LGMobile support tool
-Ubuntu (This: http://forum.xda-developers.com/showthread.php?t=2582142)
Can anyone help?
MintLord said:
Hi,
I recently updated to the official 4.4.2 kitkat update.I then proceeded to root the phone, and then stupidly, installed CWM. I rebooted, and was greeted with an endless LG Splash screen. Now, I tried a HEAP of ways to restore to stock, all of them returning the same problem, my computer won't pick up my phone. In download mode, nothing happens, nothing in device manager, and same when I'm stuck on the LG splash screen. When I go into CWM, it then recogizes my phone, but the methods of restoring to stock won't work with CWM running in the background. CWM also won't let me mount the usb...
The methods return the same error: Phone not detected, please plug the USB cable and retry.
Ubuntu won't recognize the phone in all three modes, and another computer does the same thing. (Both Windows 8)
Methods of stock restoration tried:
-KDZ
-LGMobile support tool
-Ubuntu (This: http://forum.xda-developers.com/showthread.php?t=2582142)
Can anyone help?
Click to expand...
Click to collapse
Have you tried adb sideload
raahult said:
Have you tried adb sideload
Click to expand...
Click to collapse
I don't know how to do that, And no, I don't think I have. Could you give me a guide on doing that?
MintLord said:
I don't know how to do that, And no, I don't think I have. Could you give me a guide on doing that?
Click to expand...
Click to collapse
Install http://forum.xda-developers.com/showthread.php?t=2588979
then go to recovery and try adb devices on command prompt on your PC to check if your device is listed
if it shows your devices then just search any thread that tell how to push flashable rom to your device.
raahult said:
Install http://forum.xda-developers.com/showthread.php?t=2588979
then go to recovery and try adb devices on command prompt on your PC to check if your device is listed
if it shows your devices then just search any thread that tell how to push flashable rom to your device.
Click to expand...
Click to collapse
No luck...
raahult said:
Install http://forum.xda-developers.com/showthread.php?t=2588979
then go to recovery and try adb devices on command prompt on your PC to check if your device is listed
if it shows your devices then just search any thread that tell how to push flashable rom to your device.
Click to expand...
Click to collapse
Wait, I got it working!
MintLord said:
Wait, I got it working!
Click to expand...
Click to collapse
Was your phone able to connect to the PC afterwards? I have a D800 that I am unable to get any PC to recognize. I need to restore it to stock but no matter what I do it does not show up in device manager (and I have a working rom on it).
crawlgsx said:
Was your phone able to connect to the PC afterwards? I have a D800 that I am unable to get any PC to recognize. I need to restore it to stock but no matter what I do it does not show up in device manager (and I have a working rom on it).
Click to expand...
Click to collapse
Yes, it does work now. I was able to restore to stock by adb pushing phillz recovery, and then flashing that, then adb pushing the stock ROM. Everything works as it should, now.
MintLord said:
Yes, it does work now. I was able to restore to stock by adb pushing phillz recovery, and then flashing that, then adb pushing the stock ROM. Everything works as it should, now.
Click to expand...
Click to collapse
Ah nice. Unfortunately I can't get device manager to see mine at all so I can't even ADB .
crawlgsx said:
Ah nice. Unfortunately I can't get device manager to see mine at all so I can't even ADB .
Click to expand...
Click to collapse
Does it recognize your phone when it's in the custom recovery? That was the only way I could do it on my phone.
Good luck!
I tried ADB devices nothing came out.
I have the same problem as listed in this thread. Tried everything to SHort circuit the chip. Basically everything.
I think the last thing i haven't try is dump it into the bin.
MintLord said:
Does it recognize your phone when it's in the custom recovery? That was the only way I could do it on my phone.
Good luck!
Click to expand...
Click to collapse
On TWRP it's detect my phone as "LGE Android MTP device" and i can't copy anything from my PC to my phone,
I can't ADB push too, it was error Read-only system
Any ideas?
Hi, sorry to post in this 1 year old post buy mt G2 is totally dead, I can sometimes get LG Logo and the main problem is i cannot get it into QHS-USB mode or anything.
Is there any key combinaison to do that ?

[Q] Help with Bricked LG G2

Hello Everyone,
I've been looking around and can't seem to find any guide I can get to work.
A couple months ago, I rooted my LG G2 and installed Cyanogen mod successfully. After a couple days, for some reason I restored to a backup I made back before I installed Cyan, so it was just on the Stock OS. A couple days later my phone tried to update itself and it bricked it. I was an idiot and wiped everything for some reason so theres nothing on there but the LG logo and then it goes to TWRP.
So now I'm not quite sure what to do. I can adb push and sideload just fine, but I've tried pushing a zip with the stock OS and installing it but everytime it just says it failed. Ive also pushed cyan on again and it says successfully installed and then just goes back to TWRP again. Can anyone help me with what to do from here? Do I need a certain tool to re install the OS? Will pushing it and then installing it with TWRP not work?
thanks!
Reflash lg g2 stock rom .
Sent from my GT-I9300 using XDA Free mobile app
How would I go about flashing the stock rom?
Ive been trying to use this guide
http://forum.xda-developers.com/showthread.php?t=2432476
But every time I try to use the "Automatic offline procedure" I get an error saying permission denied. I made sure the drivers and everything were installed
Any ideas?
Right click - Run as administrator.
Or do it manually
https, window enabler..etc.
Alright, so I was able to do it manually, but in the instructions it says to enable usb debugging. Just to clarify my phone is basically stuck in TWRP, so will this even work?
My comp doesnt even recognize my phone as an LG G2 it says something like ADB galaxy nexus.
cj0435 said:
My comp doesnt even recognize my phone as an LG G2 it says something like ADB galaxy nexus.
Click to expand...
Click to collapse
That's ok.
Open cmd line where your adb is. Put some rom inside.
Let's say the rom is : mycoolrom.zip
adb push mycoolrom.zip /sdcard/mycoolrom.zip
then flash it.
bender_007 said:
That's ok.
Open cmd line where your adb is. Put some rom inside.
Let's say the rom is : mycoolrom.zip
adb push mycoolrom.zip /sdcard/mycoolrom.zip
then flash it.
Click to expand...
Click to collapse
I did this, but like I said in the original post when I try to flash it, it just says failed every time. Ive tried files from all over and they all fail. Could you point me in the right direction of one that might work?
Thanks
You didn't mention download mode.
Try powering off the device, hold volume up and connect to pc ?
Is the download mode at least working ?
bender_007 said:
You didn't mention download mode.
Try powering off the device, hold volume up and connect to pc ?
Is the download mode at least working ?
Click to expand...
Click to collapse
Nope, no matter what I do it just goes to TWRP
And just to be clear it pushes over fine, and the zip is on the phone, its just when I try to flash it on TWRP it says failed. the last error code just said unable to open Zip

[Q] Cant go back to stock by any means

Hello everyone,
So ive been lurking on these forums for some time now looking for a solution for the mess I just created, but its been so long now that I want to ask if anyone can help me out now.
The situation is I bought a LG G2 AT&T, and then proceeded to root, recovery and everything was flawless, but I tried to install another ROM and this is went everything went to hell (Im from Mexico). It went all black and with the "Fastboot mode activated" and stuff so I went an put it on download mode and tried by all possible ways, the LG Flash Tool and the LG Flash tool 2014, both ways do not seem to bring back my phone to life.
Whenever I try to install it like this, I get this error with the D800AT FW. I get this error.
And whenever I try to install with D802 FW. I get this one as well.
When I try with the Lg Flash Tool 2014 method. I cant get it to 100%, I always get stuck on 99% And then it crashes.
I am really running out of options here, the phone is recognized by the PC, but I cant get to install a normal working stock ROM.
Any pointers, or help, would be greatly appreciated.
Thank you.
EDIT:
Apparently, I cant post images just yet to show you the exact error. But for the first 2 errors, I get something like this.
"DOWNLOAD FAIL! Check phone or DLL" both for D800 and D802
If you have twrp as your recovery you can adb sideload a rom onto your device from your computer. Google how to sideload adb with trwp installed and follow the instructions. If your phone is recognized it should be fine.
Sent from my LG-VS980 using XDA Free mobile app
TexasRules777 said:
If you have twrp as your recovery you can adb sideload a rom onto your device from your computer. Google how to sideload adb with trwp installed and follow the instructions. If your phone is recognized it should be fine.
Sent from my LG-VS980 using XDA Free mobile app
Click to expand...
Click to collapse
First of all, thank you for your response.
Now, it is still recognized, but I tried to flash it with some DLL a guy provided on this one thread (http://forum.xda-developers.com/showthread.php?t=2663369) and it didnt complete, it just froze on 94% and now I cant get to Download mode.
I saw about the adb sideload, but I cant seem to access to Recovery now. Tried to, but all I get is some kind of bootloop just showing the LG and android with the open belly and then back to LG.
Yoso14 said:
First of all, thank you for your response.
Now, it is still recognized, but I tried to flash it with some DLL a guy provided on this one thread (http://forum.xda-developers.com/showthread.php?t=2663369) and it didnt complete, it just froze on 94% and now I cant get to Download mode.
I saw about the adb sideload, but I cant seem to access to Recovery now. Tried to, but all I get is some kind of bootloop just showing the LG and android with the open belly and then back to LG.
Click to expand...
Click to collapse
So the three finger method only gets you the android with the belly up? Is your phone still recognized? I'm on Verizon but i think with other phones it's the same process. If you have no recovery you need to tot back to stock. I've only done it once but it did work. This is what i used to fix my problem when adb didn't work. Lots to read but it does work and people will answer if you have a problem http://forum.xda-developers.com/showthread.php?t=2797190.. Good luck man.
Sent from my LG-VS980 using XDA Free mobile app
TexasRules777 said:
So the three finger method only gets you the android with the belly up? Is your phone still recognized? I'm on Verizon but i think with other phones it's the same process. If you have no recovery you need to tot back to stock. I've only done it once but it did work.
Sent from my LG-VS980 using XDA Free mobile app
Click to expand...
Click to collapse
If I try to enter Recovery I enter the stock one and just asks for a Factory Reset... I can not enter download mode now, I get fastboot mode only when I try download mode. Phone is recognized by computer when I connect it, but when I try to enter Download, it does show the device on device manager, but it sounds weird and I cant do anything.
Im really starting to lose it.
Yoso14 said:
If I try to enter Recovery I enter the stock one and just asks for a Factory Reset... I can not enter download mode now, I get fastboot mode only when I try download mode. Phone is recognized by computer when I connect it, but when I try to enter Download, it does show the device on device manager, but it sounds weird and I cant do anything.
Im really starting to lose it.
Click to expand...
Click to collapse
If you see hit enter for factory reset (white screen) hit yes. It will enter the recovery. Twrp in this case. If the above program doesn't work but you can get into twrp download a full stock att rom... Download koush's universal drivers (google it) and watch this video at 4:20 he explains in english perfectly how to side load a rom. ADB Sideload - Flashing Zips with TWRP & PC (Expl…: http://youtu.be/YP1LVOKgwQM.. Fingers crossed man.
Sent from my LG-VS980 using XDA Free mobile app

G2 Super brick

Hi i installed twrp and now im stuck at black screen with back light. i have no access to download mode neither recovery. windows and linux regonices some of phone but no adb connection.
Do i have any chances to get it working? There is not even LG logo
Try to connect phone while running Ubuntu on your PC.
forumber2 said:
Try to connect phone while running Ubuntu on your PC.
Click to expand...
Click to collapse
Yeah i tried but it tries to mount weird partitions of phone but fails every time.
tried adb shell but it cant find any devices
Filpus said:
Yeah i tried but it tries to mount weird partitions of phone but fails every time.
tried adb shell but it cant find any devices
Click to expand...
Click to collapse
You need flash required partitions (like aboot and laf) to boot phone to download mod. Then, you can install stock ROM from LG Mobile Support Tool.
You should take a look at here;
http://forum.xda-developers.com/showthread.php?t=2582142
Edit 2 : well i got to the twrp and my phone is saved! thanks man
Edit: i have download mode hurray!
Thanks man now i have lg logo but no download mode! what i should do next?
Ok am i screwed i have not any working rom and Twrp have no root acess?
how i recover stock if windows wont reqonize phone with right drivers?

Categories

Resources