nasstyrome
Well-Known Member
is anyone able to make a full cwm backup?
if so, post it.
f00kn bootloop
if so, post it.
f00kn bootloop

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

oops it backs up but no restore.
If you have ClockworkMod recovery / Rom manager working on your device, creating a full backup should be extremely easy.



# jsyk, dd if=INPUT FILE of=OUTPUT FILE bs=4096dd if=/sdcard/system.img of=/dev/block/mmcblk0p17 bs=4096
204800+0 records in
204800+0 records out
838860800 bytes (800.0MB) copied, 76.468659 seconds, 10.5MB/s
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p8 bs=4096
2048+0 records in
2048+0 records out
8388608 bytes (8.0MB) copied, 1.421997 seconds, 5.6MB/s
# i renamed the files from the names i backed them up to my sdcard with and they still restored so the above command can be switched to just boot/system.img> adb shell
~ # dd if=/dev/block/mmcblk0p8 of=/sdcard/bootmmc8.img bs=4096
dd if=/dev/block/mmcblk0p8 of=/sdcard/bootmmc8.img bs=4096
2048+0 records in
2048+0 records out
8388608 bytes (8.0MB) copied, 0.318695 seconds, 25.1MB/s
~ # dd if=/dev/block/mmcblk0p15 of=/sdcard/recoverymmc15.img bs=4096
dd if=/dev/block/mmcblk0p15 of=/sdcard/recoverymmc15.img bs=4096
2048+0 records in
2048+0 records out
8388608 bytes (8.0MB) copied, 0.310883 seconds, 25.7MB/s
~ # dd if=/dev/block/mmcblk0p17 of=/sdcard/systemmmc15.img bs=4096
dd if=/dev/block/mmcblk0p17 of=/sdcard/systemmmc15.img bs=4096
204800+0 records in
204800+0 records out
838860800 bytes (800.0MB) copied, 136.860047 seconds, 5.8MB/s
~ #
dd if=/dev/block/mmcblk0p15 of=/sdcard/stockrecovery.img bs=4096

adb push romdump /data/local/
adb shell chmod 04755 /data/local/romdump
adb shell /data/local/romdump
then wait for it to finish, it can take a while.
Once the program has finished you should find a directory in the root of your SD card called romdump and a sub-directory named after your device model. Take those files and give them to someone who knows how to make a recovery zip.
Ok I am unrooted right now, need the phone for work so waiting for kinks to get worked out before i root. If I understand your post you need the rom dump from unrooted? I am willing to dump for you if it doesn't risk my phone. Let me know...
I will try it when i get home tonight...
Lol. Yeah i will stay unrooted for a bit so let me know whatbelse u need if anything.
