Hey, pd0gg.
We can try to put together a heimdall for Rogers' users.
If you have odin'ed to rogers stock, flash an insecure gb kernel (bedwa, zen, entropy..doesn't matter which one) and run adb or terminal to get access to system files.
this shows you how to dump the partition:
http://forum.xda-developers.com/show....php?t=1348392
from adam's op:
su
#Mount The /system folder as RW so we can read and write to it
mount -o remount,rw /system /system
#Make our folder to write the firmware package onto the SDCard
mkdir /sdcard/firmwarepackage
#Begin transfer of all relevant blocks to sdcard
dd if=/dev/block/stl9 of=/sdcard/firmwarepackage/factoryfs.img bs=4096
dd if=/dev/block/bml7 of=/sdcard/firmwarepackage/zImage bs=4096
dd if=/dev/block/stl10 of=/sdcard/firmwarepackage/dbdata.img bs=4096
dd if=/dev/block/stl11 of=/sdcard/firmwarepackage/cache.img bs=4096
dd if=/dev/block/bml12 of=/sdcard/firmwarepackage/modem.bin bs=4096
#Done
echo done
Use the lines above. The other parts doesn't apply.
Pull the pit file from the unbrick or any of the 1 click package.
Make up the 1click from the op.
The other option would be to pull the data from the odin tar and put them into a 1 click
As Dani897 has stated though, I think it's really pointless as the Roger's Firmware is inferior. No hdmi or Hd video etc...using the att firmware, change out the boot screen and add roger's apn is a better idea.