Extracting image of...
 
Notifications
Clear all

Extracting image of an Android device with no External MMC

2 Posts
2 Users
0 Likes
452 Views
(@abhishake-mitra)
Posts: 1
New Member
Topic starter
 

Hi,

I have recently ventured into the world of Android forensics while pursuing my MSc thesis. I worked with an old Samsung device which had a provision of loading an external MMC on which I extracted the device image via the ADB shell. I was wondering, for devices which do not have an external MMC option like the Nexus series, how will I be able to extract the image from the device to the host ADB system (my laptop). This is because while I am in the ADB shell, the only place that would allow me to extract the image is within the system of the shell, i.e. somewhere on the android device which allowed me to extract the image on the MMC. Without the MMC, how can I proceed in extracting the image?

 
Posted : 06/11/2017 11:30 am
(@arcaine2)
Posts: 235
Estimable Member
 

You can use netcat to do that. Process is slow, but works. Or, in some cases (like while in custom recovery) simply "adb pull /dev/block/mmcblk0 will" work.

https://stackoverflow.com/questions/29442630/disk-image-dd-from-android-to-my-computer

 
Posted : 10/11/2017 10:42 pm
Share: