Android full dump over USB
Dumping the hole phone is quite simple:
Plug in your Phone over USB, enable the debugging function, and type in a terminal:
adb root
adb shell 'dd if=/dev/block/mmcblk0 2>/dev/null' > mmcblk0.img
Dumping the hole phone is quite simple:
Plug in your Phone over USB, enable the debugging function, and type in a terminal:
adb root
adb shell 'dd if=/dev/block/mmcblk0 2>/dev/null' > mmcblk0.img