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:
I am trying to move the Dalvik-cache from the data partition to the cache partition but first, I need to change the cache partition permissions from 770 to 771 (like the data partition).
Thanks.
Does anyone know how to unpack, edit and repack the boot.img file? I would like to modify the init.rc this way:
Code:
mount yaffs2 mtd@cache /cache nosuid nodev nandboot
chown system cache /cache
chmod 077[B]1[/B] /cache
Thanks.