Igen, az a gond. Tudja valaki, hogyan lehet a system könyvtár jogosultságát állítgatni a froyo root alatt? (xda fenn van valahol, de nem találom)
You are not allowed to view links.
Register or
LoginInfo
There´s no Problem with the Root Package. Root works fine.
But Samsung decided to mount /system as read-only, maybe for security purposes.
I think Samsung won't change back, because on other Android Devices /system is read-only, too.
If you'll have to change files in /system you've to type the following command to remount /system as read-write:
busybox mount -o remount,rw /system
Code from init.rc which is relevant for mounting /system:
Code:
# mount mtd partitions
# Mount /system rw first to give the filesystem a chance to save a checkpoint
# mount yaffs2 mtd@system /system
mount rfs /dev/block/stl9 /system ro check=no
# mount yaffs2 mtd@system /system ro remount
We can't change this at the moment without building a new Image for rootfs.
Dev's should use update.zip method to change files.