• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Guide] How to root the Wildfire S with S-ON

also wanted to ask
a) will rooting clear out my sd cards content also??
b) will my phone look normal even after i root
sorry but i am a complete noob to all this... :(

As card contents are safe but unlocking the bootloader would reset your phone but it won't delete as card contents.

Yes it would look normal until you change the ROM, but if you use official HTC ROM , nothing would change
 
  • Like
Reactions: jairaj
Upvote 0
if i install clockwork recovery mod, will my phone data get erased??
No. Your data will be erased in any operation requiring a factory reset, such as installing a new ROM.

I finally rooted my phone... proxydroid also working fine!! :D
problem is market is not updating itself to google play... what do i do???
Congrats! Don't worry about Market updating to Play. It will happen eventually.
 
  • Like
Reactions: jairaj
Upvote 0
Greetings KafeCampuchia!
I can not even begin to say what a HUGE help you're post has been!
I downloaded the HTC Asia RUU, and my phone's all rooted (but sadly still S-ON)...
But that's not the point. Here's the thing: Whenever I download the PG76.zip image file, the flasboot thing always gives me a cid error. It says incorrect cid. What do I do?
 
Upvote 0
Greetings KafeCampuchia!
I can not even begin to say what a HUGE help you're post has been!
I downloaded the HTC Asia RUU, and my phone's all rooted (but sadly still S-ON)...
But that's not the point. Here's the thing: Whenever I download the PG76.zip image file, the flasboot thing always gives me a cid error. It says incorrect cid. What do I do?

Skip the pg76.zip step

Put the root.zip file in sd card.
Go to recovery menu an install it from there
 
  • Like
Reactions: 6thinsomniac
Upvote 0
I really dont have any idea about the custom roms. can u suggest a link for that. how will i come to know how will my phone look like???

also while flashing clockwork mod's image file, firstly it scans for some PG file but doesnt find anything..
secondly when i type the command in the prompt, it says the command fastboot is not valid.. ??????

plss help..
 
Upvote 0
2. Boot the phone into HBOOT. (You are a pro at this by now, right? :D) After it scans for PG7610.zip, select FASTBOOT and press the power button then connect the USB cable. The word FASTBOOT will change into FASTBOOT USB. If not, then either your USB drivers for the Wildfire S or Android SDK Tools is not installed properly.
I really dont have any idea about the custom roms. can u suggest a link for that. how will i come to know how will my phone look like???

also while flashing clockwork mod's image file, firstly it scans for some PG file but doesnt find anything..
secondly when i type the command in the prompt, it says the command fastboot is not valid.. ??????

plss help..

He missed a section which is not entirely included in the pre-requisites of this tutorial.

Go to this link and skip down to "How do I set up my Windows PC to use adb and fastboot?".
This link is not specifically for the WildFire S model, but it worked well for me as a quick fix.

I'll be sending a message to both the thread OP and a mod for their opinions on this mislead.
 
Upvote 0
see this is the problem I have

iaza17431361231600.jpg

just a case of need to try it on a different pc?
 
Upvote 0
see this is the problem I have

iaza17431361231600.jpg

just a case of need to try it on a different pc?
Gareeh,
You'll need to get to your bootloader before you can read your identifier key.

http://wiki.cyanogenmod.com/wiki/Howto:_Using_the_Recovery said:
Hold Volume Down & the Power button until the device boots to the bootloader.

Is there no accurate all-in-one "basics" tutorial so people will not ruin their phones?
 
Upvote 0
He missed a section which is not entirely included in the pre-requisites of this tutorial.

Go to this link and skip down to "How do I set up my Windows PC to use adb and fastboot?".
This link is not specifically for the WildFire S model, but it worked well for me as a quick fix.

I'll be sending a message to both the thread OP and a mod for their opinions on this mislead.
heyy... i fixed it myself... I copied the image file of the cwm to the " android " folder which contained the files fastboot, adb.exe etc... then i navigated to that directory and then typed that command and then it happened!! :D
 
Upvote 0
Greetings KafeCampuchia!
I can not even begin to say what a HUGE help you're post has been!
I downloaded the HTC Asia RUU, and my phone's all rooted (but sadly still S-ON)...
But that's not the point. Here's the thing: Whenever I download the PG76.zip image file, the flasboot thing always gives me a cid error. It says incorrect cid. What do I do?
even though i'm already rooted? will it wipe data from my sd?

If you are already rooted, then I'm not sure what you are trying to do. You don't need S-OFF if you are rooted already.
 
Upvote 0
see this is the problem I have

iaza17431361231600.jpg

just a case of need to try it on a different pc?
Confirm one thing for me, that you successfully updated your bootloader. When you start the phone in HBOOT do you see ***_LOCKED_(OOW)_***?

If not, then you need to go through step 3B carefully to update the bootloader to one that can unlock first.

If you are seeing ***_LOCKED_(OOW)_***, then it looks to me like HTC Sync is causing conflicts. Open Task Manager and make sure it's not lurking in the background. If so, kill it. If that doesn't do it, yes, try on a different PC.
 
Upvote 0
heyy... i fixed it myself... I copied the image file of the cwm to the " android " folder which contained the files fastboot, adb.exe etc... then i navigated to that directory and then typed that command and then it happened!! :D
That's why I like the SDK Tools guide I posted in the OP. They have you change the environment variables in Windows so that adb commands work anywhere in Windows as follows:
[FONT=&quot]6. Go to the Control Panel, and select the System Properties (Windows XP) or System (Windows Vista/7). [/FONT] [FONT=&quot]
7. Select the Advanced settings; [/FONT]

  • [FONT=&quot]Windows XP:[/FONT][FONT=&quot] Click on the Advanced tab. [/FONT]
  • [FONT=&quot]Windows Vista/7:[/FONT][FONT=&quot] Click on Advanced system settings on the left. [/FONT]
[FONT=&quot]8. Click on Environment Variables. [/FONT]
[FONT=&quot]9. Under the "System variable" section, you will look for "Path". Double-click on it. [/FONT]
[FONT=&quot]10. In the "Variable values" section, add at the very end the location of the tools & package-tools folder, with a semicolon separating these two paths from the rest, e.g. %SystemRoot%;C:\android-sdk-windows\platform-tools;C:\android-sdk-windows\tools.[/FONT]
It's an extra step, but saves a lot of head scratching. :D
 
  • Like
Reactions: jairaj
Upvote 0
That's why I like the SDK Tools guide I posted in the OP. They have you change the environment variables in Windows so that adb commands work anywhere in Windows as follows:It's an extra step, but saves a lot of head scratching. :D
Ya... now that cwm is installed, do i have to do a factory reset before i do a backup??
can i backup my current state so that if in future if something happens, i can restore to stock WITH my current apps n all still installed???
 
Upvote 0
Ya... now that cwm is installed, do i have to do a factory reset before i do a backup??
Noooo!!!! That would defeat the purpose of the backup because you'd lose all your data.


can i backup my current state so that if in future if something happens, i can restore to stock WITH my current apps n all still installed???
Yes, backup up your stock ROM now so you can revert to it's current state later if you have problems.

Whenever flashing a custom ROM, do a factory reset and clear all cache. There is a mini procedure at the bottom of the guide.
 
  • Like
Reactions: jairaj
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones