Typically users beat me to the punch on things such as this. But no one has yet to do so, so here it is.
How to extract your param partition:
It's located in /dev/block/sda4. On device terminal or in adb terminal as root run,
dd if=/dev/block/sda4 of=/sdcard/param.bin bs=4096
Now that...