recovery possible without vol-down? - Desire HD General

i was reflashing my DHD to fix some issues i was having with it, but the reflash (from cm7 to virtuous unity) has left me in a boot loop and i'm not sure how to get out of it as one ofthe recent problems with my phone was that the vol-down key isn't working.
is there a way to boot into recovery and reflash again without the use of the vol-down key?
i've tried abd, but the phone restarts before a point where abd with pick it up so i think i might be a bit stuck.
any ideas?
thanks in advance.

Battery pull
Connect phone to PC
Command prompt...... type in adb reboot recovery
Sent from my Desire HD using xda premium

yvibes said:
Battery pull
Connect phone to PC
Command prompt...... type in adb reboot recovery
Sent from my Desire HD using xda premium
Click to expand...
Click to collapse
vibe666 said:
i've tried abd, but the phone restarts before a point where abd with pick it up so i think i might be a bit stuck.
Click to expand...
Click to collapse
nope, no abd access, tried that already.
is there anything else i can try?

Have you tried ROM Manager?

chrisnash said:
Have you tried ROM Manager?
Click to expand...
Click to collapse
as i understand, he is stuck at bootloop.
try to use something like pen or toothpick to press vol down button(if you dont have cover press) and then try to boot in recovery.

If you can turn on your phone, download 4ext and touch recovery

vibe666 said:
nope, no abd access, tried that already.
is there anything else i can try?
Click to expand...
Click to collapse
you could always just try running an ruu, it will continue retying adb commands for a set period of time. so just start running through it while the device is in the boot loop.

was stuck in a boot loop that was occuring before abd could see the phone with a non-functioning vol-down key so i couldn't boot into recovery.
However, it turns out that i was able to get a pin under the vol-down key and lift it enough to use the pin to press it during power on and was able to then get into recovery and do a full reset and re-apply a fresh firmware and it's working fine now (minus the vol-down key still), but thanks for all the tips and suggestions.

Related

Phone won't turn on, please help

Before I get flamed, I have searched the forums, but the threads are NOT helpful. (some old, and I don't want to hi-jack anyonelse's thread)
THis is NOT my phone. I am trying to help, so bare with me. I have the SK4G and G2x, so this device is a bit different for me.
Apparently, my friend tried flashing a custom rom, it took too long and he pulled the battery. NOW the phone refuses to turn on. The computer recognizes the device, but I am unable to boot into bootloader.
Any suggestions would be much appreciated.
What is "recognizing the device", and what happens when you turn it off and then turn it on while pressing VolumeDown (or VolumeUp)?
Technically pulling battery during a ROM flash shouldn't cripple the phone. unless that is another side effect of the bad emmc chip, in which case you may be out of luck. but as the previous poster said, try booting whilst holding down the volume down key and see what happens.
I have tried the down volume button and power... up volume and power... home and power, all to no avail.
If I connect it to the PC it recognizes the device.
Sent from my SGH-T839 using XDA Premium App
MsJuniaRosa said:
I have tried the down volume button and power... up volume and power... home and power, all to no avail.
If I connect it to the PC it recognizes the device.
Sent from my SGH-T839 using XDA Premium App
Click to expand...
Click to collapse
When you type "adb devices" what does it tell you?
neidlinger said:
When you type "adb devices" what does it tell you?
Click to expand...
Click to collapse
This is what I get from ADB - (It is recognizing it)
C:\>cd androidsdk/tools/
C:\AndroidSDK\tools>adb devices
List of devices attached
SH0CWRM02395 recovery
C:\AndroidSDK\tools>
MsJuniaRosa said:
This is what I get from ADB - (It is recognizing it)
C:\>cd androidsdk/tools/
C:\AndroidSDK\tools>adb devices
List of devices attached
SH0CWRM02395 recovery
C:\AndroidSDK\tools>
Click to expand...
Click to collapse
What happens if you type
Code:
adb reboot bootloader
neidlinger said:
What happens if you type
Code:
adb reboot bootloader
Click to expand...
Click to collapse
It booted into bootloader, but I can't select anything. I am guessing its the POWER button now.
The issue now is getting it back to stock and s-on in order to return it to TMOBILE. I can't select anything since the power button doesn't work. and I am not good at all with ADB.
can you select by pressing the optical trackpad instead of the power button?
MsJuniaRosa said:
It booted into bootloader, but I can't select anything. I am guessing its the POWER button now.
The issue now is getting it back to stock and s-on in order to return it to TMOBILE. I can't select anything since the power button doesn't work. and I am not good at all with ADB.
Click to expand...
Click to collapse
It's okay, we have no problem helping people who are willing to help themselves.
From the Bootloader type in
Code:
reboot
since the phone doesn't have a working ROM it should boot into the recovery mode again
Well what you'll need to do is download the PD15IMG file PD15IMG
pull the SD Card w/o pulling the battery, and store just the PD15IMG.zip on the root of the SDcard.
Then type in
Code:
adb reboot recovery
again and unplug the phone. It should ask if you want to restore the PD15IMG, you'll hit the button (it'll tell you) to confirm that.
acsi007 said:
can you select by pressing the optical trackpad instead of the power button?
Click to expand...
Click to collapse
The Track pad only works if I am in CWM - if I am not mistaken. ( I have tried selecting with the power button and trackpad, nada)
I guess my next question would be, how to unroot using ADB without being able to select anything with the power button? Any way to flash the STOCK ROM and get S-ON again using ADB Commands? It will have to be sent back to TMOBILE. And since it is rooted, I have to UNROOT it. (The phone is ON MY ACCOUNT, but belongs to my friend. I don't want to get charged for the device because it's rooted and warranty voided)
acsi007 said:
can you select by pressing the optical trackpad instead of the power button?
Click to expand...
Click to collapse
once in your bootloader only the power button will select objects. the volume keys are the "picker" and the power button is the "selector"
neidlinger said:
once in your bootloader only the power button will select objects. the volume keys are the "picker" and the power button is the "selector"
Click to expand...
Click to collapse
Correct! The Trackpad works with Clockworkmod, but I can't even get there... How can I unroot/flash the PD15IMG.ZIP using ADB (if that's possible?!)
I will need to send it without them taking notice, as this is on my account.
MsJuniaRosa said:
Correct! The Trackpad works with Clockworkmod, but I can't even get there... How can I unroot/flash the PD15IMG.ZIP using ADB (if that's possible?!)
I will need to send it without them taking notice, as this is on my account.
Click to expand...
Click to collapse
I assume you saw post # 10 here.
neidlinger said:
It's okay, we have no problem helping people who are willing to help themselves.
From the Bootloader type in
Code:
reboot
since the phone doesn't have a working ROM it should boot into the recovery mode again
Well what you'll need to do is download the PD15IMG file PD15IMG
pull the SD Card w/o pulling the battery, and store just the PD15IMG.zip on the root of the SDcard.
Then type in
Code:
adb reboot recovery
again and unplug the phone. It should ask if you want to restore the PD15IMG, you'll hit the button (it'll tell you) to confirm that.
Click to expand...
Click to collapse
Thank you. I will do as you have suggested and report back. I really do appreciate this.
neidlinger said:
It's okay, we have no problem helping people who are willing to help themselves.
From the Bootloader type in
Code:
reboot
since the phone doesn't have a working ROM it should boot into the recovery mode again
Well what you'll need to do is download the PD15IMG file PD15IMG
pull the SD Card w/o pulling the battery, and store just the PD15IMG.zip on the root of the SDcard.
Then type in
Code:
adb reboot recovery
again and unplug the phone. It should ask if you want to restore the PD15IMG, you'll hit the button (it'll tell you) to confirm that.
Click to expand...
Click to collapse
I'm sorry to sound like a noob, but how am I supposed to type the commands from Bootloader. I am on the HBoot screen. But as for ADB Commands, and getting to BOOTLOADER through such commands, I am lost. (I apologize, but I am truly a beginner, but willing to learn. All I ask i a little patience)
MsJuniaRosa said:
I'm sorry to sound like a noob, but how am I supposed to type the commands from Bootloader. I am on the HBoot screen. But as for ADB Commands, and getting to BOOTLOADER through such commands, I am lost. (I apologize, but I am truly a beginner, but willing to learn. All I ask i a little patience)
Click to expand...
Click to collapse
sorry
Code:
fastboot reboot
should reboot the phone
neidlinger said:
sorry
Code:
fastboot reboot
should reboot the phone
Click to expand...
Click to collapse
OK. Sounds good. I am downloading the PD15IMG.zip as I type. This will take some time, according to the mins left (22m) - After it reboots, and reads the PD15IMG file, will this UNROOT the device back to stock? (I am guessing so... but just to be CLEAR!)
MsJuniaRosa said:
OK. Sounds good. I am downloading the PD15IMG.zip as I type. This will take some time, according to the mins left (22m) - After it reboots, and reads the PD15IMG file, will this UNROOT the device back to stock? (I am guessing so... but just to be CLEAR!)
Click to expand...
Click to collapse
it SHOULD put everything back the way it came. IF you use the ./gfree method to root the phone it might not turn s-on. But everything else, the recovery image and the hBoot will be back to normal.
neidlinger said:
it SHOULD put everything back the way it came. IF you use the ./gfree method to root the phone it might not turn s-on. But everything else, the recovery image and the hBoot will be back to normal.
Click to expand...
Click to collapse
Ok. I will try it and hope it turns S-on... if not, is there away to do that?

how to boot into cwm?

I have rooted using the rooting toolkit.
Great toolkit by the way.
That gave me a cwm.
I installed ROM manager n choose the cwm touch.
Now I have a nice touch version cwm.
But I can only enter it via ROM toolbox or ROM manager in app option
The power + volume own combo doesn't work anymore.
Naturally I googled n search about this.
Is a common issue and the solution is usually this 2
Use adb, I have no idea how.
Plug a USB cable.
I love the USB cable idea but I don't get how it works.
There is no description on it.
I plug my USB cable, and try the combo,
I got into boot menu, I navigate to recovery, and it got stuck there
What should I do?
I'm worry to flash anything fearing I can't get back to recovery if my tab don't boot.
Well one way to get abound it is any CM10 Rom. You old the power button, click rebppt then select reboot recovery to reboot into it. It kinda is a problem if you don't want to flash anything though.........
Sent from my Nexus 7 using xda app-developers app
dumb questions: did you plug it into computer? does adb work when you do so? If these two are true, I imagine the three button method should work when plugged in.
(But I'm just speculating, really.)
If adb does work, then worst case scenario you should be able to "adb reboot bootloader".
thebobp said:
dumb questions: did you plug it into computer? does adb work when you do so? If these two are true, I imagine the three button method should work when plugged in.
(But I'm just speculating, really.)
If adb does work, then worst case scenario you should be able to "adb reboot bootloader".
Click to expand...
Click to collapse
I need to plug it to a PC? Oh gosh, feel so noon now.
I totally duno about adb, never tried it before.
I need to get to a PC n try the combo button again.
mtxx1 said:
I need to plug it to a PC? Oh gosh, feel so noon now.
I totally duno about adb, never tried it before.
I need to get to a PC n try the combo button again.
Click to expand...
Click to collapse
You don't have a computer/laptop?
Maybe you don't need adb, I was just speculating. I wouldn't know since I basically have adb all the time.
Choose boot into recovery in Tomorrow manager or grab terminal emulate of play and type
Su
Reboot recovery
Sent from my Nexus 7 using xda app-developers app
Thanks for the USB Trick
I manage to get it to work already.
Just plug the USB cable to the tablet, and connect it to a computer.
Then use the power and volume down combo to boot into cwm recovery.
Previously I tried the combo only with the USB cable, but not plugged to a computer.
why we need to plug in a pc???, my phone doesnt need....
just power + volume down!
swisstourist said:
why we need to plug in a pc???, my phone doesnt need....
just power + volume down!
Click to expand...
Click to collapse
How do you do it?
If I use that key combo,
It will lead me to a menu, I use volume button to select recovery,
The tab will then just stuck at the Google logo and never enter cwm.
It is a bug in the bootloader... many threads about it.
Simple fix use quickboot app. Press a button and you're in recovery. No keyboard needed.
Sent from my Nexus 7
I just went into Fastboot, Power, both volume keys then scrolled to recovery... worked like a charm... dunno why it wouldnt.
Unless set by CWM, Nexus 7 will automatically try to restore the stock recovery that's why you are stuck. Once in CWM recovery, there should be an option to block android from doing so.
Sent from my Nexus 7 using xda premium
It is really easy to get into Clockworkmod Recovery. Install Rom Manager vv5.0.2.1 from the market and Flash ClockworkMod Recovery. It should list recovery 6.0.1.0. Then choose Reboot into Recovery from Rom Manager. Done. Now you have the full CWM recovery with access to all the things you don't have in stock recovery.

[Q] S4 only boots into stock recovery

My S4 only boots into stock recovery with blue text 'recovery booting'. I cannot get into download mode or boot normally. I've tried to data factory reset but the same thing occurs and also I cannot clear the cache as it ends in an error. I have managed by fluke a couple of times to boot the phone up in normal. but cannot install superuser to get root. I also restored with kies but again reboots into recovery mode. please help as I don't want to keep booting into recovery. any questions ill try and answer them.
spongerob500 said:
My S4 only boots into stock recovery with blue text 'recovery booting'. I cannot get into download mode or boot normally. I've tried to data factory reset but the same thing occurs and also I cannot clear the cache as it ends in an error. I have managed by fluke a couple of times to boot the phone up in normal. but cannot install superuser to get root. I also restored with kies but again reboots into recovery mode. please help as I don't want to keep booting into recovery. any questions ill try and answer them.
Click to expand...
Click to collapse
Try and use this http://forum.xda-developers.com/showthread.php?t=2219803
spongerob500 said:
My S4 only boots into stock recovery with blue text 'recovery booting'. I cannot get into download mode or boot normally. I've tried to data factory reset but the same thing occurs and also I cannot clear the cache as it ends in an error. I have managed by fluke a couple of times to boot the phone up in normal. but cannot install superuser to get root. I also restored with kies but again reboots into recovery mode. please help as I don't want to keep booting into recovery. any questions ill try and answer them.
Click to expand...
Click to collapse
Have you tried flashing a pure stock using Odin?
jaythenut said:
Try and use this http://forum.xda-developers.com/showthread.php?t=2219803
Click to expand...
Click to collapse
thanks, but wont I have to get into download mode to use odin?
spongerob500 said:
thanks, but wont I have to get into download mode to use odin?
Click to expand...
Click to collapse
Have a look here http://galaxys4root.com/clockworkmodtwrp-recoveries/
You are holding down power home and volume down to get to download mode
jaythenut said:
Have a look here http://galaxys4root.com/clockworkmodtwrp-recoveries/
You are holding down power home and volume down to get to download mode
Click to expand...
Click to collapse
yes it doesn't display the booting recovery blue text but the screen goes blank and reboots
kingzain900 said:
Have you tried flashing a pure stock using Odin?
Click to expand...
Click to collapse
I cannot get into odin mode or download mode.
spongerob500 said:
I cannot get into odin mode or download mode.
Click to expand...
Click to collapse
That's weird. Can you install the Android SDK or ADT and get adb.
Then plug your S4 to the computer (I assume the drivers are installed?) and open up cmd. Set adb to your path variables or just browse over to the adb where you installed your SDK and run
Code:
adb devices
to see list of devices and check if yours is there. Then type
Code:
adb reboot download
Let me know if that works.
kingzain900 said:
That's weird. Can you install the Android SDK or ADT and get adb.
Then plug your S4 to the computer (I assume the drivers are installed?) and open up cmd. Set adb to your path variables or just browse over to the adb where you installed your SDK and run
Code:
adb devices
to see list of devices and check if yours is there. Then type
Code:
adb reboot download
Let me know if that works.
Click to expand...
Click to collapse
This is what I get:
List of devices attached
b81172a6 offline
spongerob500 said:
This is what I get:
List of devices attached
b81172a6 offline
Click to expand...
Click to collapse
Did you connect the phone to the PC? Seems that it cannot detect your phone. Bad drivers maybe? Try installing these:
http://org.downloadcenter.samsung.com/downloadfile/ContentsFile.aspx?CDSite=US&CttFileID=4132034&CDCttType=SW&ModelType=C&ModelName=SGH-T959HABTMB&VPath=SW/201212/20121213040816385/Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0.exe
kingzain900 said:
Did you connect the phone to the PC? Seems that it cannot detect your phone. Bad drivers maybe? Try installing these:
http://org.downloadcenter.samsung.com/downloadfile/ContentsFile.aspx?CDSite=US&CttFileID=4132034&CDCttType=SW&ModelType=C&ModelName=SGH-T959HABTMB&VPath=SW/201212/20121213040816385/Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0.exe
Click to expand...
Click to collapse
managed to flash this recovery - i9505-cwm-recovery-6.0.3.2-4. installed ok, but it got stuck on reboot with recovery booting and Samsung boot screen, and just hung. I'm gonna try and flash a rom using odin and report back, to what happens next.
now the phone boots into recovery mode now but iits clockwork recovery. what should I do next?
spongerob500 said:
now the phone boots into recovery mode now but iits clockwork recovery. what should I do next?
Click to expand...
Click to collapse
Well if CWM works, and you flashed a stock ROM using Odin, does the issue persist? If so, it could be a hardware issue then.
EDIT: Although the issue in the OP seems to be solved partially no? Can you boot normally to your ROM? Can you boot to recovery (vol-up + power)? Download mode (vol-down + power)? Anyone of them through adb?
kingzain900 said:
Well if CWM works, and you flashed a stock ROM using Odin, does the issue persist? If so, it could be a hardware issue then.
EDIT: Although the issue in the OP seems to be solved partially no? Can you boot normally to your ROM? Can you boot to recovery (vol-up + power)? Download mode (vol-down + power)? Anyone of them through adb?
Click to expand...
Click to collapse
I am in a situation where the phone boots but only into clockwork recovery. cannot boot phone or download mode.
spongerob500 said:
I am in a situation where the phone boots but only into clockwork recovery. cannot boot phone or download mode.
Click to expand...
Click to collapse
Do you get a bootloop? Download a zip of a ROM and flash it through CWM.
Can you still access download mode through the hardware buttons or through adb?
kingzain900 said:
Do you get a bootloop? Download a zip of a ROM and flash it through CWM.
Can you still access download mode through the hardware buttons or through adb?
Click to expand...
Click to collapse
Every time I boot the phone it has the blue text saying booting recovery and boots into clockwork. I cannot access download through either adb or pressing the buttons. When I press down power and menu the phone freezes on samsung black screen.
spongerob500 said:
Every time I boot the phone it has the blue text saying booting recovery and boots into clockwork. I cannot access download through either adb or pressing the buttons. When I press down power and menu the phone freezes on samsung black screen.
Click to expand...
Click to collapse
You're supposed to press vol-down and power. Not menu. I guess that's a typo?
Anyway, if it doesn't work in those ways, I'm not sure what's left besides taking it to the shop and getting it replaced.
Does adb devices detect the phone as online? If so, you can try this toolkit and maybe that boots you to download mode?
http://forum.xda-developers.com/showthread.php?t=2226263
kingzain900 said:
You're supposed to press vol-down and power. Not menu. I guess that's a typo?
Anyway, if it doesn't work in those ways, I'm not sure what's left besides taking it to the shop and getting it replaced.
Does adb devices detect the phone as online? If so, you can try this toolkit and maybe that boots you to download mode?
http://forum.xda-developers.com/showthread.php?t=2226263
Click to expand...
Click to collapse
No its not. You push in down volume, home(menu) and power button for ODIN and up volume, Home(menu) and power for recovery. Have NEVER got into download or recovery by holding volume up\down and power. Not since my Gtab 7" 1st edition....
ultramag69 said:
No its not. You push in down volume, home(menu) and power button for ODIN and up volume, Home(menu) and power for recovery. Have NEVER got into download or recovery by holding volume up\down and power. Not since my Gtab 7" 1st edition....
Click to expand...
Click to collapse
What. That is totally weird. You are right but I can get into both recovery and download mode without touching the home button.
@spongerob500: Try what ultramag69 suggested with Menu button. Sorry about the wrong info in that regard, but on my phone I don't press the Menu/Home button.
EDIT: Sorry @ultramag69, it seems that both methods work. So no need to hold the Home button!
kingzain900 said:
What. That is totally weird. You are right but I can get into both recovery and download mode without touching the home button.
@spongerob500: Try what ultramag69 suggested with Menu button. Sorry about the wrong info in that regard, but on my phone I don't press the Menu/Home button.
EDIT: Sorry @ultramag69, it seems that both methods work. So no need to hold the Home button!
Click to expand...
Click to collapse
update - cannot get into download or odin mode with the buttons. what im gonna try to do is install a custom rom. where can I find stock roms also please? can I flash the stock ones through recovery too? thanks.

Can't get into fastboot/bootloader, bricked?

I was using the Nexus 7 Toolkit, and used the option to boot into a recovery without flashing, on CWM 6.0.3.6. The device already had TWRP installed, but would not boot into it.
Now, I am stuck at the CWM screen with a "Warning: No file_contexts", and no commands available to me.
If I try to use the power/vol up/vol down combo to boot into fastboot, the device reboots, shows the Google splash screen for a second, and goes right back into the "busted" CWM. This happens regardless of the button combos, even if I just hold power for a while to try to boot normally.
Even though I'm partially in CWM, it's not recognized over usb via ADB, and I obviously can't get into fastboot to get it recognized that way. It was recognized correctly before.
If it matters, I had PA and TWRP installed before this happened.
Help!
Update: I let the battery drain itself dry overnight. After a re-charge and power on, still boots into the non-functional CWM. No fastboot/bootloader, even with the right key combo.
It's like I need to find some way to clear out of this temporary recovery that the toolkit created.
Similar problem
Does anyone have any insight on this one. I have a similar problem. A tablet was brought to me from a friend that is doing this. His son was "rooting" it when it developed this symptom. Looks like he was using CF-Auto-Root. When powering on you get the google screen then this auto root android screen and it loops. See screenshot.
I have been unable to boot the device any other way. Have tried fastboot and recovery many times with no success. When trying for fastboot with holding power, Volume up, and Volume down you get the Google screen once then black screen then Google again and it kicks back into the loop. Same as above poster every combination of button press/hold with or without USB has no effect other than the double Google screen as stated.
Device is not recognized on USB at any stage in this loop during my many attempts at fastboot or recovery.
Same as above if I could get it to do anything other than the loop like fastboot or recovery I think I can work it out what he has done.
Any help would be greatly appreciated.
Bump, anyone have thoughts on this? If I could just get into fastboot I'd be good, but the normal key combos do nothing, and I can't issue a reboot fastboot command since the PC won't recognize the device.
And yes, I'm sure I have my drivers set up correctly.
Anybody? What causes a device to not be able to boot to fastboot or recovery. If I can't fix it I would like to know why.
Looks like we might be hosed here. Don't see to many post on here that don't get some suggestions.
Yeah, even after letting the battery drain completely, I can only get into the hosed recovery mode, with no functions available. Fastboot key combos do nothing. I'm still stuck.
Can't anyone shed some light on this? Am I hardbricked? Would a picture of the recovery that I get into help?
Here is the only screen I can get into, regardless of key combos held during start up. This first happened after booting into temp recovery.
Help! About to have to throw my Nexus 7 in the trash!
does nexus use hibernation in place of shutdown, because sometimes i suspect my nexus does not shutdown? have u searched from this angle
Sent from my Nexus 7
I wouldn't think so; I have let the battery drain to dry by leaving it on that recovery screen until dead, and it just boots right back into it regardless.
removing battery connections maybe??
Sent from my Nexus 7
XperiaMT27 said:
removing battery connections maybe??
Sent from my Nexus 7
Click to expand...
Click to collapse
Tried that, same result.
Have you tried ADB commands while in the hosed recovery?
Sent from my LG-P999 using xda premium
Волк said:
Have you tried ADB commands while in the hosed recovery?
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Yes. It doesn't get recognized/doesn't connect via adb, so no commands work. And I'm positive it's not a driver issue.
Mushroom. said:
Yes. It doesn't get recognized/doesn't connect via adb, so no commands work. And I'm positive it's not a driver issue.
Click to expand...
Click to collapse
So... Did you ever figure this out?
Nope. Nothing I do gets me into anything except the hosed recovery.
Mushroom. said:
Nope. Nothing I do gets me into anything except the hosed recovery.
Click to expand...
Click to collapse
I was on 4.3 PA and tried jumping up to CM11, this appears to have happened to me. Interesting...
Are you unable to get into fastboot by holding down volume up volume down and power? I did this, then used the root toolkit and was able to flash stock 4.4. Back up and running now.
No, vol up + vol down + power does nothing for me except get into this recovery.
Bumping this one more time. Anyone have any ideas?

[Q] softbrick lg g2 vzw

hey guys
softbricked my lg g2 verizon running cm 10.2 nightly
i tried flashing newest twrp.zip in recovery (i had old version of twrp)
installed successfully then i wiped cache/dalvik and the whole phone shut off after 30 seconds
when i power on its stuck in CM boot logo
i think i have backup but i cant get into recovery to flash it. dunno how to. volume down and power isnt working
and when i try to use my PC and adb reboot recovery it cant find the device, not sure if drivers are installed
can anyone help?
thanks!
EDIT
tried holding power and volume down but it keeps vibrating and rebooting with LG logo... think the recovery is messed up
+
Nblufire12 said:
hey guys
softbricked my lg g2 verizon running cm 10.2 nightly
i tried flashing newest twrp.zip in recovery (i had old version of twrp)
installed successfully then i wiped cache/dalvik and the whole phone shut off after 30 seconds
when i power on its stuck in CM boot logo
i think i have backup but i cant get into recovery to flash it. dunno how to. volume down and power isnt working
and when i try to use my PC and adb reboot recovery it cant find the device, not sure if drivers are installed
can anyone help?
thanks!
EDIT
tried holding power and volume down but it keeps vibrating and rebooting with LG logo... think the recovery is messed up
Click to expand...
Click to collapse
When you hold these two buttons and you see the LG logo, release and hold them again fast until you see factory reset screen. At this point press the power key three times and you will go to recovery. An press the thanks button here.
Sent from my LG-D802 using Tapatalk
Haseeb123 said:
When you hold these two buttons and you see the LG logo, release and hold them again fast infill you see factory reset screen. At this point press the power key three times and you will go to recovery. An press the thanks button here.
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
i'm having trouble turning off my G2
every time I hold the power button down during bootloop it vibrates, turns off for a second, then starts to reboot again.
how do i power off?
Nblufire12 said:
i'm having trouble turning off my G2
every time I hold the power button down during bootloop it vibrates, turns off for a second, then starts to reboot again.
how do i power off?
Click to expand...
Click to collapse
I think you have have to hold for 5 seconds to completely power down.
Hold vol- and power key and when logo pops up release power key and again hold power key then Reset screen should display. Press power until it starts factory reset which will dump you into Recovery.
Nblufire12 said:
i'm having trouble turning off my G2
every time I hold the power button down during bootloop it vibrates, turns off for a second, then starts to reboot again.
how do i power off?
Click to expand...
Click to collapse
Hold the Power Button for 10 sec
equake said:
I think you have have to hold for 5 seconds to completely power down.
Hold vol- and power key and when logo pops up release power key and again hold power key then Reset screen should display. Press power until it starts factory reset which will dump you into Recovery.
Click to expand...
Click to collapse
ok! im in recovery but NOO!!! my backup is gone.... how do i transfer over a cm 10.2 ROM onto my sd card?!
Nblufire12 said:
ok! im in recovery but NOO!!! my backup is gone.... how do i transfer over a cm 10.2 ROM onto my sd card?!
Click to expand...
Click to collapse
If adb sees the device you can do an adb push
dr87 said:
If adb sees the device you can do an adb push
Click to expand...
Click to collapse
sadly adb isnt seeing the device... i dont know what to do im stuck with no rom to flash
if i wipe data and cache and reboot will it let me start new and go through accoutn setup?
Nblufire12 said:
sadly adb isnt seeing the device... i dont know what to do im stuck with no rom to flash
if i wipe data and cache and reboot will it let me start new and go through accoutn setup?
Click to expand...
Click to collapse
No with no rom it will probably just sit on the LG logo or something
Have you tried this?
http://forum.xda-developers.com/showthread.php?t=2432476
Might be your only option then
Has adb ever seen your device before? seems weird thats its not being detected in recovery
dr87 said:
No with no rom it will probably just sit on the LG logo or something
Have you tried this?
http://forum.xda-developers.com/showthread.php?t=2432476
Might be your only option then
Has adb ever seen your device before? seems weird thats its not being detected in recovery
Click to expand...
Click to collapse
i had to get ADB on my device to root and put CM there in the first place, not sure why its not working now... maybe because USB debug isnt checked? i have no clue.
all i need are drivers right? is there a good link for re-setting that up
Nblufire12 said:
i had to get ADB on my device to root and put CM there in the first place, not sure why its not working now... maybe because USB debug isnt checked? i have no clue.
all i need are drivers right? is there a good link for re-setting that up
Click to expand...
Click to collapse
my adb works fine even with no rom
maybe try to reinstall the usb drivers and replug the phone
http://www.lg.com/us/support-mobile/lg-D801 scroll down and download... the driver should work fine even though its d801
try putting a rom on a usb stick and then in recovery install from usb? not sure whether that would work but its worth a try
i installed those drivers but its not recognizing device in adb
http://i.imgur.com/J5dax87.png
im in recovery, do i have to toggle anything?
dr87 said:
my adb works fine even with no rom
maybe try to reinstall the usb drivers and replug the phone
http://www.lg.com/us/support-mobile/lg-D801 scroll down and download... the driver should work fine even though its d801
Click to expand...
Click to collapse
how do u install those drivers?
theres no .exe...?

Categories

Resources