after further googling, I think all I need is some kind soul to extract the modem.bin from their phones. Afterwards, I think I have enough tech savvy to repackage the Modem.bin into a CWM ZIP file for public consumption.
Please follow the steps using either ADB or Terminal on your phone to extract the modem and then post it here. Thank you!
Requirements:
1. CWM Recovery & root (Thanks Chainfire!)
2. ADB setup and know how to use it! or Terminal Emulator app
3. Samsung KIES drivers installed
4. Power on device, Enable USB debugging
** If you don’t how to do above, then XDA forum search and Google is your friend**
Steps:
1. Dump your current modem onto your internal sdcard
# Run Terminal Emulator app and input steps b -> e
OR
# Connect USB to PC & run PC Command Prompt (CMD) & input steps a -> e
a) adb shell
b) su
c) dd if=/dev/block/mmcblk0p7 of=/sdcard/modem.bin bs=4096
d) exit
e) exit
|