[Q] [Ask]CyanogenMod7.1 (Android 2.3.7) - Desire Q&A, Help & Troubleshooting

hello to all Xda member.
im a newbie about CyanogenMod7.1 (Android 2.3.7)
i currently facing a problem about the insufficient internal memory of my Desire.
and i would like to ask that, arent that suppose those apps can be fully move into SD card?
becoz i saw n heard that rooted phone can do so.
is there any assistance to help me out here? thx guys.
i really hate short of internal memory.
btw, if i posted at the wrong section, pls move me to the correct section. thx.

are you s-off?
you can use different hboot to increase data partition or use a2sd script

just install from market an app called s2e
And move application and dalvik to ext!
You will have plenty of space.

Go to alpharev.nl and apply this Bravo Data++. You will have enough storage and your rom will be prepared for ICS.
--
Sent from my unstable ROM

i don understand la guys, can giv more guide n explanation?

changing hboot will provide a new partition layout
stock one:
system-250 MB
cache-40 MB
data-147 mb
CM7/r2:
system-145 MB
cache-5 MB
data-287 MB
So you can see the increase on data partition. As you running CM7.1 i would change hboot to cm7 or cm7r2(on alpharev.nl) depends on developer instruction

ClockWorkMod Recovery Problem..
Folks Would really appreciate some advice here stuck with a problem. I have two other phones I have installed custom ROMS on so got a little knowledge but Im a bit stuck with my daughters HTC desire..
I use revolutionary to S-off & aquire root. I then installed ROM manager & flashed latest ClockworkMod (ver 5.0.2.0). After that I copied CM7 & GBAPPS to the external SD card in preparation for the install. I then choose install ROM from SD card, the phone rebooted & nstalled CM7 but no google apps. NOW when i boot into recovery and select install zip from file I only get a clockwork logo so I am now stuck & dont know what to do really appreciate some help !!! Im panicing !!

Don't panic. Go to recovery again. "back button + power button" and then select recovery. Wipe all, cache, dalvik and install again. Don't reboot. Install gapps also then reboot.
--
Sent from my Desire CM7 nightly

can you boot normally? if yes uzip the googleapps zip and copy/move them to app directory and reboot

jjjkkklll said:
i don understand la guys, can giv more guide n explanation?
Click to expand...
Click to collapse
Download Ubuntu Linux or any other live system. Run it. Download fastboot program. Run terminal. Enter 'chmod 777 fastboot' in terminal . Put your phone in hboot mode. "back button + power button" attach USB to your phone and PC. Run ./fastboot --help in terminal to see options.
--
Sent from my Desire CM7 nightly
---------- Post added at 10:44 PM ---------- Previous post was at 10:00 PM ----------
Now I'm at my PC so I can be more specific. Fastboot is a program that you need to download. You can find it on web. It runs on Linux OS. So you need some Linux distribution. Try linux mint debian (my favorite) or Ubuntu. You don't have to install it, just run it in Live mode. After you boot Linux in Live mode, download fastboot-linux program and bravo_alphaspl-data.img from alpharev.nl site. In programs find terminal. Enter these commands and press enter
- sudo su
- cd Download (or where you have downloaded the fastboot-linux and bravo_alphaspl-data.img) files
- chmod +x fastboot-linux
Power up your HTC with "back button and power button" and connect it with your PC with USB cable
Finaly enter this command
./fastboot-linux flash hboot bravo_alphaspl-data.img
That's it. You should see some info in terminal. I'm a Linux sys admin and first time I didn't understand it also what the heck is going on. AlphaRev should make their docs better.
Hope it helps.

Unrevoked Can not Get Root . Is there an Alternative ?????
People/Gurus
Yesterday got one HTC Desire off stock & running CM7 but having problems with my other daughters....
Procedures that lead me to this point
1. Installed revolutionary & gained S-OFF.
2. Used unrevoked 3 to try & gain root but have been unable to do so. All looks good till near the end when it says "running root" then a message that says "Error: failed to get root. Is your firmware too new ?"
I am desparately needing some advice. Yesterdays went fine, with a little help from you angels of mercy !! Now I need you all again :-(
Thanks for reading
John

did you flash zip file from question 4 from http://unrevoked.com/rootwiki/doku.php/public/revolutionary
?

kotag82 said:
did you flash zip file from question 4 from http://unrevoked.com/rootwiki/doku.php/public/revolutionary
?
Click to expand...
Click to collapse
I did not. The reason why I did not was because I had read a post that said the CMW recovery that comes with revolutionary can be ignored, so I did not install it. My intention was to install ROM Manager & insall newest version of CWM from there, but now I cannot boot into recovery to install the zip. Is there another way ?

flash one of recoveries(via fastboot) from my signature then flash the zip... without recovery you can push files via adb to proper location then change permission but recovery is safer way and not painful...
See bortak guide step 10

kotag82 said:
flash one of recoveries(via fastboot) from my signature then flash the zip... without recovery you can push files via adb to proper location then change permission but recovery is safer way and not painful...
See bortak guide step 10
Click to expand...
Click to collapse
Can I ask your advice on one other thing please. During this adventure I have noticed many references to PVT4 and a size of 40000. This has caused me a little concern as mine does show PVT4 but cat /proc/mdc shows 20000 should I still be able to go ahead safely ?

One of mine is 40000 using rmd and 20000 I was using both rmd and touch recovery without any problem, I think it is related to old cwm recovery 2.x.x.x risk of sdcard and USB brick
Sent from my HTC Runnymede using XDA Premium App

kotag82 said:
One of mine is 40000 using rmd and 20000 I was using both rmd and touch recovery without any problem, I think it is related to old cwm recovery 2.x.x.x risk of sdcard and USB brick
Sent from my HTC Runnymede using XDA Premium App
Click to expand...
Click to collapse
Yeah, just found that via google... Just clicked your thanks metre, all good and working, really really really REALLY appreciate your time & patience, thanks again m8..

Welcome anytime
Sent from my HTC Runnymede using XDA Premium App

mlerota said:
Download Ubuntu Linux or any other live system. Run it. Download fastboot program. Run terminal. Enter 'chmod 777 fastboot' in terminal . Put your phone in hboot mode. "back button + power button" attach USB to your phone and PC. Run ./fastboot --help in terminal to see options.
--
Sent from my Desire CM7 nightly
---------- Post added at 10:44 PM ---------- Previous post was at 10:00 PM ----------
Now I'm at my PC so I can be more specific. Fastboot is a program that you need to download. You can find it on web. It runs on Linux OS. So you need some Linux distribution. Try linux mint debian (my favorite) or Ubuntu. You don't have to install it, just run it in Live mode. After you boot Linux in Live mode, download fastboot-linux program and bravo_alphaspl-data.img from alpharev.nl site. In programs find terminal. Enter these commands and press enter
- sudo su
- cd Download (or where you have downloaded the fastboot-linux and bravo_alphaspl-data.img) files
- chmod +x fastboot-linux
Power up your HTC with "back button and power button" and connect it with your PC with USB cable
Finaly enter this command
./fastboot-linux flash hboot bravo_alphaspl-data.img
That's it. You should see some info in terminal. I'm a Linux sys admin and first time I didn't understand it also what the heck is going on. AlphaRev should make their docs better.
Hope it helps.
Click to expand...
Click to collapse
hey there bro, any page / thread which give me a full guide? coz im new. =(

Related

change to CM7 boot

Has anyone got a got a guide on how to change to CM7 boot?
Also, do you need to be s-off to do it?
Go to --> Alpharev
Code:
1) Nandroid backup in recovery.
2) Verify the MD5SUM of the file you downloaded against the one in the table.
3) Flash HBOOT with your phone in fastboot mode (Back+POWER) -> 'fastboot flash hboot bravo_alphaspl.img' (change into the correct filename for the HBOOT you downloaded)
4) 'fastboot reboot-bootloader'
5) 'fastboot erase cache'
6) Boot recovery, wipe everything and restore.
And: Yes, you need S-Off
Thanks, is it possible to s-off without using a cd?
You don't need to be s-off to flash CW recovery, only rooted. Although Alpharev will do this. (kills 2 birds with one stone). I rooted, z4root, installed CW along with Rom Manager. Flashed ROM.
The only advantage to s-off, is that you can change the "splash image" (not boot animation) Boot animation can be changed without s-off.
You don't need to run from cd.
But.... You have to have drivers installed.
Sure, you can either create a bootable usb-stick or start the image as a virtual system with virtual box. Please use the forum search, there is a really good tut including a step by step guide for each method.
Sent from my HTC Desire using XDA Premium App
Moscow Desire said:
You don't need to be s-off to flash CW recovery, only rooted. Although Alpharev will do this. (kills 2 birds with one stone). I rooted, z4root, installed CW along with Rom Manager. Flashed ROM.
The only advantage to s-off, is that you can change the "splash image" (not boot animation) Boot animation can be changed without s-off.
You don't need to run from cd.
But.... You have to have drivers installed.
Click to expand...
Click to collapse
Except that he is talking about a custom hboot and not of cwm recovery.
For flashing hboot you need s-off!
Sent from my HTC Desire using XDA Premium App
Tillus said:
Sure, you can either create a bootable usb-stick or start the image as a virtual system with virtual box. Please use the forum search, there is a really good tut including a step by step guide for each method.
Sent from my HTC Desire using XDA Premium App
Click to expand...
Click to collapse
Bootable usb would be perfect, ill search the forum to how to do this.
325i. said:
Bootable usb would be perfect, ill search the forum to how to do this.
Click to expand...
Click to collapse
Just download the CD iso image and use this tool (or similar) to make a bootable USB from it:
http://unetbootin.sourceforge.net/
Moscow Desire said:
The only advantage to s-off, is that you can change the "splash image" (not boot animation) Boot animation can be changed without s-off.
Click to expand...
Click to collapse
Not true,there are many many more advantages of having s-off your Desire,and one of them is becoming more useful and needed these days,and that one is precisely what OP of this topic is trying to do: flash CM7 Hboot to have csutom partition sizes,and have more space on /data partition for app or dalvik cache (if using Data++ ROMs). And that can not be done if S-on.
Thats the thread I was talking about.
Tillus said:
Thats the thread I was talking about.
Click to expand...
Click to collapse
thxs for that i am now s-off used boot cd. so if i wonted to flash say Rom ([ROM][17/04][Sense2.1 GingerBread]InsertCoin CM7/A2SD+ v01 |Cam working|TV animations)
it says i need CM7 HBOOT how would i install this i cant seem to find this out, i am new to android and have used lee droids and a few other Roms but would like to use the rom i said about but dont know how
tvr84 said:
thxs for that i am now s-off used boot cd. so if i wonted to flash say Rom ([ROM][17/04][Sense2.1 GingerBread]InsertCoin CM7/A2SD+ v01 |Cam working|TV animations)
it says i need CM7 HBOOT how would i install this i cant seem to find this out, i am new to android and have used lee droids and a few other Roms but would like to use the rom i said about but dont know how
Click to expand...
Click to collapse
You need the android sdk to get abd and fastboot running. You can download this here:
http://developer.android.com/sdk/index.html
then open Programfolder/tools in commandline, boot your phone in fastboot-mode (swich off, then switch on while hitting back-key (back!, not vol-down).
Then in commandline type in "fastboot devices" to check if your phone is connected properly (it should show you, if a phone is connected). If yes, use the steps I posted earlier and are described on alpharev.nl
Personally..
I used the CD, followed the prompt to s-off.
Then once s-off and custom bootloader was install, I then used the PB99IMG.zip from AlphaRev to change my partitions to CM7 hboot
http://alpharev.nl/PB99IMG_bravo_cm7.zip
Easy as.
reply
Tillus said:
You need the android sdk to get abd and fastboot running. You can download this here:
http://developer.android.com/sdk/index.html
then open Programfolder/tools in commandline, boot your phone in fastboot-mode (swich off, then switch on while hitting back-key (back!, not vol-down).
Then in commandline type in "fastboot devices" to check if your phone is connected properly (it should show you, if a phone is connected). If yes, use the steps I posted earlier and are described on alpharev.nl
Click to expand...
Click to collapse
You don't need to use fastboot to change partition sizes, just use the PB99IMG.zips, even easier.
But having the adb/fastboot stuff sorted, is always a plus.
garpunkal said:
You don't need to use fastboot to change partition sizes, just use the PB99IMG.zips, even easier.
But having the adb/fastboot stuff sorted, is always a plus.
Click to expand...
Click to collapse
Hi, I've got fastboot setup etc. But can't seem to find a guide on how to change all the partition.
So all you're saying is that if I put the PB99IMG.zips into my sd card and boot into Bootloader, it'll install automatically AS WELL as do the partitions for me? And one more thing if I may (just for clarity) do I put the PB99IMG.zips onto the root of my sdcard or into one of the subfolders and if so which one?
Thanks and sorry for the bombardment of questions!
You will have costom MTD partitions CM7 for exempl: h-boot 130M sistem, 5M Chace, 302M data.
If you mean the EXT partitions? You must still make a ext partition wit cwm or gparted orrommanager.
Put the PB img on your SDcard, the map doesnt matters, because the phone will recognize it enywhere.
usefull GUI app for flashing boot:
FastbootCommanderV.1.1
http://forum.xda-developers.com/showthread.php?t=823315
tvr84 said:
thxs for that i am now s-off used boot cd. so if i wonted to flash say Rom ([ROM][17/04][Sense2.1 GingerBread]InsertCoin CM7/A2SD+ v01 |Cam working|TV animations)
it says i need CM7 HBOOT how would i install this i cant seem to find this out, i am new to android and have used lee droids and a few other Roms but would like to use the rom i said about but dont know how
Click to expand...
Click to collapse
Hi,
about CM7 and the rom you want to try, you can have a look to this thread:
http://forum.xda-developers.com/showpost.php?p=13084241&postcount=17
I try to resume my experience...
Hope it will help you.

[Q] installing custom roms

hi...
can any1 tell me how to install custom roms using pc...........
i have searched the forum....but couldnt find any answer.................
sorry for starting a new thread........
thanks in advance
General Method:
- find, download and copy a flashable rom called "fullwipe 1.3" to the sd
- copy the zip with the rom you want to load in it to your sd card
- reboot into cwm recovery
- install zip from sd card
- choose the fullwipe 1.3 zip
- install
- then choose the rom's zip
- install
- reboot
wait for it to load. there you go.
For more advanced rom's, you must make directory's on your sd card for them to work properly. Follow instructions posted by the Rom's developer for proper installation.
thanks bro..........4 all ur help..............
1 more question........
what about using it through the fone......
i mean .....after downloading through the rom manager..........should i follow the same procedure ????
question
I rooted today, s-off & eng-off, installed rom manager
what do i have to do to get clockwork to work
I try booting into recovery but, display goes blank & has a red triangle symbol & after many minutes nothing happens..... can some inform me of the step I may have missed or something i can do to verify that i have the device set up properly.
Hopefully Thanks in advance.
gixer131 said:
question
I rooted today, s-off & eng-off, installed rom manager
what do i have to do to get clockwork to work
I try booting into recovery but, display goes blank & has a red triangle symbol & after many minutes nothing happens..... can some inform me of the step I may have missed or something i can do to verify that i have the device set up properly.
Hopefully Thanks in advance.
Click to expand...
Click to collapse
Flash CWM recovery from rom manager again.
Hawks556 said:
Flash CWM recovery from rom manager again.
Click to expand...
Click to collapse
I can appreciate that, but I need to know what to do. I try to do that & i get an error while attempting to run privileged commands. Flashing sounds all great but I cant seem to get it to do anything in recovery... error issues trying to do that, or anything else, I also have super user update issues that say they put a recovery image on the sd card & to go boot that from within recovery.
Just hoping to find out why i cant do the simple things everyone speaks of.
gixer131 said:
I can appreciate that, but I need to know what to do. I try to do that & i get an error while attempting to run privileged commands. Flashing sounds all great but I cant seem to get it to do anything in recovery... error issues trying to do that, or anything else, I also have super user update issues that say they put a recovery image on the sd card & to go boot that from within recovery.
Just hoping to find out why i cant do the simple things everyone speaks of.
Click to expand...
Click to collapse
Well if you can't flash recovery from Rom Manager then there's something wrong with your root privileges or s-offs... Just to make things clear, how did you try to flash the recovery?
AT THE TOP OF THE BOOTLOADER IT MUST SAY "... ENG S-OFF RL" FOR THIS TO WORK
With the device connected, boot into bootloader and select FASTBOOT and press power once.
It will now show FASTBOOT USB, and give you 4 options.
Download the newest 4.x.x.x version of the cwm recovery from the dev section.
Download My Toolkit and Extract to C:\
In the recovery zip that you downloaded from the dev thread, find the "recovery.img" and extract it to the RESOURCE folder of my toolkit. (make sure its only the recovery.img and not the folders it sits in)
open up a command prompt (windows key + R, type "cmd" and hit enter)
type in: cd "C:\HTC ACE TOOLKIT\RESOURCE" and hit enter.
the prompt should now be in that directory.
now type in the following EXACTLY and press enter afterwards:
fastboot flash recovery recovery.img
Let it flash, and badaboom, you have just flash cwm recovery.
JSLEnterprises said:
AT THE TOP OF THE BOOTLOADER IT MUST SAY "... ENG S-OFF RL" FOR THIS TO WORK
With the device connected, boot into bootloader and select FASTBOOT and press power once.
It will now show FASTBOOT USB, and give you 4 options.
Download the newest 4.x.x.x version of the cwm recovery from the dev section.
Download My Toolkit and Extract to C:\
In the recovery zip that you downloaded from the dev thread, find the "recovery.img" and extract it to the RESOURCE folder of my toolkit. (make sure its only the recovery.img and not the folders it sits in)
open up a command prompt (windows key + R, type "cmd" and hit enter)
type in: cd "C:\HTC ACE TOOLKIT\RESOURCE" and hit enter.
the prompt should now be in that directory.
now type in the following EXACTLY and press enter afterwards:
fastboot flash recovery recovery.img
Let it flash, and badaboom, you have just flash cwm recovery.
Click to expand...
Click to collapse
The BOOTLOADER SAYs "... ENG S-OFF but no RL @ the end
Can someone instruct me to what I may have done wrong? I know if I try to s-off or ENG-off I now get a connection problem but the first time I tried it seemed to work properly.
Thanks
Thanks for the help, I have successfuly flached clockwork now & a new rom.... What should I do to update a radio for my device on telus? Thanks
gixer131 said:
Thanks for the help, I have successfuly flached clockwork now & a new rom.... What should I do to update a radio for my device on telus? Thanks
Click to expand...
Click to collapse
well, in that toolkit i told you to download is a command script that does pretty much what I told you do to for the recovery.
Since you and I have the exact same phone I recommend grabbing the radio from the 2.52 korean build (Radio_12.59.60.26U_26.11.04.21_M), and the rill's as well.
Here is the radio and ril (first 2 links, download via the dropbox links): http://forum.xda-developers.com/showthread.php?t=996630
make sure you're in bootloader > fastboot and it says FASTBOOT USB on the screen
take a radio.img from within the zip and drop it into the resource folder and then run the shorcut in the toolkit.
It will now flash the radio to your phone and reboot.
Now with the rill's you flash via cwm recovery, from the RIL zip you downloaded, off your sd card in the same way you would flash a rom.
JSLEnterprises said:
well, in that toolkit i told you to download is a command script that does pretty much what I told you do to for the recovery.
Since you and I have the exact same phone I recommend grabbing the radio from the 2.52 korean build (Radio_12.59.60.26U_26.11.04.21_M), and the rill's as well.
Here is the radio and ril (first 2 links, download via the dropbox links): http://forum.xda-developers.com/showthread.php?t=996630
make sure you're in bootloader > fastboot and it says FASTBOOT USB on the screen
take a radio.img from within the zip and drop it into the resource folder and then run the shorcut in the toolkit.
It will now flash the radio to your phone and reboot.
Now with the rill's you flash via cwm recovery, from the RIL zip you downloaded, off your sd card in the same way you would flash a rom.
Click to expand...
Click to collapse
I would Like to thank you for your help & support, I was a the step of having fastboot usb And on my pc I unziped the radio And droped the image in the resource folder, a window pops up (disk burner) only option to choose is DVD R Drive.... do I have to have the SD card unmouted as a disk drive to the computer?
leave disk burner outta this. lol
The phone should be in bootloader under "fastboot" so the highlighted area will say FASTBOOT USB (since your phone is connected to your pc).
If radio.img is in the RESOURCE folder of my toolkit, go back to the main folder (HTC ACE TOOLKIT) and just double click the "Flash Radio" shorcut.
JSLEnterprises said:
leave disk burner outta this. lol
The phone should be in bootloader under "fastboot" so the highlighted area will say FASTBOOT USB (since your phone is connected to your pc).
If radio.img is in the RESOURCE folder of my toolkit, go back to the main folder (HTC ACE TOOLKIT) and just double click the "Flash Radio" shorcut.
Click to expand...
Click to collapse
Most excellent! Thanks & Thank you, your help has been most usefull & is quite appreciated!
Changed Rom
Changed rom last night & wanted to know weather I should flash the "rill's" & "radio" each time I change roms. I just did the radio now so hope that cures the tinny sound, also it sounded kinda tinny just playing music, is there a patch or something else to do or is all that fixed in the radio?
Any suggestion on roms to try? using Revolution HD right now.

cm7r2

just tried to flash alpharev cm7r2 file using android flasher. In hboot mode it says alpharev cm7r2. I tried to boot into 4ext recovery but it says it fails to fetch recovery log. So I cant use recovery and if I try to use android flasher to flash recovery again or hboot it stops responding. What should I do?
Any help and I would be very grateful.
Assume that you are s-off.
Can you still get you h-boot screen?
If so you should be able to use fastboot to flash both recovery and h-boot.
I find it easier than android flasher.
There are plenty of guides about on using fastboot so would suggest reading them as well and have a search about as wont be the first to encounter this issue
Also use fastboot to wipe system and cache and reboot the bootloader and you should be fine......
There is a thread on android forum about e: failure to get recovery log
Check it out
sent from my Oxygen desire
paul8944 said:
Assume that you are s-off.
Can you still get you h-boot screen?
If so you should be able to use fastboot to flash both recovery and h-boot.
I find it easier than android flasher.
There are plenty of guides about on using fastboot so would suggest reading them as well and have a search about as wont be the first to encounter this issue
Also use fastboot to wipe system and cache and reboot the bootloader and you should be fine......
There is a thread on android forum about e: failure to get recovery log
Check it out
sent from my Oxygen desire
Click to expand...
Click to collapse
Yes i am s-off and I can get to the hboot screen. Where do I download terminal from if I have to use that to use fastboot?
Thanks for the reply
Have a read of this thread
http://androidforums.com/desire-all...fastboot-windows-updated-1st-june-2011-a.html
It explains how to set up fastboot. The adb part is not relevant so once set up you can use commands like
Fastboot flash hboot c:\*****.img
Fastboot flash recovery
Fastboot erase
Which should enable you to change your hboot, recovery etc
The following link is a good step guide to changing your hboot along with a utility to set up fastboot
http://forum.oxygen.im/viewtopic.php?id=1412
And I would also highly recommend the oxygen rom
sent from my Oxygen desire
paul8944 said:
Have a read of this thread
http://androidforums.com/desire-all...fastboot-windows-updated-1st-june-2011-a.html
It explains how to set up fastboot. The adb part is not relevant so once set up you can use commands like
Fastboot flash hboot c:\*****.img
Fastboot flash recovery
Fastboot erase
Which should enable you to change your hboot, recovery etc
sent from my Oxygen desire
Click to expand...
Click to collapse
When setting up the computer for fastboot it does not have enviroment variables in the advanced my computer bit. I am using windows vista
Follow this and it should work fine
How do I set up my Windows PC to use adb and fastboot?
Download SDK Tools only Open the .rar file, then drag and drop the folder "android-sdk-windows" to the C: drive Right click My computer > Properties > Advanced > Environment Variables under system variables click "path" and click "edit" at the end of the line add a sem semi colon ";" and without a space put C:\android-sdk-windows\tools -It should look like ;C:\android-sdk-windows\tools then click ok.
I assume you already have h-boot drivers installed (you need these to root with unrevoked) if not my previous post link has advice on how to do this
Update : I'm using vista as well so know this works
sent from my Oxygen desire
paul8944 said:
Follow this and it should work fine
How do I set up my Windows PC to use adb and fastboot?
Download SDK Tools only Open the .rar file, then drag and drop the folder "android-sdk-windows" to the C: drive Right click My computer > Properties > Advanced > Environment Variables under system variables click "path" and click "edit" at the end of the line add a sem semi colon ";" and without a space put C:\android-sdk-windows\tools -It should look like ;C:\android-sdk-windows\tools then click ok.
I assume you already have h-boot drivers installed (you need these to root with unrevoked) if not my previous post link has advice on how to do this
Update : I'm using vista as well so know this works
sent from my Oxygen desire[/QUO
Yep have now set the variables. What do I do next? I have read the post but it is very confusing. Thanks. I can open what I think is terminal - android sdk
Click to expand...
Click to collapse
Right
Click start > run > cmd
This will open a command window
Have you phone connected in fastboot mode
And then use fastboot commands to flash the recovery, hboot etc.
I would recommend changing your recovery to amon-ra ( but this is personnel choice)
You need the files you want to flash on you PC.
For example to flash an hboot you would use the following
Fastboot flash hboot c:\*****.Img
The same would apply for recovery etc
Fastboot flash recovery c:\*****.img
Once you have flashed hboot
Make sure you use fast boot to wipe system / cache / reboot bootloader.
Have a read of the oxygen.im link I posted on one of my previous posts in this thread.
Hope this has helped resolve your issue
sent from my Oxygen desire
paul8944 said:
Right
Click start > run > cmd
This will open a command window
Have you phone connected in fastboot mode
And then use fastboot commands to flash the recovery, hboot etc.
I would recommend changing your recovery to amon-ra ( but this is personnel choice)
You need the files you want to flash on you PC.
For example to flash an hboot you would use the following
Fastboot flash hboot c:\*****.Img
The same would apply for recovery etc
Fastboot flash recovery c:\*****.img
Once you have flashed hboot
Make sure you use fast boot to wipe system / cache / reboot bootloader.
Have a read of the oxygen.im link I posted on one of my previous posts in this thread.
Hope this has helped resolve your issue
sent from my Oxygen desire
Click to expand...
Click to collapse
I managed to open the command window but it said the command fastboot was not recognized (or something) internally or externally
Have I got the files in the correct places? Where should they be because I tried to follow the instructions very carefully?
Thanks so much for your help I hopefully nearly there!
right,
finally booted up my laptop so this should get easier for me.....
how did you root your phone, did you use unrevoked or did you s-off with revolutionary and then install the recovery that came with it.
Can you answer the following
You have the h-boot drivers installed ?
You have download and followed the steps for the SDK files.
You have set the environment variables as previously mentioned.
When you boot your phone holding down the volume button and power you get the hboot screen, can you then select fast boot. and with your phone connected to your pc does it change from fast boot to fastboot usb.
if so the commands should work. if not you could try the utility by _thalamus on the oxygen.im website
http://forum.oxygen.im/viewtopic.php?id=1412
You may want to change your recovery to amon-ra or an earlier version of clockworkmod 2.5.0 something....(i use amon-ra and rate it very highly, you can down load it from the following
http://androidforums.com/desire-all...oads-root-users-updated-22nd-july-2011-a.html)
if you can answer the above I will endeavor to assist further but why this is not setting up correctly on your pc is a bit confusing for me
but we'll keep going and get you back up and running again
UPDATE :
If your still struggling have a look at this trouble shooting guide it may be of assistance.
http://forum.xda-developers.com/showthread.php?t=1275632
Thanks so so much for your help but I will be away until prob wednesday afternoon so I will not be able to answer until then. I hope you will still be there!!!
I will check that I have followed the steps correctly and then I will reply.
Whoopeeeee!!!!!!!!!!
I managed to use android flasher to flash rmd recovery and it worked. So I have no installed runnymede aio 2.2 cm7r2 without a problem. Thank you so so much for your help Paul. xxxxxxx
RiThBo said:
Whoopeeeee!!!!!!!!!!
I managed to use android flasher to flash rmd recovery and it worked. So I have no installed runnymede aio 2.2 cm7r2 without a problem. Thank you so so much for your help Paul. xxxxxxx
Click to expand...
Click to collapse
Did you manage to change your hboot as well. ? As you can flash that as well with android flasher.
Glad to have been of assistance and if you want to try something different go for an aosp rom like oxygen which I find extremely smooth and fast.
Enjoy your rom and wait you flashing addiction to kick in and your be changing rom's, kernals and hboot on a weekly basis if not more
sent from my Oxygen desire
paul8944 said:
Did you manage to change your hboot as well. ? As you can flash that as well with android flasher.
Glad to have been of assistance and if you want to try something different go for an aosp rom like oxygen which I find extremely smooth and fast.
Enjoy your rom and wait you flashing addiction to kick in and your be changing rom's, kernals and hboot on a weekly basis if not more
sent from my Oxygen desire
Click to expand...
Click to collapse
Yes I did, I am now on cm7r2 with rmd recovery. Flashed both with android flasher.
Thank you again for your help

i can't root my wildfire s ...

i have a marvel unlocked s on wildfire s.
i can't root my phone because when i go into the recovery mode, the black screen comes up with the 4 lighting keys. i don't know what to do. i read the related posts but nothing seems to help. could you guys please help.. i unlocked my phone for rooting and now i can't do anything.
You can root your phone by using the HTC super tool, just google for it.
I assume you have stock recovery on your phone, then you actually can't really use that recovery. You should try to root it with supertool
and then install CWM with ROM Manager
I hope this came in handy for you!
Sent from my VegaCream RC2 using xda premium
MrGuyFawkes said:
You can root your phone by using the HTC super tool, just google for it.
I assume you have stock recovery on your phone, then you actually can't really use that recovery. You should try to root it with supertool
and then install CWM with ROM Manager
I hope this came in handy for you!
Sent from my VegaCream RC2 using xda premium
Click to expand...
Click to collapse
i tried the supertool but it doesn't work. i tried everything even the clockworkmode recovery, the flashing of cwm works perfectly fine but the recovery mode doesn't show up so that i can install from sd card. only a black screen with key lighted comes up. i tried the things given in the black screen recovery article of xda .. but nothing seems to help. could you help me out to see through this. my moms htc wildfire s which is one year old works perfectly fine but the problem is with my new one.. i also heard that lot of people are experiencing the same.
After unlocking, you have to root the device first then install CWM and take a nandroid backup thru Recovery option.
For rooting you can also use root.zip method. just google it.
To flash CWM, goto Hboot menu and select fastboot, then goto cmd (command prompt) on pc try using fastboot commands to flash boot.img, system.img and recovery.img.
Hope this may be useful.....
Senthamil said:
After unlocking, you have to root the device first then install CWM and take a nandroid backup thru Recovery option.
For rooting you can also use root.zip method. just google it.
To flash CWM, goto Hboot menu and select fastboot, then goto cmd (command prompt) on pc try using fastboot commands to flash boot.img, system.img and recovery.img.
Hope this may be useful.....
Click to expand...
Click to collapse
bro,
i tried the root.zip method. i copied the zip file on the memory card and then went to hboot. but then i found the error which is : CID ERROR
PRESS POWER BUTTON TO REBOOT.
this is what i get.
i have a s-on unlocked marvel a510e. please help..
ok. now try this way! which helped me to solve the same issue.....
forum.xda-developers.com/showpost.php?p=21891784&postcount=1
hope this may be useful......(if really, press thanks).
Senthamil said:
ok. now try this way! which helped me to solve the same issue.....
forum.xda-developers.com/showpost.php?p=21891784&postcount=1
hope this may be useful......(if really, press thanks).
Click to expand...
Click to collapse
bro, this time i flashed the PG76IMG.zip files but when i go into the recovery to flash install from root.zip, the same black screen comes up. this is the problem which i have been having.. the black screen on recovery which makes us do nothing at all..
i think a new custom recovery has to be made for the htc wildfire s inorder to prevent the black screen on recovery. or does anyone know how to root wildfires without the need to go into any custom recovery mode. please help .. this has become a real problem.. i really wish there was a way.
aryan41 said:
bro, this time i flashed the PG76IMG.zip files but when i go into the recovery to flash install from root.zip, the same black screen comes up. this is the problem which i have been having.. the black screen on recovery which makes us do nothing at all..
Click to expand...
Click to collapse
Maybe you need to downgrade your stock ROM (if you still can boot it up so to say).
Look for a RUU for WFS and try to downgrade/upgrade HBOOT and such to an older/newer version.
Sorry that I can't post any links too RUUs, I'm on my phone.
But there is a tread with these in the Dev section I think, but if they don't work you can just google for them.
tbh I have a similar problem with my bro's WFS, I can't even unlock it because of wrong versions a such so I think your problem could be related to this.
Sent from my VegaCream RC2 using xda premium
Choose the right recovery image....
aryan41 said:
i think a new custom recovery has to be made for the htc wildfire s inorder to prevent the black screen on recovery. or does anyone know how to root wildfires without the need to go into any custom recovery mode. please help .. this has become a real problem.. i really wish there was a way.
Click to expand...
Click to collapse
I think you you've chosen the wrong cwm. Chose the right one here :
http://forum.xda-developers.com/showthread.php?t=1213229
download PG76IMG.zip and you need to install it using fastboot, it will not work using the zip file from your sd card. Make sure you delete that file before attempting what is below (adapted from CafeKampuchia's guide on rooting).
You will need SDK tools for Android, Java runtime, and HTC Sync installed on your Windows computer. Install the SDK tools in a directory named something like c:\android. Put the recovery image in this directory, too, not the zip file.
Boot the phone into HBOOT by turning the phone off, removing the battery, replacing the battery then holding down the power key and volume button. 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.
Open a command prompt in Windows and navigate to c:\android
Type the following command: fastboot flash recovery [image name.img]. For example:
c:\android\>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Hope this will install ClockworkMod recovery properly. (If really press 'thank').
Senthamil said:
I think you you've chosen the wrong cwm. Chose the right one here :
http://forum.xda-developers.com/showthread.php?t=1213229
download PG76IMG.zip and you need to install it using fastboot, it will not work using the zip file from your sd card. Make sure you delete that file before attempting what is below (adapted from CafeKampuchia's guide on rooting).
You will need SDK tools for Android, Java runtime, and HTC Sync installed on your Windows computer. Install the SDK tools in a directory named something like c:\android. Put the recovery image in this directory, too, not the zip file.
Boot the phone into HBOOT by turning the phone off, removing the battery, replacing the battery then holding down the power key and volume button. 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.
Open a command prompt in Windows and navigate to c:\android
Type the following command: fastboot flash recovery [image name.img]. For example:
c:\android\>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Hope this will install ClockworkMod recovery properly. (If really press 'thank').
Click to expand...
Click to collapse
i dont think that would work i've tried every recovery i've found here and still black screen you may want to downgrade your kernel after unlock of bootloader then use superoneclick. if not working look for my post before which uses taco root to root the device
Senthamil said:
I think you you've chosen the wrong cwm. Chose the right one here :
http://forum.xda-developers.com/showthread.php?t=1213229
download PG76IMG.zip and you need to install it using fastboot, it will not work using the zip file from your sd card. Make sure you delete that file before attempting what is below (adapted from CafeKampuchia's guide on rooting).
You will need SDK tools for Android, Java runtime, and HTC Sync installed on your Windows computer. Install the SDK tools in a directory named something like c:\android. Put the recovery image in this directory, too, not the zip file.
Boot the phone into HBOOT by turning the phone off, removing the battery, replacing the battery then holding down the power key and volume button. 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.
Open a command prompt in Windows and navigate to c:\android
Type the following command: fastboot flash recovery [image name.img]. For example:
c:\android\>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Hope this will install ClockworkMod recovery properly. (If really press 'thank').
Click to expand...
Click to collapse
first u need adb.exe, adbwinapi.dll, fastboot.exe in that c:\android\
u need a command in cmd to navigate. "cd c:\android"
yeah other than that its pretty complete. See the post he referring to. I remember using this post to root mine.
androidforums.com/wildfire-s-all-things-root/480954-guide-how-root-wildfire-s-s-finally.html
Try my all in one tool here: http://forum.xda-developers.com/showthread.php?t=1697985
It will work
Senthamil said:
I think you you've chosen the wrong cwm. Chose the right one here :
http://forum.xda-developers.com/showthread.php?t=1213229
download PG76IMG.zip and you need to install it using fastboot, it will not work using the zip file from your sd card. Make sure you delete that file before attempting what is below (adapted from CafeKampuchia's guide on rooting).
You will need SDK tools for Android, Java runtime, and HTC Sync installed on your Windows computer. Install the SDK tools in a directory named something like c:\android. Put the recovery image in this directory, too, not the zip file.
Boot the phone into HBOOT by turning the phone off, removing the battery, replacing the battery then holding down the power key and volume button. 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.
Open a command prompt in Windows and navigate to c:\android
Type the following command: fastboot flash recovery [image name.img]. For example:
c:\android\>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Hope this will install ClockworkMod recovery properly. (If really press 'thank').
Click to expand...
Click to collapse
i used the exact same version of clockworkmode recovery. the problem is not with the recovery i think its with my phone. and i tried downgrading the hboot using ruu but the problem still exists ... that is the black screen on recovery.
rezo609 said:
Try my all in one tool here: http://forum.xda-developers.com/showthread.php?t=1697985
It will work
Click to expand...
Click to collapse
bro, my wildfire s is the new one with the black screen on recovery problem, are u sure this utility will work the new phones also..?
rezo609 said:
Try my all in one tool here: http://forum.xda-developers.com/showthread.php?t=1697985
It will work
Click to expand...
Click to collapse
bro, i tried this but failed. i can't get the recovery screen where i have to select install from sd card. this is my problem .. i don't get the recovery screen instead i get a black screen.
Is your phone a marvelc ?
no it is marvel
i wish some one could come up with custom recovery which doesn't lead into this black recovery screen. please help.. isn't there any other way ?
please help rezo
rezo609 said:
Is your phone a marvelc ?
Click to expand...
Click to collapse
bro, isn't there any other way to root my wildfire s.. without ending up in the black recovery screen.. please help.. i am losing all hope..

[Q] wildfire S Unlock boot loader

Dear Guru's
I am new to this rooting / Flashing custom ROM's of Android.
I am trying to unlock the bootloader from HTCDEV.COM. The step says remove the battery and start device with volume key down and power button.
First option is as per FASTboot, when I press the power button it is scanning for PG76IMG.zip and again in the same screen.
No other option reboot bootloader. Thats it.
Because of this if i hit "fastboot oem get_identifier_token" I am getting message <Waiting for Device>
STuck in this for a more than 2 days.
ADB able to recognize my device " adb devices" its showing the serial number
Fastboot not able to recognize "fatboot devices" returns nothing
Kindly help out. I need custom OS and need space to install apps. Stuck with very less internal memory.
Regards
shankar PV
shanbca said:
Dear Guru's
I am new to this rooting / Flashing custom ROM's of Android.
I am trying to unlock the bootloader from HTCDEV.COM. The step says remove the battery and start device with volume key down and power button.
First option is as per FASTboot, when I press the power button it is scanning for PG76IMG.zip and again in the same screen.
No other option reboot bootloader. Thats it.
Because of this if i hit "fastboot oem get_identifier_token" I am getting message <Waiting for Device>
STuck in this for a more than 2 days.
ADB able to recognize my device " adb devices" its showing the serial number
Fastboot not able to recognize "fatboot devices" returns nothing
Kindly help out. I need custom OS and need space to install apps. Stuck with very less internal memory.
Regards
shankar PV
Click to expand...
Click to collapse
did you installed HTC sync on your pc? because fastboot needs drivers to recognize your device.and HTC sync has htc drivers.so once installed htc sync then try it.
crossfire77 said:
did you installed HTC sync on your pc? because fastboot needs drivers to recognize your device.and HTC sync has htc drivers.so once installed htc sync then try it.
Click to expand...
Click to collapse
YEs HTC sync installed is already there. I can able to syncronize with HTC sync.
Even if i execute "adb devices" -> it showing my device in the command prompt.
but while executing "fastboot devices" -> its showing nothing
Regards
Shankar PV
shanbca said:
YEs HTC sync installed is already there. I can able to syncronize with HTC sync.
Even if i execute "adb devices" -> it showing my device in the command prompt.
but while executing "fastboot devices" -> its showing nothing
Regards
Shankar PV
Click to expand...
Click to collapse
i dont think you need to write command fastboot devices,it wont work like that.if adb devices showed your device then that step is correct.
that should be working.
you doing same as,
remove battery and insert it again
then hold volume down and power button.
it shows you bootloader menu,wait for some seconds while it scans some .zip files on your sd card.
then go on fastboot.
done.
after going fastboot you dont need to do anything,like selecting reboot,bootloader or anything.just leave your phone as it is and try commands from cmd.it should be working and yeah when you are doing this process close your htc sync from taskbar.
good luck.
crossfire77 said:
i dont think you need to write command fastboot devices,it wont work like that.if adb devices showed your device then that step is correct.
that should be working.
you doing same as,
remove battery and insert it again
then hold volume down and power button.
it shows you bootloader menu,wait for some seconds while it scans some .zip files on your sd card.
then go on fastboot.
done.
after going fastboot you dont need to do anything,like selecting reboot,bootloader or anything.just leave your phone as it is and try commands from cmd.it should be working and yeah when you are doing this process close your htc sync from taskbar.
good luck.
Click to expand...
Click to collapse
Hello Cross fire,
Amazing help....
YEs I am done with boot loader unlock.
Thaks much for your help :good:
Now i need another favour from your side.
I need to install ICS in my WFS and i need more internal space for the apps.
Please guide me which link i have to follow.
Regards
Shankar PV
shanbca said:
Hello Cross fire,
Amazing help....
YEs I am done with boot loader unlock.
Thaks much for your help :good:
Now i need another favour from your side.
I need to install ICS in my WFS and i need more internal space for the apps.
Please guide me which link i have to follow.
Regards
Shankar PV
Click to expand...
Click to collapse
thats good.okay for ICS roms you can go for int2ext+ scripts.they are famous and fast than others.
here is link:
http://forum.xda-developers.com/showthread.php?t=1716124
and yeah if you chose ICS rom they will support int2ext+ and int2ext4+ scripts.
so its upto your choice.both are great,you can choose any one.
might you know about partitioning sd card,if you dont its here(and also describe in mentioned link)
1)fat32
2)ext3 (if you choose int2ext+ ) or ext4(if you choose int2ext4+)
now you bootloader unlock so root your phone with htcsupertool and
then install recovery via rom manager(you can find that app in market)
and then download appropriate ICS rom and flash it.
after flashing rom,flash int2ext+ file
and then go to "mount and storage" and click on format /sd-ext
(dont worry about int2ext+,instructions are on mentioned link)
hope it ll help.
---------- Post added at 01:33 PM ---------- Previous post was at 01:28 PM ----------
and yeah when you use int2ext+ script make ext3 or ext4 partition upto 1 GB.it will enough for your all apps.
crossfire77 said:
thats good.okay for ICS roms you can go for int2ext+ scripts.they are famous and fast than others.
here is link:
http://forum.xda-developers.com/showthread.php?t=1716124
and yeah if you chose ICS rom they will support int2ext+ and int2ext4+ scripts.
so its upto your choice.both are great,you can choose any one.
might you know about partitioning sd card,if you dont its here(and also describe in mentioned link)
1)fat32
2)ext3 (if you choose int2ext+ ) or ext4(if you choose int2ext4+)
now you bootloader unlock so root your phone with htcsupertool and
then install recovery via rom manager(you can find that app in market)
and then download appropriate ICS rom and flash it.
after flashing rom,flash int2ext+ file
and then go to "mount and storage" and click on format /sd-ext
(dont worry about int2ext+,instructions are on mentioned link)
hope it ll help.
---------- Post added at 01:33 PM ---------- Previous post was at 01:28 PM ----------
and yeah when you use int2ext+ script make ext3 or ext4 partition upto 1 GB.it will enough for your all apps.
Click to expand...
Click to collapse
Thanks for the reply..
Could you please through some light on how to proceed further.
I just done with Bootloader unlock. Read from some thread to take a backup of the phone with Rom manager and Clock work mod.
then what should be my next step.
Any proper links which you can recommend for me to follow?
Thanks
Shankar PV
shanbca said:
Thanks for the reply..
Could you please through some light on how to proceed further.
I just done with Bootloader unlock. Read from some thread to take a backup of the phone with Rom manager and Clock work mod.
then what should be my next step.
Any proper links which you can recommend for me to follow?
Thanks
Shankar PV
Click to expand...
Click to collapse
yeah sure..now you restart your phone and you can see nothing changed.next step only needs usb debugging enabled.
after unlocking your bootloader you should root your phone.(unlocking bootloader won't add root permissions so,)
so for that follow this link (see step 3)
http://www.htcwildfiresblog.com/2012/03/guide-to-rooting-htc-wildfire-s-235-s.html
then after this your phone is rooted..congrats.
you can see superuser app in your app list.
then download ROM Manager from play store.
after open this app you can see first option "flash clockworkmod recovery"
click on that.
that will show your model as wildfire s and after you click on it.it ll download recovery itself and flash itself.
then you done.now you can flash custom roms.
next step is backup your current stock rom,so you can see backup option in ROM Manager app.
then click on it and it ll made backup of it.(dont worry while backup of ur rom,your phone restart and go to recovery and you can see process)
after finishing backup you can restart your phone.
you can see restart option in recovery..
then you done..now dont worry about anything..you can port any available roms and something went wrong someday or if u want back ur stock rom you can restore it.
---------- Post added at 02:58 PM ---------- Previous post was at 02:48 PM ----------
crossfire77 said:
yeah sure..now you restart your phone and you can see nothing changed.next step only needs usb debugging enabled.
after unlocking your bootloader you should root your phone.(unlocking bootloader won't add root permissions so,)
so for that follow this link (see step 3)
http://www.htcwildfiresblog.com/2012/03/guide-to-rooting-htc-wildfire-s-235-s.html
then after this your phone is rooted..congrats.
you can see superuser app in your app list.
then download ROM Manager from play store.
after open this app you can see first option "flash clockworkmod recovery"
click on that.
that will show your model as wildfire s and after you click on it.it ll download recovery itself and flash itself.
then you done.now you can flash custom roms.
next step is backup your current stock rom,so you can see backup option in ROM Manager app.
then click on it and it ll made backup of it.(dont worry while backup of ur rom,your phone restart and go to recovery and you can see process)
after finishing backup you can restart your phone.
you can see restart option in recovery..
then you done..now dont worry about anything..you can port any available roms and something went wrong someday or if u want back ur stock rom you can restore it.
Click to expand...
Click to collapse
thats it all.
now after root,backup your phone.
you need to find roms which you want to install on your phone.here is that android dev thread link:
http://forum.xda-developers.com/forumdisplay.php?f=1038
&
this thread is for internal memory,
http://forum.xda-developers.com/showthread.php?t=1716124
(use int2ext+ or int2ext4+ )

Categories

Resources