Related
If your G1/HTC dream's home button stops working, here is a fix (kinda). Whenever you turn your phone on it takes you to recovery (Home+Power=Recovery), here is a fix I found after an hour of Googling and ****.
Method number two got me back into my phone, but if it turns off I need to be at a computer using fastboot to turn it on.
It's better than nothing, Rogers is pissing me off. A week after the 1 year warranty and this breaks on me. Anyone know any permanent fixes or is it a hardware issue.
RichieDaze said:
I have the same problem with the home key being stuck after humidity entered my phone. Which boots me straight to recovery mode. I have managed to recover my phone with the following steps:
YOU MUST HAVE ADB AND FASTBOOT INSTALLED IN YOUR PC!!!
1) If your phone has the home button stuck, you can't update or confirm anything with the Cyanogen Recovery! Because you need the Home button to confirm. So you must revert your Recovery back to JF's Recovery to use the recovery properly in this case.
2) I have tried for weeks to make the system bypass the recovery and have succeeded. YOU MUST REBOOT YOUR PHONE FROM RECOVERY TO BOOTLOADER. So use ADB to reboot in to Bootloader mode ( adb shell reboot bootloader ). Now that your in Bootloader mode, use the FASTBOOT commands ( fastboot reboot ) and voila, it bypasses the recovery.Make a script on your Winbows or Linux to make it as easy as one click!
If I have helped, please say Hi to my Android or give me a link to a replacement Daughter board...
Click to expand...
Click to collapse
I seem to have a similar problem.
But some how, it boots up properly once in a while. But even after it boots up, I cannot go anywhere except the home screen.
If the home button is stuck, this is expected right?
Dont you have this problem?
I suggest you take the phone apart and replace the broken button.
Another thing that might be a little EASIER (without actually *fixing* anything) is to write your boot.img into your RECOVERY partition. If you need recovery, you can always "fastboot boot recovery.img". Having the regular boot image in the recovery partition *should* make it boot normal with a stuck home button. This way you don't need fastboot to normal boot the thing.
I tried opening it.
I opened the screws on the back side. But I could not figure out how to get to the home button from inside.
For some reason, I can boot in properly. (It goes into recovery sometimes. But if I switch off and wait for sometime, I can boot normally.)
My main problem is that once I boot, I cant get anywhere from the main home screen.
smileey said:
I tried opening it.
I opened the screws on the back side. But I could not figure out how to get to the home button from inside.
For some reason, I can boot in properly. (It goes into recovery sometimes. But if I switch off and wait for sometime, I can boot normally.)
My main problem is that once I boot, I cant get anywhere from the main home screen.
Click to expand...
Click to collapse
That makes sense, since as soon as you launch anything, the stuck home button will return you to home.
You may want to try harder to take it apart. You need to remove the circuit board in the "chin".
Do you know how to get access to the chin?
I could not figure that part.
When I opened the screws on the backside, I could not see anything that would lead me to the chin.
smileey said:
Do you know how to get access to the chin?
I could not figure that part.
When I opened the screws on the backside, I could not see anything that would lead me to the chin.
Click to expand...
Click to collapse
Here's the service manual:
http://mikechannon.net/PDF Manuals/HTC Dream SM (A04).pdf
It will walk you through a complete disassembly and reassembly.
Thanks a ton!!
I will try and see if I can do something about the button
Is there a better way than opening up the phone? The home button on my G1 stopped working, so, I unrooted the phone, but now it's stuck on the Triangle/Exclamation point screen. I've been able to do Alt S, (Alt+w doesn't work, I think the w is also broken), but I can't reboot because it asks for home and back button to reboot. Any other suggestions?
Ok guys, this is not a pretty solution but what you can do is re-map your phone so the camera button acts as a home key and home key does nothing. It's a hack but it's a simple one and sure beats the hell out of replacing the whole phone.
Here's a thread with directions.
I tried remapping my home button to the camera button and once in the os it works, but still boots into recovery everytime and doesn't let me wipe, flash,etc with the camera button. It aborts....
Also, a quick tip I learned......If u keep booting into recovery just go to console and type reboot android. It'll boot normally.
Sent from my HTC Dream using XDA App
with the remapping the keys make sure you push all the .kl files and if you want to remove the home button from working at all remove the home button line from the .kl file.
You should also make sure that you re-map your home button to do nothing, otherwise it will not work.
Thank u jj972 for that quick tip atleast I can get out of recovery mode....
Hello everyone.
I have a little problem now, my phone freez at bootup.
I think i have that one that have the 3buttons disabled becous i can enter recovery mode or download mode.
I havent done anything whit my firmware more than one click root and downloaded mybackup to the phone.
Any one that can help me?
Best reg Johnny
what does it shows on screen when you phone boots up?
maybe use a camera to take a pic to show us
AllGamer said:
what does it shows on screen when you phone boots up?
maybe use a camera to take a pic to show us
Click to expand...
Click to collapse
Dont have any camera
When i bootup the phone the Samsung Galaxy S logo comes up.
After then animated S whit the sound comes, stays for a long time, then the screen becomes black. If i touch the touchbuttons they start to light but no more.
okay, then that means your phone is ON
the problem is either a bad flash, or you might just need to go into RECOVERY MODE to clean up the data, and clean up the cache
Wiki
http://forum.xda-developers.com/wiki/index.php?title=Samsung_Galaxy_S/Vibrant_GT-I9000M
AllGamer said:
okay, then that means your phone is ON
the problem is either a bad flash, or you might just need to go into RECOVERY MODE to clean up the data, and clean up the cache
Wiki...
Click to expand...
Click to collapse
Yeah, but thats the problem. I cant come in to Recovery mode
i have tryed and tryed but it wont bootup there
you can not enter download mode either?
try the USA version key combo
hold volume up + volume down + power
see if that helps
AllGamer said:
you can not enter download mode either?
try the USA version key combo
hold volume up + volume down + power
see if that helps
Click to expand...
Click to collapse
Dosent work, and no i cant come in to downloader either
Nothing works for me
there is maybe another hope
it will require to use a ADB on a batch file
open notepad
copy and paste this into notepad
:retry
adb.exe reboot recovery
GOTO retry
save it as
fixsgs.bat
but before you can run it, you will need to download ADB if you don't already have it
instruction are similar to this
http://forum.xda-developers.com/showpost.php?p=7538723&postcount=2
the idea is to hook up your partially disabled phone to the USB turn it on and hopefully
the looping adb.exe reboot recovery can kick in when windows detects it for a fraction of a second when you plug in the USB device.
AllGamer said:
there is maybe another hope
it will require to use a ADB on a batch file
open notepad
copy and paste this into notepad
:retry
adb.exe reboot recovery
GOTO retry
save it as
fixsgs.bat
but before you can run it, you will need to download ADB if you don't already have it
instruction are similar to this
the idea is to hook up your partially disabled phone to the USB turn it on and hopefully
the looping adb.exe reboot recovery can kick in when windows detects it for a fraction of a second when you plug in the USB device.
Click to expand...
Click to collapse
Only says Error: Device not found
****
Hello,
I got SGS from o2 same issue tried every trick mentioned on internet but still stuck at same point (After Galaxy logo then animation and S sign.... Freezeeee)
Is there any hope?
Or any other way?
Help!
I know this isnt what you wanted to hear.
But if you've tried ADB and it still comes up with Device Not Found
I'm afraid you're only hope may be to take it back to retailer and claim ELF (Early Life Failure). Tell them you were upgrading firmware and it bricked and your phone doesn't have three button boot functionality.
Good luck
agree, if you can't get into the download mode, then the only fix is to send it back to the repair shop for an exchange
I once tried to use geno's partition resize, and after a reboot, it cannot boot into system anymore. Stuck at the huawei logo.
Since I'm quite familiar with linux, I tried this solution: http://forum.xda-developers.com/showthread.php?t=1971266
However, my linux installation didn't show any drives when it's in pink screen mode, so I'm pretty much stuck here.
In Windows 8 it did show two HUAWEI Technologies device (no drivers though) in pink screen mode.
I can't access recovery mode either, holding power + vol up only does normal boot for some strange reason. Anyone can help me out here?
ansarips said:
I once tried to use geno's partition resize, and after a reboot, it cannot boot into system anymore. Stuck at the huawei logo.
Since I'm quite familiar with linux, I tried this solution: http://forum.xda-developers.com/showthread.php?t=1971266
However, my linux installation didn't show any drives when it's in pink screen mode, so I'm pretty much stuck here.
In Windows 8 it did show two HUAWEI Technologies device (no drivers though) in pink screen mode.
I can't access recovery mode either, holding power + vol up only does normal boot for some strange reason. Anyone can help me out here?
Click to expand...
Click to collapse
try put official GB dload file on sd card, then put sd card in phone press power up+power down+power...
maybe it'll help you.
I tried that too, and it still bootloops. Not much luck.
Go to recovery and wipe everything. Then, reboot recovery, and then try partitioning again.
I can't get into recovery by pressing power + vol up. It just does normal boot (which bootloops).
If there would be any other way to get into recovery (such as via ADB or update.app) would be highly appreciated.
ansarips said:
I can't get into recovery by pressing power + vol up. It just does normal boot (which bootloops).
If there would be any other way to get into recovery (such as via ADB or update.app) would be highly appreciated.
Click to expand...
Click to collapse
Yes, you can boot into recovery via adb:
Code:
adb reboot recovery
But, you cannot use that until your phone is booted up.
If that doesn't work, you can follow these instructions to hard reset your phone:
http://www.hard-reset.com/huawei-u8800-ideos-x5-hard-reset.html
Good Luck.
I can't get it to do the hard reset either. It just boots normally, aside from the bootloop.
I believe I need to fix the partition first before I try to reinstall stock. I hear that stock doesn't work with custom partitions. Which is why I'd prefer to at least get some access to the device via USB in order to fix it.
Ah well. It's a failing device anyway. Even before the brick the camera doesn't work anymore, regardless of which ROM I choose. Maybe it's time to move on for me.
ansarips said:
I can't get it to do the hard reset either. It just boots normally, aside from the bootloop.
I believe I need to fix the partition first before I try to reinstall stock. I hear that stock doesn't work with custom partitions. Which is why I'd prefer to at least get some access to the device via USB in order to fix it.
Ah well. It's a failing device anyway. Even before the brick the camera doesn't work anymore, regardless of which ROM I choose. Maybe it's time to move on for me.
Click to expand...
Click to collapse
I have found someone who has solved this problem.
Go to this link. In the first post, the OP has shared the solution with us.
Try it, and Good Luck!
rqmok said:
I have found someone who has solved this problem.
Go to this link. In the first post, the OP has shared the solution with us.
Try it, and Good Luck!
Click to expand...
Click to collapse
Well, I tried this too (in fact I stated it in the first post) but pink screen mode isn't showing any device (I typed in "dmesg" in the Linux Terminal, none is found).
I appreciate your help, though. If I can solve the detection problem, I should be able to recover my phone using this method. I'd be happy to share some logs if it helps.
I got your back buddy
ansarips said:
Well, I tried this too (in fact I stated it in the first post) but pink screen mode isn't showing any device (I typed in "dmesg" in the Linux Terminal, none is found).
I appreciate your help, though. If I can solve the detection problem, I should be able to recover my phone using this method. I'd be happy to share some logs if it helps.
Click to expand...
Click to collapse
Hey, this is my first post well here it goes
Step 1 :- Format the sd card and put dload folder in it ( you'll get it from the official rom zip file)
Step 2 :- press and hold vol+ & vol- and then power button, it'll start upgrading
Step 3 :- now here is the tricky part!!! i was stuck here too and gone half mad well, let it reboot it will format cache etc and then bootloops, now turn off the device and then turn on pressing vol+ and power button, or u can try by pressing home, vol+ and power button, u'll b in recovery mode i.e in official rom builtin i guess.
Step 4 :- once in recovery, select reset factory default and clear partition cache, and then reboot!!!! Voila u will b able to finally boot successfully...
Now listen very carefully, u got only one chance here, cause if u reboot ur device again then bootloops will start again so in the first go, root the device by superoneclick and then install recovery i guess u knw all that and then u will be able to return to stock rom by flashing... once u've installed CWM then u r good to go bootloop wont effect ya SORRY FOR MY BAD ENGLISH THOUGH
So I bought Find 5 from someone and found out it was rooted with Pacman Rom/ TWRP after the fact. Earlier today, I thought I managed to flash the stock firmware back onto this phone using TWRP, but instead I had something new (in my experience, at least) happen to me. after I power it on and plug it into my PC with the OEM cable, it will ask me if I want it to be a media device or a USB storage device and I can see & modify the files/ folders. As for the phone itself, all it will display is the status bar (Battery, signal status) and I can pull it down to access the quick settings. Otherwise the screen is completely blank. When I pull down the quick settings bar try to hit the system settings icon (the "gear" wheel icon), the status bar disappears. and all I can get the phone to do is bring up the power on/ off menu when I hold the power button. I can get it into fastboot (power + volume up), but I can't get it to boot into recovery using the keys (power + volume down), or adb, or fastboot.
I'm honestly at my wits end with this phone right now. I think it's only soft bricked, but I have no clue how to get it to take the stock ROM (or any ROM for that matter) and nothing online seems to mention my problem and I can't even begin to guess what the f**k I managed to do.
Can anyone offer me any help or insight so that I can turn my brick back into a working Find 5?
So you can boot into fastboot mode? That's a start, everything should be fixable using fastboot.
Try flashing a new recovery, maybe the old one is corrupted.
fastboot flash recovery file.img
Then try to boot into recovery again.
theevilworm said:
So you can boot into fastboot mode? That's a start, everything should be fixable using fastboot.
Try flashing a new recovery, maybe the old one is corrupted.
fastboot flash recovery file.img
Then try to boot into recovery again.
Click to expand...
Click to collapse
I'll give it a shot :good:
Hi all,
I have a particularly tricky case here. A OnePlus 3T with a broken screen (its black, can't tell if its registering taps) which I need to recovery data (photos) from. Normally I'd just use ADB but of course usb-debugging isn't enabled. I've tried rebooting into recovery... hold the power button and vol-down until the phone vibrates, keep holding for a few seconds. Then wait. Then vol down twice and power again to hopefully select English but the when I try
Code:
adb devices
nothing comes up on the list.
I'm wondering if anyone has any ideas how I can recover data/photos from this device.
One again the facts are:
-OnePlus 3T
-screen is broken, black, doesn't display anything
-usb-debugging is NOT enabled
-i can see the device in fastboot mode (boot w/ vol-up+power)
Thanks!
Maybe try a mouse with OTG. Would be horribly difficult i guess. But can probably work.
Also with any recovery, it would require your pin to enter the recovery (for decrypting the partitions); so that's a no go.
All you can try is to just boot the phone normally and try any input with an external mouse with OTG. Bring it to a point where the phone is powered on and unlocked so that you can copy data off the flash storage in MTP mode.
Ps: why don't you try to normally boot the phone and use fingerprint unlock?
did you trying with this link?
bluuquthug said:
did you trying with this link?
Click to expand...
Click to collapse
Using this tutorial in this case would make no sense, since the damage is physical and this way you're going to lose all the data currently stored on the phone.
willjeffery said:
Hi all,
I have a particularly tricky case here. A OnePlus 3T with a broken screen (its black, can't tell if its registering taps) which I need to recovery data (photos) from. Normally I'd just use ADB but of course usb-debugging isn't enabled. I've tried rebooting into recovery... hold the power button and vol-down until the phone vibrates, keep holding for a few seconds. Then wait. Then vol down twice and power again to hopefully select English but the when I try
Code:
adb devices
nothing comes up on the list.
I'm wondering if anyone has any ideas how I can recover data/photos from this device.
One again the facts are:
-OnePlus 3T
-screen is broken, black, doesn't display anything
-usb-debugging is NOT enabled
-i can see the device in fastboot mode (boot w/ vol-up+power)
Thanks!
Click to expand...
Click to collapse
if you have no usb-debugging and cannot see screen you are out of luck. same thing happen to me. the only thing that worked was I had twrp recovery and was able to boot into it. Recovery by default is in mtp so you will be able to see all your folders and transfer pics or backup files. last resort was to send it to oneplus repair which will cost about 100 bucks and you will get your phone back within 7 days remember to tell them to not reset phone because they will if you dont. good luck
You can also recover the data very easy through data recovery softwares. No usb-debugging and cannot see screen you are out of luck. I also have to face same problem the only thing that worked was I had twrp recovery and was able to boot into it.
You can try to flash TWRP in fastboot, then reboot recovery via fastboot command. MTP would work unless a pin is required in TWRP.
I can feel the situation,the phone doesn't work properly.