Bob,
I found out that ROM Manager just applies a standard script to fix permissions on system files. A little searching and I found this: http://forum.xda-developers.com/show....php?t=1221591
I'd like to try to run this script, but I noticed the mention of ext4 (filesystem?) so I wanted to check this out with you first. Here is what they say needs to be run to apply the script once it is copied over:
mount -o remount,rw -t ext4 /dev/block/stl9 /system
fix_permissions
mount -o ro,remount -t ext4 /dev/block/stl9 /system
Here is a link to the zip file containing the script: http://forum.xda-developers.com/atta...4&d=1313534788
Also, do you want me to run something that will document the current permissions before I modify them? I was thinking about something like this:
Will that work, or can you suggest something else? Do I need to run this as superuser?
Thanks...
Comment