Need a little help flashing radio.img

Search This thread

Jdom58

Senior Member
Aug 30, 2009
1,531
275
South Florida
Ok it's hopefully just something I'm overlooking but haven't gotten it to work so far. I have ADB and Fastboot set up on computer and the phone is T-Mob m8, unlocked, rooted, TWRP, Custom ROM, S-Off, Super CID. I have downloaded the radio zip, extracted the radio.img and put it in the adb folder in my c drive. Now I followed a couple of steps posted:

Fiash via adb:
1. Download the radio.img above
2. Put the radio.img file into your ADB folder
3. Open up command prompt and copy and paste the EXACT lines
4. adb push radio.img /storage/sdcard0/radio.img
5. adb shell
5. su
6. dd if=/storage/sdcard0/radio.img of=/dev/block/mmcblk0p20
7. adb reboot

I get cannot stat "radio.img" no such file or directory any suggestions? thanks




but each time i get a file not found so what is
 

Da Kine

Senior Member
Apr 25, 2011
2,233
1,398
Santa Rosa, Ca
Okay, make sure the radio.img is in the folder you have adb and fastboot setup, then do the following once your phone is connected to your computer:

Open command and type the following:

Code:
adb reboot bootloader

fastboot flash radio NAME_OF_FILE_.img

Then reboot your phone afterwards.
 
  • Like
Reactions: Jdom58

Jdom58

Senior Member
Aug 30, 2009
1,531
275
South Florida
Okay, make sure the radio.img is in the folder you have adb and fastboot setup, then do the following once your phone is connected to your computer:

Open command and type the following:

Code:
adb reboot bootloader

fastboot flash radio NAME_OF_FILE_.img

Then reboot your phone afterwards.

Thanks! got it working, I knew I was having a vegetable moment, I was putting the radio.img in the actual adb folder. Once I removed it from there and put it in the c: drive folder it worked like a charm :good:
 

Top Liked Posts