I can't get my computer to recognize the device so that I can use adb sideload in twrp. There is no operating system on the phone so I can't install usb drivers. When I try, it says failed to install drivers. Can anyone help point me in the right direction. In the command prompt, when I type 'adb devices' nothing comes up. Any help much appreciated!
the phone is and Lg Optimus g pro e980.
BlobDover said:
I can't get my computer to recognize the device so that I can use adb sideload in twrp. There is no operating system on the phone so I can't install usb drivers. When I try, it says failed to install drivers. Can anyone help point me in the right direction. In the command prompt, when I type 'adb devices' nothing comes up. Any help much appreciated!
the phone is and Lg Optimus g pro e980.
Click to expand...
Click to collapse
im having the same problem.i cant figure out how to correct it. also i cant see my external sdcard in trp recovery
BlobDover said:
I can't get my computer to recognize the device so that I can use adb sideload in twrp. There is no operating system on the phone so I can't install usb drivers. When I try, it says failed to install drivers. Can anyone help point me in the right direction. In the command prompt, when I type 'adb devices' nothing comes up. Any help much appreciated!
the phone is and Lg Optimus g pro e980.
Click to expand...
Click to collapse
Did you already solved it?
Right now my phone is bricked due to a failed attempt to flash an F240S KitKat ROM to my E980, but that's another story, at least I have access through adb.
This is what worked out for me with Windows 7:
1. Download and install LG's latest drivers on your PC: (http://tool.xcdn.gdms.lge.com/dn/downloader.dev?fileKey=UW00120120425).
2. Unplug the USB cable from phone.
3. Press the power button until the phone turns off.
4. Immediately after power off, press the power and volume up buttons at the same time, the phone will turn on showing the LG logo, don't release the buttons. Keep both buttons pressed until the LG logo disappears.
5. Now that the screen is completely black, release the power button only, keeping the volume up button pressed.
6. Always with the volume up pressed, the LG logo will appear and disappear a couple of times, don't release the button.
7. When this cycle ends, the phone shows a box (in Korean in my case) that I guess is related to the service software (see picture).
8. You can release the volume up button and plug the phone to the PC with the USB cable, Windows 7 should install the proper drivers and you will have adb access.
That's it ...
doesnt work for me,boots meinto TWRP.
Try both volume up, volume down and power at the same time, this is the default combo. Using volume up and power button at the same time work sometime when the recovery doesn't work. Hold the buttons and plug in the cable should work. If that doesn't work for some reason, try the sabering but without the battery. Put the battery back in once the menu comes up.
Related
My HTC One M8 (Verizon) is seemingly bricked. My phone is rooted, S-Off, with the stock ROM. I have been trying to update to the latest OTA update by returning to stock. I had previously modified some entries in the Build.prop and Platform.xml. I knew those had to be default in order for the OTA to work. I had copied the original files and pasted them to my SD Card so that I could simply cut the modified versions, paste them to my SD Card, and cut the originals from my SD Card and put them in their corresponding system folders.
Upon a reboot something apparently went horribly wrong because all my phone does now is boot with the white screen and green HTC Logo, then the screen goes black. I have tried the typical Power Button + Volume Down but it won't enter the boot loader. The good news is that the USB port seems to still work for my windows computer recognizes a device connecting to it but it doesn't show up as an interactive device in windows explorer..if that makes sense.
Please Help!
SF-Echo18 said:
My HTC One M8 (Verizon) is seemingly bricked. My phone is rooted, S-Off, with the stock ROM. I have been trying to update to the latest OTA update by returning to stock. I had previously modified some entries in the Build.prop and Platform.xml. I knew those had to be default in order for the OTA to work. I had copied the original files and pasted them to my SD Card so that I could simply cut the modified versions, paste them to my SD Card, and cut the originals from my SD Card and put them in their corresponding system folders.
Upon a reboot something apparently went horribly wrong because all my phone does now is boot with the white screen and green HTC Logo, then the screen goes black. I have tried the typical Power Button + Volume Down but it won't enter the boot loader. The good news is that the USB port seems to still work for my windows computer recognizes a device connecting to it but it doesn't show up as an interactive device in windows explorer..if that makes sense.
Please Help!
Click to expand...
Click to collapse
When you connect it to the PC can you pick up the device with adb? If so, have you tried to run the command from adb to boot it into bootloader? adb devices ... if found, adb reboot bootloader
:fingers-crossed:
BerndM14 said:
When you connect it to the PC can you pick up the device with adb? If so, have you tried to run the command from adb to boot it into bootloader? adb devices ... if found, adb reboot bootloader
:fingers-crossed:
Click to expand...
Click to collapse
I'm not too familiar with ADB commands but I typed in "adb reboot recovery" and it said: "error: device not found" so even if my command was wrong it's still not detecting it. I also tried: "fastboot reboot bootloader" and it just says "waiting for device"
Also I feel like it's worth mentioning the phone is automatically rebooting every two minutes or so (haven't timed it exactly but it's a while). Still showing the green HTC Logo then the screen goes dim, then the screen turns off.
SF-Echo18 said:
I'm not too familiar with ADB commands but I typed in "adb reboot recovery" and it said: "error: device not found" so even if my command was wrong it's still not detecting it. I also tried: "fastboot reboot bootloader" and it just says "waiting on device for device"
Also I feel like it's worth mentioning the phone is automatically rebooting every two minutes or so (haven't timed it exactly but it's a while). Still showing the green HTC Logo then the screen goes dim, then the screen turns off.
Click to expand...
Click to collapse
Try holding volume UP + Power button, this simulates a "battery pull", just hold it in for a while it can take a while to "pull", when it's off try again booting into bootloader, volume DOWN + Power button.
BerndM14 said:
Try holding volume UP + Power button, this simulates a "battery pull", just hold it in for a while it can take a while to "pull", when it's off try again booting into bootloader, volume DOWN + Power button.
Click to expand...
Click to collapse
I held Volume Up + Power Button and it showed the white screen with the green HTC logo. I then released all buttons. Once the screen turned off I then held Volume Down + Power Button for two minutes straight and nothing happened.
Even though we haven't found a solution yet, I am appreciative of the help.
sounds like you never installed the htc drivers for your phone, hence your pc doesn't see the phone when you are doing ADB commands.
install the drivers for it, then try the ADB commands via your pc
and dont mess with the build prop or other system files unless you have a working back up and are 101% certain about what you are doing..
Just remember to change directory in command prompt to the folder where adb.exe is located.
I don't know why the device doesn't reboot into bootloader though when you hold volume down + power button, shouldn't have to hold it for 2minutes. Holding volume up + power button to simulate a "pull" should only take up to 20 seconds or so at most and pressing volume down + power will then immediately take you into bootloader mode, or at least it's supposed to.
Did you release the volume up / power combo when the screen went dead or before? Try holding it until the phone shuts off and then right away press volume down + power.
Sorry if I'm not answering right away though, busy eating, and will be here and away for the next hour or so while I get ready for work =o( once I leave for work I'll only be able to help some more after like 2 hours or so. Hopefully we can do something before then though =o)
wase4711 said:
sounds like you never installed the htc drivers for your phone, hence your pc doesn't see the phone when you are doing ADB commands.
install the drivers for it, then try the ADB commands via your pc
and dont mess with the build prop or other system files unless you have a working back up and are 101% certain about what you are doing..
Click to expand...
Click to collapse
You're right, I didn't install the drivers. I did so and ADB was able to recognize it and I was able to access the bootloader. Thank you everyone for your help. I won't be making the mistake again.
SF-Echo18 said:
You're right, I didn't install the drivers. I did so and ADB was able to recognize it and I was able to access the bootloader. Thank you everyone for your help. I won't be making the mistake again.
Click to expand...
Click to collapse
So you'll be able to fix it from here on then? I was just about to link this thread to you as well should you have gotten adb to work again, it's for the RUU for Verizon seeing as you said you're on Verizon.
But going by your response up there you might already know how to fix this issue further :good:
BerndM14 said:
So you'll be able to fix it from here on then? I was just about to link this thread to you as well should you have gotten adb to work again, it's for the RUU for Verizon seeing as you said you're on Verizon.
But going by your response up there you might already know how to fix this issue further :good:
Click to expand...
Click to collapse
Indeed I appreciate it, but I just finished installing the RUU ha. Hopefully this thread will be of use to someone in a similar circumstance in the future.
Share another method of getting into recovery mode on non-responsive blank screen
Hi,
I just want to share how I accessed recovery mode with the same build.prop issue but with S-ON (might work with S-Off too).
I found the solution from here:
http://forum.xda-developers.com/htc...ter-download-mode-t2853100/page2#post62490577
To get into recovery mode on a non-responsive blank screen, hold the power button and volume up button at the same time and then approximately after 10 seconds, switch from pressing the volume up to volume down button before the HTC logo white screen shows while still holding down the power button. After, a white boot screen will give an option to go into recovery mode.
I have had this watch for a while now.... Here's the thing it does not update like at all and sadly my computer broke so now I can only run Ubuntu where as you need Windows to run the Sony program. Can someone please send me the files that way I can make a repacked version of 5.1? It would be really help full and I can post the ROM.
You should be able to flash from ubuntu via fastboot if you manage to get the device correctly. As long as the zip remains stock.
Otherwise, maybe you can run vmware or VirtualBox and redirect the phone into the vm.
I think at least vmware workstation can map the USB device "raw" so you won't need drivers at the host (ubuntu) to manage it inside the vm
ivarson_swe said:
You should be able to flash from ubuntu via fastboot if you manage to get the device correctly. As long as the zip remains stock.
Otherwise, maybe you can run vmware or VirtualBox and redirect the phone into the vm.
I think at least vmware workstation can map the USB device "raw" so you won't need drivers at the host (ubuntu) to manage it inside the vm
Click to expand...
Click to collapse
I just now need the zip
https://android.googleapis.com/pack....signed-tetra-LDZ22D-from-LWX49K.fb6a0a62.zip
How do I flash via fastboot? I can't even get into TWRP any more....
@ivarson_swe
you don't really need to go into fastboot. just power the watch off, press 'n hold the power button until an animation comes. press the power button twice and go to the recovery section by pressing the button ONCE. then press it twice to get in. swipe down to ADB Sideload, and on your ubuntu computer, open the terminal and write down "adb sideload '/path/to/the/zip/file.zip' ". now, your watch should update!
bBigBrO said:
you don't really need to go into fastboot. just power the watch off, press 'n hold the power button until an animation comes. press the power button twice and go to the recovery section by pressing the button ONCE. then press it twice to get in. swipe down to ADB Sideload, and on your ubuntu computer, open the terminal and write down "adb sideload '/path/to/the/zip/file.zip' ". now, your watch should update!
Click to expand...
Click to collapse
Yeah but..... I messed something up and now it will not boot at all, not even into recovery it goes to the Sony logo and turns off. I'm guess that I'm gonna have to find a windows computer and just use the software....
If you cannot go thru the sony logo, you cannot use the software. It requires S1 Flashing, and you have to access that the same way you access fastboot.
Try again. Shut it down, then press AND KEEP PRESSING the power button until you get the animation. Then tell me. Send Pictures, even videos (if possibru)
Sent from my Sony SmartWatch 3
1619415 said:
Yeah but..... I messed something up and now it will not boot at all, not even into recovery it goes to the Sony logo and turns off. I'm guess that I'm gonna have to find a windows computer and just use the software....
Click to expand...
Click to collapse
How is it going?
Sent from my Sony SmartWatch 3
I'm feeling alone
Sent from my Xperia Z6
The phone is in bootlopp (i think).When i turn on appears android on groundb with the red triangle and a chinese word.This disappears and appears again,for an infinite time.Display stays turned on.Turning on in bootloader it works,but just in bootloader.If i try to enter in "Restart bootloader,"recovery,"normal boot"ecc it's in bootloop again.So i can access only bootloader at the moment.I want to reflash system,droidboot imgs ecc with fastboot but...tried to recognize phone on an old HP Compaq nx6110 with usb 2.0 and win7.installed on it adb drivers,adb and fast-tools.don't think zenf2 drivers are important at the moment,now should consider just the adb drivers cause i can access only bootloader.however i think zenf2 drivers are installed on it.nothing.phone no recognized by fastboot and no recognized by windows.consider that on a xp and 2.0 usb pc (with fastboot,adb,and adb drivers on it) phone is recognized by windows as Android-Phone but then windows says i've not the drivers for the installation (appears the drivers' choosing window).No asus driver on it,on the win7 pc there are!!
CenereZar said:
The phone is in bootlopp (i think).When i turn on appears android on groundb with the red triangle and a chinese word.This disappears and appears again,for an infinite time.Display stays turned on.Turning on in bootloader it works,but just in bootloader.If i try to enter in "Restart bootloader,"recovery,"normal boot"ecc it's in bootloop again.So i can access only bootloader at the moment.I want to reflash system,droidboot imgs ecc with fastboot but...tried to recognize phone on an old HP Compaq nx6110 with usb 2.0 and win7.installed on it adb drivers,adb and fast-tools.don't think zenf2 drivers are important at the moment,now should consider just the adb drivers cause i can access only bootloader.however i think zenf2 drivers are installed on it.nothing.phone no recognized by fastboot and no recognized by windows.consider that on a xp and 2.0 usb pc (with fastboot,adb,and adb drivers on it) phone is recognized by windows as Android-Phone but then windows says i've not the drivers for the installation (appears the drivers' choosing window).No asus driver on it,on the win7 pc there are!!
Click to expand...
Click to collapse
When you see the dead android with red triangle, hold the power button and keep pressing it and quickly
press volume up button and release it but keep the power button and you will see the Recovery options.
Then choose "format Cache" with volume up & down button and enter with power button to format cache partition.
It would take a long time so don't be alarmed. When done, choose restart system and the boot loop should be fixed.
Good luck.
samteeee said:
When you see the dead android with red triangle, hold the power button and keep pressing it and quickly
press volume up button and release it but keep the power button and you will see the Recovery options.
Then choose "format Cache" with volume up & down button and enter with power button to format cache partition.
It would take a long time so don't be alarmed. When done, choose restart system and the boot loop should be fixed.
Good luck.
Click to expand...
Click to collapse
Thank you bro,you saved me
samteeee said:
When you see the dead android with red triangle, hold the power button and keep pressing it and quickly
press volume up button and release it but keep the power button and you will see the Recovery options.
Then choose "format Cache" with volume up & down button and enter with power button to format cache partition.
It would take a long time so don't be alarmed. When done, choose restart system and the boot loop should be fixed.
Good luck.
Click to expand...
Click to collapse
Didn't work for me ... if I keep pressed the power button for a long time, power off the phone and it doesn't entry in Recovery mode...
I resolved with "fastboot erase cache" command
It is normal to get that error when selecting 'recovery mode'
The next step is a little tricky. You have to press and hold the power button, then press the volume up button. It may take a few tries. Both buttons will have to be pressed together simultaneous to enter Android system recovery. Please also see http://www.asus.com/us/support/FAQ/1011956/
Sincerely,
ASUS_USA
Asus_USA said:
It is normal to get that error when selecting 'recovery mode'
The next step is a little tricky. You have to press and hold the power button, then press the volume up button. It may take a few tries. Both buttons will have to be pressed together simultaneous to enter Android system recovery. Please also see http://www.asus.com/us/support/FAQ/1011956/
Sincerely,
ASUS_USA
Click to expand...
Click to collapse
Hi,
I´m having a problem with mine. Can´t recognize phone in fastboot but it´s different. I already asked for help in general thread - all resources (page 47 to 50) but still can´t solve.
I rooted my device using method 3 (one click root) and first everything seems fine, but on my first reboot i entered on bootloader - recovery and started a wipe cache, but didn´t finished it, push power button and force it of (i seemeed stuck there - was wipping for more than 10 minutes). Since then i can´t solve anything, tried many ways to unbrick my phone but i seem the problem was i can´t connect fastboot. After a lot o tries, i entered in TWRP using method 2 and wipe, made a recovery, everything and as magic i can enter again on recovery, even tried adb sideload (it started, but when starts to write something - at 50% of the process just ended). So, long story short, i did a flash of the original firmware i downloaded from asus website using method 2 and now it´s working as original, but i still having the same problem (or maybe worst, since i can´t enter the TWRP recovery using method 2 anymore) and can´t root my device. When i tried to do anything using fastboot it´s just shows "FAILED", When i request adb devices shows a blank line. If my phone is on, using android, it shows the correct serial number.
I don´t know what´s happening, it seems to estabilsh a connection (when on its ok, method 2 freeze on teamwin logo - the tool can write something on phone) but can´t write anything. i´m worried because i think i won´t be able to do any update and i wanted a rooted phone to.
Anyone seems a solution?
I'm having the same problem today and I solved it just now! I can't even open the fastboot and recovery. Finally I install the software "shuame"(I'm Chinese, you guys may find other software) on my PC, and with it my computer read zenfone2, and I use the function in the software to open fastboot mode, then I flash the WW version recovery.img and boot.img with a one-click tool in zentalk(TW), then I just double wipe, the phone is alive now !
Sent from my ASUS_Z00AD using XDA Free mobile app
ityoung said:
I'm having the same problem today and I solved it just now! I can't even open the fastboot and recovery. Finally I install the software "shuame"(I'm Chinese, you guys may find other software) on my PC, and with it my computer read zenfone2, and I use the function in the software to open fastboot mode, then I flash the WW version recovery.img and boot.img with a one-click tool in zentalk(TW), then I just double wipe, the phone is alive now !
Sent from my ASUS_Z00AD using XDA Free mobile app
Click to expand...
Click to collapse
I don´t know any other software. Is this software only in chinese ? Can i try?
My phone is actually working, but i can´t flash anything, even MOFD_update.zip (the file it is used to make ota uptades)
is Your phone rooted? which method did you use? Now you can use fastboot normally?
I have bricked lg e988 indonesia firmware rooted,updated to kitkat 4.4.2,cwm 6.4.0.4
Due to some issue I factory reset from settg menu and the phone rebooted to cwm recvry mode
I tried to rebootd to system but fail
I tried to flash stock rom via adb sideload but fail too so does with lg flash tool
So I thght smtg wth cwm then I tried to flash twrp loki 2.6 and then stuck to lg logo only until now
Pls help
You're still soft bricked, just force your device into download mode and use LG Flash Tool to return back to stock and start again.
ShadySquirrel said:
You're still soft bricked, just force your device into download mode and use LG Flash Tool to return back to stock and start again.
Click to expand...
Click to collapse
Thank you for the respond. Mind if you share me on how to force my device into download mode?
I have tried the power + volume keys combination but nothing happened, back and stop at lg logo
Before i flash the twrp, i tried the LG Flash Tool, but i wont recognize the phone, something like usb connection issue
hotmatua.parulian said:
Thank you for the respond. Mind if you share me on how to force my device into download mode?
I have tried the power + volume keys combination but nothing happened, back and stop at lg logo
Before i flash the twrp, i tried the LG Flash Tool, but i wont recognize the phone, something like usb connection issue
Click to expand...
Click to collapse
If I remember correctly (please check threads here, it's been a long time since I've used this device, so memories are fading), download mode is activated when you press Volume Up (or both of volume buttons) and insert USB cable. I know that E98x has some strange button sequences, like rebooting to recovery is a two step operation (Volume Up + Power until navbar blinks, then power button twice, that's the only way mine wanted to boot into recovery), so please check around.
As far as USB connection issues, don't use USB3+ ports and if you're on Windows 8.1+ and later, run with Administrator privileges. I never experienced that one (used LGFlashTools from inside VirtualBox running Win XP for all my needs, I'm not a Windows user), so can't really help much but forums are full with explanations how.
ShadySquirrel said:
If I remember correctly (please check threads here, it's been a long time since I've used this device, so memories are fading), download mode is activated when you press Volume Up (or both of volume buttons) and insert USB cable. I know that E98x has some strange button sequences, like rebooting to recovery is a two step operation (Volume Up + Power until navbar blinks, then power button twice, that's the only way mine wanted to boot into recovery), so please check around.
As far as USB connection issues, don't use USB3+ ports and if you're on Windows 8.1+ and later, run with Administrator privileges. I never experienced that one (used LGFlashTools from inside VirtualBox running Win XP for all my needs, I'm not a Windows user), so can't really help much but forums are full with explanations how.
Click to expand...
Click to collapse
Thank you very much...now the phone is back to initial state. This what i've done:
1. Download LG Flash tool from http://lgflashtool.com/
2. Download LG USB Drivers from http://lgflashtool.com/
3. Install LG flash tool and LG USB Drivers
4. Plug usb cable to phone
5. Hold volume buttons and then plug the usb cable to PC (i use win 10)
6. Voila, the Download Mode icon is showed up
7. Run LG Flash Tool (Administrator privilege) & follow the instruction (i use e988 v20c stock firmware)
8. Phone back to normal (only if you use the correct stock firmware)
A very big thanks to ShadySquirrel
Hopefully this thread can also be used as reference for anyone who has the same issue as i had
I've managed to get myself an LG K9 LM-X210YMW (body has CV1 0415 on it), but rooting this device is turning out to be VERY hard. Has anyone else had success? Its running Android 7.1.2 with Kernel 3.10.49+
I've got ole developer options set:
Enable OEM lock is ON
USB debugging is ON
Automatic updates are OFF
It's easy enough to get adb to recognize it:
Code:
evryd4y$ ./adb devices
List of devices attached
LMX210cXXXXXXX device
But rebooting with adb reboot bootloader just reboots it to lock screen.
Methods tried include:
connect then reboot with adb reboot bootloader - this just reboots to lock screen
Power on holding volume DOWN button until LG logo appears - this boots into safe mode
Power on holding volume down and power button - this reboots to safe mode
King o root (YES I know but desperate times call for depserate measures) give error 0x1c8bb4
Tried platform tools (Adb, fastboot) on Linux, Windows, Mac... same results... nothing
BUT I can get it into firmware mode by powering on and holding volume UP. This mode then hangs until I rip the battery out and throw it into space.
Has LG managed to make an un-rootable phone? Are you having the same problems?
I literally have the same problem...
evryd4y said:
Has LG managed to make an un-rootable phone? Are you having the same problems?
Click to expand...
Click to collapse
Same problem here with an LM-X210EM, have you had any luck since then?
Only thing I'd like to add is if I "adb reboot recovery" then it reboots to a sick android screen.