Notifications
Clear all
Topic starter
25/10/2014 8:34 am
Hi,
I created dd image of /data and /system partitions of Android device.
Is it possible to make an dd image of Android device internal memory as whole with out based on partitions?
Thank you.
indi
26/10/2014 2:33 pm
try running 'mount' command to ascertain the name of the device something like /dev/block/mmcblk0
then set the if as the device in your dd command, rather than a local partition.