[Q] DNA soft bricked. Unable to boot to recovery. HELP! - HTC Droid DNA

Well I'm an idiot and I accidentally wiped my ROM off my phone. I tried to restart the phone and of course it went into a boot loop until I held down the Vol- button and I got into the bootloader. When I try rebooting into recovery, it'll flash the TWRP splash screen for about a second then go back into a boot loop. I tried using adb to flash CWM but when I do that and try to reboot to recovery, it just flashed the CWM loading screen for a second then goes into a boot loop. It's the worst kind of feeling when you screw something up but don't know exactly what's broken. When I type in "adb devices" from the command prompt, nothing shows up but somehow it still seems like it'll flash the recovery file to the phone. If I try to flash a boot.img it gets stuck though. I'm really not sure what to do at this point. The whole reason I was trying to wipe the phone is because I'm getting ready to sell it. Now I've just got a paper-weight. Anyone out there have any suggestions?
TL;DR - Wiped my ROM and can only boot to bootloader. Can't get into recovery. ADB only kind of works.

gallasm said:
Well I'm an idiot and I accidentally wiped my ROM off my phone. I tried to restart the phone and of course it went into a boot loop until I held down the Vol- button and I got into the bootloader. When I try rebooting into recovery, it'll flash the TWRP splash screen for about a second then go back into a boot loop. I tried using adb to flash CWM but when I do that and try to reboot to recovery, it just flashed the CWM loading screen for a second then goes into a boot loop. It's the worst kind of feeling when you screw something up but don't know exactly what's broken. When I type in "adb devices" from the command prompt, nothing shows up but somehow it still seems like it'll flash the recovery file to the phone. If I try to flash a boot.img it gets stuck though. I'm really not sure what to do at this point. The whole reason I was trying to wipe the phone is because I'm getting ready to sell it. Now I've just got a paper-weight. Anyone out there have any suggestions?
TL;DR - Wiped my ROM and can only boot to bootloader. Can't get into recovery. ADB only kind of works.
Click to expand...
Click to collapse
Do you have a factory cable?
If so, have you tried flashing the stock firmware with RSD Lite?
If you do have a cable and can't seem to get adb to recognize it with cmd, can you maybe try RSD Lite?
I had accidentally softbricked my phone a couple months ago, and figured out that I could use a factory cable and RSD Lite to flash stock firmware. Phone booted up without a problem and no more brick.

simcardslot said:
Do you have a factory cable?
If so, have you tried flashing the stock firmware with RSD Lite?
If you do have a cable and can't seem to get adb to recognize it with cmd, can you maybe try RSD Lite?
I had accidentally softbricked my phone a couple months ago, and figured out that I could use a factory cable and RSD Lite to flash stock firmware. Phone booted up without a problem and no more brick.
Click to expand...
Click to collapse
What kind of phone was it? I'm pretty sure RSD is only for Motorola phones, isn't it?

gallasm said:
What kind of phone was it? I'm pretty sure RSD is only for Motorola phones, isn't it?
Click to expand...
Click to collapse
Most likely but ANYTHING is worth a shot if there's a %0.1 chance of working when it comes to a softbrick. Hard bricks are usually when you just give up.
Are you able to flash anything? If so:
Have you tried flashing anything from this thread? Usually flashing stock firmware in general is a surefire way to fix softbrick. (And I mean release, not anything new. Best to revert it to release firmware, then work your way up if possible.)
If not, then obviously the next step is to figure out how to flash something even though recovery has been goof'd. I'll look around a little.

Okay, I got it back to stock, mostly. I followed the instructions from this thread to get back to stock. I didn't install the lock bootloader so I think it may still be unlocked. Using fastboot I was able to flash back to a stock HBOOT then RUU back to stock. The phone is still S-Off with the unlocked bootloader, I think, but at this point I'm not going to mess with it anymore. It boots up into stock the 3.06 image so I'm just gonna leave it at that and sell the thing before I screw anything else up!

gallasm said:
Okay, I got it back to stock, mostly. I followed the instructions from this thread to get back to stock. I didn't install the lock bootloader so I think it may still be unlocked. Using fastboot I was able to flash back to a stock HBOOT then RUU back to stock. The phone is still S-Off with the unlocked bootloader, I think, but at this point I'm not going to mess with it anymore. It boots up into stock the 3.06 image so I'm just gonna leave it at that and sell the thing before I screw anything else up!
Click to expand...
Click to collapse
Glad to hear, man! I hope you enjoy the money you make.

Related

How to boot into recovery?!

Okay so I installed a gingerbread ROM that keeps getting stuck at the boot screen. Yes, I installed the radio first and took all the correct steps.
But now I'm trying to simply boot into recovery to flash my backup of my other gingerbread ROM that actually worked. I boot into bootloader and it automatically tries updating the radio and there is no possible way to boot into recovery.
I don't know what to do.
When it asks you to install update, what if you say no, then you should be able to boot into recovery from the bootloader.
Sucks you're having issues.
castxaway said:
Okay so I installed a gingerbread ROM that keeps getting stuck at the boot screen. Yes, I installed the radio first and took all the correct steps.
But now I'm trying to simply boot into recovery to flash my backup of my other gingerbread ROM that actually worked. I boot into bootloader and it automatically tries updating the radio and there is no possible way to boot into recovery.
I don't know what to do.
Click to expand...
Click to collapse
Take the PBxxxx.zip file off of your zip card
I was wondering the same thing; thanks for the info.
castxaway said:
Okay so I installed a gingerbread ROM that keeps getting stuck at the boot screen. Yes, I installed the radio first and took all the correct steps.
But now I'm trying to simply boot into recovery to flash my backup of my other gingerbread ROM that actually worked. I boot into bootloader and it automatically tries updating the radio and there is no possible way to boot into recovery.
I don't know what to do.
Click to expand...
Click to collapse
Can't we do this in adb?
"adb reboot recovery"
g00s3y said:
Take the PBxxxx.zip file off of your zip card
Click to expand...
Click to collapse
Like g00s3y said, you must first remove the file you were trying (or successfully) flashed off your sd card. It's always best to remove this file once youre done with it. In your case you will probably need to use a sd card reader unless you can get your phone to mount.
castxaway said:
Okay so I installed a gingerbread ROM that keeps getting stuck at the boot screen. Yes, I installed the radio first and took all the correct steps.
But now I'm trying to simply boot into recovery to flash my backup of my other gingerbread ROM that actually worked. I boot into bootloader and it automatically tries updating the radio and there is no possible way to boot into recovery.
I don't know what to do.
Click to expand...
Click to collapse
I got the exact same problem
I ran into the same problem last night. I hooked my phone up to my laptop which has adb installed. When you're stuck at the start up screen, in a command prompt just type:
adb devices
You should see your phone show up under devices. If it shows up, then just type:
adb reboot recovery
This will get you into your recovery, and I just started the whole process over again. The 2nd time through everything worked great.
Hope this helps. (my phone wouldn't hard boot in to recovery, which I'm assuming is your problems also)
To hard boot into recovery, just hold the volume up key and turn the phone on. (correct me if I'm wrong)
Now I went and did it!
OK, so I was loading a new ROM and something went terribly wrong. I got stuck on the HTC, quietly brilliant screen. I then tried to boot into recovery thinking I would just restore the back up I had made and for some reason it jumped right to the HBoot and ran through some sequence of commands. Next thing I know I don't have root! So I'm screwing around trying to get adb to work on my computer and having problems with that. I try to recover again on the phone (power button and down volume) and notice that I still have s-off. Doesn't that mean I have root? But I also can't find a super user on the phone and none of my 'rooted' only programs work, they all say I don't have root. What do I do now?
Hboot is vol down and power.. not recovery. What that did was look for an update file on your SD card and flashed it. When you rooted your phone did you use the 1 click root? If so you probably just need to do step 3 again.. which gives you root and the super user app.. hopefully that's all it takes. When your done go into your SD card and remove the PG05 (there's more to the name don't have the whole file name memorized) zip file that's on there so it doesn't happen again
Sent from my ADR6400L using XDA App
BobVS said:
OK, so I was loading a new ROM and something went terribly wrong. I got stuck on the HTC, quietly brilliant screen. I then tried to boot into recovery thinking I would just restore the back up I had made and for some reason it jumped right to the HBoot and ran through some sequence of commands. Next thing I know I don't have root! So I'm screwing around trying to get adb to work on my computer and having problems with that. I try to recover again on the phone (power button and down volume) and notice that I still have s-off. Doesn't that mean I have root? But I also can't find a super user on the phone and none of my 'rooted' only programs work, they all say I don't have root. What do I do now?
Click to expand...
Click to collapse
You will have to re-root now. This should teach you to be more careful and not just go randomly flashing and updating things. Read up some more before just trying things.
Yeah probably like he said your best bet is to re do the whole process.. Idk what you flashed on your phone or anything so just be careful and do your research before jumping into things.
Sent from my ADR6400L using XDA App
castxaway said:
Okay so I installed a gingerbread ROM that keeps getting stuck at the boot screen. Yes, I installed the radio first and took all the correct steps.
But now I'm trying to simply boot into recovery to flash my backup of my other gingerbread ROM that actually worked. I boot into bootloader and it automatically tries updating the radio and there is no possible way to boot into recovery.
I don't know what to do.
Click to expand...
Click to collapse
When flashing a new rom make sure you check the md5sum. You can do this in adb or dl a program, just google it. If the md5sum comes back with the correct number then you know the dl isn't corrupted and you have the correct dl.
But as far as your current problem, you need to re-root.
Research your steps before you do them. I'm NOT a fan of 1-click. If you do it manually, and one step seems not to go right, then stop and ask on the forums. Someone should respond.

Problems Flashing ClockworkMod Recovery

Maybe somebody can help me with this. I went through all the steps to unlock the bootloader and root the phone using Lokifish Marz guide(very helpful by the way). and now when you boot the phone up in the top left of the screen is the word unlocked.
However, when I go through the process of moto-fastboot. it acts like it's working just fine,erase recovery...OK, Sending Recovery.... OKAY, writing Recovery.... OK. but when I go to boot into recovery (power+volume down, scroll down to Android recovery and hit volume up) I get the Triangle with a !.
To make matters even more confusing, is I have got it to boot up to CWM. I did a full back up on internal, including web top and I thought I was good. I had to run to the grocery store so I booted my phone back up for the time being and went and did my errands, came back and booted into recovery(with the above way.) and bam! triangle, !, android guy.
I've done this a couple times. I'm assuming I'm doing something wrong however I can't seem to find anybody else that has had the same problem. I've held of on trying to flash a different rom, so I'm still running stock rooted.
I'm running Android Ver. 2.3.4 Build 198_6 and I've tried flashing a coule diffent versions of recovery3 including the one that came with Root-Unlock-Recover.
Anybody have any ideas?
I also have the same problem with my motorola photon. i went thru the steps
to unlock the bootloader it said it was unlocked i checked to make sure i was rooted with root check and it said i was. but when i power the phone on and boot i can see android recovery but when i select it the menu is not there just
a triangle and the android symbal, then i have to pull the battery to restart
it does and the phone seems to be working ok.
Well it make me feel better that im not the only one. What tools did you use to unlock your boot loader?
Sent from my MB855 using Tapatalk
What version of stock did you guys start with? I think there was an USCC OTA that IIRC locked up the boot loader on the Electrify.
Sent from my MB855 using xda premium
Started with Android Ver. 2.3.4 Build 198_6 , its the same one that's on there right now. and it's saying my boot loader is unlocked, I actually went through the fastboot unlock process again to check and it said it was already unlocked. Although I just tried flashing twrp recovery and the same thing happened, so it seems to be behaving like it flash's the new recovery but it doesn't.
Strangely though, I've been able to get into Clockwork Mod once or twice, but as soon as I reboot, and to go to recovery it takes me to triangle !, is that just stock recovery/bootloader? So basically CWM is a one time use then back to fast-boot to try again and again.
maybe I should look into re-locking and just going with a boot-strap?
So with some more Tinkering it seems I can get to ClockWorkMod so long as I don't reboot my phone all the way.
if I flash clockwork mod. pull the battery and boot into CWM it works fine, but if I fastboot reboot all the way it goes back to stock recovery. I'm beginning to think the boot loader isn't really unlocked even though it says it is.
Anybody else heard of this?
I have the same problem
please help me what to do
an9093 said:
I have the same problem
please help me what to do
Click to expand...
Click to collapse
READ THIS
and then
READ THIS
an9093 said:
I have the same problem
please help me what to do
Click to expand...
Click to collapse
I end up posting over in the developers form and the problem appears to be the file install-recovery.sh inside system/etc
I posted how I fixed it and somebody else also posted. check down at the bottom.
http://forum.xda-developers.com/showthread.php?t=1468978

[Q] The black Screen is laughing at me!

Okay folks, I am at oss and need to know if I am just flat out screwed or if maybe, just
Maybe I might have a shot at storing my EVO 3d. I was running meanrom. Everything was running smoothly but I decided to give ViperROM a shot. So I d a wipe, rebooted into recovery and flashed ViperROM. Initially I thought everything had gone according to plan until I realized something was amiss when I attempted to start 4g. 4g wouldn't start. I did some looking into and came to tonclusion that because as far as I could tell because I had been running meanrom when I flashed viper the kernel no longer stock was not compatible with viper. So I started flash image GUI, found stockkernel.zip on my sd card and flashed or so I thought the stock kernel in hopes that after I did then the 4g would work on ViperROM. Well I was mistaken. When the phone rebooted, after the initial HTC screen rather than next seeing the ViperROM boot animation my screen went black. It remained there laughing at me till the phone automatically rebooted and then once again went to a darn black screen. It seems my phone is stuck in an endless loop. HTC screen, black scree reboot, HTC... Ect. I then booted into recovery wiped again and tried to then just reinstall meanrom. Well, according twrp recovery the installation went smoothly but after HTC screen, my phone goes straight to black screen. Ive tried various variations of reinstallations and nothing has worked so far. Am I stuck like this or is there something that can be done. Any pointers or suggestions would be more than appreciated
le?OR am I
3ncrypt3d said:
Okay folks, I am at oss and need to know if I am just flat out screwed or if maybe, just
Maybe I might have a shot at storing my EVO 3d. I was running meanrom. Everything was running smoothly but I decided to give ViperROM a shot. So I d a wipe, rebooted into recovery and flashed ViperROM. Initially I thought everything had gone according to plan until I realized something was amiss when I attempted to start 4g. 4g wouldn't start. I did some looking into and came to tonclusion that because as far as I could tell because I had been running meanrom when I flashed viper the kernel no longer stock was not compatible with viper. So I started flash image GUI, found stockkernel.zip on my sd card and flashed or so I thought the stock kernel in hopes that after I did then the 4g would work on ViperROM. Well I was mistaken. When the phone rebooted, after the initial HTC screen rather than next seeing the ViperROM boot animation my screen went black. It remained there laughing at me till the phone automatically rebooted and then once again went to a darn black screen. It seems my phone is stuck in an endless loop. HTC screen, black scree reboot, HTC... Ect. I then booted into recovery wiped again and tried to then just reinstall meanrom. Well, according twrp recovery the installation went smoothly but after HTC screen, my phone goes straight to black screen. Ive tried various variations of reinstallations and nothing has worked so far. Am I stuck like this or is there something that can be done. Any pointers or suggestions would be more than appreciated
le?OR am I
Click to expand...
Click to collapse
Your phone is alright and working , dont worry.
..............................................................................
I am assuming you are unlocked via htcdev.com .
Follow the steps:
Copy the img file of the recovery you are using to the fastboot/adb folder (folder which you have used to unlock the bootloader).
1.Now boot your phone in bootloader
2.Select Fastboot and connect to PC.(phone should say "fastboot-usb")
3.now open command prompt and navigate to your fastboot folder.
4.Type "fastboot boot <recovery name>.img". Your recovery should boot now.
5.Wipe everything , and install any ROM you want.
6.Then reboot your phone as normal and your problem should be solved.
7.If you get stuck at HTC screen or that black screen , just open the zip file of the ROM that you've just flashed and copy the boot.img file to your fastboot/adb folder > then boot your phone into bootloader > select fastboot > connect to PC > in command prompt type "fastboot flash boot boot.img" > then reboot.
Hope this helps........
Did you make a nand backup before you flashed vipers rom? Or do what he said ^^^^^^^
Did you look in the meanrom folder on ur SD card. Inside of there is the stock kernel. Second try to flash cleanROM and see if that helps. And if that doesn't work, look for the modifiedsuperwipe.zip. if all else fails..... I had the boot loop a while a go. All I did was flash the modifiedsuperwipe.zip and then flashed the ROM of choice and i was good to go. Hope this helps a lil
I'm stumped
So I did the modified wipe. I thought it was going to be smooth sailing well, I plugged in the phone and went to fast boot tried sending my phone a command line but it hangs on waiting for device. So now I'm stuck wondering wtf. No go on fastboot commands for now that is unless someone has an idea on that. Is there a way to perhaps browse root from recovery and transfer the boot image from my sd card to the folder in needs to. Go to? Or can I mount as a usb storage device and move the boot.img file to where it needs to go from the computer. I'm so desperate to fix this issue without surrendering to defeat and bringing it somewhere for someone else to do it. Hell I probably can't afford it if I have to. Whelp, if you have any thoughts I'm grateful. Thanks for the assistance thus far fellas. When bootloader loads it says I believe loading PG86DIAG.zip no image found if that means any more to any of you. I also tried reinstalling meanrom. I booted into recovery via hold power +. Volume up then choose recovery. Twrp loads. Choose meanrom zip flash image. According to twrp this goes down swell with not a problem but when I boot to system still I get the black screen. It mocks me still.
oh yes. Probably worth mentioning. Today I was working from a bit installation of windows. It was a pain on the as o get the adb drivers workingnet but finally found something called pdapal installed it and it got things squared away or so I thought on the windows drivers side of things. So in device manager there are no errors and it says the android device is working properly now alert symbols over the driver or anything but still can't get the phone to accept fastboot commands.
3ncrypt3d said:
So I did the modified wipe. I thought it was going to be smooth sailing well, I plugged in the phone and went to fast boot tried sending my phone a command line but it hangs on waiting for device. So now I'm stuck wondering wtf. No go on fastboot commands for now that is unless someone has an idea on that. Is there a way to perhaps browse root from recovery and transfer the boot image from my sd card to the folder in needs to. Go to? Or can I mount as a usb storage device and move the boot.img file to where it needs to go from the computer. I'm so desperate to fix this issue without surrendering to defeat and bringing it somewhere for someone else to do it. Hell I probably can't afford it if I have to. Whelp, if you have any thoughts I'm grateful. Thanks for the assistance thus far fellas. When bootloader loads it says I believe loading PG86DIAG.zip no image found if that means any more to any of you. I also tried reinstalling meanrom. I booted into recovery via hold power +. Volume up then choose recovery. Twrp loads. Choose meanrom zip flash image. According to twrp this goes down swell with not a problem but when I boot to system still I get the black screen. It mocks me still.
Click to expand...
Click to collapse
4ext has kernel flashing for hboot 1.5 works good i am no good with hboot i got lucky i got soff in 1.5 look into 4ext its a good recovery
Thanks
I've got twrp flashed fine. However my phone won't respond to commands while in fastboot from the command prompt. It says waiting for device and never responds. Is there a possibility that usb debugging is not working. Is there a way to the? this on from recovery if you needed. I'm not nt intimidated by advanced procedures Im an analyst programmer and am stuck doing super boring things most of the day. I can't believe I'm being thrown a curve ball like this. I'm definitely humbled. Just saying that anything you throw out there Ide be willing to give a shot at this point.
3ncrypt3d said:
I've got twrp flashed fine. However my phone won't respond to commands while in fastboot from the command prompt. It says waiting for device and never responds. Is there a possibility that usb debugging is not working. Is there a way to the? this on from recovery if you needed. I'm not nt intimidated by advanced procedures Im an analyst programmer and am stuck doing super boring things most of the day. I can't believe I'm being thrown a curve ball like this. I'm definitely humbled. Just saying that anything you throw out there Ide be willing to give a shot at this point.
Click to expand...
Click to collapse
could be the abd drivers are not on your pc for your phone the reason i said to get ext4 recovery is you can flash kernels now you still cant do that with twrp but with your phone plunged in, in fastboot go to my computer right click propertys go to hardware tab click device manager and look for a question mark that says android phone if it is their you need the drivers
hope i helped you out
3ncrypt3d said:
I've got twrp flashed fine. However my phone won't respond to commands while in fastboot from the command prompt. It says waiting for device and never responds. Is there a possibility that usb debugging is not working. Is there a way to the? this on from recovery if you needed. I'm not nt intimidated by advanced procedures Im an analyst programmer and am stuck doing super boring things most of the day. I can't believe I'm being thrown a curve ball like this. I'm definitely humbled. Just saying that anything you throw out there Ide be willing to give a shot at this point.
Click to expand...
Click to collapse
Are you sure you are accessing fastboot from bootloader ? By your words, it seems like you are checking fast boot in settings> power
Does the bootloader say fastboot-usb? If not select it and press power.
Sent from my PG86100 using XDA App
Still Trying
Yeah, I'm definitely in fastboot through bootloader. Yes it says fastboot usb. I think despite the fact that it says drivers are installed properly in device manager there might still be some kind of driver issue. I'm away from home and don't have access to. My usual computers? I'm stuck on an installation of windows 7 64bit. Originally I was having issues getting the right drivers installed and so I installed pda net and that seemed to solve the issue in device manager but I'm still having issues. If there's some recovery I could flash which would allow me toove boot.img to the right path manually that might be a way I could solve this. Hell, I'll give anything a try. So that's where I am so far. Any advice on what I might be doing wrong or where I might go from here?
hboot 1.5 s-on
I've got the same specs as you save the rom and kernel. @ itzloltraim.
I did try flashing clockwork mod using rom manager before my phone started having issues but even though rom manager said it flashed when I booted to recovery next twrp was still there. Is there somewhere I can download a flashable zip from? I couldn't find one last time I looked. From what I remember the Dev Site Links to rommanager to get it. If you have a link that would be a help.
Questions
Hboot?
Base?
Have you tried flashing clockworkmod?
Sent from my PG86100 using Tapatalk
iTzLOLtrain said:
Questions
Hboot?
Base?
Have you tried flashing clockworkmod?
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
That plus what is he doing rooting or trying to flash a recovery?
Yea, I have the same problem...
I was running MeanROM4.1 with the dodava kernel. Being an idiot I flashed the new Anthrax kernel and now my phone gives me a black screen. When the phone starts up, theres no lock ring. Ive been trying to flash another kernel but i dont seem to be doing it properly. im using 4ext as recovery.
Im currently performing a Superwipe then factory reset. Ill reply with my findings. Good thing I backed up at MeanROM3.91, but if I cant get my screen to work...shall I assume bricked?
**problem solved. I flashed a kernel using the fastboot method. Someone posted it and it worked fine for me.**

No OS TWRP problem.

Hello guys, it's me again.
This time i wanted to try out flashing boot.img's. Something went horribly wrong, and whenever i try to reboot my device, it ends up in recovery mode (TWRP for Rockchip's).
Also, when i do click reboot, it says "No OS Installed! Are you sure you wish to reboot?". I swipe, then it shows something about installing SU.
But when it does, it just shows my manufacturer (meanIT)'s logo and goes directly into recovery.
I have just two questions:
Is it repairable?
Is my OS really deleted or is it just softbricked or something?
I'm starting to feel desperate, cause i'm not a pro at flashing, i could be called semi-noob.
Additional info:
Device: meanIT M754 Promise 7", Rockchip 3026.
Bootloader access: No.
Bootloader unlocked: No.
Recovery: TWRP v2.7.0.0 modified for Rockchip's.
Recovery access: Yes.
Thanks for support.
Did you make a nandroid backup before attempting to install a new kernel? If not...shame. LoL If so, just restore that and reboot. If you didn't, then you should be able to adb push a rom zip to your phone via adb in recovery - or if you have an SD card then put it on there. Worst case scenario, you can just the flash tool to restore your phone if you can find the stock files.
es0tericcha0s said:
Did you make a nandroid backup before attempting to install a new kernel? If not...shame. LoL If so, just restore that and reboot. If you didn't, then you should be able to adb push a rom zip to your phone via adb in recovery - or if you have an SD card then put it on there. Worst case scenario, you can just the flash tool to restore your phone if you can find the stock files.
Click to expand...
Click to collapse
Nope, i didn't backup, unfortunately. I'll try the adb method. Thanks!
+1 Thanks
Always always always make a backup whenever messing with kernels or major changes to the /system. You probably figured that out by now, but can't be stressed enough. Good luck.
I found a rom and tried to flash it.
When it flashed, i rebooted the tablet.
But...now it's stuck at meanIT boot logo screen. (not bootloop, it's just that boot logo shows up and disappears in snow).
I can't even access recovery anymore. I try to push the Power button for 5 secs to shut it down, but it powers up to the boot logo again. And so again and again, and again. Like a...bootlogoloop? lol.
Something went horribly wrong. :I
Update: It finally dies after the battery is drained.
Can anyone tell me what to do? (e.g. buy a new tablet, some repair advice, anything?) I'd be thankful. A lot.
Seriously? No one?
Are you able to get into fastboot? If so, you could try flashing your custom recovery image again.
Sent from my Nexus 4 using XDA Premium 4 mobile app
Theonew said:
Are you able to get into fastboot? If so, you could try flashing your custom recovery image again.
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Nope, but i played around with the buttons, trying every combination. Turns out i can force shutdown the bootloop and enter recovery mode by holding Power and VolUp while the bootloop. The only problem is, roms hard to find, man. But i found one which might seem to work so i'll try.
Sorry for bothering guys. I'm kind of a noob here, so excuse me if i turn out stupid.
No hope so far
So basically i tried everything except flashing a rkimage from sd card (don't have one big enough for the firmware).
Because i just found out there is a way to install Windows 8 on good working tablets, but i don't have money by the hand at the moment to buy a new one. I seriously don't know what to do anymore. I think it's either softbrick or just recovery loop.

Complete inability to reboot into recovery

Yo.
So nothing whatsoever seems to be able to make this phone boot into recovery. Whether its a soft or hard boot, it just will not happen. It will always boot as normal. I'm so frustrated and completely stumped.
Any ideas?
James Bartlett said:
Yo.
So nothing whatsoever seems to be able to make this phone boot into recovery. Whether its a soft or hard boot, it just will not happen. It will always boot as normal. I'm so frustrated and completely stumped.
Any ideas?
Click to expand...
Click to collapse
How did you install recovery?
How are you trying to boot into recovery?
blueether said:
How did you install recovery?
How are you trying to boot into recovery?
Click to expand...
Click to collapse
Ah man, you've got me. This is all in the hope of installing a custom rom. Installing the recovery was one of a few things I hadn't done before. I think I did it using Fastboot. I've got a head like a sieve. More frustratingly, my own PC died a death a few days ago, so A) I haven't got whatever stuff I downloaded so cant refer to that to see what I did, and B) anything from here on would ideally be done without a computer, although I could probably borrow one if needed. Can you use Fastboot to install a custom recovery? If so, then thats how I did it. I remember downloading a .img file on the PC and doing something from there. Sorry I couldn't be more clear, and thanks for your help buddy.
Sorry, I missed the second question there. I have tried a number of ways to boot into recovery. Holding vol-up or vol-down while powering on, or a handful of apps that have a boot into recovery option. I've tried using CWM's Rom Manager to install the PA rom .img I have saved on the phone, but that is telling me I need to install CW recovery, and then says its not available for my device. Confused as hell about that one. I feel that once I'm in recovery I'm golden. I don't know if this is relevant, but at the minute, I don't have write access to /system, so I guess this would be a half root job.
You still having issues? I can help and yes you will need a computer and you will need to download the android SDK and set that up.. Let me know

Categories

Resources