Monday, June 21, 2010

How 2 Unpack/pack the android images:

How 2 Unpack the android images:
---------------------------------
1. ./unyaffs system.img  (unpack the yaffs file system.img) yaffs - file system
2.gunzip -c ramdisk.img |cpio -i
3../unpack-bootimg.pl boot.img

To Pack System.img:
---------------------
mkyaffs2image tool

./mkyaffs2image ./system (folder) system.img

will creates the system.img from system folder.

No comments: