您的位置:首页 > 移动开发 > Android开发

How to Get an Android Device Image?

2015-01-21 15:37 393 查看
1) Make /mnt/sdcard writable

mount -o rw,remount /sdcard

chmod 777 /mnt/sdcard

2) Get mkfs.yaffs2 from http://code.google.com/p/android-group-korea/downloads/detail?name=mkfs.yaffs2.arm.
3) adbpush mkfs.yaffs2.arm /mnt/sdcard/mkfs.yaffs2

4) adb shell

5) cd /

6) chmod 755 /mnt/sdcard/mkfs.yaffs2

7) Get all content under /datainto a YAFF(Yet another Flash File System) image filedata.img.

/mnt/sdcard/mkfs.yaffs2 /data data.img

8) adb pull /mnt/sdcard/data.img

9) Then, download YAFFEY(Yet Another Flash File (System) Editor YEAH!) from
http://code.google.com/p/yaffey/

10) Then, run YAFFEY to browse the data.img file.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: