[HELP] [BRICKED] HTC Sensation XE - Android Q&A, Help & Troubleshooting

I've seen many posts about this but none of them actually has a solution that worked for me.
I have a Sensation XE, I don't know the cause of the problem exactly, but I had it on recovery and it discharged (deep discharge).
Now whenever I try to turn it on, the red led on the left top corner turns on, sometimes the device vibrates, but the screen stays off.
I tried to go into bootloader but with no luck, same for recovery.
The charging orange led does light up when the device is plugged in, and I've checked the battery, it's functional. I even tried another battery just to make sure.
I tried to charge it overnight, and I tried to charge the battery on it's own, with no luck.
One thing I found right before I post this is charging the phone with the battery out!
Now I don't know how that might help as the device doesn't boot with no battery, but I tried it anyways just to make sure I haven't left anything to chance, and it didn't work.
This thread might come in handy for other people with the same situation.
Windows 7 recognizes the device when plugged in as "Android ADB Interface" but when I use "adb devices" it doesn't show anything.
I tried the Sensation Unbricking Project, the terminal always said "Bricked device found on." but it doesn't give me the next line "sdX", I think it doesn't recognize the device.
In the video when the device is plugged in, Ubuntu immediately recognizes it and it even opens up the device's files, that does not happen with my device.
I don't remember exactly my bootloader information, but I think my HBOOT version is 1.27, not sure about that.
I have bootloader unlocked with S-ON, and I had a custom ROM running for over 3 months when all this happened.
I hope you have all the info you need to help me, if not just ask me, any help would be much appreciated.
Thanks in advance.

Related

How do I know if my Thunderbird is KO'd

My wife has an HTC Thunderbolt -- its unrooted, stock. I wont turn on anymore -- let me clarify that statement.
I see the orange light flash under the grill. That's about it. Ive taken the battery out numerous times. On windows I get the notification the device is connected to the usb port, but I can't get so far along for adb to recognize there is a device attached.
I'm really stuck. Its charged as best as I can tell. Is this a battery issue, a dead phone? I wanted to flash back to stock or totally wipe the device, but I cant even get to that point.
Recommendations?
so what happens when you hold power? nothing?
hhave you tried power and volume up for bootloader mode?
When I hold power - I feel the phone just slightly vibrate after a few seconds but nothing happens after that. With power/volume up -- nothing happens. The orange light keeps flashing however for whatever that means. I'm thinking it has to be the battery. The orange led shows when plugged into the USB port, however nothing shows when not plugged into USB port.
If the phone isn't booting adb will not be usable, however if the computer shows that a device is connected it is most likely your bootloader. I would use the command "fastboot devices" in place of "adb devices" to try to detect functionality of the phone. If you are successful fastboot can be used to flash a full RUU package.
I appreciate all the help. I took it to a Verizon store and even with a new battery it would not boot. I did on the advice of the last post try fastboot devices and nothing showed up or nothing was listed with this command. Its looking pretty much hopeless.

[GUIDE]You've discharged your Rezound and it won't power on. Now what?

After a little discussion in the Development section, we decided to offer a fix for those who continue to use ROM Manager and Clockwork Mod Recovery. Some of you started using CWM as default choice, not knowing the issues, and others of you simply prefer CWM.
Be warned! Neither I nor any others credited in this post are responsible for you breaking your phone! You do this at your own risk! This is given as a basic tutorial, but assumes some working knowledge of Windows and command line
The reason your battery does not appear to charge is that you are using CWM, which puts the Rezound in a recovery state (screen off) when the battery is run down too far. The recovery's kernel does not activate the LED while charging. CWM recovery also does not recognize use of the power button. Please see more about this below, in punman's replies to this post.
NilsP has posted a fixed recovery.img based on CWM Touch. This is essentially a kang of Koush's work, but the only change is the battery fix. Nils has tested the fix for a few months and feels confident that it works properly. Neither he nor I take any credit for this. The fix was provided punman (many thanks to you), who is willing to field support questions, as noted below in his responses, and know far more about the recovery than I do. If you use the "fixed" CWM recovery found here for download, please give him your thanks.
EDIT: The "fixed" CWM Touch works in two ways:
1. - If you replace your current battery with a charged one.
or
2. - If you leave your Rezound charging for a few minutes, then use the command "adb reboot."
The following steps should bring your rezound back and are based on djh816's guide for "Debricking your Rezound" here http://forum.xda-developers.com/showthread.php?t=1711408. Thanks to djh816 for his work on this.
What do you need?
1. A Windows 7 PC
2. Fastboot and ADB installed (you do not have to install the Android SDK, unless you want to). Links to these two programs are common in the development section and throughout xda.
3. Patience
Start up your PC and place a copy of the file I have attached into the directory where you have placed ADB and Fastboot on your PC. Rename this file "recovery." If you have deselected "Hide extensions for known file types" in your advanced folder viewing settings, confirm that the file is named "recovery.img"
Plug in your Rezound and confirm you receive a USB connection sound. If you don't get the connect sound, install HTC Sync and try connecting again. Make sure you select "Charge only" on your Rezound
With Windows 7, search in the Start menu for "cmd" and right click on the cmd program selecting "Run as administrator" - click "Yes" or enter your admin credentials in the UAC dialog box.
In the command line window, type "cd" and the path to the ADB/Fastboot directory.
ex.: "cd C:\Users\WookieFan\Desktop\ADB" (excluding quotations)
Type the following exactly (excluding quotations):
"adb devices"
If the list of devices is blank, unplug your Rezound and plug it back in to confirm you hear the USB connect sound.
If you have a device listed, type the following (as always, no quotation marks):
"adb reboot recovery"
If you have not had your phone plugged in for ten minutes or more at this point, this command may do nothing. After a few minutes, your Rezound will have trickle charged enough to reboot into CWM, so keep trying every few minutes.
Once you've successfully booted into a normal recovery state, leave the phone charging on your PC for an additional 15 minutes. There is some debate whether or not the Rezound charges in CWM recovery. It has done so for me, even though the charging indicator light does not come on.
Now type:
"adb reboot"
Your phone will now be charged around 10% and should reboot normally. You can charge it up using a regular outlet at your convenience. If you are unable to reboot your phone normally, wait a few minutes more and try again.
To avoid this problem in the future, flash Amon Ra or TWRP recoveries via Hasoon's All-In-One Toolkit v2.x found here:
http://forum.xda-developers.com/showthread.php?t=1504824
Or, if you prefer to continue using CWM, take a deep breath and try the following:
With your phone connected to your PC via USB, type the following into your command line window:
"adb devices"
and confirm your device is listed. Then type:
"adb reboot bootloader"
After a short wait, your phone will reboot to the bootloader (HBOOT) and you will see the familiar white screen with skateboarding androids. "Fastboot" should be highlit at this time.
Now type:
"fastboot flash recovery recovery.img"
You will receive a confirmation that the flash went through successfully and you will now have a fixed version of CWM Touch recovery installed. Now type:
"fasboot reboot"
This will bring you back to a normally operating Rezound. But wait! there's one more step.
Before you take this next step, I would also suggest that you go into ROM Manager settings and confirm that "Quick Backup and Restore" is checked and "Use External Storage" is checked.
Using the root explorer of your choice, navigate to the clockworkmod directory. The full path will be something like this:
/%root%/mnt/sdcard/ext_sd/clockworkmod/
Create a file in this folder named ".hideandroidprogress" - this is a hidden file, so once you've created it correctly, you may not see it in the directory.
At this point ROM manager and CWM will work primarily as you would expect. I have heard that there are issues flashing ROMs or recovering backups from internal storage, but I did not test this, since I feel it is best to keep backups on your external storage and to flash ROMs and backups from there as well.
As always, be careful, ask questions and read through the instructions. Good luck!
Thanks for the post. However, I would still recommend users stick with Amon Ra or TWRP.
I agree - Amon Ra is presented as the preferred choice. I'll provide a link to the Amon Ra and TWRP recovery pages in the OP.
Battery fix version doesn't work for me. If I plug the phone while off the led will come on like before then goes off shortly after. Then the phone won't boot without pulling the battery. I know you were just reposting the file for Nils but I thought I should let others know.
zhp pilot said:
Battery fix version doesn't work for me. If I plug the phone while off the led will come on like before then goes off shortly after. Then the phone won't boot without pulling the battery. I know you were just reposting the file for Nils but I thought I should let others know.
Click to expand...
Click to collapse
Ok, I've tested replacement of the dead battery with a charged one with no issues. Testing with charging a discharged battery later tonight, but with "regular" CWM, replacement with a charged battery didn't help.
I'll confirm results later.
Sent from my ADR6425LVW using Tapatalk 2
WookieFan said:
Ok, I've tested replacement of the dead battery with a charged one with no issues. Testing with charging a discharged battery later tonight, but with "regular" CWM, replacement with a charged battery didn't help.
I'll confirm results later.
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
Cool. I will try it again just in case. My battery was at like 40% or so when I powered it down. Honestly, I have so many batteries that there's always one with something on it laying around. But it would be nice to have a working version in that rare rare event it dies and I'm away from home and forgot a spare.
zhp pilot said:
Cool. I will try it again just in case. My battery was at like 40% or so when I powered it down. Honestly, I have so many batteries that there's always one with something on it laying around. But it would be nice to have a working version in that rare rare event it dies and I'm away from home and forgot a spare.
Click to expand...
Click to collapse
I can confirm - if you are using the USB cable to charge your battery inside your Rezound after a full discharge (or down to 8% or so), it appears at first that nothing has changed - you will still go into the screen-off recovery but your phone will continue to charge normally - you can either replace the discharged battery with a charged one, or wait roughly ten minutes (while charging through a power outlet, not a PC) and then remove the battery and replace it. Your Rezound should charge normally after this and you should be able to turn it on.
I will note the OP, accordingly.
zhp pilot said:
Battery fix version doesn't work for me. If I plug the phone while off the led will come on like before then goes off shortly after. Then the phone won't boot without pulling the battery. I know you were just reposting the file for Nils but I thought I should let others know.
Click to expand...
Click to collapse
Ignore the charging led, the kernel in Koush's recovery image doesn't know how to turn it on. What you're seeing is the Rezound firmware turning on the charging led while it's doing power-up stuff, but once control is transferred to the recovery kernel the light will go off, but it's still charging. CWR also doesn't know anything about the keycode for the power button in the screen-off recovery mode.
Plug your phone in for a few minutes and do an "adb reboot" instead of hitting the power button. This should get you enough charge (if you're using the image posted here) to boot into Android proper, which has all the right software.
When you plug a Rezound in with a dead battery, the phone detects USB power and no battery charge and then boots a mini-recovery image with some special flags that tell the kernel not to display anything and just charge the battery. Problem here is that Koush's CWR image isn't set up to run in this special recovery mode, but Amon Ra's is.
Even with the "fix" to get your phone to charge in recovery, the power button won't work, so when you all keep trying to "power on" your phone after unplugging it, what's really happening is that it's ignoring you completely, and very slowly draining your battery more while still running in recovery. That's why there has been some success reported with pulling the battery at this point, but if you wait too long or your battery hasn't charged enough, you still won't have enough juice to boot.
[Advanced users: you can run a dmesg in the mini-recovery and watch the BATT lines to see what level it's at before doing a reboot, 10% should be enough to get you booted.]
I'm the "anonymous" fixer, btw. Not so anonymous any more, but I figured if this is posted, I might as well chime in.
Good luck.
punman said:
Ignore the charging led, the kernel in Koush's recovery image doesn't know how to turn it on. What you're seeing is the Rezound firmware turning on the charging led while it's doing power-up stuff, but once control is transferred to the recovery kernel the light will go off, but it's still charging. CWR also doesn't know anything about the keycode for the power button in the screen-off recovery mode.
Plug your phone in for a few minutes and do an "adb reboot" instead of hitting the power button. This should get you enough charge (if you're using the image posted here) to boot into Android proper, which has all the right software.
When you plug a Rezound in with a dead battery, the phone detects USB power and no battery charge and then boots a mini-recovery image with some special flags that tell the kernel not to display anything and just charge the battery. Problem here is that Koush's CWR image isn't set up to run in this special recovery mode, but Amon Ra's is.
Even with the "fix" to get your phone to charge in recovery, the power button won't work, so when you all keep trying to "power on" your phone after unplugging it, what's really happening is that it's ignoring you completely, and very slowly draining your battery more while still running in recovery. That's why there has been some success reported with pulling the battery at this point, but if you wait too long or your battery hasn't charged enough, you still won't have enough juice to boot.
[Advanced users: you can run a dmesg in the mini-recovery and watch the BATT lines to see what level it's at before doing a reboot, 10% should be enough to get you booted.]
I'm the "anonymous" fixer, btw. Not so anonymous any more, but I figured if this is posted, I might as well chime in.
Good luck.
Click to expand...
Click to collapse
Thanks for clarifying for everyone.
punman said:
........
I'm the "anonymous" fixer, btw. Not so anonymous any more, but I figured if this is posted, I might as well chime in.
Good luck.
Click to expand...
Click to collapse
Thanks for chiming in. I didn't want to volunteer you, so we did not have to support it, but thought it was worth posting originally.
NilsP said:
Thanks for chiming in. I didn't want to volunteer you, so we did not have to support it, but thought it was worth posting originally.
Click to expand...
Click to collapse
I think if it's useful and has been stable for a few months (on my phone too) it's probably ok at this point. I'm certainly willing to try to answer questions if people are having problems.
Hey guys - made a few changes to reflect this discussion. Let me know if you feel I got it wrong, and many thanks to punman for his work and input here.
Still need help with this PLEASE!
Hey guys,
I know this thread hasn't been used in almost a year and a half, but I would love it someone could help me out with this issue!
My Rezound with CWM won't power up so I believe this thread describes my problem. I've tried the instructions given here for a few days now and I can't get it to work.
When I plug my phone into the computer I hear the "plugged in" sound. However, after typing "adb devices", no devices are listed. I've unplugged, replugged, tried reinstalling drivers, google usb drivers, htc sync drivers, and nothing seems to help my phone being recognized by adb.
Oddly, when my phone is plugged in, two drives show up in My Computer just as they had when this phone used to work. However, those two drives are greyed out and unclickable (when clicked, it says "please insert media into drive..").
Can anyone help me with getting adb to recognize the phone so I can fix it and retrieve all my data on the internal storage?!
Thank you!
Alex
puckgenius said:
Hey guys,
I know this thread hasn't been used in almost a year and a half, but I would love it someone could help me out with this issue!
My Rezound with CWM won't power up so I believe this thread describes my problem. I've tried the instructions given here for a few days now and I can't get it to work.
When I plug my phone into the computer I hear the "plugged in" sound. However, after typing "adb devices", no devices are listed. I've unplugged, replugged, tried reinstalling drivers, google usb drivers, htc sync drivers, and nothing seems to help my phone being recognized by adb.
Oddly, when my phone is plugged in, two drives show up in My Computer just as they had when this phone used to work. However, those two drives are greyed out and unclickable (when clicked, it says "please insert media into drive..").
Can anyone help me with getting adb to recognize the phone so I can fix it and retrieve all my data on the internal storage?!
Thank you!
Alex
Click to expand...
Click to collapse
Alex,
You'll have to help out by being more specific. I am sorry that I have not had a chance to respond sooner, but I was away traveling when you wrote your question.
Where do my instructions break down? You say that the drives show up in your "My Computer" directory, but you cannot open them. Do they appear to have the blue colored USB drive icons when they appear in My Computer, or are they a grey/white color? If grey/white, then they are not being recognized as drives (they are not mounting properly), which probably means you never installed the Rezound drivers from HTC.
Either way, there should be a fairly simple solution. Remove your battery and charge it with an external charger or try a new, charged battery. If the Rezound hasn't had a battery in it for more than a few hours, a charged battery should work normally.
If you don't want to go through the trouble of getting an external battery charger or extra battery, then make sure to charge the battery for about two hours on the wall charger and then try connecting the Rezound to your PC.
Make sure to install the Rezound drivers from HTC on your PC - they will be part of a HTC Sync download/installation. Uninstall HTC Sync, and the drivers will remain on your PC.
Make sure you've installed ADB & Fastboot (instructions for this found all over xda) before trying the ADB commands. If you don't have those files on your drive, my process won't work for you. Also, I would highly recommend using another recovery - Amon Ra or TWRP - whichever one is most highly recommended by the good folks here now - I have since moved on to a One X, so haven't been following the Rezound threads at all.
We can also do a G+ hangout if you like and I can walk you through some of this, but I won't be able to do that tonight.
Good luck, either way. And i hope I have helped.
WookieFan said:
Alex,
You'll have to help out by being more specific. I am sorry that I have not had a chance to respond sooner, but I was away traveling when you wrote your question.
Where do my instructions break down? You say that the drives show up in your "My Computer" directory, but you cannot open them. Do they appear to have the blue colored USB drive icons when they appear in My Computer, or are they a grey/white color? If grey/white, then they are not being recognized as drives (they are not mounting properly), which probably means you never installed the Rezound drivers from HTC.
Either way, there should be a fairly simple solution. Remove your battery and charge it with an external charger or try a new, charged battery. If the Rezound hasn't had a battery in it for more than a few hours, a charged battery should work normally.
If you don't want to go through the trouble of getting an external battery charger or extra battery, then make sure to charge the battery for about two hours on the wall charger and then try connecting the Rezound to your PC.
Make sure to install the Rezound drivers from HTC on your PC - they will be part of a HTC Sync download/installation. Uninstall HTC Sync, and the drivers will remain on your PC.
Make sure you've installed ADB & Fastboot (instructions for this found all over xda) before trying the ADB commands. If you don't have those files on your drive, my process won't work for you. Also, I would highly recommend using another recovery - Amon Ra or TWRP - whichever one is most highly recommended by the good folks here now - I have since moved on to a One X, so haven't been following the Rezound threads at all.
We can also do a G+ hangout if you like and I can walk you through some of this, but I won't be able to do that tonight.
Good luck, either way. And i hope I have helped.
Click to expand...
Click to collapse
Thank you so much for getting back to me.
I've included a screenshot of what's going on and where I'm held up.
I reinstalled HTC sync 3.3.63 and the drivers installed.
I plug the phone in, hear the plug in sound, the orange LED turns on for about 10 seconds then turns off, and then the devices listed in my device manager show up: HTC Android Phone under disk drives, Portable Devices now show E: and G:, and USB controllers now show USB Mass Storage Device. Nothing shows up anywhere about "Adb Device" or anything like that, which I'm pretty sure I've read is supposed to show up in Device Manager
My Computer then shows the two Removable Disk drives E and G, but they are greyed out.
Again, these devices only show up when I actually plug the phone in.
In the command prompt, daemon opens up but is unable to detect any devices.
I'm actually using a battery that I bought online last week. The same exact sequence of events happened when I first put the battery in several days ago.
You mentioned I need the ADB and Fastboot files on my drive. They are installed on my computer through the SDK manager, but I only did that recently ie: after my phone bricked. Was there something I had to do to my phone before it bricked for it to be recognized by the Adb software?
Thank you so much for your help!
puckgenius - I will get back to you tonight, but a quick answer to your last question is yes - ADB also has to be enabled on the phone, although many cooked ROMs have this set by default. Also, "fast boot" should be disabled in the phone. This is not the same as Fastboot which is a bootloader function. Confused yet? More to come.
Sent from my HTC One X using Tapatalk
I actually had this issue for almost a year with no idea how to fix it. So I simply took it apart and put it back together. That did the trick after praying to God. XD Haha. I immediately changed the recovery, ROM, and other things.
Josh8550 said:
I actually had this issue for almost a year with no idea how to fix it. So I simply took it apart and put it back together. That did the trick after praying to God. XD Haha. I immediately changed the recovery, ROM, and other things.
Click to expand...
Click to collapse
What do you mean you took it apart? What specifically did you take apart and then put back together?
Thank you so much for the help!
This probably isn't helpful because I'm guessing you've tried this but when I had this problem, I charged it overnight, pulled the battery, put it back in and the phone worked.
puckgenius said:
What do you mean you took it apart? What specifically did you take apart and then put back together?
Thank you so much for the help!
Click to expand...
Click to collapse
I took the whole thing apart. I just started removing whatever I could with a screwdriver, prying the back pieces off until I reached where the screen, digitizer, etc connect to the motherboard. I didn't want to mess with the hassle of fiddling with the ribbons so I stopped, put it back together, plugged it up for a while, and it booted up when I pressed the power button.
Putting the battery in an HTC Thunderbolt, another Rezound, or a charger might be necessary to charge it up enough to actually boot however. I used my sister's Thunderbolt to charge the battery.

Amaze 4g "Bricked" help

First off let me state that I have looked through a majority if not all of the Amaze bricked threads and cannot seem to locate/understand fully the unbrick process. I have found what appears to be two different ways of unbricking the phone one was here http://forum.xda-developers.com/showthread.php?t=1668340 and the other here http://forum.xda-developers.com/showthread.php?t=1627882 .
I will state my problem with the phone. The phone is about 2 months old and had the stock rom installed on the phone. I sold the phone on ebay and the guy that bought the phone contacted me a day later and stated "I sold him a dead phone" which is clearly not true. This clown attempted to root the phone and ended up bricking the phone. He states that he never did such a thing and the phone would not charge or turn on. I had the guy send the phone back to me and sure enough the phone would not charge or turn on. However when I plug into my computer it attempts to search for drivers. I had the drivers installed on my computer due to it being my phone so I thought it was odd that it was searching for new ones. The problem lies that the driver it is searching for is ( qhsusb_dload ) which from me searching around appears to be caused from bricking the phone. Long end of the short ebay sided with the buyer and I am out the money and have a bricked phone even though the picture on the listing shows the phone working and having 3/4 battery life left.
What I have tried so far is what @tiki66 explained that helped him. I downloaded the amaze file (PH85IMG_RUBY_ICS_35_S_TMOUS_2.14.531.1_Radio_1.14.550L.17DC_30.78.550L.15_release_257469_signed.zip) from file factory and renamed it to the ( PH85IMG ). I also reformatted an 8gb sd card to the fat32 and put the file onto the sd card and put it in the phone. The phone still would not turn on or charge.
I also have tried @dexter93 way of unbricking. I have installed the version of linux that was required. My hang up is the second and third requirements being ( the appropriate package for the device and the latest RUU for your device ) I believe the RUU is the ruby file that I have downloaded. I have watched the youtube video about 5 times and attempted to link to the phone through the terminal however it stated that the program I was searching for was not there. It seems as soon as I get clarification on steps 2 or 3 would get me through to the phone.
Any and all help would be greatly appreciated. I apologize for the run on or rambling.
Thank you!
Peter
Does adb detect the phone? And does the phone boot into fastboot? If adb does detect it then try to push a recovery to it and see if it takes.
Double0EK said:
Does adb detect the phone? And does the phone boot into fastboot? If adb does detect it then try to push a recovery to it and see if it takes.
Click to expand...
Click to collapse
I cannot get the phone to do anything. I it may be possible that the battery is completely dead however I have left it on the wall charger for about 5 hours. I have seen a few time when I would hit the power button the screen flashes a very dull white for a split second.
I have tried the down volume button and power button about 100 times in the past 2 days.
That could be it. Some recoveries don't allow charging while off so if the guy did root it and put CWM recovery then it doesn't allow charging while off. Try to charge the battery externally or use a different battery.
Yes, it sounds like the guy probably flashed a recovery that can't charge while off.. the only way to get the phone to turn on until you can fix that issue is to charge it with an external charger of some sort.
Definitely not bricked, but as useful as a brick until you can charge it somehow..

EVO 3D CDMA S-OFF Deleted HBOOT partition.

Hello Everyone,
I may have done the stupidest thing ever. I was attempting to partition my sd card using an app I found in the play store (don't remember which at the moment), Well i believe that i may have messed up and accidentally deleted the HBOOT partition. the phone continued to run fine but then when i restarted the phone never came back on. the phone does absolutely nothing, no lights no vibrations no charging indicator nothing. I have been at this for 3 days now and i think i am about to give up. Any one out there have any advice. I have found the unbricking thread but they all specify its for S-ON only and i am S-OFF when i plug it into the computer is is recognized as QHSUSB_DLOAD although the drivers dont load. I found some drivers online but that did nothing.
I too might have this problem. I'm not sure because it has been well over a year since the incident and I have moved on. My evo, when connected to a charger, flashes a red light for about a minute and then does nothing. It will not pull up a charging logo and will not boot. The battery is completely dead. I know I used to be able to access recovery on the device but the original sd card is gone. Would this mean if I got the battery charged somehow that the phone would still be bricked? When I plug it into a computer is says htc_shooter. The phone is s-off and i dont remember the hboot it had or firmware version. If anyone has advice for me that would be wonderful, however if my phone is forever a brick then no big deal.
Mr_JacobClutch said:
I too might have this problem. I'm not sure because it has been well over a year since the incident and I have moved on. My evo, when connected to a charger, flashes a red light for about a minute and then does nothing. It will not pull up a charging logo and will not boot. The battery is completely dead. I know I used to be able to access recovery on the device but the original sd card is gone. Would this mean if I got the battery charged somehow that the phone would still be bricked? When I plug it into a computer is says htc_shooter. The phone is s-off and i dont remember the hboot it had or firmware version. If anyone has advice for me that would be wonderful, however if my phone is forever a brick then no big deal.
Click to expand...
Click to collapse
When I had this problem it was due to my battery having run down so much and not being able to draw a charge. If you have a spare battery try swapping that in and see if it makes a difference.
If you don't have a spare you can try what I did which is to take out your battery and put it in airtight bag and place it in the freezer overnight. Put the battery back in and try to power it back on in the morning.
When I first read this I thought it was crazy but I thought what the hell and incredibly it worked. Something to do with the low temp allowing the battery to draw enough to charge. Of course you could have an altogether different issue and I would only try it if you have nothing to lose.

No boot and no charge

If someone could help me, I'd be very very gracious. I have a Blu Vivo XL and I know this wont get answered over in that forum. The phone was randomly "Optimising Apps" as it does on boot up this morning, not too abnornal. It finnished about 130 apps, then when I saw "Android is starting...", the phone battery must have died (it died overnight, it was only plugged in for a minute before this). Now this isnt an old phone, so I don't think the charging port is broken, or the battery dead. But when I plug it in, no light indicating charge, and no charge. When I try to get into (stock) recovery, it wont do it and tells me to charge. I've tried a couple different chargers and wires, and the only other thing I can really tell you is that Windows 10 will actually play a sound when its plugged and unplugged. I have a linux distro installed on my computer if that could help in any way in troubleshooting, considering when I just tried to install the latest version of adb, my phone isn't recognized. I don't think the phone is broken, just "stuck". I'd really appreciate some assistance in any way. Possible Paypal cash for info leading to fixing my phone.

Categories

Resources