HI
I have a problem with my htc and i was wondering if i could get some help please.
I unlocked the bootloader of my HTC WFS and installed twrp i installed a costume rom based on android 2.5.7 (alquez and it worked fine
but now whenever i turn on my phone it would stay on the white htc screen and even when i try recovery NOTHING
my HTC WFS is S-ON (GSM) PG7610
PS: I tried every tip i could find on XDA DEVELOPERS like
*GOLD CARD
*flash rom with RUU while phone is on FASTBOOT mode
*and since my phone is S-on i cant wipe the system via FASTBOOT
*i tried DIAG files but that only works for (CDMA) phones
*cant use ADB since phone wont boot
ANY THOUGHTS?
THANK YOU.
caymera94 said:
HI
I have a problem with my htc and i was wondering if i could get some help please.
I unlocked the bootloader of my HTC WFS and installed twrp i installed a costume rom based on android 2.5.7 (alquez and it worked fine
but now whenever i turn on my phone it would stay on the white htc screen and even when i try recovery NOTHING
my HTC WFS is S-ON (GSM) PG7610
PS: I tried every tip i could find on XDA DEVELOPERS like
*GOLD CARD
*flash rom with RUU while phone is on FASTBOOT mode
*and since my phone is S-on i cant wipe the system via FASTBOOT
*i tried DIAG files but that only works for (CDMA) phones
*cant use ADB since phone wont boot
ANY THOUGHTS?
THANK YOU.
Click to expand...
Click to collapse
Hey pal first off, this is the wrong forum. This is the old wildfire forums not the wildfire s. But I shall help you out none the less
Since your phone is hboot unlocked but not s-off you need to flash your custom roms boot.img via fastboot just after you flash the rom via recovery. When you download the rom it comes in a zip file, unzip a copy of it and place the boot.img in your fastboot folder, then copy the zip to your sd card and then flash via recovery. Once it's flashed boot into hboot by using advanced reboot options I think its called. Then flash the boot.img using the command
Fastboot flash boot boot.img
Where boot.img is the name of the .img you took from the zip file (just in case you have renamed it and don't know why the command is not working)
Then do fastboot reboot and the phone should boot up okay. You need to flash the boot.img for every rom change that you do. Also should you decide you want to run a RUU you must relock you hboot or it won't run.
Sent from my LG-D802 using Tapatalk
heavy_metal_man said:
Hey pal first off, this is the wrong forum. This is the old wildfire forums not the wildfire s. But I shall help you out none the less
Since your phone is hboot unlocked but not s-off you need to flash your custom roms boot.img via fastboot just after you flash the rom via recovery. When you download the rom it comes in a zip file, unzip a copy of it and place the boot.img in your fastboot folder, then copy the zip to your sd card and then flash via recovery. Once it's flashed boot into hboot by using advanced reboot options I think its called. Then flash the boot.img using the command
Fastboot flash boot boot.img
Where boot.img is the name of the .img you took from the zip file (just in case you have renamed it and don't know why the command is not working)
Then do fastboot reboot and the phone should boot up okay. You need to flash the boot.img for every rom change that you do. Also should you decide you want to run a RUU you must relock you hboot or it won't run.
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
HI.
firste off i would like to thank you for taking the time to responde to my question and im sorry about posting in the wrong forum.
i watched the XDA DEV noob video on youtube about being a noob so before i posted my question i looked through each and every post i could find about my phone s problem but NO LUCK so i decided to ask the experts
*i did relock my bootloader before i ran the Ruu and it didnt work it said main version too old and since my costume rom is based on andoird 2.3.7 and my htc can only go as far as 2.3.5 and ruu wont let you downgrade so i figured it might not work.
*now you suggested that i flash the costume rom via recovery and thats the problem i cant even get in to my recovery it just gets stuck on the white htc screen and i tried flashing the recovery Again (twrp) and nothing. even other recoveries wouldnt work.
*i flashed about 4 roms and they all worked just fine even this last one and i didnt flash the boot.img and i was able to reboot normally
THANK YOU.
caymera94 said:
HI.
firste off i would like to thank you for taking the time to responde to my question and im sorry about posting in the wrong forum.
i watched the XDA DEV noob video on youtube about being a noob so before i posted my question i looked through each and every post i could find about my phone s problem but NO LUCK so i decided to ask the experts
*i did relock my bootloader before i ran the Ruu and it didnt work it said main version too old and since my costume rom is based on andoird 2.3.7 and my htc can only go as far as 2.3.5 and ruu wont let you downgrade so i figured it might not work.
*now you suggested that i flash the costume rom via recovery and thats the problem i cant even get in to my recovery it just gets stuck on the white htc screen and i tried flashing the recovery Again (twrp) and nothing. even other recoveries wouldnt work.
*i flashed about 4 roms and they all worked just fine even this last one and i didnt flash the boot.img and i was able to reboot normally
THANK YOU.
Click to expand...
Click to collapse
Okay so, let's recap.
You are on a custom android rom.
You have a custom recovery installed.
Your cannot flash the RUU as your run version is higher than the RUU.
Lastly you cannot boot into your custom Rom, or your recovery?
Do you want to return to stick it get a custom Rom flashed?
Sent from my LG-D802 using Tapatalk
heavy_metal_man said:
Okay so, let's recap.
You are on a custom android rom.
You have a custom recovery installed.
Your cannot flash the RUU as your run version is higher than the RUU.
Lastly you cannot boot into your custom Rom, or your recovery?
Do you want to return to stick it get a custom Rom flashed?
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
at this point i just want to get pass that white htc screen i am sick of it
Q: if i flash a system via fastboot successfully will it automaticly erase the old one because i tried to erase it but it said remot controle not allowed (S-on)
ok, ive requested this thread be moved to its correct forum.
before proceeding can you tell me when your htc wildfire marvel was made? after 2012?
can you flash clockworkmod recovery and then try flashing a custom htc sense rom
Then reboot back into cwm recovery (by selecting advanced/ reboot-recovery in the menus) and plug the phone into your computer via usb cable. open up your command prompt and move to your adb folder. type the following commands ( a # denotes instructions and should not be typed into the command window)
Code:
adb devices
#this should show your device up, maybe saying its in recovery mode
adb shell
# the command prompt should change to a # symbol
Now make sure you have a sdcard in the phone and then run the following command
Code:
cat /dev/mtd/mtd0 > /sdcard/misc.img
This should leave you with a file called misc.img on your sdcard. Lastly
Code:
exit
exit
exit
your command window should have closed. now upload this file to a online storage system like dropbox and send me a pm with a link to it. I will edit it and you can flash it back, this will relock your hboot and downgrade your software version so that RUU's will work. then we will run a RUU, returning your phone to stock and functional state
heavy_metal_man said:
ok, ive requested this thread be moved to its correct forum.
before proceeding can you tell me when your htc wildfire marvel was made? after 2012?
can you flash clockworkmod recovery and then try flashing a custom htc sense rom
Then reboot back into cwm recovery (by selecting advanced/ reboot-recovery in the menus) and plug the phone into your computer via usb cable. open up your command prompt and move to your adb folder. type the following commands ( a # denotes instructions and should not be typed into the command window)
Code:
adb devices
#this should show your device up, maybe saying its in recovery mode
adb shell
# the command prompt should change to a # symbol
Now make sure you have a sdcard in the phone and then run the following command
Code:
cat /dev/mtd/mtd0 > /sdcard/misc.img
This should leave you with a file called misc.img on your sdcard. Lastly
Code:
exit
exit
exit
your command window should have closed. now upload this file to a online storage system like dropbox and send me a pm with a link to it. I will edit it and you can flash it back, this will relock your hboot and downgrade your software version so that RUU's will work. then we will run a RUU, returning your phone to stock and functional state
Click to expand...
Click to collapse
WOW. first off thank you for going through all this trouble just to help me.
..when was your htc wildfire marvel was made?
*my bootloader says FEB/8/2012
..can you flash clockworkmod recovery and then try flashing a custom htc sense rom?
*I can flash any recovery (twrp or clockworkmod) which i did BUT i cant boot into the recovery (STUCK on white htc screen)
*and ADB does not work since i cant get in to my ROM. ONLY fastboot
THANK YOU.
caymera94 said:
WOW. first off thank you for going through all this trouble just to help me.
..when was your htc wildfire marvel was made?
*my bootloader says FEB/8/2012
..can you flash clockworkmod recovery and then try flashing a custom htc sense rom?
*I can flash any recovery (twrp or clockworkmod) which i did BUT i cant boot into the recovery (STUCK on white htc screen)
*and ADB does not work since i cant get in to my ROM. ONLY fastboot
THANK YOU.
Click to expand...
Click to collapse
Hmm.... Okay reflash twrp and see if it boots up. Without a recovery your options are limited. You need to be careful as your device uses a different kernel from older versions of the wildfire s. If you flash a older RUU version it will kill your phone.
Do you have any phone unlock shops near you?
Sent from my LG-D802 using Tapatalk
heavy_metal_man said:
Hmm.... Okay reflash twrp and see if it boots up. Without a recovery your options are limited. You need to be careful as your device uses a different kernel from older versions of the wildfire s. If you flash a older RUU version it will kill your phone.
Do you have any phone unlock shops near you?
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
i did reflash it and it did not boot and Yeah you r probably right ill take it to a phoneunlock shop but i dont think it could save it.
anyway THANK YOU for everything.
caymera94 said:
i did reflash it and it did not boot and Yeah you r probably right ill take it to a phoneunlock shop but i dont think it could save it.
anyway THANK YOU for everything.
Click to expand...
Click to collapse
Make sure when you go to the unlock shop you make sure they use an XTC clip http://www.fonefunshop.co.uk/Unlocking/xtc_clip.htm
If they don't have it then do not pay for an unlock. You need s-off not SIM unlocked. Make sure to ask for it. Once your S-off you can run any RUU and fix the phone but check in here first so I can ensure that its compatible with your 2012 edition of the phone ( as I said flashing one that is too old will kill the phone!)
heavy_metal_man said:
Make sure when you go to the unlock shop you make sure they use an XTC clip http://www.fonefunshop.co.uk/Unlocking/xtc_clip.htm
If they don't have it then do not pay for an unlock. You need s-off not SIM unlocked. Make sure to ask for it. Once your S-off you can run any RUU and fix the phone but check in here first so I can ensure that its compatible with your 2012 edition of the phone ( as I said flashing one that is too old will kill the phone!)
Click to expand...
Click to collapse
Will do.
Thanks for the heads up
Related
hello everybody...
a friend of mine just gave me his desire, he bought a used one and tried something to update its rom, but now its bricked and its in my hand to be fixed.
the problem is that it doesnt boot at all... i mean when i press power button to make it on, the htc logo appears and starts again and again with a little VIBRATE. so i can say that its in a boot loop.
ok when i press vol down and power button it goes into the boot loader, where it is written that its S-ON with boot loader .93, and when i click on recovery it goes into the boot loop like i wrote above.
i also have a Desire HTC and it is rooted using unrevoked and i m running an HD rom over it. its a complete packaged phone...
i have a knowlege how to root and etc. but in this bricked desire case i dont know what to do. coz it never happened to me... i also searched the forum for a solution, didnt got any.
please help me in this matter... ask me question and please give me a solution,/
EddyOS said:
Shipped-ROMs is wank, hence me linking to the (very much alive) MultiUpload link
Click to expand...
Click to collapse
i tried to install the rom by downloading this RUU_Bravo_Froyo_HTC_WWE_2.29.405.5_Radio_32.49.00. 32U_5.11.05.27_release
i think it is working, but it says while installing that from image 2.33..... to imrage 2.29.... and then it tries to push everyting i mean tryies to run its setup and within 2 min it says Customer ID error, try someother package...
edit 1: i itried your way also by copying that zip file and then pasting it on the sd card... i sucessfully loaded in fastboot but i think the same error as above,,, CID error...
now what can i do?
edit 2: Have also tried unrevoked in fastboot mode... power on fastboot usb and then starting unrevoked, but unrevoked keep saying to connect device and enable usb debugging mode. nothing happens
thanks Hassan
1. Download this:
http://www.multiupload.com/LEJCW182AH
2. Follow this guide to get the ZIP out of the RUU and flash off the SD card:
http://forum.xda-developers.com/showpost.php?p=10509780&postcount=102
Assuming the phone is unbranded it'll work, or at least get the phone booting again. If it fails flashing the ROM for any reason then it's a branded phone and you'll need to speak to the seller to find out where it's from
EddyOS said:
1. Download this:
http://www.multiupload.com/LEJCW182AH
2. Follow this guide to get the ZIP out of the RUU and flash off the SD card:
http://forum.xda-developers.com/showpost.php?p=10509780&postcount=102
Assuming the phone is unbranded it'll work, or at least get the phone booting again. If it fails flashing the ROM for any reason then it's a branded phone and you'll need to speak to the seller to find out where it's from
Click to expand...
Click to collapse
but going into vol down and menu and then pressing recovery also enables the boot loop with htc white screen and vibrate on everyboot
I think that easier way not loosing the root would be flash once again recovery were you using clockwork recovery? Beside if the phone is branded you will need a goldcard
so i think you should instal adb http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/
then you need to recovery image which you can find here http://www.android-hilfe.de/root-ha...a-recovery-ra-desire-v2-0-1-27-11-2010-a.html
put recovery on c drive sdk folder and open cmd on your windows and put a command fastboot flash recovery recovery.img
U can try to put ur phone on bootloader, then plug it to ur pc and run the RUU from windows..It should restore all, after that u can root it with unrevoked and do what u want..
kluzik1 said:
I think that easier way not loosing the root would be flash once again recovery were you using clockwork recovery? Beside if the phone is branded you will need a goldcard
Click to expand...
Click to collapse
U cant flash the recovery on S-ON desire..maybe worth a try to run unrevoked again and see if its work, but i dont believe
i have written clearly that the phone is not going in recovery nor it is booting in to some sort of rom or recovery that i flash new recovery.but if you tell me or direct me to some tutotial to flash recovery in adb mode, may be i can unbrick my device. but c i cant boot into recovery. i can just boot into fastboot.
you dont need recovery to flash recovery fastboot is the only thing you need
andQlimax said:
U cant flash the recovery on S-ON desire..maybe worth a try to run unrevoked again and see if its work, but i dont believe
Click to expand...
Click to collapse
but how can i run unrevoked when i cant boot into rom, i can just boot in vol down plus power fast boot
ehalai said:
i have written clearly that the phone is not going in recovery nor it is booting in to some sort of rom or recovery that i flash new recovery.but if you tell me or direct me to some tutotial to flash recovery in adb mode, may be i can unbrick my device. but c i cant boot into recovery. i can just boot into fastboot.
Click to expand...
Click to collapse
ya boot in fastboot, plug it to ur pc and run the ruu from windows.
if ur desire is S-ON there is NO way to flash a recovery...just unrevoked can flash the recovery if u are S-ON, but if ur phone doesn't boot, unrevoked will not work i think
kluzik1 said:
you dont need recovery to flash recovery fastboot is the only thing you need
Click to expand...
Click to collapse
and how am i supposed to flash recovery in fastboot........
It should work at least try
kluzik1 said:
you dont need recovery to flash recovery fastboot is the only thing you need
Click to expand...
Click to collapse
friend, google it, if S-ON u canT flash a recovery with fastboot
Try unrevoked and post if there will be any problems
why you so nervous didn't know his phone is s-on relax a bit guy has a problem
kluzik1 said:
why you so nervous didn't know his phone is s-on relax a bit guy has a problem
Click to expand...
Click to collapse
i'm not nervous, but if u want help him, read his problem..he wrote he was s-on
better run the ruu, much safe..but if the phone its branded from the carrier it will not work
right now downloading a ruu and then will ruu and will run it in windows after downloading... and will keep the desire on fastboot mode...
in the mean time. i m trying unrevoked
If you read my guide recovery isn't needed at all as the file is picked up in hboot - but if you know better then carry on
Sent from my HTC Desire using XDA Premium App
EddyOS said:
If you read my guide recovery isn't needed at all as the file is picked up in hboot - but if you know better then carry on
Sent from my HTC Desire using XDA Premium App
Click to expand...
Click to collapse
i will follow it...
EddyOS said:
If you read my guide recovery isn't needed at all as the file is picked up in hboot - but if you know better then carry on
Sent from my HTC Desire using XDA Premium App
Click to expand...
Click to collapse
With ur guide he can run the ruu without stay connected to the pc..but he can flash it directly from the pc (if phone usb work), as is more easy (at least in my opinion)..the phone in fastboot mode is not a problem, as the ruu handle that case
Hey, i unlocked the bootloader, flashed a CWM (That does not allow me to mount my phone storage to the PC), tried to flash 2 .zips (the Remove menu thingy, and the SuperSU V.0.87) and when i tried to do that it went in a bootloop(or bootstuck? gets to the "HTC One X - Beats Audio screen, and never gets any further) WHAT DO I DO? Help me please!
Hi, i did exactly the same thing and...i got the same result ....Please, anyone knows how to solve it???????
I am guessing you didnt take a backup in CWM prior to flashing the mods? If not, unfortunately, your only solution would be to bring it back to complete stock and flash the RUU that originally came loaded on your phone.
1) Flash stock recovery:
Grab it from here: http://forum.xda-developers.com/showthread.php?t=1579797
Then Boot in bootloader >> Fastboot and issue the following command (assuming that the offical recovery is named recovery.img): fastboot flash recovery recovery.img
2) Relock Bootloader:
Boot in bootloader >> Fastboot and issue the following command: fastboot oem lock
3) Find and run/flash the RUU for your device, find it here: http://forum.xda-developers.com/showthread.php?t=1543604
Thanks!!!!! thank to you I managed to unlock my mobile
Can't really tell you what worked, i flashed my RUU but it failed, i tried flashing stock and all that (which i put on there beforehand as CWM can't mount the drive), but in the end it was just persistence that got it, so just keep trying!
askemil said:
Can't really tell you what worked, i flashed my RUU but it failed, i tried flashing stock and all that (which i put on there beforehand as CWM can't mount the drive), but in the end it was just persistence that got it, so just keep trying!
Click to expand...
Click to collapse
If the guild didden work. then you have done somting rong. cuz doing that guild works in all casese
exept Branded devices cuz Custom roms from the carryer
askemil said:
Hey, i unlocked the bootloader, flashed a CWM (That does not allow me to mount my phone storage to the PC), tried to flash 2 .zips (the Remove menu thingy, and the SuperSU V.0.87) and when i tried to do that it went in a bootloop(or bootstuck? gets to the "HTC One X - Beats Audio screen, and never gets any further) WHAT DO I DO? Help me please!
Click to expand...
Click to collapse
I think the Menu removal caused bootloop. I don't have my PC with me if someone can upload the stock Framework-res.apk and SystemUI.apk you could replace that to boot it back again. If nothing works then download one of the Custom ROM (ARHD or LeeDroid) then wipe everything and flash that it should work for you.
End to unlock again?
DaDoctor said:
I am guessing you didnt take a backup in CWM prior to flashing the mods? If not, unfortunately, your only solution would be to bring it back to complete stock and flash the RUU that originally came loaded on your phone.
1) Flash stock recovery:
Grab it from here: http://forum.xda-developers.com/showthread.php?t=1579797
Then Boot in bootloader >> Fastboot and issue the following command (assuming that the offical recovery is named recovery.img): fastboot flash recovery recovery.img
2) Relock Bootloader:
Boot in bootloader >> Fastboot and issue the following command: fastboot oem lock
3) Find and run/flash the RUU for your device, find it here: http://forum.xda-developers.com/showthread.php?t=1543604
Click to expand...
Click to collapse
How can it be unlocked again? Is there a simple command also or it is htcdev all over again?
kaskonjunf said:
How can it be unlocked again? Is there a simple command also or it is htcdev all over again?
Click to expand...
Click to collapse
You should have received a code from HTC when you unlocked, check your email for it. Then you place it in file with fastboot on computer, open cmd prompt, type in fastboot oem unlock and it should unlock.
Sent from my HTC PH39100 using xda premium
i agree with this method my problem is my phone will not charge
http://www.youtube.com/watch?v=DPE5CDupEsk&feature=youtu.be thats the youtube video with the issue im having. my phone will not charge in fastboot nor hboot and even if i power it off it will turn on again please helpo
dgstarcraft said:
i agree with this method my problem is my phone will not charge
http://www.youtube.com/watch?v=DPE5CDupEsk&feature=youtu.be thats the youtube video with the issue im having. my phone will not charge in fastboot nor hboot and even if i power it off it will turn on again please helpo
Click to expand...
Click to collapse
Maybe devs can come up with a way to charge while in cwm, that would be great.
Sent from my HTC PH39100 using xda premium
hey i tried to insatl the new maximus rom 4.1 ia have the right cid so i get into fastboot locked my device when i was still at viper x rom and now i can't do anything with my device it won't reboot and tells me that my device is for develepment pruposes only and it wil get back to fastboot please help i tried to get this command fastboot flash unlocktoken unlock_code.bin but it says failed so i tried adb reboot oem-78 and but it tells me the is no devices attached then i removed the phone and the pluged it back but it is still the same please helpp what to doo i am still on the old hboot so i could get back to viper x.. ps is because i forgot to hit usb debuging before starting? please help asap
this should cover it:
http://forum.xda-developers.com/wiki/HTC_One_X#Disaster_Recovery_-_what_to_do_in_the_event_of_a_bad_flash
please use better english next time. in your entire text, there are only two points and one question mark...
DON'T PANIC YOUR NOT BRICKED
Best thing to do would be to unlock your bootloader again at HTC dev .com.
Once unlocked flash custom recovery again and restore from a previous back up to yet the phone working.
This can all be done while you are in the bootloader screen. I had the same problem, and got mine sorted
I think the issue was that you didn't flash the boot.img of the new Rom before you locked the bootloader. Hence leaving you stuck and not booting.
Other than that best thing could be to download the correct .ruu version for your phone and install that from your computer and restore it to origial Rom and bootloader, the you have the option to update the hboot so that you can flash jellybean roms.
1. Either down load correct ruu and run.
To restore phone.
Or
1. Unlock your bootloader (HTC dev.com)
2. Install custom recovery
3. Restore from back up (if you made one) and of course flashing correct boot.omg of that back up Rom.
4. Flash new custom Rom with correct boot omg
At least your phone will be working.
Check the forum there are threads that detail several methods on how to update hboot to install jellybean.
But first get the phone to a working state.
Goodluck.
Sent from my HTC One X using xda premium
Hi dudes
Recently I unlocked my DHD with HTCDev method and flashed JellyTime ROM.
Now, I want to perform a sim-unlock but I don't know if i have to reinstall my stock rom...
Is there an easy way to achieve it?
This is my system configuration:
HBOT-2.00.0029
RADIO -26.14.04.28_M
carrier: Vodafone ES
Thx in advance
U will need to make a goldcard to sim unlock ur phone or debrand it. Use the advance ace hack kit (AAHK) from ATTN to sim unlock ur phone make sure u read the effron manual provided with it. Search for ACE think tank in the development section I m sure it will help.
Sent from my HTC Desire HD using xda premium
Finally I called to my carrier to obtain the sim unlock key. It's not necessary to go back stock rom.. I tested with another carrier sim and ask me to enter the unlock key.
Thx for your answer.
Enviado desde mi Desire HD usando Tapatalk 2
Good to hear that..
Sent from my HTC Desire HD using xda premium
Urgent
My device is rooted too. with MiUI Jellytime rom android version 4.1.2! now i really wanted to know that what if i get sim unlock code from AT&T and put into my Inspire 4G will it be able to make sim unlock? Or should i have to Relock bootloader?
My htc inspire 4g is s-on and unlocked bootloader. please let me know as soon as possible. Thanks.
dr.patron99 said:
My device is rooted too. with MiUI Jellytime rom android version 4.1.2! now i really wanted to know that what if i get sim unlock code from AT&T and put into my Inspire 4G will it be able to make sim unlock? Or should i have to Relock bootloader?
My htc inspire 4g is s-on and unlocked bootloader. please let me know as soon as possible. Thanks.
Click to expand...
Click to collapse
you can try it..
but alternative way is you can try using AAHK2 script from Phiber2000 in here, that's a simple way will automatic debrand and full s-off your DHD..
hope this can help..
dr.patron99 said:
My device is rooted too. with MiUI Jellytime rom android version 4.1.2! now i really wanted to know that what if i get sim unlock code from AT&T and put into my Inspire 4G will it be able to make sim unlock? Or should i have to Relock bootloader?
My htc inspire 4g is s-on and unlocked bootloader. please let me know as soon as possible. Thanks.
Click to expand...
Click to collapse
If you get the unlock code there is no need to use any tool. Bootloader does not need to be relocked as it has nothing to do. You will only need a sim from a different company in order to get the network prompt.
noob
JJeamy said:
you can try it..
but alternative way is you can try using AAHK2 script from Phiber2000 in here, that's a simple way will automatic debrand and full s-off your DHD..
hope this can help..
Click to expand...
Click to collapse
Sir, i've no idea how to install all that stuff like AAHK2, i'm good at downloading so i did download that rooted custom rom and PD98IMG-1 because HTCdev unlock says it needed to be PD98IMG-1 so i download it too. now what to do?
i placed custom rooted file which was mention to put into root of sd card,i did that then ran HBOOT it showed me parcing [PD98IMG.zip] and goes it automatically don't know what to do next!?
Then i placed PD98IMG-1 file into subfolder of PD98IMG and run that aahk2.cmd but it still says no such file found. did format sd card twice. things that one sd card is from kingston and another one unnamed,in both it showed me PROBLEM PROBLEM PROBLEM!
1) either memory card not mounted
2) you sure charge cable is in chargemode? or data sync mode? check it?
such type of error i found. i gave up literally......can you find a solution for me?
Thanks a lot in advance.
dr.patron99 said:
Sir, i've no idea how to install all that stuff like AAHK2, i'm good at downloading so i did download that rooted custom rom and PD98IMG-1 because HTCdev unlock says it needed to be PD98IMG-1 so i download it too. now what to do?
i placed custom rooted file which was mention to put into root of sd card,i did that then ran HBOOT it showed me parcing [PD98IMG.zip] and goes it automatically don't know what to do next!?
Then i placed PD98IMG-1 file into subfolder of PD98IMG and run that aahk2.cmd but it still says no such file found. did format sd card twice. things that one sd card is from kingston and another one unnamed,in both it showed me PROBLEM PROBLEM PROBLEM!
1) either memory card not mounted
2) you sure charge cable is in chargemode? or data sync mode? check it?
such type of error i found. i gave up literally......can you find a solution for me?
Thanks a lot in advance.
Click to expand...
Click to collapse
the AAHK2 script will make your phone to process downgrade first then re run a second script for full s-off..and before you do it all that..you must have a branded sd card that already mentioned in the thread..
step :
1. if you had sense rom then you must set disable of Fast boot first from settings> power
2. you must enable USB Debugging on your phone under settings>development>usb debugging (check it)
3. you must installing latest HTC driver..you find it here..
4. you must install SDK or ADT to support adb & fastboot command..you can download from here..
5. if SDK or ADT already setup..you can connect your phone (just charge mode)..then open cmd from your pc..then change source directory to Platforms tools directory..sample if you place the SDK or ADT folder under "C:\" drive..then the command might be "cd C:\adt-bundle-windows-x86_64-20131030\sdk\platform-tools"
6. test adb connected.. type "adb devices", if adb success detected your phone then there will be prompt with serial number of your phone at list of attached device
7. if adb success detected your phone..then you can continued to type "adb reboot bootloader" that will bring your phone rebooted into bootloader..
8. in your phone bootloader you must choice FASTBOOT..then type in "fastboot get-var all" this will show your info about the CIDnum of your phone..(check it In the line "INFOcidnum ......." , copy that to notepad before closing a cmd..
9. find the right RUU required by AAHK that matching with your CIDnum for downgrade process..you can find it here..and place it in PD98IMG sub folder from AAHK2 folder
10. disable your antivirus..then running AAHK2 script as administrator..then follow instruction for downgrade process first..then continued running the second time AAHK2 script for full s-off process..
11. flashing RUU that already rooted and modified by Phiber2000 to fix gps..
12. DONE
note : if you had prompt "PROBLEM PROBLEM PROBLEM" while running AAHK2 script..then might be problem under USB debugging on your phone..try disconnect usb then disabled it first and enabled it again..then try connecting again with your pc
hope this can help..sorry for my bad grammar
Unlocked!!!!
glevitan said:
If you get the unlock code there is no need to use any tool. Bootloader does not need to be relocked as it has nothing to do. You will only need a sim from a different company in order to get the network prompt.
Click to expand...
Click to collapse
Just today infect couple of hours ago i made my device factory unlocked! But when i get into bootloader it still shows me S-ON!
Current status of my phone is Factory Unlocked,S-ON and rooted? is it possible?
One more question: Now that i'm on factory unlocked state so i can flash any custom rom or have to stick the same custom rom where i made device factory unlocked?
dr.patron99 said:
Just today infect couple of hours ago i made my device factory unlocked! But when i get into bootloader it still shows me S-ON!
Current status of my phone is Factory Unlocked,S-ON and rooted? is it possible?
One more question: Now that i'm on factory unlocked state so i can flash any custom rom or have to stick the same custom rom where i made device factory unlocked?
Click to expand...
Click to collapse
Of course. Just flash recovery using command fastboot flash recovery recovery.img and u are ready to flash rom. The example of recovery.img is cwm recovery which u can download it from their website. As you are s-on, u need to flash boot.img contained in the zip files of the rom that u flashed everytime u flash a new rom. The command is fastboot flash boot boot.img. When u are writing the command, make sure ur device is connected in fastboot mode.
Sent from my Desire HD using xda premium
Thanks....
yumm91 said:
Of course. Just flash recovery using command fastboot flash recovery recovery.img and u are ready to flash rom. The example of recovery.img is cwm recovery which u can download it from their website. As you are s-on, u need to flash boot.img contained in the zip files of the rom that u flashed everytime u flash a new rom. The command is fastboot flash boot boot.img. When u are writing the command, make sure ur device is connected in fastboot mode.
Sent from my Desire HD using xda premium
Click to expand...
Click to collapse
Hello there, I have latest cwm touch recovery installed in phone,previously i guess 5 or 6 differant roms i have tried before making device factory sim unlock.
Just wanted to make sure i won't lose sim unlock if i change the rom.
Thanks once again...for clearing my doubt.
Okay, I really have no idea how to start off a thread, so here goes....
I have here the HTC Stock Recovery For Android 2.3.3 and 2.3.5.
Requirements for flashing:
ADB Drivers Installed
Android SDK
Recovery Image
Download the recovery Image (Attached below).
Now, suppose your ADB folder is C:\Android, then navigate in cmd to the folder using this:
Code:
cd C:\Android
Then, reboot your phone to bootloader, connect it in fastboot mode and type the following cmd:
Code:
fastboot flash recovery srecovery235.img
OR
Code:
fastboot flash recovery srecovery233.img
That should flash the recovery and you will now be able to get OTA updates, warranty,etc.
Good luck and happy flashing!
Tyr Fifteen said:
Okay, I really have no idea how to start off a thread, so here goes....
I have here the HTC Stock Recovery For Android 2.3.3 and 2.3.5.
Requirements for flashing:
ADB Drivers Installed
Android SDK
Recovery Image
Download the recovery Image (Attached below).
Now, suppose your ADB folder is C:\Android, then navigate in cmd to the folder using this:
Code:
cd C:\Android
Then, reboot your phone to bootloader, connect it in fastboot mode and type the following cmd:
Code:
fastboot flash recovery srecovery235.img
OR
Code:
fastboot flash recovery srecovery233.img
That should flash the recovery and you will now be able to get OTA updates, warranty,etc.
Good luck and happy flashing!
Click to expand...
Click to collapse
Dude there is already a thread..on stock recoveries..
One more thing...?
How will our warranty get back..if our bootloader is unlocked..
U cannot fool HTC guys..they wud rather see bootloader other than booting into recovery:*)
Sent from my ST25i using xda app-developers app
kantry123 said:
Dude there is already a thread..on stock recoveries..
One more thing...?
How will our warranty get back..if our bootloader is unlocked..
U cannot fool HTC guys..they wud rather see bootloader other than booting into recovery:*)
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
Use the bootloader tool by theq86. I sets the bootloader to locked instead of relocked, so we can fool them.
The other thread on stock recoveries didn't have proper links, so I made a new thread.
Sent from my Wildfire S A510e using xda premium
Lol finally I founded a thread that has properly explained the procedure! Plus provided the stock recoveries!
I got a question, I have a custom rom installed on my phone, yes I also have a nandroid backup of the stock rom that came with my phone, however when I made a backup, I had already rooted the rom, I wanted to know if I restore my old rooted stock backup, flash the stock recovery posted here using Clockworkmod, then use the bootloader tool to lock (not relock) the bootloader and then use the recovery mode from the stock recovery I found here to restore warranty and the original state of the device?
My phone's power button is a bit damaged (you have to press hard for effect) so I wanted to send it to repairs to get it fixed, oh its also sim unlocked (I don't know if they'll notice that)