Danny
Danny

Reputation: 73

Creating an image of an Android phone

Does anyone know how to create a 1:1 disk image of an Android phone? I am taking a forensics course and our final project involves creating tools to recover information from a suspect's Android based phone, however to do this we need to be able to create a 1:1 image of the phone's disk for baseline comparisons. Also would the image be loadable into AVD?

Upvotes: 7

Views: 24471

Answers (2)

Macarse
Macarse

Reputation: 93133

Check nandroid.

I have backed up my SDcard and mount it on AVD, but I am not completely sure you can mount the internal mem that nandroid backs up.

Upvotes: 0

Christopher Orr
Christopher Orr

Reputation: 111555

Take a look at nandroid — it will take a full image of each of an Android phone's partitions and return them to you as yaffs2 image files.

I haven't tried it personally, but you should be able to drop these directly into an AVD directory. I can imagine you may have some issues with the hardware suddenly "changing" between a physical device and emulator, but it's worth a try...

Upvotes: 6

Related Questions