Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 984
Danny Avatar asked Mar 16 '10 00:03

Danny


1 Answers

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

like image 129
Christopher Orr Avatar answered Oct 02 '22 22:10

Christopher Orr