[RADIO] HTC Incredible 2 Radios [PG32IMG.zip] (Updated: 3 July 2011)

SHAKE_JONES

Member
Joined
Jan 17, 2011
Messages
168
Reaction score
0
--All credit goes to gu1dry at XDA--

[RADIO] HTC Incredible 2 Radios [PG32IMG.zip] (Updated: 3 July 2011) - xda-developers

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 Incredible 2 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 Incredible 2.

2. Make sure the filename is PG32IMG.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 Incredible 2 to the computer via USB.

4. On the computer, open terminal and run the following commands:

Code:
adb push PG32IMG.zip /sdcard/PG32IMG.zip
adb shell md5sum /sdcard/PG32IMG.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 Incredible 2 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 Incredible 2 normally.

Downloads:

From Froyo-based RUUs:

-From the 0.0.0.330336 RUU:
-0.86.50.0123
md5: e412e3ce52e313d8a4838b8924830338

-From the 0.92.1401.0 RUU:
-0.98.50.0302
md5: d5741b75a0daa3d35dfe32c8b2df3bb9

From the 1.08.1401.0 RUU:
-0.99.50.0401
md5: e01e4255da750844dee758dcff86da65

-From the 1.08.1401.4 RUU:
-has the same radio as the 1.08.1401.0 RUU

-From the 1.30.1401.3 RUU:
-0.99.50.0323_2
md5: bf5a93ec531aabcd05f78c2131b025a3

-From the 1.34.605.4 RUU (HTC Incredible 2 Stock):
-0.99.01.0225_2
md5: 3b78b7fa690fe883196b44f584510cef

From Gingerbread-based RUUs:

-From the 2.18.605.3 RUU:
-1.09.01.0622
md5: 028bc6539fd60d51ad87993783ea59af

-From the 2.18.605.4 RUU:
-has the same radio as the 2.18.605.3 RUU
 

jcl197

Member
Joined
Jan 15, 2011
Messages
100
Reaction score
0
Location
Pennsylvania
Can you flash a GB radio to a FROYO ROM? The last time i flashed radios was when I had my HTC Touch Pro running WinMo so i wanted to make sure i dont mess this phone up.

Thanks!
 

kinz

New Member
Joined
Jul 28, 2011
Messages
25
Reaction score
0
So I can not just put this on the root of the sd and boot up into h boot and let it run?

Sent from my ADR6350 using DroidForums
 

ABQNM

Member
Joined
Oct 12, 2010
Messages
496
Reaction score
1
So I can not just put this on the root of the sd and boot up into h boot and let it run?

Sent from my ADR6350 using DroidForums

That should work too, but the adb method is better because you can check the md5 to make sure it is not corrupted before flashing. ChevyNo1 posted a simple version of ADB on rootzwiki that does not need the Android SDK or Java installed to run. http://rootzwiki.com/showthread.php?2175-Your-1-ADB-Source!!-7-29-11 This adb works very easily. If you already have the HTC driver installed, it will take 30 seconds to get running.
 
Top