[RADIO] [AT&T] Odin Radio tars and how to dump radio
Hi,
Here is an Odin .tar for AT&T stock radio, others coming soon:
AT&T UCLA1 Radio Odin tar
Here are instructions to pull radio using ADB (you can do this on a rooted running device)
Code:
adb shell dd if=/dev/block/mmcblk0p13 of=/sdcard/amss.bin
adb shell dd if=/dev/block/mmcblk0p17 of=/sdcard/mdm.bin
adb pull /sdcard/amss.bin
adb pull /sdcard/mdm.bin
Post the resulting files up somewhere and link here.
Incidentally to flash a new radio dumped from this method vs. the odin tar:
Code:
adb push amss.bin /tmp/amss.bin
adb push mdm.bin /tmp/mdm.bin
adb shell dd if=/tmp/amss.bin of=/dev/block/mmcblk0p13
adb shell dd if=/tmp/mdm.bin of=/dev/block/mmcblk0p17
Do have a backup of your existing radio before flashing either way
Support my work! The more phones I can get my hands on the more ROM goodness I can churn out. Like BUTTAH
|