Radio Flash via adb - HTC Inspire 4G

I am currently trying to flash "12.48.60.23U_26.08.04.07_M3" through the adb shell.
I can reboot in fastboot and I can just reboot the phone from the fastboot screen.
When I try to flash the radio it says sending radio okay then writing radio failed remote not allowed.
Any ideas?

There are many threads and a sticky in the dev forum on how to flash a radio without eng s off. It's beyond easy and has nothing to do with adb or clockwork. Good luck
Sent from my Desire HD using XDA App

Terrold said:
I am currently trying to flash "12.48.60.23U_26.08.04.07_M3" through the adb shell.
I can reboot in fastboot and I can just reboot the phone from the fastboot screen.
When I try to flash the radio it says sending radio okay then writing radio failed remote not allowed.
Any ideas?
Click to expand...
Click to collapse
You will have to do this via the bootloader, if you DO NOT have ENG S-OFF radio.
To do this, download this: http://forum.xda-developers.com/attachment.php?attachmentid=569470&d=1302883052
This is a blank PD98IMG.zip, courtesy of MUDKNOT2005... Here are the instructions to proceed..
Step 1. Download the above file.
Step 2. Rename your RADIO image file to "radio.img"
Step 3. RIGHT CLICK the blank PD98IMG.zip file, and select "open archive"
Step 4. DRAG and DROP your "radio.img" file inside this zip file.
Step 5. Copy PD98IMG.zip to the root of your SD card
Step 6. Reboot to BOOTLOADER
Step 7. Once the bootloader reads this file, it will ask you to update..
Press VOLUME UP to apply the update.
Step 8. Once done, reboot and verify new radio.
Click to expand...
Click to collapse
Any questions, just ask.

I do have s-off with CM7. I'm wanting to try that mdj's ultimate one and people were saying the recommended radio would be they way to go because of call drops.
Will I still be able to use this procedure with s-of?
Sent from my Desire HD using XDA Premium App

Actually the more I look up I can't exactly say if I have s-off or eng s-off. I used Bubby's One click GUI. I can get into bootloader and get to recovery from it.

If you're in the bootloader (hboot), it should say at the top whether your ENG S-OFF, S-OFF, or S-ON.

Alright I used the above procedure. Worked like a charm. I'm still a noob when it comes to this android stuff so thanks for your patience.
All I need to do is flash a kernel and I'll be able to do pretty much anything I need to from then on lol. I'll stick with this Rom for now until I get bored and do end up having to replace the kernel.
Thanks again!

tribalartgod said:
You will have to do this via the bootloader, if you DO NOT have ENG S-OFF radio.
To do this, download this: http://forum.xda-developers.com/attachment.php?attachmentid=569470&d=1302883052
This is a blank PD98IMG.zip, courtesy of MUDKNOT2005... Here are the instructions to proceed..
Any questions, just ask.
Click to expand...
Click to collapse
When I right click on the blank PD98IMG.zip, I don't see the option to "open archive"

Related

You DON'T need ENG S-OFF to make clockworkmod recovery working on HTC Inspire.

Looks like clockworkmod recovery is NOT-Compatible with Inspire's HBOOT version which is: HBOOT-0.85.0019
So when clockworkmod recovery is installed with this version of HBOOT it just displays a black screen (but it is actually working in the background but not displaying anything on the screen)
You can check the HBOOT version when you boot in HBOOT, 2nd line from the top:
ACE PVT SHIP S-OFF RL
HBOOT-0.85.0019 <--- this is the version being shipped with Inspire which doesn't work with clockworkmod recovery.
After you flash the downgraded DHD ROM on Inspire it downgrades the HBOOT to version: HBOOT-0.85.0007
This version of HBOOT seems to be compatible with clockworkmod recovery and worked for me.
I used Bubby's "Simple One Click" program released today (RC2), this is what I did:
Followed all the steps from FAQ until downgraded ROM was flashed. Then after running the gfree and sync commands, I exited out of the program by using ctrl+c (^C):
Next, type these commands (yes, "sync" is a command):
/data/local/gfree -f
sync
When complete, you can now exit the terminal on the phone.
CTRL+C at this message, this will exit out of the Dos command window.
Now on your PC click on <RUN> and type %TEMP% and click <OK>. This will open up the temporary directory where "Simple One Click" program unzipped all the files used by the program.
Look for a folder named RarSFX0 (or RarSFX1 or RarSFX2 etc).
Go to this directory (you may have to change RarSFX1 to the directory name on your PC, it could be RarSFX0 or some different number at the end)
C:\Users\<user_name>\AppData\Local\Temp\RarSFX1\resources\required
Copy the following 4 files in a directory (eg: C:\rooting)
adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
PD98IMG.zip
Open PD98IMG.zip in winrar, it should show 14 files in the archive.
<Right Click> on this file --> hboot_7230_Ace_0.85.0019_101227.nb0
and select <Delete File> to delete this from the archive, confirm the deletion and winrar will update the archive.
Close winrar and open a command prompt as Administrator and cd to the directory where you have copied these 4 files (in my case C:\rooting)
Connect your phone to PC
Make sure in phone settings
<Fast boot> is turned OFF
<USB debugging> is turned on under Development
<Charge only> is selected for PC Connection type
Follow the steps below to flash this ROM:
cd to the directory where you the updated PD98IMG.zip file
cd c:\rooting
adb kill-server
adb devices <-- This command should list your HTC Inspire something like: HT11ST224740 device
adb push PD98IMG.zip /sdcard/PD98IMG.zip
adb wait-for-device
adb reboot bootloader
Phone boots up in BootLoader, follow the prompts on the phone (do not close the command window on the PC yet)
hit power
Let HBOOT search for PD98IMG.zip and load it
hit <VOL UP> for Yes to apply the update, and let it do its work:
When it completes updating Press <POWER> to reboot
Let the phone boot up normally
Make sure in phone settings
<Fast boot> is turned OFF
<USB debugging> is turned on under Development
<Charge only> is selected for PC Connection type
Go back to the command shell on the PC and run the following to delete the file from sdcard:
adb shell rm /sdcard/PD98IMG.zip
Now launch Rom Manager and select "Flash ClockworkMod Recovery" (version 3.0.0.6 works)
After it updates, select "Reboot into Recovery" -> Confirm -> Grant Superuser access
And the phone will boot up in ClockworkMod Recovery "yeah..."
Note:
I had to download Terminal Emulator from the Market after flashing this ROM.
--------
UPDATE
--------
If the process above is not for you, here is an easy way I found out.
This will only downgrade your BOOTLOADER to the version which comes with DHD.
All your apps and data will remain intact.
After you have completed rooting with and CWM shows you black screen do this:
Download the attached PD98IMG.zip and follow these steps:
adb kill-server
adb push PD98IMG.zip /sdcard/PD98IMG.zip
adb reboot bootloader
Phone boots up in BootLoader, follow the prompts on the phone (do not close the command window on the PC yet)
hit power
Let HBOOT search for PD98IMG.zip and load it
hit <VOL UP> for Yes to apply the update, and let it do its work:
When it completes updating Press <POWER> to reboot
Let the phone boot up normally
Go back to the command shell on the PC and run the following to delete the file from sdcard:
adb shell rm /sdcard/PD98IMG.zip
Now launch Rom Manager and select "Flash ClockworkMod Recovery" (version 3.0.0.6 works)
After it updates, select "Reboot into Recovery" -> Confirm -> Grant Superuser access
the phone will boot up in ClockworkMod Recovery, enjoy.....
thanks for this. but wow is this motha loooooong.
Or you could use the real hack kit put together by attn1.
Just an FYI, I had the same issue with the black screen but clockworkmod recovery running in the background, and I used this 1-click solution for doing ENG S-OFF, and it work perfectly, the next time the phone booted up into clockworkmod recovery just as it should have.
http://forum.xda-developers.com/showthread.php?t=855403
It seems a heck of a lot easier than what you are trying to do, and I think HBOOT still stays intact.
dougbarrett said:
Just an FYI, I had the same issue with the black screen but clockworkmod recovery running in the background, and I used this 1-click solution for doing ENG S-OFF, and it work perfectly, the next time the phone booted up into clockworkmod recovery just as it should have.
http://forum.xda-developers.com/showthread.php?t=855403
It seems a heck of a lot easier than what you are trying to do, and I think HBOOT still stays intact.
Click to expand...
Click to collapse
The point is eng s off is supposed to be bad for your phone. When I had this issue, I just re ran hack kit and installed new rom. Problem solved.
harlenm said:
The point is eng s off is supposed to be bad for your phone. When I had this issue, I just re ran hack kit and installed new rom. Problem solved.
Click to expand...
Click to collapse
It's not bad for your phone, and you can reverse it if you need to. If you plan to flash different radios, Eng S-Off is a MUST.
californiarailroader said:
It's not bad for your phone, and you can reverse it if you need to. If you plan to flash different radios, Eng S-Off is a MUST.
Click to expand...
Click to collapse
I know that, but the process that does it can brick your phone.
harlenm said:
I know that, but the process that does it can brick your phone.
Click to expand...
Click to collapse
I don't know of anyone that has bricked their phone doing it, but like anything on here there is always a risk.
Mr Kyle said:
Or you could use the real hack kit put together by attn1.
Click to expand...
Click to collapse
I actually used the hack kit also first and that's what gave me this idea. The only reason I used the simple tool is to flash Inspire's stock, rooted ROM.
californiarailroader said:
It's not bad for your phone, and you can reverse it if you need to. If you plan to flash different radios, Eng S-Off is a MUST.
Click to expand...
Click to collapse
This is not true, when you downgrade your Inspire using DHD ROM, it also flashes the radio and you don't have ENG S-Off at that time. See this recent post which also confirms that you dont need ENG S-Off for flashing radio on Inspire.
http://forum.xda-developers.com/showthread.php?t=1002226
I tried this workaround because I didn't want to turn ENG S-Off just to use clockworkmod recovery.
dougbarrett said:
Just an FYI, I had the same issue with the black screen but clockworkmod recovery running in the background, and I used this 1-click solution for doing ENG S-OFF, and it work perfectly, the next time the phone booted up into clockworkmod recovery just as it should have.
http://forum.xda-developers.com/showthread.php?t=855403
It seems a heck of a lot easier than what you are trying to do, and I think HBOOT still stays intact.
Click to expand...
Click to collapse
This method updates your HBOOT with a Engineering HBOOT, which works but is risky and I didn't want to take that risk .
I have HBOOT-0.85.0019 and clockwork works just fine with my phone and always has ever since I did the one click root back on Feb.14th. So I would say your post is not completely true!!!
Plus I have had Eng S-off just to try it and have reversed it also, so it is no more dangerous than anything else done on this forum!!!!
moe3754 said:
I have HBOOT-0.85.0019 and clockwork works just fine with my phone and always has ever since I did the one click root back on Feb.14th. So I would say your post is not completely true!!!
Plus I have had Eng S-off just to try it and have reversed it also, so it is no more dangerous than anything else done on this forum!!!!
Click to expand...
Click to collapse
Well, I guess I was not that lucky. I rooted 2 Inspires and both had the same problem, so I had to do this workaround on both of them.
dougbarrett said:
Just an FYI, I had the same issue with the black screen but clockworkmod recovery running in the background, and I used this 1-click solution for doing ENG S-OFF, and it work perfectly, the next time the phone booted up into clockworkmod recovery just as it should have.
http://forum.xda-developers.com/showthread.php?t=855403
It seems a heck of a lot easier than what you are trying to do, and I think HBOOT still stays intact.
Click to expand...
Click to collapse
I tried this method, and I got an error message that says "CORRUPT BOOTLOADER! DO NOT REBOOT! SEEK HELP AT XDA!" I sought help at xda, and so far nobody has been able to help. I really wish I would have seen this method first, as now I don't know what to do! If anyone could help me, I would greatly appreciate it. I don't want or need eng s-off. Thanks in advance.
lortay78 said:
I tried this method, and I got an error message that says "CORRUPT BOOTLOADER! DO NOT REBOOT! SEEK HELP AT XDA!" I sought help at xda, and so far nobody has been able to help. I really wish I would have seen this method first, as now I don't know what to do! If anyone could help me, I would greatly appreciate it. I don't want or need eng s-off. Thanks in advance.
Click to expand...
Click to collapse
lortay78 you may want to look at this thread:
http://forum.xda-developers.com/showthread.php?t=999219&highlight=corrupt+bootloader
looks like a few other people ran into this problem when using the one-click ENG S-Off tool.
nsnc said:
Looks like clockworkmod recovery is NOT-Compatible with Inspire's HBOOT version which is: HBOOT-0.85.0019
So when clockworkmod recovery is installed with this version of HBOOT it just displays a black screen (but it is actually working in the background but not displaying anything on the screen)
You can check the HBOOT version when you boot in HBOOT, 2nd line from the top:
ACE PVT SHIP S-OFF RL
HBOOT-0.85.0019 <--- this is the version being shipped with Inspire which doesn't work with clockworkmod recovery.
Click to expand...
Click to collapse
You really need to get your facts straight. The shipping hboot works fine with CWM. So does every other hboot on every other DHD RUU.
The black screens are a result of process gone wrong, not the hboot.
harlenm said:
The point is eng s off is supposed to be bad for your phone. When I had this issue, I just re ran hack kit and installed new rom. Problem solved.
Click to expand...
Click to collapse
Also not correct. The eng hboot is not bad for your phone - but using it incorrectly can be.
attn1 said:
You really need to get your facts straight. The shipping hboot works fine with CWM. So does every other hboot on every other DHD RUU.
The black screens are a result of process gone wrong, not the hboot.
Also not correct. The eng hboot is not bad for your phone - but using it incorrectly can be.
Click to expand...
Click to collapse
I like your comments ATT1. Your one of the only DEVS that understand the Inspire.
attn1 said:
You really need to get your facts straight. The shipping hboot works fine with CWM. So does every other hboot on every other DHD RUU.
The black screens are a result of process gone wrong, not the hboot.
Also not correct. The eng hboot is not bad for your phone - but using it incorrectly can be.
Click to expand...
Click to collapse
In my case CWM didn't work with AT&T shipped stock HBOOT (0.85.0019) for Inspire. It worked with the DHD stock shipped HBOOT (0.85.0007). I had same issue on 2 different Inspires, I didn't want to turn ENG S-Off that's why did this work around. There are may other folks who rooted their phone with the 'Simple One Click' program having this same problem and turning ENG S-Off to make CWM work. I didn't try flashing any other version of DHD ROM or any other ROM as I want to stay stock but wanted CWM working to take backups etc.
I've never had this issue. It has always worked for me.
Sent from Desire HD or Inspire 4G or whatever this thing is called via premium XDA app.
lrs421 said:
I've never had this issue. It has always worked for me.
Sent from Desire HD or Inspire 4G or whatever this thing is called via premium XDA app.
Click to expand...
Click to collapse
I don't think you will run into this issue if you are flashing some different ROM over the downgraded DHD ROM. Have you tried flashing the AT&T stock rooted ROM over the downgraded DHD ROM? When you flash a non stock ROM I don't think it includes HBOOT.

[Q] How to ENG S-OFF HTC Sensation?

I have my Sensation SHIP S-OFF and I have the new Sensation XE 3.6.2 ROM running on it, I need to flash a radio that requires ENG S-off but I haven't found any guides to do that yet. I have found plenty for other HTC phones however I dont want to just try that being as ENG S-off is a sensitive process. Any help would be greatly appreciated
You can flash the radio using adb or via bootloader. Just search for it, you should find many explanations.
Sent from my HTC Sensation XE with Beats Audio using xda premium
The instructions I have are as follows, do I need so get radio and eng s off? Sorry, I just want to be sure.
How to flash a radio
This guide is for Windows users only! Your phone must be ENG S-OFF. Radio S-OFF is also highly recommended.
Requirements:
- HTC Sync
- A Windows PC
1. Connect your phone into a PC, and make sure that USB Debugging is enabled
2. Click "Start here". A black command prompt window will open
3. Type: "adb reboot bootloader"
4. Once your phone is in bootloader (white screen with text), type "fastboot flash radio radio.img"
5. When the flashing completes, type "fastboot reboot"
6. Done. Enjoy!
Guys, just because he has s-off, doesn't mean all the fastboot commands work.
Op: you need to find where to dl the eng-hboot, and package it into a PG58***.zip (I can't remember the actual file name), put it on the sdcard, and boot into bootloader mode.
Some Google searching will get you what you need though. Or you could use revolutionary to put a patched hboot with working fastboot (same end result).
Sent from my HTC Sensation 4G using XDA App
If you check out this thread
http://forum.xda-developers.com/showthread.php?t=1193033
And look at method 2 it gives instructions and a download link for the eng s-off hboot
I hope this helps
Sent from my HTC Sensation Z710e using XDA App
Thanks guys! I have one last question. I have noticed that there is 3 separate ways to flash a radio, 1 of which including the PG58IMG.ZIP on command prompt, 1 telling me just go to command prompt and type in manually to push the radio file itself, and 1 telling me to run it from bootloader but NOT ClockworkMod Recovery. Can anyone clear this up for me?
try not to use the zip file method instead use fastboot commands
ZIP method is the easiest and less risky, takes 2 seconds
EddyOS said:
ZIP method is the easiest and less risky, takes 2 seconds
Click to expand...
Click to collapse
If I package it into a .zip file, what all would I package in there? Just the radio.IMG? and wouldn't that also change the checksum?
The file I have is in a .rar inside is a bunch of instructions and data along with he radio.IMG file.
I got ENG-S off now. Thanks!
Edit- Eddy I actually am trying to flash the radio you are currently using. I double checked the exact number to verify, could you tell me what you did to flash it?
Get the radio you want from the Radio thread, already in the correct format to flash via HBOOT
Done and done! Thanks so much everyone!

[Q] Can't flash new radio after flashing Android Revolution HD 6.0.3

Hi. I'm trying to find out how to fix this for the last few days, but so far without success. After flashing Android Revolution HD 6.0.3 from this thread http://forum.xda-developers.com/show...42&postcount=4, my hboot became locked. I didn't think it would be much of a problem, because I read that I can still flash ROMs, but then I saw this message:
"With 6.0.x ROMs I strongly recommend flashing 11.65.3504.00U_11.19.3504.29_2 radio
--- Don't flash RADIO from ClockworkMod recovery! Extract downloaded file and read the guide inside! ---"
I downloaded the file, read the instructions, but it's not letting me flash the radio since it's locked.
So how can I unlock the bootloader again, without messing sth else up?
I'm sorry if somebody answered similar question already.
Thanks in advance.
tx3m said:
Hi. I'm trying to find out how to fix this for the last few days, but so far without success. After flashing Android Revolution HD 6.0.3 from this thread http://forum.xda-developers.com/show...42&postcount=4, my hboot became locked. I didn't think it would be much of a problem, because I read that I can still flash ROMs, but then I saw this message:
"With 6.0.x ROMs I strongly recommend flashing 11.65.3504.00U_11.19.3504.29_2 radio
--- Don't flash RADIO from ClockworkMod recovery! Extract downloaded file and read the guide inside! ---"
I downloaded the file, read the instructions, but it's not letting me flash the radio since it's locked.
So how can I unlock the bootloader again, without messing sth else up?
I'm sorry if somebody answered similar question already.
Thanks in advance.
Click to expand...
Click to collapse
You are probably on HBOOT 1.23?
If you're using fastboot, it wont work (nothing should be locked as long as your phone still says S-OFF)
Copy the PG58IMG.ZIP to your sd card root, and reboot into bootloader, and simply follow the instructions.
Make sure you delete the file asap or it will keep trying to reinstall .
mrew42 said:
You are probably on HBOOT 1.23?
If you're using fastboot, it wont work (nothing should be locked as long as your phone still says S-OFF)
Copy the PG58IMG.ZIP to your sd card root, and reboot into bootloader, and simply follow the instructions.
Make sure you delete the file asap or it will keep trying to reinstall .
Click to expand...
Click to collapse
Yep I am on hboot 1.23. When you download the recommended radio, it's in an archive named Radio_11.65.3504.00U_11.19.3504.29_2.rar . It contains instruction, adb files, and a file named radio.img . So do I just create an archive named PG58IMG.ZIP, containing only the radio.img file, or there is something else?
And the other thing is that it will be best if I can unlock the bootloader again, because I just found out that I'm not able to flash new splash screen too. I guess that there will be many more things that wont work.
tx3m said:
Yep I am on hboot 1.23. When you download the recommended radio, it's in an archive named Radio_11.65.3504.00U_11.19.3504.29_2.rar . It contains instruction, adb files, and a file named radio.img . So do I just create an archive named PG58IMG.ZIP, containing only the radio.img file, or there is something else?
And the other thing is that it will be best if I can unlock the bootloader again, because I just found out that I'm not able to flash new splash screen too. I guess that there will be many more things that wont work.
Click to expand...
Click to collapse
The bootloader will ignore the extraneous stuff so you could just rename as PG58IMG.RAR and that should work.
Also, even though your Bootloader screen says *** LOCKED ***, as long as you have S-OFF, all you have lost is some of the fastboot commands.
Job done
mrew42 said:
The bootloader will ignore the extraneous stuff so you could just rename as PG58IMG.RAR and that should work.
Also, even though your Bootloader screen says *** LOCKED ***, as long as you have S-OFF, all you have lost is some of the fastboot commands.
Job done
Click to expand...
Click to collapse
I just tried what you said, but I got a message saying: "No image or wrong image found", or something similar to that.
Other ways to flash the radio?
Get your desired radio image from http://forum.xda-developers.com/showthread.php?t=1178143, it's already in the appropriate zip file.
Sent from my HTC Sensation XE with Beats Audio using XDA App
tx3m said:
"With 6.0.x ROMs I strongly recommend flashing 11.65.3504.00U_11.19.3504.29_2 radio"
Click to expand...
Click to collapse
I suppose you flashed the 3.12 firmware. That firmware has the 11.65 radio included
Sent from my Kindle Fire using Tapatalk
ar4l said:
I suppose you flashed the 3.12 firmware. That firmware has the 11.65 radio included
Sent from my Kindle Fire using Tapatalk
Click to expand...
Click to collapse
Well, not really. At least not in my case. My radio version is 11.21....(that's what it shows in the bootloader menu). So I need to find a way to flash the radio. I hope that this could prolong my battery life, because right now with light/medium use, I'm able to use the phone for about 8-10 hours, before the battery is dead, which I find absolutely unsatisfactory.
So if anybody knows how I can unlock the hboot 1.23, or flash the radio I need, that would be awesome )

"USB-BRICK"

Hey guys i need quick help. my friends got an USB-Brick which i call it. he can neither charge nor transfer data to hua phone over usb. we tried multiple roms and pcs, its only got 20% left and we really need to get it back to stock to send it in for support. please try n help us!
Sent from my LG-P990 using Tapatalk
Use a memory card reader to put stock rom on sdcard and whatever else u need to revert. Flash that and you're done i guess..
Sent from my Desire S using XDA
I found the possibility with thr pg88img.zip, but im not sure whether thats gonna s-on him again and i dont want to lose any of the batteries charges with fails so im basically looking for a safe method
Sent from my LG-P990 using Tapatalk
langhaardack said:
Hey guys i need quick help. my friends got an USB-Brick which i call it. he can neither charge nor transfer data to hua phone over usb. we tried multiple roms and pcs, its only got 20% left and we really need to get it back to stock to send it in for support. please try n help us!
Sent from my LG-P990 using Tapatalk
Click to expand...
Click to collapse
READ.
http://forum.xda-developers.com/showthread.php?t=1387484
and THIS : http://forum.xda-developers.com/showpost.php?p=17481836&postcount=2
Those Posts both don't really help me, as i cant use fastboot with a broken USB port
E1:My idea was to create a flashable zip which would just copy the contents of the original hboot thing and replace whats on the phone. any advice on which partition i had to use as of?
E2:Okay, so i got what i need for the cwm-flashable zip with another hboot image, but from what i also got now just changin the hboot doesnt lock the bootloader, so how would i do this without using fastboot or adb or an official ruu? reminder: revolutionary s-off
langhaardack said:
Those Posts both don't really help me, as i cant use fastboot with a broken USB port
E1:My idea was to create a flashable zip which would just copy the contents of the original hboot thing and replace whats on the phone. any advice on which partition i had to use as of?
E2:Okay, so i got what i need for the cwm-flashable zip with another hboot image, but from what i also got now just changin the hboot doesnt lock the bootloader, so how would i do this without using fastboot or adb or an official ruu? reminder: revolutionary s-off
Click to expand...
Click to collapse
I'm so sorry. Had completely forgotten about the USB problem! But your only way out is an RUU man... and that can't be used without a working USB, i'm afraid. My understanding kinda hits a brick wall here. I hope somebody more knowledgeable can help you out on this one. Have you tried contacting amidabuddha on PM?
He seems to be very knowledgeable about this stuff.
Best of luck... and sorry i couldn't be of more help.
Yeah i guessed that would be what the end of the story. ;/
ima try some other stuff, contact amidabuddha and if i find a way ill share for sure
either find some one else with same phone or take your phone to a phone shop and get them to charge the battery in another device
You shouldn't risk a flash with minimal battery as this could kill device
Swyped form ym Dersie S unsig XAD Permuim
Thanks for the trust, but unfortunately I am not aware of a method that can change the bootloader without USB connection. That's why I always recommend hboot change after Revolutionary S-OFF just in case something goes wrong...
But if you can find a flashable zip with Engineering bootloader and it works just put rom. zip renamed as PG88IMG on the SDcard afterwards , reboot to bootloader and you are done
Sent from my HTC Desire S
amidabuddha said:
Thanks for the trust, but unfortunately I am not aware of a method that can change the bootloader without USB connection. That's why I always recommend hboot change after Revolutionary S-OFF just in case something goes wrong...
But if you can find a flashable zip with Engineering bootloader and it works just put rom. zip renamed as PG88IMG on the SDcard afterwards , reboot to bootloader and you are done
Sent from my HTC Desire S
Click to expand...
Click to collapse
The engineering bootloader is that eng hboot?
http://forum.xda-developers.com/showthread.php?t=1113820
Found this one, but flashing the pg88img.zip doesnt work because bootloader is skipped
do you think, getting a stock hboot image and flashing it per dd would work?
or flashing this one up there per dd?
so it would be like flashing stock (eng) hboot and afterwards using an ruu rom.zip to restore original rom?
Yes of course I am losing my touch recently
dd should work perfectly, just install terminal emulator on your phone and do the commands from it. Be very careful not to make a typing mistake.
0)The hboot from the thread you linked is the one that you need
1) Extract the hboot_blablabla.img from the PG88IMG.zip and rename it to hboot.img
2) copy it to SDcard via cardreader and PC
3) open Terminal emulator
4) type
Code:
su
dd if=/sdcard/hboot.img of=/dev/block/mmcblk0p18
if no errors reboot to bootloader and check the hboot version it must be 0.98.2000
Then run the RUU on your PC and do not close the first screen, search on the C:/ drive of your PC for rom.zip. Copy it to another location and close RUU. Rename it to PG88IMG.zip
Transfer it to your SDcard, reboot the phone to bootloader and follow the instructions. Be sure that you use the right RUU for your brand/region (it has to be the same or higher version as when it was when you S-OFFed by Revolutionary.)
If you make the steps right you should be complete Stock.
Good luck
Edit: ben_pyett's advice above is worth following too
Okay, thanks. I'm trying to get the ruu right now, but the filefactory links from the thread here suck REAL hard b/c i dont get a free slot, and the other mirror i found was a rapidshare mirror which also sucks w/o a premium account. ;( hate that, its much easier with my lg o2x.
E: Finally got a free slot on filefactory, download is finished in ~1hr. :>
Gonna mow some lawns till then. xD
amidabuddha said:
Yes of course I am losing my touch recently
dd should work perfectly, just install terminal emulator on your phone and do the commands from it. Be very careful not to make a typing mistake.
0)The hboot from the thread you linked is the one that you need
1) Extract the hboot_blablabla.img from the PG88IMG.zip and rename it to hboot.img
2) copy it to SDcard via cardreader and PC
3) open Terminal emulator
4) type
Code:
su
dd if=/sdcard/hboot.img of=/dev/block/mmcblk0p18
if no errors reboot to bootloader and check the hboot version it must be 0.98.2000
Then run the RUU on your PC and do not close the first screen, search on the C:/ drive of your PC for rom.zip. Copy it to another location and close RUU. Rename it to PG88IMG.zip
Transfer it to your SDcard, reboot the phone to bootloader and follow the instructions. Be sure that you use the right RUU for your brand/region (it has to be the same or higher version as when it was when you S-OFFed by Revolutionary.)
If you make the steps right you should be complete Stock.
Good luck
Edit: ben_pyett's advice above is worth following too
Click to expand...
Click to collapse
See, I said you'd find a way, didn't I??
My faith in you is well placed my friend...!!
Oh COME ON. Can't install terminal emulator or anything else from the market. but i got the original RUU which i installed before using revolutionary, so ill try and install the pg88img directly now, hoping that it helps. ._.
Bootloader is bypassed...im turning crazy here! gonna try it per adb over network now i gues...
Oh wait... i guess i just broke it by overwriting su stuff... its gettin worse heeeere, gotta find an eng hboot over 6.98.1002 now... any1 knows of something like that?
E: cant even create a flashable zip anymore now... crappedy crapcrap.
E2: Last update: FINALLY FIXXXXXXED! I got it freakin fixed! found this post: http://forum.xda-developers.com/showpost.php?p=17213055&postcount=49
The PG88IMG.zip overwrites the revolutionary hboot with an eng hboot, and that eng hboot is replaceable by a stock one. I'm SO HAPPY that i finally fixed it after failing so hard. Thanks for all your help, guys. you're awesome.
Glad to hear that you have managed!
I was curious why the first PG88IMG flashing attempt was not successful and compared the two files. It appeared that the one from the "ENG hboot is here" thread has an img.img extention. Probably this difference in the filename causes the preflashing check failure. Will have this in mind in future
Sent from my HTC Desire S
I have the same problem on my phone ie usb brick. I used revolutionary to s off and then upgraded to the newest hboot myself without using eng bootloader. But I'm not sure If I can use the method prescribed above on my phone since I'm on hboot 2002.
You guys know of something else i can try ??
Thanks!
Sent from my HTC Desire S using XDA
Any body?
Sent from my HTC Desire S using XDA
Any body? <br />
<br />
Sent from my HTC Desire S using XDA
Click to expand...
Click to collapse
Thanked you by mistake
Sent from my HTC Desire S
Any body? <br />
<br />
Sent from my HTC Desire S using XDA
Click to expand...
Click to collapse
Triple post because of crappy WiFi connection
Sent from my HTC Desire S
Any body?
Sent from my HTC Desire S using XDA
Click to expand...
Click to collapse
Now on topic: you don't need to re flash any bootloader just put the PG88IMG (renamed rom.zip) taken from the latest proper RUU for your brand/region on your SDcard, reboot to bootloader and follow the instructions. Then you should be back to a Stock system
Sent from my HTC Desire S

[Q] How to root Desire S, S-OFF, hboot 2.00.0002, android 4.0.4

Hello people. Just one question. I searched on google and here on xda how to do it but still Im not sure how to do it. I have HTC Desire S, S-OFF with 2.00.002 hboot version and 4.0.4. android version. How do I permanetly root? The official 4.0.4 is kinda laggy, at least for me. I tried few methods but still nothing.. And, I found few methods like for 0.98 hboot or 2.3.5. android but my phone isnt that so Im not sure will it work. Thanks im advance
chorba69 said:
Hello people. Just one question. I searched on google and here on xda how to do it but still Im not sure how to do it. I have HTC Desire S, S-OFF with 2.00.002 hboot version and 4.0.4. android version. How do I permanetly root? The official 4.0.4 is kinda laggy, at least for me. I tried few methods but still nothing.. And, I found few methods like for 0.98 hboot or 2.3.5. android but my phone isnt that so Im not sure will it work. Thanks im advance
Click to expand...
Click to collapse
Is your bootloader unlocked? If so then flash a custom recovery and flash a custom ROM, they all tend to be pre-rooted.
Sent from my Desire S using xda app-developers app
You're already S-OFF so you don't need to worry about most steps in guides.
I assume you have a custom recovery? You can just flash one of the superuser/superSU zip packages. (Desire S uses ARM).
You may also need to flash busybox.
My good gentlemen,
he says the phone is s off already
If you want to ROOT your phone (my case: Desire S , Mfc date: 2011-July ). This is the procedures i learned from China Android forums, at least it works on Me.!!
Make Sure your Hboot is 2.00.0002
Prepare 2 files first: Superuser-3.0.7-efghi-signed.zip and su-bin-3.0.3.2-efghi-signed.zip
(you should find those on the internet)
First:
Recovery --> install Superuser-3.0.7-efghi-signed.zip from SDcard, and Reboot;
Second:
Recovery --> Install su-bin-3.0.3.2-efghi-signed.zip from SDcard Again and Reboot.
Usually, your phone should be Rooted.!!
Have Fun
Thanks for answers Well, the only thing I wanna do is flash a custom rom, and I dont know do I need rooted device for that? If I dont, what do I need? And, how can I check is my bootloader unlocked? And, where can I find a custom recovery? Can anyone link me please? Thanks ^^
I learned few things on my old Desire but this seems little complicated If isnt a probem, can anyone give me a step by step guide what I have to do to start flashing custom roms or something? I'd appreciate it. Thanks in advance
chorba69 said:
Thanks for answers Well, the only thing I wanna do is flash a custom rom, and I dont know do I need rooted device for that? If I dont, what do I need? And, how can I check is my bootloader unlocked? And, where can I find a custom recovery? Can anyone link me please? Thanks ^^
I learned few things on my old Desire but this seems little complicated If isnt a probem, can anyone give me a step by step guide what I have to do to start flashing custom roms or something? I'd appreciate it. Thanks in advance
Click to expand...
Click to collapse
Reboot to bootloader and check the first and second lines of text there...
first states < unlocked > if it was unlocked
second at the end: s-off.... or s- on
If your device realy was: s- off,
then your bootloader does not perform check of a signature,
so, in human language means: you may flash anything you want
custom recovery: clockworkmod or 4ext,
you may find in index thread for desire s...
here is the link
http://forum.xda-developers.com/showthread.php?t=1146601
there you can find tutorials about flashing, rooting etc, etc...all you`ll need
here is another link to the help thread, where you may ask questions if you
stumbled somewhere, along the way
http://forum.xda-developers.com/showthread.php?t=2143855
one more thing: when choosing roms, you should only flash roms for your device
htc desire s ( that`ll save you headaches )
Erm.. Just checked and it says bootloader is locked :/ It is S-OFF but locked. How can I unlock it? On HTCdev or? Thanks
chorba69 said:
Erm.. Just checked and it says bootloader is locked :/ It is S-OFF but locked. How can I unlock it? On HTCdev or? Thanks
Click to expand...
Click to collapse
I`ve never had stock s-off device ( always had to do it myself )
but if you phone was never rooted before and its security flag is set to s- off,
then i think its bootloader will never check manufacturer`s signature
Try this:
download from the market or from 4ext thread (index thread )
< 4ext recovery updater > and from within that application,
try to install recovery ( you`ll need it anyway )
if that`ll turn out to be succesful, then your phone is ready for the ride...
Go to the thread from the second link ( help thread )
and ask there whether device that is s- off, needs its bootloader to be unlocked
in order to be ready to flash custom roms...
To unlock bootloader you may try comand ( not sure if that would work for you )
fastboot oem unlock
issued to you phone through comand prompt ...
Prior to this action you should set up ADB on your pc,
and of course install the drivers for your device...
Says this what I attached. What now?
chorba69 said:
Says this what I attached. What now?
Click to expand...
Click to collapse
Ok then...
you have to flash recovery via fastboot
1. download and set up adb and drivers for you phone ( and install them )
2. download recovery ( clockworkmod or 4ext )
3.extract < recovery_xxxyyy.img > from the zip file- if you downloaded it zipped...
4.rename file to < recovery.img > and place it in the folder
where you`ve placed ADB
5.open command prompt and issue command:
cd c:\name of the folder with ADB [ enter ]
6. reboot your phone to bootloader and wire it to you pc
7. issue command:
fastboot devices
if your device has been recognised( list of devices attached xxxyyy05321...)
you`ll see your phone`s ID
8. issue command:
fastboot flash recovery recovery.img
9. reboot bootloader, and from its option choose recovery
10. from recovery you may flash < superuser.zip >
if you just want your current rom rooted
or via recovery you may flash custom rom...
Alright mate thanks a lot. Im gonna try that as soon as I come home. Just one thing more, any chance of bricking my device? While doing that.
chorba69 said:
Alright mate thanks a lot. Im gonna try that as soon as I come home. Just one thing more, any chance of bricking my device? While doing that.
Click to expand...
Click to collapse
To be honest, when fiddling with phone`s system, bootloader etc..
however small- there is always a chance that you may manage to brick it,
but i`ve been followiing the above mentioned procedures- and many others before me,
many times, and it was always working without a problem,
it was tested and shared, first by the great ones among us,
so one may call them safe to perform,
but you should always remember to be careful,
and better read or ask twice, before doing something you do not fully understand
Ok just to make sure Im doing everything alright.
First, nothing to do with bootloader? Unlock or something?
Next, I create new folder on my pc on C partiton (because of cmd prompt you've said?), download adb and phone drivers and place them in the folder. Then install the drivers. Afterwards, download recovery and place it in the folder with adb and phone drivers and rename to recovery.img. Next, I reboot phone in bootloader and flash recovery. Then I have to reboot in bootloader again, how to? Phone will turn off so I can reboot in bootloader or what? Then I go in recovery, flash superuser.zip for rooted phone and afterwards flash custom rom. Thats it?
chorba69 said:
Ok just to make sure Im doing everything alright.
First, nothing to do with bootloader? Unlock or something?
Next, I create new folder on my pc on C partiton (because of cmd prompt you've said?), download adb and phone drivers and place them in the folder. Then install the drivers. Afterwards, download recovery and place it in the folder with adb and phone drivers and rename to recovery.img. Next, I reboot phone in bootloader and flash recovery. Then I have to reboot in bootloader again, how to? Phone will turn off so I can reboot in bootloader or what? Then I go in recovery, flash superuser.zip for rooted phone and afterwards flash custom rom. Thats it?
Click to expand...
Click to collapse
In bootloader, there is an option to reboot it,
While in fastboot usb mode, bootloader is the first option,
go into it (power button )....
There you can also find < recovery > option....
@chorba69
Go here and find the zip download link (here), extract to same folder as fastboot/adb (and optionally md5 check).
Reboot your phone into Fastboot (reboot to bootloader and if there is an option "fastboot", choose it, else you're already there)
Connect by USB (see the "+files" in my signature if you need windows drivers so your computer understands it's an android phone)
Open a command prompt window (hold shift, right click in the folder, open command prompt..)
Code:
fastboot flash recovery recovery.img
Wait for flash, if you see a message like "waiting for device", your phone isn't connected, you're on the wrong screen on your phone or your computer doesn't have the drivers installed.
Reboot back into bootloader
vol up/down, power button to choose Recovery
You now have a custom recovery (and you're viewing it), now you just have to select your zip from sdcard to flash it (this time the zip is the superuser/whatever).
Backups save phone's lives!
I'm curious about the first line of your hboot (after locked/unlocked/relocked)? e.g. mine is "SAGA PVT ENG S-OFF", if yours says "SAGA PVT SHIP S-OFF" then you're "radio s-off" and can do things like change your phones CID (let it use any network). If it's ENG S-OFF and not pre owned, then you're very lucky indeed (and some people might want more info about/a copy of your hboot)!
Paulie, I attached the image as you can see. Says it's PVT SHIP S-OFF. Do I need to do something before flashing recovery and superuser/rom etc? Or it's not important? Whats the difference anyways between PVT and ENG? And thanks ^^
Mhm. Just tried to flash recovery but recieved this message (attached). Im on FASTBOOT USB screen on phone and in the right directory on pc. Do I need to set up adb or something? Or what do I have to do now?
PVT is expected there, SHIP seems to mean "this version is for general release" whereas "ENG" signifies that it is an ENGineering version.
chorba69 said:
Mhm. Just tried to flash recovery but recieved this message (attached). Im on FASTBOOT USB screen on phone and in the right directory on pc. Do I need to set up adb or something? Or what do I have to do now?
Click to expand...
Click to collapse
I'm surprised you got this error. S-OFF should've meant you had no problem. Instead, you can try using the PG88IMG.zip method. Place the file in the root directory of your phone's SD card, reboot to bootloader and it should detect it and ask you if you want to apply the update.
Remember to delete/rename/move this zip file after it's done, as you'll not be able to use your bootloader normally whilst it is detected.
If you still get another error message, let us know!
Please be careful with the file below.
P88IMG.zip MD5: 729f7b435eadf6321ffc36d1da6a0f83
recovery.img MD5: b81b154d1381c9a7f23be39b645be38b
paulie-uk said:
PVT is expected there, SHIP seems to mean "this version is for general release" whereas "ENG" signifies that it is an ENGineering version.
I'm surprised you got this error. S-OFF should've meant you had no problem. Instead, you can try using the PG88IMG.zip method. Place the file in the root directory of your phone's SD card, reboot to bootloader and it should detect it and ask you if you want to apply the update.
Remember to delete/rename/move this zip file after it's done, as you'll not be able to use your bootloader normally whilst it is detected.
If you still get another error message, let us know!
Please be careful with the file below.
P88IMG.zip MD5: 729f7b435eadf6321ffc36d1da6a0f83
recovery.img MD5: b81b154d1381c9a7f23be39b645be38b
Click to expand...
Click to collapse
Hmm. So after I put that file on SD card, I have to flash it or flash the recovery.img? Or just when I put it and enter bootloader it will automatically start flashing the recovery?

Categories

Resources