Related
Hey guys
I just rooted my HTC One yesterday and installed a custom rom on it, all went well until my brain went stupid and formatted data, system, sdcard and i had no nandroid backup in place. I just upgraded from a HTC One X and from what i know, previously i could just flash CWM and mount usb and it'll go work normally. However, for my situation now, none of the recoveries actually allow me to mount usb.
Also, i'm on 1.29.404 and i can't find any RUUs that is the same as this. I also cant execute adb push for rom because my computer doesnt recognise my phone in adb devices. Can anyone help me out with this issue ?
cheers!
Hi
Greetings,
Install HTC drivers for abd to recognize your phone, this will help you to atempt abd sideload and also fastboot commands
Flash the recovery againg
"fastboot flash recovery name-of-recovery-.img"
And try again by adb sideload this is your last option before flashing a ruu
Sent from my HTC Sensation Z710e using xda premium
mfadhil said:
Hey guys
I just rooted my HTC One yesterday and installed a custom rom on it, all went well until my brain went stupid and formatted data, system, sdcard and i had no nandroid backup in place. I just upgraded from a HTC One X and from what i know, previously i could just flash CWM and mount usb and it'll go work normally. However, for my situation now, none of the recoveries actually allow me to mount usb.
Also, i'm on 1.29.404 and i can't find any RUUs that is the same as this. I also cant execute adb push for rom because my computer doesnt recognise my phone in adb devices. Can anyone help me out with this issue ?
cheers!
Click to expand...
Click to collapse
I'm in a similar boat, did a "format data" in TWRP and now I can't boot. I can access the phone via ADB tho. I'll let you know if I find a solution.
Same thing here
I also did the same thing. However, I can't boot into recovery at all; It says its about to boot into recovery, then the phone just turns off. The only thing I can do is boot into the bootloader, and lock or unlock it. Right now, its unlocked. I've tried everything. I would love to just use an ruu exe., but the only one I've found isn't working for my phone for whatever reason. I kept getting error 132 signature error. The ruu I was using was "RUU_M7_UL_JB_50_BrightstarUS_WWE_1.29.1540.3" I was using a similar version ( I think it was 1.29.300 or something), and yes, I relocked my bootloader before using the ruu; If anyone knows of a different, newer version, or really, anything at all that can help, it would be greatly appreciated.
Hi
Greetings,
Have to tried this code after installing the recovery
"fastboot erase cache" if not unlock your bootloader install recovery and try this code
Sent from my HTC Sensation Z710e using xda premium
shrex said:
Hi
Greetings,
Have to tried this code after installing the recovery
"fastboot erase cache" if not unlock your bootloader install recovery and try this code
Sent from my HTC Sensation Z710e using xda premium
Click to expand...
Click to collapse
Hey thanks for replying; Unfourtently, even after reflashing twrp and clearing the cache, it still just shows the entering recovery mode and the restarts. In fact, now it is constantly restarting until I boot it into bootloader and power the system down that way. Any other suggestions?
Thanks
NoDroid4U said:
I also did the same thing. However, I can't boot into recovery at all; It says its about to boot into recovery, then the phone just turns off. The only thing I can do is boot into the bootloader, and lock or unlock it. Right now, its unlocked. I've tried everything. I would love to just use an ruu exe., but the only one I've found isn't working for my phone for whatever reason. I kept getting error 132 signature error. The ruu I was using was "RUU_M7_UL_JB_50_BrightstarUS_WWE_1.29.1540.3" I was using a similar version ( I think it was 1.29.300 or something), and yes, I relocked my bootloader before using the ruu; If anyone knows of a different, newer version, or really, anything at all that can help, it would be greatly appreciated.
Click to expand...
Click to collapse
that RUU won't work because you have to match your version-main to the RUU you are about to flash, if that version-main doesn't match than you will get that error 132 which is normal in your case... if you want to know which is your version main just type
Code:
fastboot getvar version-main
matt95 said:
that RUU won't work because you have to match your version-main to the RUU you are about to flash, if that version-main doesn't match than you will get that error 132 which is normal in your case... if you want to know which is your version main just type
Code:
fastboot getvar version-main
Click to expand...
Click to collapse
Thanks; I've found the correct ruu, but now I have a new problem. As of right now its .zip and not .exe; I cant boot into recovery and adb isnt working either. Any suggestions for getting it on the phones memory, seeing as there is no sd card I can remove?
I had my phone booting the entering recovery screen for about half a sec and would always boot back into the OS so I installed TWRP through fastboot than went to factory reset in the hboot menu and it booted into recovery it worked for me but Idk if it will work for you
Sent from my HTC One using xda app-developers app
NoDroid4U said:
Thanks; I've found the correct ruu, but now I have a new problem. As of right now its .zip and not .exe; I cant boot into recovery and adb isnt working either. Any suggestions for getting it on the phones memory, seeing as there is no sd card I can remove?
Click to expand...
Click to collapse
i think you downloaded an OTA and not a RUU
---------- Post added at 09:05 AM ---------- Previous post was at 09:04 AM ----------
bradr00lzd00d1 said:
I had my phone booting the entering recovery screen for about half a sec and would always boot back into the OS so I installed TWRP through fastboot than went to factory reset in the hboot menu and it booted into recovery it worked for me but Idk if it will work for you
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
i won't suggest to hit that factory reset button! causa actually it soft-bricked some devices... you've been lucky
bradr00lzd00d1 said:
I had my phone booting the entering recovery screen for about half a sec and would always boot back into the OS so I installed TWRP through fastboot than went to factory reset in the hboot menu and it booted into recovery it worked for me but Idk if it will work for you
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
No such luck; Is there anyway at all to push it to the internal memory using fastboot?
NoDroid4U said:
No such luck; Is there anyway at all to push it to the internal memory using fastboot?
Click to expand...
Click to collapse
as long as i know the only file that you can flash in that OTA is the firmware.zip that will update your bootloader but i'll do it after some more tries...
please paste here the output of
Code:
fastboot getvar all
NoDroid4U said:
No such luck; Is there anyway at all to push it to the internal memory using fastboot?
Click to expand...
Click to collapse
Have you tried "fastboot -w" this will factory reset your phone from fastboot. Then try re-flashing recovery again.
NoDroid4U said:
Hey thanks for replying; Unfourtently, even after reflashing twrp and clearing the cache, it still just shows the entering recovery mode and the restarts. In fact, now it is constantly restarting until I boot it into bootloader and power the system down that way. Any other suggestions?
Thanks
Click to expand...
Click to collapse
I've had this problem on the one x plus, what I did and please bear with me, it does work Firstly flash cwm and clear cache, once you have done that you should be able to boot recovery. Once in cwm format everything including data! yep I said data! then reboot back to fastboot and flash TWRP and rewipe everything again (including data) then sideload or push your rom across to your phone.
Done this twice now on mine when I got bricked (for no reason!) I can only think the file system becomes corrupt somehow.
alright guys, i solved the issue and my phone is back to normal !
to those guys still facing the issue, i suggest you flash the latest cwm then try using the sideload function > adb sideload <filename.zip>
mine came back to life after that, heh
cheers!
Also fixed
Hey guys, thanks so much for everyones help last night. I also got mine all fixed and set away. For anyone interested, I used the ruu and steps in this thread: http://forum.xda-developers.com/showthread.php?t=2250904
Thanks again to everyone for their help!
I had unlocked HTC One with Sense, which I had done 4.3 RUU install to convert it to GPe. Fast forward to now... I thought I'd sideload the 4.4 update, and during that process I got
set_metadata_recursive: some changes failed
installation aborted
I thought, great. No problem, I'll just do the traditional RUU again, I'll be fine.
BUT...
Now I can't boot into old OS. The phone keeps rebooting to the recovery. I tried to wipe-data from recovery, which didn't help. I also tried factory reset from HBOOT, and that didn't do anything either.
I am able to get into HBOOT and Stock recovery, so I know the phone is not bricked. I guess, I never had to deal with this situation before so I'm not sure how to get out of this loop. Is there a way I can get my phone to recognize on my computer, so that I can do the ADB / Fastboot commands?
Help!
PS: It might help to know what my device situation is atm. I have Unlocked bootloader with HBOOT 1.54, S-OFF
Have you tried to run the 4.3 or 4.4 RUU file from http://forum.xda-developers.com/showthread.php?t=2358781 ?
you have fastboot on your pc?
khhhhris said:
you have fastboot on your pc?
Click to expand...
Click to collapse
Yes.
SaHiLzZ said:
Have you tried to run the 4.3 or 4.4 RUU file from http://forum.xda-developers.com/showthread.php?t=2358781 ?
Click to expand...
Click to collapse
To do that, my phone would have to be recognized by the pc first, right? If I plug in via USB, and run adb devices I don't get any devices listed.
At what point should my phone be recognized by my laptop? The phone never goes to the main OS, so is there some way to get it to be recognized on my laptop USB while in HBOOT or Recovery? I have the stock recovery. The top of the recovery screen say s"Android system recovery <3e>"
I'm following along in http://forum.xda-developers.com/showthread.php?t=2544199 thread for now. A few things are similar. If I see anything different, I'll comment here again to see if anyone can help.
As you are S-Off, you can put the phone in fastboot mode, connect to computer and run the fastboot flash ruu twice.. either 4.3 or 4.4 RUU.
Update your covery twrp to v2.6.3.3 I updated after the looping problem and it worked, it installed with out the boot loops
Fastboot Flash the 4.3 boot.img
Then
Fastboot erase cache
Boot recovery
Wipe data
Flash 4.3 rom
SaHiLzZ said:
As you are S-Off, you can put the phone in fastboot mode, connect to computer and run the fastboot flash ruu twice.. either 4.3 or 4.4 RUU.
Click to expand...
Click to collapse
I got as far as flashing the RUU. I ran fastboot oem rebootRUU and then fastboot flash zip RUU-<more-stuff>.zip. The progress on my console shows the process completed successfully, but the phone is stuck at almost 99% on the progress bar. I'll wait for a while and see if it finishes. How long would be too long to wait?
drec70 said:
Update your covery twrp to v2.6.3.3 I updated after the looping problem and it worked, it installed with out the boot loops
Click to expand...
Click to collapse
I suppose I can go that route later on.
pull the plug and reboot manually..
backfromthestorm said:
Fastboot Flash the 4.3 boot.img
Then
Fastboot erase cache
Boot recovery
Wipe data
Flash 4.3 rom
Click to expand...
Click to collapse
Thanks for the help, but I guess I don't have to do this now. I'll keep this in mind in case I'm stuck again.
SaHiLzZ said:
pull the plug and reboot manually..
Click to expand...
Click to collapse
Haah! I should've followed through the complete instructions... I ended up giving the fastboot reboot and it started the boot. I couldn't reply sooner due to new-member 5-minute restriction.
Learned something good, something new today. And the phone WORKS! Thanks for your help.
Great news. Hit the thanks button if you dont mind! and keep the S-Off. that is your savior!
Cheers.
SaHiLzZ said:
Great news. Hit the thanks button if you dont mind! and keep the S-Off. that is your savior!
Cheers.
Click to expand...
Click to collapse
Aha! S-OFF shall stay intact Thanks.
Hey guys, I need some major help!
I was trying to update my phone earlier today, when I flashed Android Revolution HD 40.3 something very bad happened!
For some reason the ROM did not install properly, and I can't get back into recovery. I was using TWRP and the loading screen comes up for it, but it never fully launches.
I can get into the bootloader, and I tried using the Toolkit under fastboot. It seems like my phone is detected, but when I try and flash anything it doesnt work. Ive flashed both TWRP and clockword. They seem to flash because it will show the loading screen of either one, but it never actually enters the recovery. What should I do?
My phone is S-ON, I am not sure if that is what caused the problem/is what is keeping this an issue.
Thanks for your help
SMGkrome said:
Hey guys, I need some major help!
I was trying to update my phone earlier today, when I flashed Android Revolution HD 40.3 something very bad happened!
For some reason the ROM did not install properly, and I can't get back into recovery. I was using TWRP and the loading screen comes up for it, but it never fully launches.
I can get into the bootloader, and I tried using the Toolkit under fastboot. It seems like my phone is detected, but when I try and flash anything it doesnt work. Ive flashed both TWRP and clockword. They seem to flash because it will show the loading screen of either one, but it never actually enters the recovery. What should I do?
My phone is S-ON, I am not sure if that is what caused the problem/is what is keeping this an issue.
Thanks for your help
Click to expand...
Click to collapse
Does the phone just reboot before it enters recovery? I would try manually flashing a custom recovery image. Here is a link to the exact image I used.
http://forum.xda-developers.com/showthread.php?t=2173863
It's very straightforward once you have fast boot setup. Don't worry I've been in your situation myself!
JasSingh93 said:
Does the phone just reboot before it enters recovery? I would try manually flashing a custom recovery image. Here is a link to the exact image I used.
http://forum.xda-developers.com/showthread.php?t=2173863
It's very straightforward once you have fast boot setup. Don't worry I've been in your situation myself!
Click to expand...
Click to collapse
Thanks for the response!
Was your phone S-ON?? It seems that there are fixes when it is S-OFF, but not S-ON
SMGkrome said:
Thanks for the response!
Was your phone S-ON?? It seems that there are fixes when it is S-OFF, but not S-ON
Click to expand...
Click to collapse
My phone was S-ON at the time, I recently gained S-OFF. You should still be able to flash a new recovery with S-ON. S-OFF is usually only needed for flashing new radios or firmwares.
JasSingh93 said:
My phone was S-ON at the time, I recently gained S-OFF. You should still be able to flash a new recovery with S-ON. S-OFF is usually only needed for flashing new radios or firmwares.
Click to expand...
Click to collapse
How did you flash the recovery? Like I've said, I tried flashing a new recovery via the Toolkit. They do seem to flash, but I cant access the recovery. I'm not sure if my bootloader was relocked or what, but it doesn't go past the intro screen for TWRP or Clockwork
SMGkrome said:
How did you flash the recovery? Like I've said, I tried flashing a new recovery via the Toolkit. They do seem to flash, but I cant access the recovery. I'm not sure if my bootloader was relocked or what, but it doesn't go past the intro screen for TWRP or Clockwork
Click to expand...
Click to collapse
It could be possible that the toolkit is installing an incorrect version maybe? Switch off your phone. Once off hold vol - and power the phone on. This should load up HBOOT and tell you the boot loader status.
This is how I flashed recovery. I entered fastboot and used the commands from that link to flash a new recovery image. Have you used fastboot commands before?
JasSingh93 said:
It could be possible that the toolkit is installing an incorrect version maybe? Switch off your phone. Once off hold vol - and power the phone on. This should load up HBOOT and tell you the boot loader status.
This is how I flashed recovery. I entered fastboot and used the commands from that link to flash a new recovery image. Have you used fastboot commands before?
Click to expand...
Click to collapse
To be honest, I'm pretty new to the fastboot commands. I usually follow guides to root, and flashing ROMs is pretty straightforward.
SMGkrome said:
To be honest, I'm pretty new to the fastboot commands. I usually follow guides to root, and flashing ROMs is pretty straightforward.
Click to expand...
Click to collapse
If you have fastboot setup and working, just boot the phone into fastboot mode and use the commands in that link I gave you.
From fastboot. Use command "fastboot erase cache"
From fastboot. Use command "fastboot flash recovery recovery.img"
Then simply highlight "recovery", tap the power button and the phone should load up clockwordmod recovery.
Easy
JasSingh93 said:
If you have fastboot setup and working, just boot the phone into fastboot mode and use the commands in that link I gave you.
From fastboot. Use command "fastboot erase cache"
From fastboot. Use command "fastboot flash recovery recovery.img"
Then simply highlight "recovery", tap the power button and the phone should load up clockwordmod recovery.
Easy
Click to expand...
Click to collapse
Is fastboot mode just when you hold power and volume down then select fastboot?
SMGkrome said:
Is fastboot mode just when you hold power and volume down then select fastboot?
Click to expand...
Click to collapse
It is
SMGkrome said:
Is fastboot mode just when you hold power and volume down then select fastboot?
Click to expand...
Click to collapse
This is going to make me sound incompetent, but to use fastboot commands I just need to install the ADT Bundle from google for developers?
SMGkrome said:
This is going to make me sound incompetent, but to use fastboot commands I just need to install the ADT Bundle from google for developers?
Click to expand...
Click to collapse
It doesn't make you sound incompetent at all! Yes its just the bundle, then the drivers should be installed with that too. If you're not 100% sure there are plenty of guides online on how to setup fastboot.
For example: http://techbeasts.com/2013/08/26/how-to-install-adb-fastboot-drivers-on-your-windows-pc-guide/
Or if you're lazy like me you can use this: http://forum.xda-developers.com/showthread.php?p=42407269
JasSingh93 said:
It doesn't make you sound incompetent at all! Yes its just the bundle, then the drivers should be installed with that too. If you're not 100% sure there are plenty of guides online on how to setup fastboot.
For example: http://techbeasts.com/2013/08/26/how-to-install-adb-fastboot-drivers-on-your-windows-pc-guide/
Or if you're lazy like me you can use this: http://forum.xda-developers.com/showthread.php?p=42407269
Click to expand...
Click to collapse
Ah, no dice. I followed all the steps, everything seemed to work (thanks for the guide). It flashed the recovery okay. When I restarted the phone, it goes into recovery, shows clockwork mod recovery, version XX and then proceeds to try and boot into my regular system
SMGkrome said:
Ah, no dice. I followed all the steps, everything seemed to work (thanks for the guide). It flashed the recovery okay. When I restarted the phone, it goes into recovery, shows clockwork mod recovery, version XX and then proceeds to try and boot into my regular system
Click to expand...
Click to collapse
Hm, that's really strange. So recovery tried to boot, but the phone restarts and tried to boot normally?
Did you try running the command "fastboot erase cache" in fastboot mode?
JasSingh93 said:
Hm, that's really strange. So recovery tried to boot, but the phone restarts and tried to boot normally?
Did you try running the command "fastboot erase cache" in fastboot mode?
Click to expand...
Click to collapse
Yeah, basically it goes back and forth between trying to get into recovery and try to boot normally but can't boot into either
SMGkrome said:
Yeah, basically it goes back and forth between trying to get into recovery and try to boot normally but can't boot into either
Click to expand...
Click to collapse
OK so new recovery flashed, I would try running "fastboot erase cache". This commonly fixed issues with recoveries failing to boot.
JasSingh93 said:
OK so new recovery flashed, I would try running "fastboot erase cache". This commonly fixed issues with recoveries failing to boot.
Click to expand...
Click to collapse
So I owe you a beer! I guess I must have forgotten that command. Worked perfectly, phone is all good now!
Thanks for all the help
SMGkrome said:
So I owe you a beer! I guess I must have forgotten that command. Worked perfectly, phone is all good now!
Thanks for all the help
Click to expand...
Click to collapse
No worries! Glad you got it working. Happy to help!
Hi guys,
I am feeling quite panicked right now since I flash the wrong firmware (lower version) which leads me to failed RUU "Too many links" and then when i reboot to bootloader it constantly boot into four triangles and unable to fastboot oem rebootRUU at all to reflash and my bootloader are in a messed.
I have the same exact problem as this guy http://forum.xda-developers.com/showthread.php?t=2459221 but i don't really understand to solve the problem as i'm not an expertise in this type of problem.
I can still access my phone by manually using "Fastboot oem boot" but other than that i can't power up my phone or boot into bootloader as i have four triangles in each edge of my phone and orange-colored "RUU". I cant flash any rom or firmware or going into my TWRP.
My Phone is S-OFF and Unlocked bootloader.
Here's My partition 19 if needed to solve this issue.
Help me please !
ander427 said:
Hi guys,
I am feeling quite panicked right now since I flash the wrong firmware (lower version) which leads me to failed RUU "Too many links" and then when i reboot to bootloader it constantly boot into four triangles and unable to fastboot oem rebootRUU at all to reflash and my bootloader are in a messed.
I have the same exact problem as this guy http://forum.xda-developers.com/showthread.php?t=2459221 but i don't really understand to solve the problem as i'm not an expertise in this type of problem.
I can still access my phone by manually using "Fastboot oem boot" but other than that i can't power up my phone or boot into bootloader as i have four triangles in each edge of my phone and orange-colored "RUU". I cant flash any rom or firmware or going into my TWRP.
My Phone is S-OFF and Unlocked bootloader.
Here's My partition 19 if needed to solve this issue.
Help me please !
Click to expand...
Click to collapse
First before sending you the modified misc partition, can you please tell us what you have flashed exactly (provide link) and more info about your devices (fastboot getvar all) or at least your CID, MID, Version number you was on before flashing?
I see in your misc partition that the RUU flag is indeed active.
---------- Post added at 04:39 PM ---------- Previous post was at 04:24 PM ----------
however here it is: https://dl.dropboxusercontent.com/u/77459918/p19noRUUflag.img
Code:
fastboot oem boot
then copy the file to the root of your sdcard or you can push it using
Code:
adb push p19noRUUflag.img /sdcard
then to restore it to your misc partition
Code:
adb shell
su
dd if=/sdcard/p19noRUUflag.img of=/dev/block/mmcblk0p19
exit
adb reboot-bootloader
and then flash your RUU.zip and make sure to flash it correctly.
Code:
fastboot oem rebootRUU
fastboot flash zip name_of_ruu.zip
fastboot flash zip name_of_ruu.zip
fastboot reboot
Don't know what ruu you need, if you need help choosing one then post your "fasboot getvar all".
And be very very careful with the "dd" command. If you make a typo, you can brick your phone foor good (writing to the wrong parititon)
IT WORKED !! My Bootloader went back to normal !!! You are a savior and making my day better
Thanks !! Your explanations are really clear and very easy to understand that i able to follow all the steps correctly with ease : )
Well I was using ARHD 71.1 and planning to dirty flash to ARHD 90.0 if possible. Then I was using 5.x.401.x firmware that was used in ARHD 71.1. I have seen that the new ARHD 90.0 are using the latest 7.15.401.1 so i flash to that firmware directly before I plan to install the ROM. And I forgot to place the ROM to the SDCard which then requries me to boot to the O.S in order to access the storage. Then suddenly when i restart my phone, My Phone soft bricked where the phone is stuck at black screen constantly while usually the phone should properly goes to the "HTC One" Phrase and then goes to the O.S but in my case, It first boot into the htc green logo and after a while the screen goes black screen.
I thought the firmware is incompatible with my arhd 71.1 so i downgrade it again 5.x.401.x and then while updating the RUU, I receive "Failed : Too many Links" which quite made my worried so I restart the phone to try if downgrading to the older firmware would fix the issue. But then, the "Four Triangle" issue rise.
I am grateful that you have solve my issue regarding this matter and I cannot be more happier than this that everything went back to normal. Thank You So Much! :good: You are the best !
ander427 said:
IT WORKED !! My Bootloader went back to normal !!! You are a savior and making my day better
Thanks !! Your explanations are really clear and very easy to understand that i able to follow all the steps correctly with ease : )
Well I was using ARHD 71.1 and planning to dirty flash to ARHD 90.0 if possible. Then I was using 5.x.401.x firmware that was used in ARHD 71.1. I have seen that the new ARHD 90.0 are using the latest 7.15.401.1 so i flash to that firmware directly before I plan to install the ROM. And I forgot to place the ROM to the SDCard which then requries me to boot to the O.S in order to access the storage. Then suddenly when i restart my phone, My Phone soft bricked where the phone is stuck at black screen constantly while usually the phone should properly goes to the "HTC One" Phrase and then goes to the O.S but in my case, It first boot into the "Quietly Brilliant" htc green logo and after a while the screen goes black screen.
I thought the firmware is incompatible with my arhd 71.1 so i downgrade it again 5.x.401.x and then while updating the RUU, I receive "Failed : Too many Links" which quite made my worried so I restart the phone to try if downgrading to the older firmware would fix the issue. But then, the "Four Triangle" issue rise.
I am grateful that you have solve my issue regarding this matter and I cannot be more happier than this that everything went back to normal. Thank You So Much! :good: You are the best !
Click to expand...
Click to collapse
you're welcome!
alray said:
you're welcome!
Click to expand...
Click to collapse
damn.. I create another mistake.. I flash the RUU into 7.15.401.1 and I wanted to flash the ARHD 90.0 ROM but suddenly its still in stock recovery, forgot to flash the TWRP.. Now I restart the phone wanting to boot into bootloader fastboot and now i unable to get into the bootlaoder and constantly forced to go into the HTC Green logo screen. And Now It stays on the "Red Triangle Exclamation Mark". What did i do wrong ??
ander427 said:
damn.. I create another mistake.. I flash the RUU into 7.15.401.1 and I wanted to flash the ARHD 90.0 ROM but suddenly its still in stock recovery, forgot to flash the TWRP.. Now I restart the phone wanting to boot into bootloader fastboot and now i unable to get into the bootlaoder and constantly forced to go into the HTC Green logo screen. And Now It stays on the "Red Triangle Exclamation Mark". What did i do wrong ??
Click to expand...
Click to collapse
hold power and volume down until you are in bootloader mode then reflash your custom recovery and after arhd 90
alray said:
hold power and volume down until you are in bootloader mode then reflash your custom recovery and after arhd 90
Click to expand...
Click to collapse
I have tried doing that countinously and the phone wont boot into the bootloader mode in fact it keep restarting normally somehow goes to the HTC Green Logo. Now after continous restart, I able to boot the phone normally into the O.S with Safe Mode. Which Step should I do? to be able to boot into the bootloader.
ander427 said:
I have tried doing that countinously and the phone wont boot into the bootloader mode in fact it keep restarting normally somehow goes to the HTC Green Logo. Now after continous restart, I able to boot the phone normally into the O.S with Safe Mode. Which Step should I do? to be able to boot into the bootloader.
Click to expand...
Click to collapse
when booted in safe mode, open a command prompt and type
Code:
adb reboot bootloader
alray said:
when booted in safe mode, open a command prompt and type
Code:
adb reboot bootloader
Click to expand...
Click to collapse
Thanks For Reminding the way, I forgot that part haha
Thanks now my phone is back to normal !! ThankYou once again Sir !
ander427 said:
Thanks For Reminding the way, I forgot that part haha
Thanks now my phone is back to normal !! ThankYou once again Sir !
Click to expand...
Click to collapse
So your firmware is 7.15.401.1 and you have flashed arhd 90 and everything works fine now?
alray said:
So your firmware is 7.15.401.1 and you have flashed arhd 90 and everything works fine now?
Click to expand...
Click to collapse
Yes! Everything works fine the way it should now
Is there a way of getting S-OFF for this device? I am having major problems without it...
Okay, so I'll start at the beginning. Once upon a time (two days ago), I bought a Desire 500 from ebay that was stuck at the bootloader screen. It arrived today and I have unlocked the bootloader with HTCDEV, but I cannot flash recovery with fastboot. It seems to accept the flash on my computer, but when I try to enter recovery the phone just hangs. I have tried to flash the zip with fastboot, but the error message:
FAILED (remote: not allowed)
keeps coming up. AFAIK this is because I don't have S-OFF, but I should still be able to flash recovery.
Can anyone help?
EDIT - OK, so rumrunner can S-OFF it, but you have to have a ROM installed to use it...
I don't understand....
I literally don't know what I'm doing wrong. I've even found the ROM with the correct CID and tried to flash it through fastboot and RUU mode but it's not working.
Somebody help please... I have tried searching for the answer...
EDIT - I have flashed the correct CWM for my hboot and it has hung on:
Entering Recovery...
with the white HTC screen. It has been like this for ten minutes...
rumrunner didn't s-off my dual desire500.
it's fully rooted
has cwm on it
has not busybox n i wanted to s-off my phone in order to push busybox in it.
any idea?
Dead phone
First of all in order to install the original firmware (so called stock rom) your device needs to be in locked status. Other than that :
I also wanted to s-off my phone which is also stuck both on HTC screen and when trying to enter the recovery. Many articles and threads are saying you need to enable usb debugging in phone options but if you are phone can not load the android os and the corrresponding menu, applying this setting it is not possible. Therefore you can consider your phone is nothing but a flashlight at the moment.
Regarding my searchs our phone's emmc is corrupt or needs to be reprogrammed or something like it. It is not possible to load the official firmware using RUU files or any other custom ROMs.
kiaheyrati038 said:
rumrunner didn't s-off my dual desire500.
it's fully rooted
has cwm on it
has not busybox n i wanted to s-off my phone in order to push busybox in it.
any idea?
Click to expand...
Click to collapse