[RADIO]I337/M/I545/L720/M919<Latest OTA modems>

sonny21

Senior Member
Oct 7, 2012
156
44
0
Here is the latest OH1 GS4 I337M modem with non-hlos, do not flash zip! extract and flash modem only. Tested and working great on Samsung GS4 Rogers phone, should work with all Canadian carriers
https://mega.nz/#!HJJHEbga!Klhgq7PcIkv8KrcUnXW7-R9z6MLdH0lg6mlvAagFaZc
Thanks. I'm still on NE3 modem, have you noticed improvements in the latest modem, signal wise? Will it work with 4.4.2 (I'm assuming it will but you never know)?

I wish there was a thread or more discussions based on modem firmware performances, I know you just gotta try it but I always like to have some input from others from their experience.
 

cantenna

Senior Member
Aug 5, 2012
2,287
548
193
Newcastle
Thanks. I'm still on NE3 modem, have you noticed improvements in the latest modem, signal wise? Will it work with 4.4.2 (I'm assuming it will but you never know)?

I wish there was a thread or more discussions based on modem firmware performances, I know you just gotta try it but I always like to have some input from others from their experience.
I haven't been on NE3 for a while, I don't notice any real difference but I just prefer to keep with current modems as they become available
 
  • Like
Reactions: sonny21

Flukester69

Senior Member
Feb 29, 2012
1,478
233
0
Ottawa
www.tomishere.ca
I haven't been on NE3 for a while, I don't notice any real difference but I just prefer to keep with current modems as they become available
Hi question for you.. If I use Odin Mobile Lite.. do I need this flashkernel thing it says? I assume you are pushing this through adb or fastboot or something rather than the mobile app. I've flashed radio a long time ago, but I forget. Obviously I don't want to f it up. Also the hlos file I don't think I need. Currently on the Validus ROM for S4 JFLTE-canada..

Flashing this radio did not work for me. OH1 didn't work for me. I tried via ODIN and via ODIN PRO Mobile. I am on Validus ROM 5.1.1. i used the .zip version and extracted the modem.bin and put it on the external sd. Everything said it was fine but upon verification in Settings About.. still same version I had before.

Update: Doesn't work for me because I'm Virgin/Bell. At least the version I had. Downloading a stock rom, I'll grab it from there.
 
Last edited:

Flukester69

Senior Member
Feb 29, 2012
1,478
233
0
Ottawa
www.tomishere.ca
Here is the latest OH1 GS4 I337M modem with non-hlos, do not flash zip! extract and flash modem only. Tested and working great on Samsung GS4 Rogers phone, should work with all Canadian carriers
https://mega.nz/#!HJJHEbga!Klhgq7PcIkv8KrcUnXW7-R9z6MLdH0lg6mlvAagFaZc
And doesn't on Virgin. Rogers has their own baseband/radio. Thanks. I doubt it does anything worthwhile anyway. No info for what OH1 does or fixes. Probably better not to just blindly flash something like this. Also the OP's post mentioning Odin Mobile Pro is a waste of time and money too. I know I bought it. If you are on a custom ROM whatever it downloads will F up your custom ROM if you are on one. The post should be removed its out of date and never updated because like the dude who wrote it has a new phone and naturally doesn't care anymore.
 
Last edited:
  • Like
Reactions: fabian108

bigmama

Senior Member
May 1, 2007
53
4
0
Montreal
OH1 GS4 I337M worked for me like a charm

And doesn't on Virgin. Rogers has their own baseband/radio. Thanks. I doubt it does anything worthwhile anyway. No info for what OH1 does or fixes. Probably better not to just blindly flash something like this. Also the OP's post mentioning Odin Mobile Pro is a waste of time and money too. I know I bought it. If you are on a custom ROM whatever it downloads will F up your custom ROM if you are on one. The post should be removed its out of date and never updated because like the dude who wrote it has a new phone and naturally doesn't care anymore.
My phone is bell I337M using it now with Videotron and just upgraded modem to I337MOH1 worked like a charm. Just follow the procedure and it will work (flash twice).
 
  • Like
Reactions: fabian108

smilingcruel

Senior Member
Jun 15, 2011
266
55
0
******
I made this tutorial for people than want to help

You have to have adb and have knowledge on how to uset it

Extracting a modem TUT

FIRST METHOD

1. Extract the modem to your internal memory

adb shell su -c "dd if=/dev/block/mmcblk0p2 of=/sdcard/modem.bin bs=4096"

2. The NON-HLOS.bin

adb shell su -c "dd if=/dev/block/mmcblk0p19 of=/sdcard/NON-HLOS.bin bs=4096"

3. Pull the modem from the internal memory

adb pull /sdcard/modem.bin

4. Pull the NON-HLOS.bin

adb pull /sdcard/NON-HLOS.bin

SECOND METHOD

If you know how to use terminal on sgs4 you can type this

adb shell su -c "dd if=/dev/block/mmcblk0p2 of=/sdcard/modem.bin bs=4096"

adb shell su -c "dd if=/dev/block/mmcblk0p19 of=/sdcard/NON-HLOS.bin bs=4096"

And the modem.bin and NON-HLOS.BIN will be extracted to your internal memory

You can sent us the modem and NON-HLOS.BIN if you want to help us to made a zip for the modem ;)


Enviado desde mi GT-I9505 usando Tapatalk 2
Hello,

My device is SGH-M919 T-Mobile Galaxy S4...Rooted and with Cyanogenmod ROM 5.1.1

I have the latest 4.4.4 firmware for my device from Sammobile....how can I extract the baseband/modem from the official firmware bcoz am on rooted custom ROM...

Appreciate your assistance...



Sent from my SGH-M919 using Tapatalk
 

smilingcruel

Senior Member
Jun 15, 2011
266
55
0
******
ODIN flashable zip creation help

"You can sent us the modem and NON-HLOS.BIN if you want to help us to made a zip for the modem"

i uploaded modem and non-hlos files at

http://www.filedropper.com/modem_1
http://www.filedropper.com/non-hlos

can you please help me to get a ODIN flashable zip??


I made this tutorial for people than want to help

You have to have adb and have knowledge on how to uset it

Extracting a modem TUT

FIRST METHOD

1. Extract the modem to your internal memory

adb shell su -c "dd if=/dev/block/mmcblk0p2 of=/sdcard/modem.bin bs=4096"

2. The NON-HLOS.bin

adb shell su -c "dd if=/dev/block/mmcblk0p19 of=/sdcard/NON-HLOS.bin bs=4096"

3. Pull the modem from the internal memory

adb pull /sdcard/modem.bin

4. Pull the NON-HLOS.bin

adb pull /sdcard/NON-HLOS.bin

SECOND METHOD

If you know how to use terminal on sgs4 you can type this

adb shell su -c "dd if=/dev/block/mmcblk0p2 of=/sdcard/modem.bin bs=4096"

adb shell su -c "dd if=/dev/block/mmcblk0p19 of=/sdcard/NON-HLOS.bin bs=4096"

And the modem.bin and NON-HLOS.BIN will be extracted to your internal memory

You can sent us the modem and NON-HLOS.BIN if you want to help us to made a zip for the modem ;)


Enviado desde mi GT-I9505 usando Tapatalk 2
 
  • Like
Reactions: Ashyford

flyerfocus

New member
Oct 27, 2015
3
0
0
I've got a TMO S4 SGH-M919 that I out Cyanagenmod12 on. After a month the Wifi stopped. Is modem_CWM_M919UVUAMDL.tar the proper file to reflash the modem? If there a newer one anywhere?
 

utsc

Senior Member
Aug 20, 2011
118
9
18
I have a Canadian Fido SGH-I337M. Android version 5.01
Baseband: I337MVLUGOH1
BUILD: LRX22C.1337MVLUGOH1

My wifi reception is very poor. Any suggestions

Even old iPhone 4 is getting better wifi reception in the same location.
I have no complaints with the cellular reception
 

shucrut

Senior Member
Aug 27, 2012
466
137
0
Can someone PLEASE upload the MDJ or MDL modem for i337m for me?
I cant download from d-h.st for some reason and i need to unlock my phone
Thanks in advance