View Single Post
Old 06-22-2011, 10:00 PM   #1
yugami
Connoisseur
yugami began at the beginning.
 
Posts: 76
Karma: 18
Join Date: May 2011
Device: PRS+950
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.
yugami is offline   Reply With Quote