Hi,
I have Phil's recovery on D802.
I have erased everything on sdcard.
all drivers installed.
No device found on ADB !
Cannot push any files.
please help, im losing my g2.
how to push files without debugging mode because phone was full wiped!?
THANKS
Download mode. Can try universal drivers.
Related
So I deleted everything in my phone, including the Rom I wanted to flash (smart, right?) and all I have is TWRP Recovery mode and Download Mode. When I put my phone into any mode, my PC does not recognize it and I therefor cannot fix it... I've tried it on three computers with downloading and updating the drivers. The first time it works after installing and updating the drivers, but when I put it in the second time it does not work. I need to unplug my phone in download mode while doing the LG program, and the computer won't recognize or find my phone. All help is greatly appreciated and thanks to repliers in advance
Day 2 of not having a phone: I can't do this xD I need to fix it somehow, if anyone can help me please do
Boot to recovery and start adb sideload mode. Then from your computer just adb sideload rom.zip
If your phone doesnt install the drivers once in sideload mode then manually search for the adb bridge driver from the android sdk and install it.
x714x said:
Boot to recovery and start adb sideload mode. Then from your computer just adb sideload rom.zip
If your phone doesnt install the drivers once in sideload mode then manually search for the adb bridge driver from the android sdk and install it.
Click to expand...
Click to collapse
Tried that and it would say "device not found." and other error codes. One time I was able to load my device onto the computer and after it completed the CM 11 transfer it stopped. I may have to order an OTG cable or something...
I was in the middle of installing xdabbeb's rom on my vs980 and accidentally erased my sd card after installing the xdabbeb bootstack and now I cant adb sideload the rom onto my phone because my computer doesnt recognize the device when connected and I cant use the lg flash tool because the bootstack I installed removed the lg download mode. How can I fix this?
aasjyb said:
I was in the middle of installing xdabbeb's rom on my vs980 and accidentally erased my sd card after installing the xdabbeb bootstack and now I cant adb sideload the rom onto my phone because my computer doesnt recognize the device when connected and I cant use the lg flash tool because the bootstack I installed removed the lg download mode. How can I fix this?
Click to expand...
Click to collapse
You should be able to access the device via adb while in recovery. If not you probably lack the proper drivers.
Download the appropriate drivers from the LG website (or search for "LG United Mobile Driver") and install them.
After that you should be able to access the phone via adb and then you can either adb push the rom zip or sideload one.
(If that didn't work try the drivers inside Googles Android SDK)
Thanks!!
Preggy said:
You should be able to access the device via adb while in recovery. If not you probably lack the proper drivers.
Download the appropriate drivers from the LG website (or search for "LG United Mobile Driver") and install them.
After that you should be able to access the phone via adb and then you can either adb push the rom zip or sideload one.
(If that didn't work try the drivers inside Googles Android SDK)
Click to expand...
Click to collapse
I finally got it fixed!!! Thank you Preggy for the info. I installed the koush universal adb driver and it worked!!!! I was able to push the xdabbeb rom and flash it and its now running great. Thanks again!
aasjyb said:
I finally got it fixed!!! Thank you Preggy for the info. I installed the koush universal adb driver and it worked!!!! I was able to push the xdabbeb rom and flash it and its now running great. Thanks again!
Click to expand...
Click to collapse
Nice Glad I could help...
Dear people of xda,
Recenlty ive receive a FOTA update to my device which runs 4.2.2. Being stupid, i did the update although i had cwm recovery installed on my devices. Now my device keeps bootlooping into cwm without being able to do anything.
Ive read tons of threads talking about this issue but i still cant get my to boot normally.
Yingy in this thread http://forum.xda-developers.com/showthread.php?t=2563527 had the same problem but the only diffrence is my pc cant recognize my device in order to do the adb fix by thecubed.
Im plugging my G2 for the first time in this computer and that is why i think my pc is failing to install drivers. I downloaded and instellad latest driver although windows device manger shows error devices not detected and the end of the process.
In order to fix my phone i just need to make me pc recognize my phone in adb although phone was never plugged before to this pc so i think my G2 wont let it access. I tried installing universal driver such as Pdanet as offered in threat but still when i write adb devices in cmd i get device offline!
Download latest adb drviers, lates lg g2 driver, lg user support tool does not recognize plugged device as well. All me sdk manger tools are patched to latest version.
PLEASE ive tried anything possible. spend like 9 hours and still nothing. i would really appriciate your help.
Thanks.
Edit: here my problem with pdanet drivers, it asks me to allow pc usb debbuging as shown in screenshot below but icant do it since im stuck at cwm recovery!
Solved!
BOOM!! after 12 hours i FINALLY manged to solved this problem. Really simple actually lol.
If anyone come across the issue please do the following:
1. Go to clockwork recovery as always, go to install zip from sdcard, choose install zip from sideload.
2. Plug your phone to pc.
3. Run adb with lastest drivers and sdk tools.
4. At the adb folder press shift+right click and start cmd.
5. write adb devices it should show your device id like this (xxxxxxxxx sideload).
6.Download latest twrp recovery from here http://teamw.in/project/twrp2/197 and if you have open europe version G2 like me download latest version from here: http://techerrata.com/browse/twrp2/g2d802
7.put the zip file in the adb folder, do not unzip it.
8. write in cmd console adb sideload xxxx.zip (xxxx is the name of twrp file).
9. cwm will flash twrp recovery over cwm.
10. reboot in recovery in advanced options.
11. now you have twrp recovery.
12. follow this guide : http://forum.xda-developers.com/showthread.php?t=2451696&nocache=1
13. THATS IT!!!
finally after going through this mess, im never using cwm recovery again. twrp is the best
good luck everyone!
I ****ed up my phone today I did full wipe (formatted internal storage too, so i can't flash any rom in recovery because there is nothing) and now i've been searching hours someone who can help me? In TWRP i can't mount anything to my pc (i do not know why?) AND adb says me "devices not found" or something like that so can't push any zip-file to my phone via adb sideload. Is there any way to reapir my phone? can someone help me? Thanks alot!
There was a bug in a bunch of recent twrp releases that causes adb to not work in recovery. Patched versions have been made, try finding one for your device.
Added:
If you can't find a patched version, flash cwm or philz recovery with fastboot, adb is working on both of those. You just need a rrcovery image and do
"fastboot flash recovery <recovery-file>.img"
In fastboot mode.
let's try it out!
nvan7891 said:
There was a bug in a bunch of recent twrp releases that causes adb to not work in recovery. Patched versions have been made, try finding one for your device.
Click to expand...
Click to collapse
So u mean i need to flash new recovery version? how i can do it when my adb isn't workin? thanks!
alkkade said:
I ****ed up my phone today I did full wipe (formatted internal storage too, so i can't flash any rom in recovery because there is nothing) and now i've been searching hours someone who can help me? In TWRP i can't mount anything to my pc (i do not know why?) AND adb says me "devices not found" or something like that so can't push any zip-file to my phone via adb sideload. Is there any way to reapir my phone? can someone help me? Thanks alot!
Click to expand...
Click to collapse
i dont know how to fix your problem but i know how u can change the devices not found
install on your computer pdanet driver.
p.s.
i ****ed up my phone as well today i publish a post i will be thankfull if look on my problem.thanks.
alkkade said:
So u mean i need to flash new recovery version? how i can do it when my adb isn't workin? thanks!
Click to expand...
Click to collapse
See the edit to my first response. Fastboot is done in fastboot mode, not recovery, so you should be good. You just need the basic .img file of cwm or philz recovery.
If you are on win 7 try this:
http://adbdriver.com/downloads/
(Adb driver installer)
Run it when you turn adb sideload on in G2 and connect it to PC.
If it fails you still can go buy somewhere USB OTG cable (few bucks) and flash ROM from usb stick like me.
It appears that accessing fastboot pn the lg g2 is not so simple. Sorta like samsung phone deal, where a manufacturer download is used instead. From what I gather, recovery might need to be wiped to access fastboot, which you could do from terminal in twrp, but thats risky. Apparently, a lot of people have gotten stuck in fastboot mode. Best bet would be to reflash stock firmware through lg download mode. Also see this thread for a method to return to stock firmware:
http://forum.xda-developers.com/showthread.php?t=2432476
Once you are back to stock, just reroot and flash revovery, etc.
downloadmode should still work. go back to any kdz for your version
also source and versions post next time
Hi !
I have problem with my phone. When i tried install my own custom ROM, i don't know how the latest ROM just reinstall. ROM ( Lperia by Optima-Team ) is for V10 baseband, but mine ROM is for V20 baseband. Ok. Phone turns on but in V20 baseband in this ROM is too much bugs. I don't have signal, internet and i cannot call. Another issue is i cannot open CWM via button combination or holding turn-off button in ROM ( recovery ). When i tried open CWM phone just stopped at the LG logo. I can add i have backup copy of Lperia ROM on SD-card. There's way to restore the backup, another method than CWM ?
I forgot. I have LG L5 e610.
Please help me
I greet Snip3rPolska.
I forgot. I did not know the ROM just reinstall. I have problem now with connecting phone to computer with debugging option to backup ROM via PC, cause this ROM have a settings bug. To fix that i would flash settings Lperia but i don't have how.
#Refresh
I found the copy of apps from Lperia like settings but i cannot install this. I'm trying to figure in all ways to fix that problem and i don't have any ideas.
Edit :
I'm reinstall CWM with method from this thread :
http://forum.xda-developers.com/showthread.php?t=1764398
CWM installed but still stop at LG logo when i try boot phone via recovery.
cwm
Snip3rPolska said:
I found the copy of apps from Lperia like settings but i cannot install this. I'm trying to figure in all ways to fix that problem and i don't have any ideas.
Edit :
I'm reinstall CWM with method from this thread :
http://forum.xda-developers.com/showthread.php?t=1764398
CWM installed but still stop at LG logo when i try boot phone via recovery.
Click to expand...
Click to collapse
folow this guide
Instructions for installing CWM custom recovery on LG Optimus L5:work for my perfect-LG L5-E610
Code:
http://www.lg-phones.org/cwm-custom-recovery-for-lg-optimus-l5.html
Now I use this CWM-philz_touch-6.30.2-E610. best version of cwm
I installed this room-http :/ / forum.xda-developers.com/showthread.php? t = 2741875
everything works perfectly.
I had the same problem with CWM, I had the PC installed adb drivers, now everything is ok.:good:
When i connect phone via USB to pc and open cmd i got :
C:\Users\Marek>prompt
C:\Users\Marek>adb shell
'adb' is not recognized as an internal or external command,
operable program or batch file.
What now ?
Still nothing. Still that same problem.
ps. I have copy backup of Lperia on SD-Card and i won't restore this but i don't have CWM.
Edit :
adb shell device not found. Debbuging is on.
Edit :
I forgot. I don't have still access to settings to enable something like USB Computer mode.
adbshell
Snip3rPolska said:
Still nothing. Still that same problem.
ps. I have copy backup of Lperia on SD-Card and i won't restore this but i don't have CWM.
Edit :
adb shell device not found. Debbuging is on.
Edit :
I forgot. I don't have still access to settings to enable something like USB Computer mode.
Click to expand...
Click to collapse
for seting attempt this patch.LP-Set.zip
attempt with this in atachmentu, me doing great
first install the adb shell.exe.
Make sure you have installed LG usb and adb drivers
Code:
http://www.lg.com/hr/podrska-mobilni-telefon/lg-Optimus-L5-E610
Make sure you have USB debugging enabled.
solution install new software using KDZ updater v2od + root + CWM.kdz.
Code:
https://disk.yandex.com/public/?hash=iQ8DYdXhXfNsa4ietWGzIMG5sGeIQHk2qeFz1TbvUpc%3D&locale=en
then install via CWM room.
Ok. I check it out tomorrow.
I tried install KDZ but phone was not found again.
_________________________________________
Edit :
In windows i hear the sound how the phone was detected. But still nothing. Phone was not found.
You are sure you have the driver installed?
this tutorial work.
Code:
http://forum.xda-developers.com/showthread.php?t=2230679
maybe you this tutorial help.
Code:
http://forum.xda-developers.com/showthread.php?t=2660144
Code:
http://forum.xda-developers.com/showthread.php?t=2409308
pancepaki said:
this tutorial work.
Code:
http://forum.xda-developers.com/showthread.php?t=2230679
maybe you this tutorial help.
Code:
http://forum.xda-developers.com/showthread.php?t=2660144
Code:
http://forum.xda-developers.com/showthread.php?t=2409308
Click to expand...
Click to collapse
Man i'm f**ing love you philz touch-6.30.2-E610 cwm works perfect and restore of Lperia ROM was successful without problems.
Thanks a lot !
ps. You can close the thread.