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

AlEjAnDrO812

Senior Member
Jul 9, 2012
306
115
63
Yep, you understand fully :)

Here is the AWS thread

http://forum.xda-developers.com/showthread.php?t=2291589



I have already asked if people would please extract their modems from unlocked stock sgs4 variants.

Now, how does that happen? What files do you need and where are they located in the system? (I'm sure someone will ask...plus I don't know either...)





Sent from my SGH-I337 using Tapatalk 4 Beta



you apply that mod?
I can walkthrough you to extract the modified modem


If someone walks me through the steps, I'll do it.
You are using a t mobile phone?
Or att?
Sent from my SGH-M919 using xda premium

Enviado desde mi GT-I9505 usando Tapatalk 2
 

2Tone5

Senior Member
Oct 10, 2012
693
406
0
Toronto
No, I haven't. I am already on a custom ROM and was before I noticed that thread :(

Part of my wanting to do this :)

Sent from my SGH-I337 using Tapatalk 4 Beta
Doesn't matter. .. If you haven't flashed a modem yet then you'll still have the stock modem

Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
 

Sc4ryB3ar

Senior Member
Mar 3, 2012
961
516
0
Plymouth
OK I have the terminal command to extract and copy to SD card, what block am I looking for and does it change by variant?



Sent from my SGH-I337 using Tapatalk 4 Beta
 

Sc4ryB3ar

Senior Member
Mar 3, 2012
961
516
0
Plymouth
Doesn't matter. .. If you haven't flashed a modem yet then you'll still have the stock modem

Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
From my understanding from the thread you have to be on a stock ROM to run the AWS mod. Am I wrong on this?



Sent from my SGH-I337 using Tapatalk 4 Beta
 

AlEjAnDrO812

Senior Member
Jul 9, 2012
306
115
63
I made this tutorial for people than whant to help

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

Extracting a modem TUT

First extract the modem to your internal memory

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

Second the NON-HLOS.bin

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

Third pull the modem from the internal memory

adb pull /sdcard/modem.bin

Four pull the NON-HLOS.bin

adb pull /sdcard/NON-HLOS.bin

In this case we need only the modem :)


Enviado desde mi GT-I9505 usando Tapatalk 2
 

AlEjAnDrO812

Senior Member
Jul 9, 2012
306
115
63
I don't think so. I've run it twice. One on stock with the original modem. And then again recently on the wicked rom and the amdl modem.

Sent from my SGH-M919 using xda premium
Thanks to confirm

Im using a stock and dontk work for me

So if someone in 1337/1337M use this mod and want to help

Enviado desde mi SGH-I337M usando Tapatalk 2
 

_eroz

Senior Member
Oct 22, 2011
476
122
0
Brookfield, IL
Thanks to confirm

Im using a stock and dontk work for me

So if someone in 1337/1337M use this mod and want to help

Enviado desde mi SGH-I337M usando Tapatalk 2
I'll try to do it tonight otherwise tomorrow at work. I have the I337, but since I'm using a T-Mobile Rom my build.prop changed.

Sent from my SGH-M919 using xda premium
 

Sc4ryB3ar

Senior Member
Mar 3, 2012
961
516
0
Plymouth
I made this tutorial for people than whant to help

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

Extracting a modem TUT

First extract the modem to your internal memory

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

Second the NON-HLOS.bin

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

Third pull the modem from the internal memory

adb pull /sdcard/modem.bin

Four pull the NON-HLOS.bin

adb pull /sdcard/NON-HLOS.bin

In this case we need only the modem :)


Enviado desde mi GT-I9505 usando Tapatalk 2

In this the pull command just puts it on the PC, right?

So, if you use these two commands in terminal emulator then they're on your ad card and you can upload them from there without the mess of adb and a PC. Or am I totally wrong on this?

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

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

And in all reality if we just need the modem all we need to do is.....

1. Open terminal emulator.
2. Run this line of code: su -c "dd if=/dev/block/mmcblk0p2 of=/sdcard/modem.bin bs=4096"
3. Upload somewhere (and provide link if it's not uploaded here) so we can download.


Does that work as needed?






Sent from my SGH-I337 using Tapatalk 4 Beta
 

AlEjAnDrO812

Senior Member
Jul 9, 2012
306
115
63
In this the pull command just puts it on the PC, right?

So, if you use these two commands in terminal emulator then they're on your ad card and you can upload them from there without the mess of adb and a PC. Or am I totally wrong on this?

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

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

And in all reality if we just need the modem all we need to do is.....

1. Open terminal emulator.
2. Run this line of code: su -c "dd if=/dev/block/mmcblk0p2 of=/sdcard/modem.bin bs=4096"
3. Upload somewhere (and provide link if it's not uploaded here) so we can download.


Does that work as needed?





Sent from my SGH-I337 using Tapatalk 4 Beta
Yes you are correct man :)

Enviado desde mi SGH-I337M usando Tapatalk 2