Hi all,
Does anyone know how to unpack, edit and repack the boot.img file? I would like to modify the init.rc this way:
mount yaffs2 mtd@cache /cache nosuid nodev nandboot
chown system cache /cache
chmod 0771 /cache
I am trying to move the Dalvik-cache from the data partition to the...