[RADIO][24 Nov 2011] HTC Sensation Radios [PG58IMG.zip]

Search This thread

Beast84

Senior Member
Oct 28, 2007
1,126
41
Albuquerque
So would these all work on any variation of the Sensation? I know flashing bad radio's can brick a device so I don't want to go doing anything stupid, you know?
 

anthrax132

Senior Member
Jan 10, 2010
67
24
Namur
So would these all work on any variation of the Sensation? I know flashing bad radio's can brick a device so I don't want to go doing anything stupid, you know?

Same question; knowing that there are differences between models (ex: US 4G vs EU 3G), is it safe to flash any of those radios?

Thanks in advance
 

jermx

Senior Member
Oct 10, 2009
225
16
Do I need eng s-off to flash radios? Or just need s-off to flash? Any radio will work right?
 

chisleu

Senior Member
Mar 7, 2011
1,042
105
Myrtle Beach SC
So first you flashed ENG Hboot and rebooted phone and flashed the radio?

I did it that way, but I am unable to get the radio to flash.

I have a T-Mobile US Sensation 4g and I have a radio version not listed in the first post.

Anyone have any idea what to do? I'm hoping the newer radio version solves my poor signal strength issue (my other phones have no issues here.)
 

joemm

Senior Member
extract the radio.img from the zips in the OP,
It should be a .img file.
Its should be named radio.img
Next place the radio.img where your fastboot.exe file is. It should be in your AndriodSDK tools folder.
(Note: If you have your SDK \tools folder add to your environmental variables then you can use Fastboot from any directory.)
Again make sure the file is named radio.img

Next boot into bootloader the select fastboot.
Hook up your usb.
It should say "fastboot usb" on your phone
On the computer open terminal.
I always make sure my phone is recognized so I type

Code:
 fastboot devices

you should get back "fastboot + your devices serial number"

next type

Code:
 fastboot flash radio radio.img

when its done, next type
Code:
 fastboot reboot

Thats it you should have the new radio.img flashed to your phone.

Warning : flashing radios is dangerous and can brick you phone, make sure the radio.img file you are gonna flash is not corrupt.
 

chisleu

Senior Member
Mar 7, 2011
1,042
105
Myrtle Beach SC
Thats it you should have the new radio.img flashed to your phone.

Warning : flashing radios is dangerous and can brick you phone, make sure the radio.img file you are gonna flash is not corrupt.

I did this just now, as you described.

I flashed 10.43a.9007.00U_10.51.9007.27 but my radio still lists as 10.11.9007.27_M3

EDIT:
I am a t-mobile US customer with a sensation 4g
I am hoping this solves a signal strength problem I have (which I don't have with other phones)
I have S-OFF, android revolution ROM
I have flashed ENG-HBOOT with and then retried to flash the radio with no joy.
 
Last edited:

joemm

Senior Member
I did this just now, as you described.

I flashed 10.43a.9007.00U_10.51.9007.27 but my radio still lists as 10.11.9007.27_M3

Maybe the Op has the radio.img mixed up with another radio.img when he created the PG58IMG.zip files, I run the G2/DesireZ radio thread and know at times having a bunch of radio.img's open at the same time can get confusing when making the update.zip's, my suggestion would be to pull the radio.img from the stock RUU, that way you know for sure what radio.img your are flashing, right now your depending that the OP didn't get things mixed up.
 

PapaDocta

Senior Member
Jun 4, 2004
1,393
160
i extracted the radio from a different rom which is not listed here and flashed into my 4G and in the bootloader screen it still shows the old radio but when in the settings>about it shows the radio that i have flashed...
 

chisleu

Senior Member
Mar 7, 2011
1,042
105
Myrtle Beach SC
i extracted the radio from a different rom which is not listed here and flashed into my 4G and in the bootloader screen it still shows the old radio but when in the settings>about it shows the radio that i have flashed...

yep me too. I have tried the same version from two different sources.

settings->about phone also tells me I'm running insert coin ROM when I'm actually running Android Revolution.
 

ridikolous

Senior Member
Jun 25, 2010
798
147
Have no problem flashing radio thru fastboot. Bootloader shows the radio I've flash, using tmob USA sensation.

Sent from my duo core monster.
 

chisleu

Senior Member
Mar 7, 2011
1,042
105
Myrtle Beach SC
I don't know exactly what is going on, but I flashed the last one and it did in fact change the text in the bootloader. The 2nd to last one (the one for the 401 RUU) has the wrong radio version number in the bootloader.
 

ridikolous

Senior Member
Jun 25, 2010
798
147
I don't know exactly what is going on, but I flashed the last one and it did in fact change the text in the bootloader. The 2nd to last one (the one for the 401 RUU) has the wrong radio version number in the bootloader.

I flashed the radio from android revolution hd thread.

Sent from my duo core monster.
 

manudas

Senior Member
Jun 7, 2008
163
3
Did you tried to flash the radio with ENG S-off SHIP S-off or with AlpharevX (revolutionary) S-off ??

I, with revolutionary one, flashed the last radio and I had no problems at all. The correct baseband version is showed in settings. I don´t know if will be the same in hboot, but I suppose.
 
Last edited:

chisleu

Senior Member
Mar 7, 2011
1,042
105
Myrtle Beach SC
Did you tried to flash the radio with ENG S-off SHIP S-off or with AlpharevX (revolutionary) S-off ??

I, with revolutionary one, flashed the last radio and I had no problems at all. The correct baseband version is showed in settings. I don´t know if will be the same in hboot, but I suppose.

stop supposing! :)
HBoot shows: 10.11.9007.27_M3 while about->phone shows the version listed (10.51.whatever)

I first tried with AlpharevX's, then I used it to flash ENG S-off which didn't help.
 
  • Like
Reactions: manudas

Top Liked Posts

  • There are no posts matching your filters.
  • 114
    Code:
    /* I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or the end of the world. Please do some research
     * if you have any concerns about flashing a radio before flashing it!
     * YOU are choosing to make these modifications, and if you point the
     * finger at me for messing up your device, I will laugh at you. */

    How to Flash:

    In order for this to work, the HTC Sensation needs to be S-OFF. Flashing the radio with a corrupt file or interrupting the flash, can brick the device, please proceed with caution.

    1. Download the your choice of radio for the HTC Sensation.
    2. Make sure the filename is PG58IMG.zip exactly or it will not work and copy it to the same folder as adb (the /platform-tools folder within the Android SDK folder).
    3. Connect the HTC Sensation to the computer via USB.
    4. On the computer, open terminal and run the following commands:
      Code:
      adb push PG58IMG.zip /sdcard/PG58IMG.zip
      adb shell md5sum /sdcard/PG58IMG.zip
      NOTE: The md5 should match up the provide the original download location. If not, redownload & try again.
      Code:
      adb reboot bootloader
    5. The HTC Sensation will reboot & usually boot into fastboot. Pressing the Power button will put the device into the bootloader.
    6. The bootloader will scan for the radio update. Once it finds the update, select Yes.
    7. Allow the bootloader to finish flashing the updated radio, and reboot the HTC Sensation normally.

    Downloads:

    From Gingerbread-based RUUs:
    • From the 1.23.163.1 RUU:
    • From the 1.24.161.1 RUU:
    • From the 1.24.162.1 RUU:
      • has the same radio as the 1.24.161.1 RUU
    • From the 1.24.163.1 RUU:
      • has the same radio as the 1.24.161.1 RUU
    • From the 1.24.166.1 RUU:
      • has the same radio as the 1.24.161.1 RUU
    • From the 1.24.401.1 RUU:
      • has the same radio as the 1.24.161.1 RUU
    • From the 1.24.468.1 RUU:
      • has the same radio as the 1.24.161.1 RUU
    • From the 1.24.911.1 RUU:
      • has the same radio as the 1.24.161.1 RUU
    • From the 1.27.161.1 RUU:
    • From the 1.27.168.5 RUU:
      • has the same radio as the 1.27.161.1 RUU
    • From the 1.27.187.5 RUU:
      • has the same radio as the 1.27.161.1 RUU
    • From the 1.27.401.3 RUU:
      • has the same radio as the 1.27.161.1 RUU
    • From the 1.27.531.2 RUU:
      • has the same radio as the 1.27.161.1 RUU
    • From the 1.28.707.2 RUU:
    • From the 1.28.708.2 RUU:
      • has the same radio as the 1.28.707.2 RUU
    • From the 1.28.709.3 RUU:
      • has the same radio as the 1.28.707.2 RUU
    • From the 1.28.720.2 RUU:
      • has the same radio as the 1.28.707.2 RUU
    • From the 1.29.531.2 RUU:
      • has the same radio as the 1.27.161.1 RUU
    • From the 1.34.206.1 RUU:
    • From the 1.34.771.1_R RUU:
      • has the same radio as the 1.34.206.1 RUU
    • From the 1.34.841.6 RUU:
      • has the same radio as the 1.34.206.1 RUU
    • From the 1.35.61.1 RUU:
      • has the same radio as the 1.34.206.1 RUU
    • From the 1.35.75.1 RUU:
      • has the same radio as the 1.34.206.1 RUU
    • From the 1.35.401.1 RUU:
      • has the same radio as the 1.34.206.1 RUU
    • From the 1.35.666.1 RUU:
    • From the 1.35.707.1 RUU:
      • has the same radio as the 1.34.206.1 RUU
    • From the 1.35.708.1 RUU:
      • has the same radio as the 1.34.206.1 RUU
    • From the 1.35.709.1 RUU:
      • has the same radio as the 1.34.206.1 RUU
    • From the 1.45.401.2 OTA/RUU:
    • From the 1.45.531.1 OTA:
      • has the same radio as the 1.45.401.2 OTA/RUU
    • From the 1.50.401.1 RUU:
      • has the same radio as the 1.45.401.2 OTA/RUU
    • From the 1.72.401.1 RUU:
    • From the 1.73.401.2 RUU:
      • has the same radio as the 1.72.401.1 RUU
    • From the 1.73.401.4 RUU:
      • has the same radio as the 1.72.401.1 RUU
    • From the 2.08.401.1 RUU:
    6
    In order for this to work, the HTC Sensation needs to be S-OFF.

    10characters
    6
    First, thank you for the write up and radio links and contribution to all of this.

    Now for my question: Wouldn't fastboot be easier and safer?
    1 - Copy the .img to your /sdk/tools folder (or whatever folder depending on computer OS). Verify MD5.
    2 - Boot into bootloader (Vol Down + Pwr).
    3 - Navigate to Fastboot (Vol down to Fastboot and press Pwr). Make sure your phone says Fastboot USB.
    4 - Open command promt (or terminal depending on OS)in folder you put file.
    5 - Type:
    Code:
    fastboot flash radio xxxx.img
    xxxx is radio name.

    I find this faster and safer. I find SDCards can corrupt the file easier than anything else therefore leaving the file on your computer to flash from is one less transfer and possible issue. As we all know, the 2 things that have the greatest chance of bricking a device are your Radio and Bootloader images.

    Just my .02:cool:
    4
    OP updated with the 10.56.9035.00U_10.14.9035.01 radio from the 1.45.401.2 OTA.
    4
    Updated OP with the 11.59.3504.00U_11.16.3504.16 radio from the 2.08.401.1 RUU.