Cannot save settings changes
Attempting to change things such as screen brightness or airplane mode don't work correctly
using adb logcat i see an issue with SQLite throwing an error
E/Database( 5822): Error inserting value=107 name=screen_brightness
E/Database( 5822): android.database.sqlite.SQLiteException: error code 8: attempt to write a readonly database
database shouldn't be read only
looking in /data/data/com.android.providers.settings/databases settings.db is owned by system.system and has rw permissions (the whole chain is system.system)
running ps com.android.settings is running under system
I just reinstalled ermine (as doing so saved me in the past due to permissions errors) and no love.
can someone look at their perms under data/data just run a ls -l from the term and post the list would be a good starting point.
|