How To Backup Your Android Phone’s Boot, Recovery And System Partition Images
Note: "you must be rooted b4 u get started"
* Download ROMDUMP here
* unzip and install romdump
* if you are use to ADB you have no problem else google ADB and know how it works before proceeding to avoid errors.
*press shift and Rightclick on the folder ADB and choose "open with command window here"
*now run this command one at a time or copy and paste into the command window
adb push install /data/local/
adb shell chmod 04755 /data/local/install
adb shell...