- Nov 25, 2010
- 15,958
- 2,752
- 0
[INFO]HOW TO FLASH YOUR RADIO/MODEM USING FASTBOOT
Figure I might as well throw this out there for everyone... Thre are various guides out there but none really go into good detail for our newer or not so tech savy users....[/INFO]
[NOTE]
The radio needs to be flashed via your bootloader and fastboot. The following shows how to do so using the newest Odin-ICS Android v4.0.4 Leak. You can still apply this technique to flashing any of the older/official radios available.
So you need the following...
Download : fastboot.exe (if you don't have it already from the android-sdk/platform-tools/ folder)
Create a folder on your C:/ called "FASTBOOT" and drop that fastboot.exe file inside it.
Next take that tar file from the Odin Android 4.0.4 leak package and extract the following file...
SPH-D720_IMM26_KL2_Modem_signed.tar
Once you extract that file above you will see the following file...
signed_radio.img
Take that signed_radio.img and drop it into that " FASTBOOT " folder I told you to create earlier.
Next boot into your bootloader (powered off, press and hold volume up + power)
Now in Windows open a Command/DOS window from the RUN option or from the search bar under the Start Menu. Type " cmd " and hit enter.
Next with the Command window open, type...
(press enter)
Now your command prompt should be..
Next type in the following line of code...
(Press enter)
This should only take under a minute to complete...
When its done, select REBOOT and your Radio/Modem should be updated.
FYI, I updated my radio while still running Android 4.0.3/Code Name Android ROM.
Notice the Baseband version D720SPRKL2
Enjoy...
[/NOTE]
Figure I might as well throw this out there for everyone... Thre are various guides out there but none really go into good detail for our newer or not so tech savy users....[/INFO]
[NOTE]
The radio needs to be flashed via your bootloader and fastboot. The following shows how to do so using the newest Odin-ICS Android v4.0.4 Leak. You can still apply this technique to flashing any of the older/official radios available.
So you need the following...
Download : fastboot.exe (if you don't have it already from the android-sdk/platform-tools/ folder)
Create a folder on your C:/ called "FASTBOOT" and drop that fastboot.exe file inside it.
Next take that tar file from the Odin Android 4.0.4 leak package and extract the following file...
SPH-D720_IMM26_KL2_Modem_signed.tar
Once you extract that file above you will see the following file...
signed_radio.img
Take that signed_radio.img and drop it into that " FASTBOOT " folder I told you to create earlier.
Next boot into your bootloader (powered off, press and hold volume up + power)
Now in Windows open a Command/DOS window from the RUN option or from the search bar under the Start Menu. Type " cmd " and hit enter.
Next with the Command window open, type...
Code:
cd c:\FASTBOOT
Now your command prompt should be..
Code:
c:\FASTBOOT>
Code:
fastboot flash radio signed_radio.img
This should only take under a minute to complete...
When its done, select REBOOT and your Radio/Modem should be updated.
FYI, I updated my radio while still running Android 4.0.3/Code Name Android ROM.

Notice the Baseband version D720SPRKL2
Enjoy...
[/NOTE]