7

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?

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
Danny
  • 73
  • 1
  • 1
  • 3

2 Answers2

6

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...

Christopher Orr
  • 110,418
  • 27
  • 198
  • 193
0

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.

Macarse
  • 91,829
  • 44
  • 175
  • 230