Related
how do a flash a img file via fastboot, and yes i got S-off.
thanks in advance
You put your device in fastboot, connect it to your pc, open a command prompt, navigate to the tools folder, and use the fastboot flash command, for example to flash a radio, use the command, fastboot flash radio *****.img. also for ease copy the .img file to the tools folder in you android sdk.
Sent from my HTC Desire using Tapatalk
AndroHero said:
You put your device in fastboot, connect it to your pc, open a command prompt, navigate to the tools folder, and use the fastboot flash command, for example to flash a radio, use the command, fastboot flash radio *****.img. also for ease copy the .img file to the tools folder in you android sdk.
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
it's a recovery? RA recover 2.0.0
No One knows?
fastboot flash recovery recoveryname.img
Or
From terminal on phone you can type
su
flash-image recovery /sdcard/recoveryname.img
Both of these answers are in the amon recovery thread. If you looked you could have had your answer days ago...
Also, if you didn't know what you're doing what was the point in going S-OFF?? To look cool???...
Hi all
I have a problem with fastboot. I installed the drivers and sdk files. Stored the sdk files in my C:/.. I tried to flash oxygen hboot but it gave a error like: can't load (the name of the img file)
Anyone can help?
Sent from my HTC Desire using XDA App
1. Have you got adb downloaded as it's not in the SDK be default
2. Is the IMG file in the same folder as adb?
Are you s-off?
Sent from my HTC Desire using Tapatalk
EddyOS said:
1. Have you got adb downloaded as it's not in the SDK be default
2. Is the IMG file in the same folder as adb?
Click to expand...
Click to collapse
Not true, its in by default.
Make sure the image is in the same folder as fastboot.exe.
adb is not in the SDK v8 pack, you have to then download the Tools pack. Fastboot is, though
First off al thank you for ur reactions
Yes im s off.. the img file is in de sdk folder. Can someone give me the link where I can download adb?
Sent from my HTC Desire using XDA App
Start SDK Manager (in your start menu) and then download the SDK Tools from the available packages. Thing is, you don't need adb to do what you want to do. Just put the IMG file in the android-sdk-windows/tools/ folder (or where ever you have it installed) and then do the following:
(from AlphaRev website)
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.
EddyOS said:
Start SDK Manager (in your start menu) and then download the SDK Tools from the available packages. Thing is, you don't need adb to do what you want to do. Just put the IMG file in the android-sdk-windows/tools/ folder (or where ever you have it installed) and then do the following:
(from AlphaRev website)
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.
Click to expand...
Click to collapse
I think i'm doing something wrong with step 3. On cmd
also i dont understand step 2
downloading now all available packages, then i will give it another try
EDIT: still no succes what am i doing wrong?
i did the folowing on cmd
c:\Users\Murtaza> cd c:/android/tools (thats were fastboot.exe, adb etc. and my IMG file were in.)
c:\android\tools> fastboot flash hboot bravo_alphaspl.img
error: can't load bravo_alphaspl.img
Click to expand...
Click to collapse
the img file in the folder is named like this
anyone?
and if I check it:
c:\Users\Murtaza> adb devices
list of devices attached
Click to expand...
Click to collapse
it starts no daemon server or something :S
Anyone?
Sent from my HTC Desire using XDA App
Google adb commands and read up - Google has all the answers
If you still don't get it go back to stock as it's not for you
MurtazaY said:
I think i'm doing something wrong with step 3. On cmd
also i dont understand step 2
downloading now all available packages, then i will give it another try
EDIT: still no succes what am i doing wrong?
Click to expand...
Click to collapse
if you cant do that then i would advise you back off from it
flashing a hboot wrongly will kill it perminently its not like a bootloop, it will be dead completely with no life. only htc can fix it and usually means a new mainboard
you must always check the md5 against the one on the website as if its wrong it will brick your device. download winmd5 from the net as its free
step 3 is pretty self explanitory, if thats not working its likely you are booted into hboot/bootloader not fastboot (you must select fastboot from hboot)
EDIT: SOLVEDDDD!
Sent from my HTC Desire using XDA App
Hello all. Im kinda new to this thing but with some help of my friend I managed to succesfully downgrade, root and flash a new radio and leedroid 2.2.3 rom to my unbranded DHD. Now after a week the Rom Manager updated my Clockwork mod to 3.0.0.5 and now that I had to boot my phone I'm stuck on htc bootimage. I can still get to recovery and have tried to restore backup but nothing works. I think it is because of the Clockwork mod is on v. 3.0.0.5 and backups are 2.5.1.3. What is there to be done at this point? Can I downgrade CWM somehow or do I need to flash a new ROM that supports CWM 3.x.x.x? Any help is appreciated
hi i had the same problem
but i took my sd card and connected it directly to comp.
I then downloaded and copied over the cm7 update package the went in to recovery and installed from ZIP..
I was then able to at least boot up so i could get into clockwork to do my backup
Download recovery-clockwork-2.5.1.3-ace.img
MD5 checksum
Place in the sdk folder where your fastboot.exe, adb.exe is located.
Boot your phone into Bootloader FASTBOOT, and connect to pc with USB cable. It will change to FASBOOT USB.
Open CMD and navigate to that folder (cd\program files\android\android-sdk-windows\tools\ on my pc, maybe different on yours)
Type in: fastboot flash recovery recovery-clockwork-2.5.1.3-ace.img
After done, type: fastboot reboot, disconnect, click on BOOTLOADER / RECOVERY
Back up sdcard first, just in case your backed up recoveries become corrupted, never know.
UpInTheAir said:
Place in the sdk folder where your fastboot.exe, adb.exe is located.
Boot your phone into Bootloader FASTBOOT, and connect to pc with USB cable. It will change to FASBOOT USB.
Open CMD and navigate to that folder (cd\program files\android\android-sdk-windows\tools\ on my pc, maybe different on yours)
Type in: fastboot flash recovery recovery-clockwork-2.5.1.3-ace.img
After done, type: fastboot reboot, disconnect, click on BOOTLOADER / RECOVERY
Back up sdcard first, just in case your backed up recoveries become corrupted, never know.
Click to expand...
Click to collapse
So I place the both img and checksum to sdk folder? And by booting to fastboot you mean first goin to hboot then selecting the fastboot option on screen?
Yes, Fastboot. Make sure it changed automatically to Fastboot usb when connected to pc.
You don't need to put the md5 txt file in the same folder. It is used to check the the download was not corrupted, use a md5 checker from Google, and if numbers match same as the txt file you download before, all will be good to flash.
Sent from my Desire HD using XDA App
The MD5 file seems to be empty :/ Nevermind found the md5.
Now that I tried to flash the img the cmd says that can't find AdbWinUsbApi.dll since the SDK has moved it and adb.exe platform-tools instead of just tools :/
It tells me to update path enviroment but how do I do that?
Thx
Edit2: Thx UpInTheAir for the tips! Got my DHD alive again ! In ROMManager App it still says I have the 3.0.0.5 isntalled. Is this only a bug since I didn't update anything I think :/?
Hi there.
As the above title says, what happen if I do so?
I do not have recovery version 2.5.1.3 in my ROM Manager anymore(I have no idea know why). Also do not have 3.0.2.5.
The only recovery I have is 2.5.1.4, 3.0.0.5, 3.0.0.6 and 3.0.2.4. Plus I am unable to flash 2.5.1.4 version(it pops up an error)
Some have no issues, but some have experienced issues when trying to restore cwm backups.
Have a look in the LeeDrOiD 2.2.3 thread a few days ago. I have posted methods to manually flash it via a tool or adb commands. I have also provided dl links as well.
Sent from my Desire HD using XDA App
Hi Upintheair
Thanks for the reply. Erm.. do you remember the exact date you post that in LeeDroid's thread? The thread is overloading. I cannot find them. =(
From Index of /cm/recoveries Download recovery-clockwork-2.5.1.3-ace.img
Try one of these 2 tools, instructions are on the threads;
1. Thread: [TOOL][All devices & OS] Fastboot Commander [v.1.1]
Download: Fastboot Commander v1.1
2. Thread: Android Flasher
Download: [UTILITY] Android Flasher(Recovery,splash1,Radio,HBOOT,bootanim)[V1.7.4]
OR
Manually through ADB:
1. Place the image in where fastboot.exe is located.
2. Connect phone to PC with Bootloader FASTBOOT USB
3. Using commands "fastboot flash recovery recovery-clockwork-2.5.1.3-ace.img", then "fastboot reboot", recovery
3. Using commands "fastboot flash recovery recovery-clockwork-2.5.1.3-ace.img", then "fastboot reboot", recovery
Click to expand...
Click to collapse
I tried many threads and find no answer to my question.
On my ubuntu I installed adb and can't remember about fastboot.exe whether it was installed by default or I downloaded it. And know I lost it - deleted accidentally.
1.My ques is where can I find it I mean fastboot? I reconfigured my adb back but there is no fastboot.
2. Can I use fastboot-linux from CWM 3.0.2.8 Installer instead?
It flashed cwm perfectly. But I am not shure about flashing radios and stuff.
Thanks for the links to the Leedroid cwm version
Sent from my DHD using XDA App
kgulruh said:
I tried many threads and find no answer to my question.
On my ubuntu I installed adb and can't remember about fastboot.exe whether it was installed by default or I downloaded it. And know I lost it - deleted accidentally.
1.My ques is where can I find it I mean fastboot? I reconfigured my adb back but there is no fastboot.
2. Can I use fastboot-linux from CWM 3.0.2.8 Installer instead?
It flashed cwm perfectly. But I am not shure about flashing radios and stuff.
Thanks for the links to the Leedroid cwm version
Sent from my DHD using XDA App
Click to expand...
Click to collapse
Warning: Flashing wrong radios or incorrectly can result in a BRICK !!! Your own risk..........
Edit: I would advise flashing through a battery only powered notebook, don't want a power surge or cut 1/2 way through a flash . Also ensure notebook & phone batteries have near full charge.
Fastboot Commander v1.1 is compatabe with Linux, there is instruction how to install the tool in the Dev's thread. It has everything you need in the zip, and no need for the adb / fastboot commands in CMD.
...............The first result Mr. Google gave me with the search string "download fastboot.exe" Choice of platforms; Windoes, Mac, Linux
Once extracted, just copy the files into your SDK folder where adb.exe is located (maybe tools or platform-tools........)
To make sure fastboot is working ok, boot phone into FASTBOOT, connect to PC & it will change to FASTBOOT USB. Open up CMD and navigate (cd\......) to the folder where adb & fastboot.exe is now located. Now type "fastboot devices", if connected & communicating correctly using Fastboot commands -> HTxxxxxxxxx, giving the device serial number.
If you want to use CMD:
Place image inside SDK folder where fastboot & adb.exe are located.
Rename it to radio.img (unless you like to type the whole name again)
CMD type: " fastboot flash radio radio.img", then
"fastboot reboot"
I am not too sure about Linux PCs, always been Windows until Android.
It is strange that CWM is not available to update TO 3.0.2.6 in ROM MANAGER...
this version is compatible with leedroid. you must to have installed ROM manager ver.4.1.0.0 from the android market..
SERGI.3210 said:
It is strange that CWM is not available to update TO 3.0.2.6 in ROM MANAGER...
this version is compatible with leedroid. you must to have installed ROM manager ver.4.1.0.0 from the android market..
Click to expand...
Click to collapse
You'll have to post that question to the ROM Manager Koush.
If you require a CWM Recovery version not listed in ROM Manager, flash through the methods I posted above. Links to Index of /cm/recoveries is there as well as xxxxxxx2.5.1.3-ace.img
OR
CMD: "fastboot flash recovery recovery-clockwork-2.5.1.3-ace.img"
Thanks UpInTheAir
I'll try it later tonight. Guess I will try to manually flash them.
It is exactly how we flash radio using the radio flash tool but this time change the "radio" to "recovery"?? this time im suppose to use back the same tool right?
I just recalled I read it somewhere last time when I was learning how to flash new radio. x)
superstick1 said:
It is exactly how we flash radio using the radio flash tool but this time change the "radio" to "recovery"?? this time im suppose to use back the same tool right?
Click to expand...
Click to collapse
If you are referring to the "tool" as in the CMD (Command Prompt)?
If this is what you mean, the answer is Yes & Yes.
Most of the tools, some examples & links I've given, just save you time, not having to use the adb or fastboot commands, cd\ (navigate) to the location of adb.exe or fastboot.exe in the SDK folder etc. These tools can also do a lot more, particularly Fastboot Commander which can be run on Windows or Linux.
I just try it and it says "error: cannot load 'recovery-clockwork-2.5.1.3-ace.img" =(
This is what I do
1) Firstly when i was at the cmd window.. I type "adb reboot bootloader"
2) Then "fastboot flash recovery recovery-clockwork-2.5.1.3-ace.img"
and it pops up that error. =/
superstick1 said:
I just try it and it says "error: cannot load 'recovery-clockwork-2.5.1.3-ace.img" =(
This is what I do
1) Firstly when i was at the cmd window.. I type "adb reboot bootloader"
2) Then "fastboot flash recovery recovery-clockwork-2.5.1.3-ace.img"
and it pops up that error. =/
Click to expand...
Click to collapse
Ensure Fastboot is OFF & USB debugging ON in phone settings
When in FASTBOOT, does it say FASTBOOT USB when phone is connected?
Did you test Fastboot communication by command "fastboot devices"?
Make sure the recovery image is copied to the SDK folder where fastboot.exe & adb.exe is located.
Make sure the name is exact. You could also rename it to recovery.img , and the change the command to "fastboot flash recovery recovery.img" (NO "quotes")
Edit: I see your signature is ENG S-off?, double check in HBOOT Bootloader. If the above still doesn't work, try the Fastboot Commander Tool, maybe your making a typo somewhere........
1. Ensure Fastboot is OFF & USB debugging ON in phone settings
Erm Im not sure about this, but I thought if we want to do anything such as flashing recovery we need to have Fastboot ON? Just to double confirm first before I do anything. ^^
2. When in FASTBOOT, does it say FASTBOOT USB when phone is connected?
How do I check this? =/
3. Did you test Fastboot communication by command "fastboot devices"?
Same as the above. How do I check this?
4. Make sure the recovery image is copied to the SDK folder where fastboot.exe & adb.exe is located.
Yes. Checked.
5. Make sure the name is exact. You could also rename it to recovery.img , and the change the command to "fastboot flash recovery recovery.img" (NO "quotes")
Tried. Did not work. Same error coming out.
I try flashing other recovery such as 3.0.2.6 but still the same error.
superstick1 said:
1. Ensure Fastboot is OFF & USB debugging ON in phone settings
Erm Im not sure about this, but I thought if we want to do anything such as flashing recovery we need to have Fastboot ON? Just to double confirm first before I do anything. ^^
2. When in FASTBOOT, does it say FASTBOOT USB when phone is connected?
How do I check this? =/
3. Did you test Fastboot communication by command "fastboot devices"?
Same as the above. How do I check this?
4. Make sure the recovery image is copied to the SDK folder where fastboot.exe & adb.exe is located.
Yes. Checked.
5. Make sure the name is exact. You could also rename it to recovery.img , and the change the command to "fastboot flash recovery recovery.img" (NO "quotes")
Tried. Did not work. Same error coming out.
I try flashing other recovery such as 3.0.2.6 but still the same error.
Click to expand...
Click to collapse
1. Mine works fine with usb debugging on & fastboot off.
2. Power off phone. HOLD volume down (don't release) & press power button once. Phone will boot into HBOOT, you will see FASTBOOT. Connect to pc with usb cable. Wait a few seconds and HBOOT will change to FASTBOOT USB.
3. Use Cmd (command prompt) in Windows. Pc to navigate to the sdk tools or platform tools folder (where fastboot.exe is located). Now type "fastboot devices", if you are communicating in fastboot, you will get HTxxxxxx (device serial number), and can now proceed with "fastboot flash recovery recovery.img"
If it doesn't work, you have not setup properly, or typo, I would suggest using fastboot commander tool.
Sent from my Desire HD using XDA App
I got my device number of HT0CCRX00128. Guess I've followed the steps you gave me correctly. Lol. But still the same results, error in flashing the recovery.
I will try that fastboot commander tool later tomorrow. It's getting late here and have to wake up early for work. Plus I havent read that thread properly yet. Lol.
Anyway thanks a lot ya.
UpInTheAir said:
You'll have to post that question to the ROM Manager Koush.
If you require a CWM Recovery version not listed in ROM Manager, flash through the methods I posted above. Links to Index of /cm/recoveries is there as well as xxxxxxx2.5.1.3-ace.img
OR
CMD: "fastboot flash recovery recovery-clockwork-2.5.1.3-ace.img"
Click to expand...
Click to collapse
i know, and I understand you, only I say that there are CWM's versions you very validate for flash apart from the recommended ones that work perfectly, I am flashing with the current one (leedroid, coredroid, hd rev ..) and it me works to the perfection and the nandroid also.
Certainly .... which is the meaning of "koush"???
superstick1 said:
I got my device number of HT0CCRX00128. Guess I've followed the steps you gave me correctly. Lol. But still the same results, error in flashing the recovery.
I will try that fastboot commander tool later tomorrow. It's getting late here and have to wake up early for work. Plus I havent read that thread properly yet. Lol.
Anyway thanks a lot ya.
Click to expand...
Click to collapse
Here are two zip files: Recovery 3.0.2.8 & 2.5.1.3.
3.0.2.8 doesn't show in ROM Manager, but version shows when boot into CWM Recovery, so no worries.
Reference Thread: [RELEASE][25/04/2011] ClockworkMod Recovery 3.0.2.8
I downloaded 3.0.2.8 from the above thread, extracted replaced the 3.0.2.8 image with 2.5.1.3 image (renamed recovery.img), and zipped again to upload.
View attachment Recovery_Ace_v2.5.1.3.zip
View attachment Recovery_Ace_v3.0.2.8.zip
Installation:
1. Power off your DHD
2. Put it in bootloader mode; Power+Vol down and select Fastboot from menu.
3. Plug-in the USB cable. (FASTBOOT USB)
4. Extract xxxx.zip
5. Double click on install-recovery-windows.bat if you're using windows, execute install-recovery-linux.sh if you're on linux or install-recovery-mac.sh if MacOSX.
6. Done! The device will be automatically rebooted.
7. If the version doesn't show in ROM Manager, reboot into recovery to check version actually installed.
I tested the windows commands and worked perfect Linux should too!!
I do recommend you read up a bit yourself on adb & fastboot commands, and if you aren't able to do that, use the flashing tools provided by the various Devs, thanks to them, life is much easier.
Thanks UpInTheAir!
I actually managed to get 2.5.1.3 installed and now I can continue flashing ROMs! Lol.
Erm why wouldnt recovery version show in the ROM Manager? My ROM Manager still shows it is 3.0.0.6 but in the recovery it shows as 2.5.1.3. Thats pretty weird isnt it?
Oops. I am trying to flash ARHD now, but halfway through it "stuck" in recovery and says: /tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. please open ROM Manager to report the issue.
What happen here? Its getting complex. =/
UpInTheAir said:
Warning: Flashing wrong radios or incorrectly can result in a BRICK !!! Your own risk..........
Click to expand...
Click to collapse
Thanks a lot man, used the one in cwm 3.0.2.8 update tool "fastboot-linux" and it works perfectly just need to rename it for consistency.
For me typing in linux is better then knowing nothing in windows
superstick1 said:
Thanks UpInTheAir!
I actually managed to get 2.5.1.3 installed and now I can continue flashing ROMs! Lol.
Erm why wouldnt recovery version show in the ROM Manager? My ROM Manager still shows it is 3.0.0.6 but in the recovery it shows as 2.5.1.3. Thats pretty weird isnt it?
Oops. I am trying to flash ARHD now, but halfway through it "stuck" in recovery and says: /tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. please open ROM Manager to report the issue.
What happen here? Its getting complex. =/
Click to expand...
Click to collapse
I always boot into CWM Recovery menu to flash, and not through ROM Manager (wherever possible).
Try that way.
Hello evrybody,
Let me explain you the problem
Current configuration: HTC Desire (Bravo) PVT1 (ship s-on)
Baseband/Radio 32.54.00.32U_5.14.05.17
Rooted with unrEVOked v3
ROM LeeDroid v2.4.1
HBOOT v0.80.0000
I tryed to s-off my phone with AlphaRev v1.8 using VirtualBox v4.0.6 (with usb 2.0 support add-on installed) under Windows 7 Pro x86 with SP1.
For some (unknown to me) reasons it didn't worked for me....
Current situation:
- Impossible to boot the OS - blank htc screen
- In Bootloader menu ("Power"+"Volume down") when trying to enter Clockwork Recovery Mod sometimes phone rebooting 4 times and sometimes it make 7 fast vibrations but anyways dropes me to blank htc screen...
- While I'm in Bootloader and connected through USB to PC, I can see that in Device Manager - Android Phone - Bootloader Interface detected (drivers OK)
Please help me.....
Did you ask on the alpha rev irc channel?
Since your phone is still able to start the bootloader, you should be able to get it back up running using fastboot.
Step1: Download some stuff.
- An image of your favorite recovery tool. I'm using clockworkmod recovery.
http://forum.xda-developers.com/showthread.php?t=1039954&highlight=clockworkmod
You want the .img file.
- The Android SDK. Use Google =)
Step2:
Start the SDK Manager and download the SDK Tools and SDK Platform Tools. You now should have a "fastboot.exe" in the "tools"-folder.
Step3:
Connect your phone via usb, boot up the bootloader, and enter fastboot mode.
Step4:
Open a command line window using shift+right click in the folder where fastboot is. Launch "fastboot.exe devices". This should list your device. If not, Download the USB Driver Package using the SDK Manager and install the fastboot drivers. Windows might start whining about not being able to find the driver, but its definitely there. If fastboot.exe fails to start, you might need to copy it to the platform-tools folder and/or run cmd.exe using administrator privileges.
Step5:
Copy your recovery image to where fastboot.exe is and execute "fastboot.exe flash recovery <yourrecoveryimage>"
Further Steps:
You should now be able to boot into recovery and install roms.
You can also try to flash hboot using fastboot. If this fails, you got a handy $400 mirror to put in your pocket. You've been warned
Download a suitable image from alpharev (i think you want to go with the stock s-off hboot - that one with 250MB system) and flash it using "fastboot.exe flash hboot <hbootimage>" like described above.
Hope that helps.
godutch said:
Did you ask on the alpha rev irc channel?
Click to expand...
Click to collapse
Thank you for you advice!
Yes, they provided me a huge support and despite my desperate case I will probably solve my problem very soon ----> GOLDCARD
I tryed to get back to original stock rom with a zip file but failed because didn't found my rom zip on google (ver.1.22.73.1)
when tryin to s-off use cyanogenmod 7 rom to s-off thats wat i was told and worked a charm
rearwheeldriver said:
Since your phone is still able to start the bootloader, you should be able to get it back up running using fastboot.
Step1: Download some stuff.
- An image of your favorite recovery tool. I'm using clockworkmod recovery.
http://forum.xda-developers.com/showthread.php?t=1039954&highlight=clockworkmod
You want the .img file.
- The Android SDK. Use Google =)
Step2:
Start the SDK Manager and download the SDK Tools and SDK Platform Tools. You now should have a "fastboot.exe" in the "tools"-folder.
Step3:
Connect your phone via usb, boot up the bootloader, and enter fastboot mode.
Step4:
Open a command line window using shift+right click in the folder where fastboot is. Launch "fastboot.exe devices". This should list your device. If not, Download the USB Driver Package using the SDK Manager and install the fastboot drivers. Windows might start whining about not being able to find the driver, but its definitely there. If fastboot.exe fails to start, you might need to copy it to the platform-tools folder and/or run cmd.exe using administrator privileges.
Step5:
Copy your recovery image to where fastboot.exe is and execute "fastboot.exe flash recovery <yourrecoveryimage>"
Further Steps:
You should now be able to boot into recovery and install roms.
You can also try to flash hboot using fastboot. If this fails, you got a handy $400 mirror to put in your pocket. You've been warned
Download a suitable image from alpharev (i think you want to go with the stock s-off hboot - that one with 250MB system) and flash it using "fastboot.exe flash hboot <hbootimage>" like described above.
Hope that helps.
Click to expand...
Click to collapse
Thank you for this solution it could resolve my problem but I can't push .img files to my phone through fastboot because my device still S-ON...
daddyspud said:
when tryin to s-off use cyanogenmod 7 rom to s-off thats wat i was told and worked a charm
Click to expand...
Click to collapse
Ok. So I will try install cyanogen after rooting my phone. And then try s-off.
Thank you
Use Cd method, it's the better method
Sent from my HTC Desire using XDA Premium App
SOLVED!
---> http://forum.xda-developers.com/showthread.php?t=1087164