Related
Before you start, you will need to set up your computer to properly recognize the phone. You probably did this when rooting originally, but just in case... Install SDK tools for Android, Java runtime, and HTC Sync.
About HTC Sync: The only reason you need HTC Sync installed is for the USB drivers that come with it. But the program itself has been known to cause conflicts. Make sure that HTC Sync is not running in the background by opening Task Manager in Windows and killing it if you find it lurking in there.
Here we go:
1. Download the correct RUU (ROM Update Utility) for your device from androidfiles.org. Make sure you download a Primo_C RUU for a CDMA device (no sim card) or a Primo_U RUU for a GSM device (uses a sim card)!! Also make sure you get the correct RUU for your carrier.
2. Charge the battery above 50% or for at least one hour. If the battery dies during the flashing process, you could hard brick the phone!
3. Run the RUU until the wizard comes up. While the RUU wizard is open, find the temporary folder it created. (Open Explorer in Windows and type %temp% in the navigation bar.) There will be two folders with long encrypted names. In one of them you will find ROM.zip. Open it with 7zip and extract recovery.img or recovery_signed.img. Put it in the location were you've installed Android SDK tools. This is the stock HTC Recovery and it is needed to run the RUU.
4. Boot the phone into bootloader (power off, hold down volume and press power) and highlight FASTBOOT using the volume rocker and pressing power. Then connect the USB cable. You should see FASTBOOT USB.
5. Open a command prompt in Windows and navigate to the folder where you installed Android SDK tools. Flash the stock recovery extracted in step 3 above using the following command:
Code:
fastboot flash recovery recovery.img
or
Code:
fastboot flash recovery recovery_signed.img
6. Relock the bootloader using the following command:
Code:
fastboot oem lock
7. Re-run the RUU. It will restore the device to it's original condition, locked (though *** RELOCKED ***) and unrooted.
Once the install is done you'll have unlock the bootloader again using the token you already have from the first time, reflash CWM Recovery and re-root. All this will be 10x easier than the first time.
If you do re-root your phone, be 100% you backup the stock ROM in ClockworkMod Recovery before making changes!
Hi
Thanks for that perfect decsription exactly when I needed it
I just had a weired effect with my new windows 7 laptop that I want to share.
I installed the USB drivers and "fastboot devices" showed my HTC fine
but even flashing the stock recovery image was not working.
So it was stucking in the "Sending" part and never continued.
I then moved to my old laptop with Vista did exactly the same things
and there it worked without problems.
I disabled virus scanner, checked for htsync and used the original USB cable
without success.
But now I know why I normally never touch Windows and only
work on linux
Regards
max
---------- Post added at 11:19 PM ---------- Previous post was at 10:33 PM ----------
Hi
CafeKampuchia said:
If you do re-root your phone, be 100% you backup the stock ROM in ClockworkMod Recovery before making changes!
Click to expand...
Click to collapse
I have done that now - compared to my first "try"
Regards
max
hi. thanks for the tips.
however when i do this, i get an error "FAILED <remote: signature verify fail>
Any suggestions?
ur RUU and CID is diff...
ryanlow134 said:
ur RUU and CID is diff...
Click to expand...
Click to collapse
and... how do i make them the same?
lcavada said:
and... how do i make them the same?
Click to expand...
Click to collapse
Use the correct RUU package for your device
regards
max
Another way of saying it is that you downloaded the wrong RUU for your device.
not working
it keeps on saying waiting for device n does not proceed further
i tried installing the drivers again but that doesnt help either
pls help me out
I use fastboot flasher for this.. this tool is good .
sush93 said:
it keeps on saying waiting for device n does not proceed further
i tried installing the drivers again but that doesnt help either
pls help me out
Click to expand...
Click to collapse
"Waiting for Device" at fastboot usually related to bootloader driver. You need Android USB Driver
See : http://developer.android.com/sdk/win-usb.html
Hi folks,
I've bought my One V in late may and I had 2.08 ROM.
Now I've tested some roms and I wanted to revert back to stock rom.
I've downloaded RUU_PRIMO_U_ICS_40A_HTC_Europe_2.08.401.2_Radio_20.72.30.0833U_3831.17.00.18_M_release_263376_signed, and got recovery_signed and boot_signed images. Then I've went to fastboot, did flash recovery and boot partitions, and oem locked bootloader. Afterwards I booted my phone and entered PIN. Then I fired up RUU*.exe file, and I have 155 error. What the heck? Something I missed?
greetings!
run the ruu in hboot..
Sent from my HTC One V
thevilish said:
Hi folks,
I've bought my One V in late may and I had 2.08 ROM.
Now I've tested some roms and I wanted to revert back to stock rom.
I've downloaded RUU_PRIMO_U_ICS_40A_HTC_Europe_2.08.401.2_Radio_20.72.30.0833U_3831.17.00.18_M_release_263376_signed, and got recovery_signed and boot_signed images. Then I've went to fastboot, did flash recovery and boot partitions, and oem locked bootloader. Afterwards I booted my phone and entered PIN. Then I fired up RUU*.exe file, and I have 155 error. What the heck? Something I missed?
greetings!
Click to expand...
Click to collapse
Flashing RUU to revert to stock
- you must have the correct RUU for your device.
- if you are not sure, download CID Getter from Play Store and run it, it will show your CID.
- with your CID, you may be able to find a correct RUU for your device
then (even though some people may not agree with this, but this will bring no harm and it is noob-proof) do this:
1- flash a stock recovery.img
fastboot flash recovery recovery_signed.img
fastboot reboot-bootloader
fastboot erase cache
2- flash a stock boot.img
fastboot flash boot boot_signed.img
fastboot reboot-bootloader
fastboot erase cache
3- re-lock bootloader
fastboot oem lock
fastboot reboot-bootloader
fastboot erase cache
4- flash RUU
NOTE: There is no boot/reboot and enter pin in between.
paarthdesai said:
run the ruu in hboot..
Sent from my HTC One V
Click to expand...
Click to collapse
I've done this before and didn't succeeded, but now it works! Magic
Thanks a lot!
help
CafeKampuchia said:
Before you start, you will need to set up your computer to properly recognize the phone. You probably did this when rooting originally, but just in case... Install SDK tools for Android, Java runtime, and HTC Sync.
About HTC Sync: The only reason you need HTC Sync installed is for the USB drivers that come with it. But the program itself has been known to cause conflicts. Make sure that HTC Sync is not running in the background by opening Task Manager in Windows and killing it if you find it lurking in there.
Here we go:
1. Download the correct RUU for your device from Football's Primo Shipped ROM Collection.
2. Charge the battery above 50% or for at least one hour. If the battery dies during the flashing process, you could hard brick the phone!
3. Run the RUU until the wizard comes up. While the RUU wizard is open, find the temporary folder it created. (Open Explorer in Windows and type %temp% in the navigation bar.) There will be two folders with long encrypted names. In one of them you will find ROM.zip. Open it with 7zip and extract recovery.img or recovery_signed.img. Put it in the location were you've installed Android SDK tools. This is the stock HTC Recovery and it is needed to run the RUU.
4. Boot the phone into bootloader (power off, hold down volume and press power) and highlight FASTBOOT/B] using the volume rocker and pressing power. Then connect the USB cable. You should see FASTBOOT USB.
5. Open a command prompt in Windows and navigate to the folder where you installed Android SDK tools. Flash the stock recovery extracted in step 3 above using the following command:
Code:
fastboot flash recovery recovery.img
or
Code:
fastboot flash recovery recovery_signed.img
6. Relock the bootloader using the following command:
Code:
fastboot oem lock
7. Re-run the RUU. It will restore the device to it's original condition, locked (though *** RELOCKED ***) and unrooted.
Once the install is done you'll have unlock the bootloader again using the token you already have from the first time, reflash CWM Recovery and re-root. All this will be 10x easier than the first time.
If you do re-root your phone, be 100% you backup the stock ROM in ClockworkMod Recovery before making changes!
Click to expand...
Click to collapse
PLEASE HELP!
The 5th point does not work for me. I can not run the code.
What can i do?
what do you mean by navigate to the folder where you installed sdk?
brandoncoronado said:
what do you mean by navigate to the folder where you installed sdk?
Click to expand...
Click to collapse
It means that if you installed SDK in c:/android, then u must type.in the command prompt: cd c:/android and hit enter
Cheers
Sent from my HTC One V using xda app-developers app
brandoncoronado said:
what do you mean by navigate to the folder where you installed sdk?
Click to expand...
Click to collapse
where the fastboot.exe is located and stock recovery must be in the same folder for the command to work
[ask] Error 155
hey guys, ive been reading all tutorial for reverting to stock RUU.
the first time i tried, it works prefectly.
then after a few weeks, i tried to revert to stock RUU, it failed .
it show error 155.
i already flash the boot , recovery that i found inside the stock RUU, also I've relock the phone.
but when i relock the phone, it show "info Lock successfully , status read failed no such file / directory"
when i enter bootloader, it show that my device already "relocked"
does the relocked proses is successfully ?
iam running PrimoU 2.09.707.1 with stock bootloader, CWM recovery, and rooted ..
I did exactly as it is mentioned but at the end where there is vertical progress bar it gives me an error of customer Id... Failed to update. What shud i do. How do I check what my customer Id is I can't Download it from play store coz can't boot into normal screen... How do I make ruu and cid same.
Sent from my Galaxy Nexus using xda app-developers app
Can anyone tell me what do I need to do to unbrick my phone.
I not really sure that my phone is bricked or what. cuz I tried to install android 4.2 but I not use Clockmod recovery and there are some problem with it. but now, when I turn my phone on, it just keep reset my phone, it doesn't show up the android screen.
Well! I try to search some unbricked topics but i don't understand how to do it.
I already got my Fastboot + ADB, RUU_ENDEAVOR_U_ICS_40_H3G_UK_1.29.771.11_Radio_1.1204.105.14H_release_260888_signed
I not really that my RUU is the lastest one or not my phone is htc one x uk, three carrier
I just need to know what do I have to do with these things :-ss
Did u flash the boot.img with fastboot.commands ???
And what recovery are u using ???
Need some more info to work with:
Bootloader unlocked?
CWM installed?
Did you flash boot.img through fastboot?
Full wipe before install?
ROM name?
Are you intending to continue installing 4.2 or go back to stock?
E:ninja'd
TToivanen said:
Need some more info to work with:
Bootloader unlocked?
CWM installed?
Did you flash boot.img through fastboot?
Full wipe before install?
ROM name?
Are you intending to continue installing 4.2 or go back to stock?
E:ninja'd
Click to expand...
Click to collapse
:banghead: :sly: here we go again ....
LOL
MarcelHofs said:
:banghead: :sly: here we go again ....
LOL
Click to expand...
Click to collapse
You can have it since you were the fist one to post. :laugh:
TToivanen said:
You can have it since you were the fist one to post. :laugh:
Click to expand...
Click to collapse
he's offline now
my phone is unlock bootloader and its unlock ... i want to continue install android 4.2
CWM installed? i didn't install what's why my fone is bricked
Did you flash boot.img through fastboot? yes I do but because i didn't have CWM so ....
Full wipe before install? i think i not
ROM name? ROM ??? I don't know
I just wonder how to get android back >"< if it 4.2 it would be good but if be back to sock then it's fine
What did you actually install to get your phone in this state?
"android 4.2" isn't good enough answer.
Sent from my HTC One X
The steps are
Unlock bootloader (check)
Flash cwm custom recovery with fastboot commands
Flash the boot.img of the desired rom with fastboot commands
Do a full wipe in recovery
Install the rom.zip in recovery
Do you understand this all ?
All I try to bricked my fone is I followed this guide >"<
http://www.theandroidsoul.com/install-android-4-2-on-your-htc-one-x-downloads-and-guide/
Click to expand...
Click to collapse
and i get stuck on step 13 because i didn't install CWM.
like what you says Flash cwm custom recovery with fastboot commands
how do I flash cwm like what you said >"<
Im sorry but I really noob on this stuff >"<
Download this file
http://db.tt/Krlm4dPs
And put it in your fastboot folder on the pc, put your phone in fastboot USB mode and do these commands
Fastboot erase cache
Fastboot flash recovery recoveryname.img
Fastboot erase cache
With this recovery you can mount the phone as USB diskdrive to copy over the rom to install. You already know how to flash the boot.img ?
nope it's would be really greats if u show me step by step like that xDDD thankss
and i don't know wt to do with boot.img >"<
start reading carefully here
http://forum.xda-developers.com/showthread.php?t=1843585
I'm off to bed now, really need to get some sleep
I'm gladly answering your questions and helping you all the way .....but it's bedtime now :thumbup:
ONE Quick question: how do i need to use these code ?? on command promt ? and 1 really stupid question is I stuck on get to the direct folder. I contain it on my C driver and on android folder...
Fastboot erase cache
Fastboot flash recovery recoveryname.img
Fastboot erase cache
1 PROBLEM
Fastboot flash recovery recoveryname.img
error can't not load "recovery"
No you guys have any complete guides on how to unbrick htc one x ? im a bit confuse on those steps u told me
The link i gave you is a full guide to flash a custom rom.....start at page 1
Really all info is there !
You need to put the recovery.img in the fastboot folder on the pc....
Navigate to the folder and open a dosprompt there
Then do the command
Fastboot devices
If your serial pops up its good ....
Otherwise you need to install HTC sync and then uninstall HTC sync and leave the drivers .... And if that doesn't work you need the java SDK platform !
Connect your HTC One X to your USB cable and then to the PC, choose Disk Drive, next, copy and paste the CWM-SuperSU-v0.94.Zip file onto the root of the SD card for your HOX. Once that's on there, change the phones USB connection to charge only.
Click to expand...
Click to collapse
i understand that but my android OS not even turn no >"< how do I suppose to change to disk drive. and I try to install sdk,htc sync manager but it doesn't work .
im on fastboot usb mode but my lap doesn't detect my fone
But i don't understand this : you flashed the boot.img with fastboot command.....why does the recovery image doesn't work then and why do you have a lost connection ?
You need to have the phone in fastboot USB mode when flashing boot.img and recovery's ! Let's get back to basic .....
At what point are you now : it's bootlooping but you can acces the bootloader ?
no im on fastboot usb mode..
like what you said and from the guide:
copy and paste the CWM-SuperSU-v0.94.Zip file onto the root of the SD card for your HOX
Click to expand...
Click to collapse
but I have problem with connect usb to the pc. it's show up at unspecified, i try to troubleshoot it but it doesn't help. .. still finding the solution
nkenny94 said:
but I have problem with connect usb to the pc. it's show up at unspecified, i try to troubleshoot it but it doesn't help. .. still finding the solution
Click to expand...
Click to collapse
Better look here then, there re more people with that what you have just described.
Hello, I'm from Bulgaria, I bought a Desire HD that was with relocked bootloader. I unlocked the bootloader with htcdev.com. Now it is unlock. The phone not load any ROM, can,'t make recovery from bootloader, can't make factory reset from bootloader. I tried to flash several stock ROMs before and after unlocking, but getting a different errors. Attempted ROMs are with the same RADIO. I Tried this-
just copy the rom.zip from temp folder of your user name on pc while running that RUU at the next of second step..i mean while you double click of the RUU then you the first prompt that you must thick "Understand blah blah blah.." then click next..you must hold setup at this step..and tried search the rom.zip in your temp folder of your pc and copied to another folder..then rename it to PD98IMG.zip and put in to the root of your sd card..then boot the phone to bootloader mode..wait until bootloader reading and checking the PD98IMG.zip file..then ask you to confirm if you wanna flash it.. but without success. Stay on the white screen with grenn HTC logo when is turned on, and when I tried to make recovery or factory reset. When the stock ROM start to install (before give me a error ) the screen stay on grey HTC logo on Black screen. Can anyone help me? I attached a picture of Bootloader-
kristophers said:
Hello, I'm from Bulgaria, I bought a Desire HD that was with relocked bootloader. I unlocked the bootloader with htcdev.com. Now it is unlock. The phone not load any ROM, can,'t make recovery from bootloader, can't make factory reset from bootloader. I tried to flash several stock ROMs before and after unlocking, but getting a different errors. Attempted ROMs are with the same RADIO. I Tried this-
just copy the rom.zip from temp folder of your user name on pc while running that RUU at the next of second step..i mean while you double click of the RUU then you the first prompt that you must thick "Understand blah blah blah.." then click next..you must hold setup at this step..and tried search the rom.zip in your temp folder of your pc and copied to another folder..then rename it to PD98IMG.zip and put in to the root of your sd card..then boot the phone to bootloader mode..wait until bootloader reading and checking the PD98IMG.zip file..then ask you to confirm if you wanna flash it.. but without success. Stay on the white screen with grenn HTC logo when is turned on, and when I tried to make recovery or factory reset. When the stock ROM start to install (before give me a error ) the screen stay on grey HTC logo on Black screen. Can anyone help me? I attached a picture of Bootloader-
Click to expand...
Click to collapse
Uhh, have you actually installed recovery - if you haven't well that's why.
Go here: http://www.4ext.net/ddl/ace/recovery.zip
Extract the files
Copy recovery img to your adb.exe folder (make sure fastboot.exe is there)
Turn on your phone into fastboot mode
CD to that directory and type in "fastboot devices"
Confirm it says your serial
Then type in "fastboot flash recovery recovery.img"
Now you have recovery (it means you can flash roms and kernels and mods and anything flashable apart from radios and firmwares)
I did this correctly, everything is OK, but now what? I tried to install stock ROM, but with no result. Here is a pictures of instalation-
now select recovery, and install ROM there
kristophers said:
I did this correctly, everything is OK, but now what? I tried to install stock ROM, but with no result. Here is a pictures of instalation-
Click to expand...
Click to collapse
don't install stock rom or RUU again..
just installing custom rom (you can search and choice a custom rom in "Desire HD Android Development") and installing the rom.zip file from 4ext recovery (install zip from sd card)..don't forget to flashing boot.img too (flashing under FASTBOOT mode with fastboot command "fastboot flash boot boot.img").. that the boot.img are extracted from the rom.zip file that you had already installed..
hope this can help..
Thank you, but I can't see 4EXT Recovery menu on my phone. And I can't install custom ROM
kristophers said:
Thank you, but I can't see 4EXT Recovery menu on my phone. And I can't install custom ROM
Click to expand...
Click to collapse
did you already installing 4ext recovery..?, if so..to go that recovery then you just need select Recovery from your bootloader menu..then you can installing custom rom from there..
just copied your custom rom file to the root of your sd card..this mean just placed inside your sdcard..don't placed inside any folder..then after that you can installing that rom from 4ext recovery
hope this can help..
I made this from second post, but can't see any difference in phone or bootloader. When I pushed recovery from original bootmenu, came white screen with green HTC logo with one vibration end nothing happend
Just repeat all the step in second post...just this time you show me the out put from cmd...after you typing command fastboot flash recovery recovery.img
Sent from my HTCSensation using Tapatalk
Thank you, I tried with two different recovery files. When I want to install PdaNet on the PC, I can't finalizing instalation, because can't make USB debugging mode on the device and instalation can't copy the necessery files on it.
kristophers said:
Thank you, I tried with two different recovery files. When I want to install PdaNet on the PC, I can't finalizing instalation, because can't make USB debugging mode on the device and instalation can't copy the necessery files on it.
Click to expand...
Click to collapse
then now you're already had custom recovery right..?, if soo...then you can continued installing the rom.zip (cusrom rom) file from there..but always don't forget to flashing boot.img too that's are extracted from the rom.zip that you already installed..
No, I don't have recovery.
kristophers said:
No, I don't have recovery.
Click to expand...
Click to collapse
while you installing recovery from fastboot..did your bootloader still with unlocked state..?
because i see you're success flashing a custom recovery that you already show me above in attchment file before...
if your bootloader are already locked..then you must unlocking again first...then after that you can continued flashing custom recovery..
Thank you ! Now the bootloader is unlocked, and I did that from the second post with already unlocked bootloader. Still nothing can I do.
just tried installing another custom recovery...just try download it TWRP recovery from here.. copied to your adb.exe and fastboot.exe folder and flashing it through FASTBOOT mode with command .. "fastboot flash recovery openrecovery-twrp-2.6.3.0-ace.img"
hope this time your phone will had a custom recovery installed
good luck.
Nothing happens
kristophers said:
Nothing happens
Click to expand...
Click to collapse
what do you mean nothing happens..?, that's in your screen shot is showing that the command is completed or success flashing a recovery..
did you already check it through your bootloader..just try select "RECOVERY" from there..and what happens..
JJeamy said:
what do you mean nothing happens..?, that's in your screen shot is showing that the command is completed or success flashing a recovery..
did you already check it through your bootloader..just try select "RECOVERY" from there..and what happens..
Click to expand...
Click to collapse
When I select "RECOVERY" from bootloader, the screen show green HTC logo on white screen with one vibration and nothing happend,
kristophers said:
When I select "RECOVERY" from bootloader, the screen show green HTC logo on white screen with one vibration and nothing happend,
Click to expand...
Click to collapse
that's so weird..it must be something wrong with that phone..
what about if you try return to the stock first..?
to do that...firstly just find the cid num of your phone by command through fastboot "fastboot getvar all" (you can find your cid in the INFO CIDNUM XXXXXXXX) if you wanna show me the output of that command..don't forget just remove your imei and serial number first..
after you find your cid num you can find the right RUU for your phone..just check it here to find what RUU you must download it..and just download it the RUU with same main version of your phone or higher version than yours..
after that just relocked your bootloader through fastboot "fastboot oem lock"...now you can continued flashing that RUU
hope this help..
JJeamy said:
that's so weird..it must be something wrong with that phone..
what about if you try return to the stock first..?
to do that...firstly just find the cid num of your phone by command through fastboot "fastboot getvar all" (you can find your cid in the INFO CIDNUM XXXXXXXX) if you wanna show me the output of that command..don't forget just remove your imei and serial number first..
after you find your cid num you can find the right RUU for your phone..just check it here to find what RUU you must download it..and just download it the RUU with same main version of your phone or higher version than yours..
after that just relocked your bootloader through fastboot "fastboot oem lock"...now you can continued flashing that RUU
hope this help..
Click to expand...
Click to collapse
Here it is
Hello
I have htc one x with the following information:
cid HTC__Y13
s-on
hboot-0.95.0000
imei unknown
But if i connect the phone to the computer with fastboot i can get the imei from cmd
My own rom is almost wrecked every time i start the phone it restarts .. i have tried a dozen of roms non have worked
Please please please
Any one can help me
To begin with your HBOOT is an old version. Upgrade it and then flash the ROM you want or find the right RUU to flash
You will need HBOOT 1.39 at least. See this link
http://d-h.st/users/ClydeB1/?fld_id=8110
grwalker said:
To begin with your HBOOT is an old version. Upgrade it and then flash the ROM you want or find the right RUU to flash
You will need HBOOT 1.39 at least. See this link
First of all i want to thank you very very much for your replay
So i tried what you said and i successfully updated the hboot to 1.39
then did a bootloader reboot but when the phone restarts it stucks on (white htc one screen) can't load to the standard screen.. i pressed the power button for 5 sec and the phone restarted .. pressed the vol down and entered the boot loader .. at boot loader if i tried to access the recovery or factory reset the phone simply display a black screen and downloading bar lookalike for 5 sec then restarts
I tried to flash a rom via cmd but i got the following error:
FAILED (remote: Heap not enough)
Ps: i can't try the ruu ENDEAVOR cuz the phone can't access the standard screen
Click to expand...
Click to collapse
After flashing a new HBOOT your bootloader is now locked. It needs to be unlocked
take a look at this link and it will help you unlock your bootloader. Then you can flash a costume recovery and then flash your ROM
http://onexroot.com/one-x-root/how-to-root-one-x/
You need to do a bit of reading about all the steps needed for getting the ROM you want. Jumping in to quick could cause problems. Luckily you have S_ON so that will help prevent making big mistakes
grwalker said:
After flashing a new HBOOT your bootloader is now locked. It needs to be unlocked
take a look at this link and it will help you unlock your bootloader. Then you can flash a costume recovery and then flash your ROM
You need to do a bit of reading about all the steps needed for getting the ROM you want. Jumping in to quick could cause problems. Luckily you have S_ON so that will help prevent making big mistakes
Click to expand...
Click to collapse
Thank you again i really appreciate your help
So i did what you said and flashed a costume recovery .. I've tried both clockwork and philz toch 6 .. i successfully flashed both but neither i could flash a rom with ..
Every time i try new rom i get installation aborted
And if i try to flash with cmd i get Failure (heap not enough)
What can i do now ?? ?
What commands are are you using in CMD to flash your ROM
Did you Flash boot.img from the ROM before flashing ROM
I assume you can get to fastboot mode and recovery mode?
Please do command fastboot getvar version-main and post result
grwalker said:
What commands are are you using in CMD to flash your ROM
Did you Flash boot.img from the ROM before flashing ROM
I assume you can get to fastboot mode and recovery mode?
Please do command fastboot getvar version-main and post result
Click to expand...
Click to collapse
Version-main: 3.14.401.31
I tried the following cmd commands in fastboot :
Fastboot oem rebootruu
Fastboot flash zip 3.zip
And I got the following error message :
Failed <remote: heap not enough >
I tried to flash the boot.img before I flash the rom and get the next error message :
Failed <remote: err = 0xa>
I tried to wipe everything and push the rom to Sdcard with adb push command and tried to flash it via recovery cwm and philz but every time I got (installation aborted ) I tried to install super su the same way and it worked so I guess the rom is not suitable for my device I tried to flash two more roms but with no luck I always get the same error
Not sure what you have done. Try this.
Download the following RUU
http://www.androidruu.com/getdownlo...Radio_5.1204.162.29_release_302015_signed.exe
Put phone in fastboot mode
connect to PC and make sure it says fastboot USB
Open command prompt from what ever folder you fastboot files are in.
type fastboot oem lock (this will lock your bootloader )
Run this RUU
Let me know
grwalker said:
Not sure what you have done. Try this.
Download the following RUU
Put phone in fastboot mode
connect to PC and make sure it says fastboot USB
Open command prompt from what ever folder you fastboot files are in.
type fastboot oem lock (this will lock your bootloader )
Run this RUU
Let me know
Click to expand...
Click to collapse
Thank you very very very very very much u saved my mobile :highfive:
I really appreciate your help and i am thankful to you
Every thing works now .. thaaaaaaank you <3
You are welcome
Note that your bootloader will now be locked and your phone is not rooted.
If you want to experiment with custom ROMs when you must (FIRST) unlock the bootloader and (SECOND) root your phone
onexroot.com is a good site with tutorials to help you.
grwalker said:
You are welcome
Note that your bootloader will now be locked and your phone is not rooted.
If you want to experiment with custom ROMs when you must (FIRST) unlock the bootloader and (SECOND) root your phone
onexroot.com is a good site with tutorials to help you.
Click to expand...
Click to collapse
Ok I'll do that but not now for sure .. I'm just glad that it works
Thanks again man i really appreciate your help <3 <3 <3
So I was running a custom ROM for a while and decided to switch back to the stock ROM. After doing that, I flashed the stock recovery so that I could install the OTA update from version 4.28.502.2 to version 6.20.502.5. During installation, the phone got stuck in a bootloop, so I wiped the cache and tried to start it again. After that didn't work, I factory reset it (in the bootloader, and then in recovery after it didn't work), and it still doesn't work. ADB and fastboot doesn't detect my device even though I had USB debugging on before I tried to update it (I'm guessing that the factory reset disabled that?). I can access the bootloader and recovery, and my phone has an unlocked bootloader with S-On. I have the AT&T HTC One M8 if that helps. Can someone help me please?
Hi,
Can you go to boot loader and then connect your phone into your computer after that you flash the recovery like TWRP, wipe all the data and reflash your rom, you can find it on XDA. After that you have to find the correct recovery for your device (see the website of Mike1987), find the correct recovery for your device and then flash the stock recovery and it have to work. Waiting for your news.
Have a nice day
BelDev said:
Hi,
Can you go to boot loader and then connect your phone into your computer after that you flash the recovery like TWRP, wipe all the data and reflash your rom, you can find it on XDA. After that you have to find the correct recovery for your device (see the website of Mike1987), find the correct recovery for your device and then flash the stock recovery and it have to work. Waiting for your news.
Have a nice day
Click to expand...
Click to collapse
I'm saying that my computer doesn't recognize my phone, and that's why I can't flash a custom recovery like TWRP
Have you got the right drivers installed, have you tired another hub ? Is your battery fully charged ?
BelDev said:
Have you got the right drivers installed, have you tired another hub ? Is your battery fully charged ?
Click to expand...
Click to collapse
Yes, I have the right drivers installed. Yes, I have tried a different USB port. Yes, my battery is fully charged.
Try to uninstall the drivers and download the HTC drivers, fastboot and adb from Internet and try again. Do you have another PC? Because one time i have got the same problem than you and when i take another PC it's worked.
BelDev said:
Try to uninstall the drivers and download the HTC drivers, fastboot and adb from Internet and try again. Do you have another PC? Because one time i have got the same problem than you and when i take another PC it's worked.
Click to expand...
Click to collapse
The drivers fail to install everytime, and I've tried on three different PCs
Your problem is not the phone cause it detected by the PC but the drivers failed to detect you HTC. Can you say if you boot your phone in the boot loader, the phone show you if is in boot loader connected by usb or not?
BelDev said:
Your problem is not the phone cause it detected by the PC but the drivers failed to detect you HTC. Can you say if you boot your phone in the boot loader, the phone show you if is in boot loader connected by usb or not?
Click to expand...
Click to collapse
In fastboot on the phone, it shows that it is connected with USB, but ADB says that there is no device connected
Jhaleefi said:
In fastboot on the phone, it shows that it is connected with USB, but ADB says that there is no device connected
Click to expand...
Click to collapse
adb won't work on bootloader/fastboot mode. Only fastboot does.
When on fastboot, type command fastboot devices, do you get your device serial no. ?
On bootloader/fastboot, what is x the OS-x.xx.502.x now ?
See : http://forum.xda-developers.com/showpost.php?p=66886759&postcount=23
ckpv5 said:
adb won't work on bootloader/fastboot mode. Only fastboot does.
When on fastboot, type command fastboot devices, do you get your device serial no. ?
On bootloader/fastboot, what is x the OS-x.xx.502.x now ?
See : http://forum.xda-developers.com/showpost.php?p=66886759&postcount=23
Click to expand...
Click to collapse
I followed the instructions in that link, and everything works perfectly now. It's updated to 6.20.502.5. Thanks
Jhaleefi said:
I followed the instructions in that link, and everything works perfectly now. It's updated to 6.20.502.5. Thanks
Click to expand...
Click to collapse
Seems like your main issue was not properly using fastboot mode for fastboot, and realizing that adb doesn't work in bootloader mode? That, and having the proper firmware and RUU files.