There used to be an old old bug where shared preferences would sporadically just disappear. Your post inspired me to do some research and find out if that ever got fixed... En route I found this for you: http://groups.google.com/group/android-developers/browse_thread/thread/246aae66e0caf302/908be552b1d86158?lnk=gst&q=Shared+Preferences#908be552b1d86158
On Feb 3, 12:40 am, Martin <[email protected]> wrote: > Hi! > > Why are my SharedPreferences suddenly deleted, after I updated my game > in the Market? > > Here is the logcat: > > W/ApplicationContext( 1465): Attempt to read preferences file /data/ > data/digle.de.LeonardFrog/shared_prefs/Highscore.xml without > permission > E/ApplicationContext( 1465): Couldn't rename file /data/data/ > digle.de.LeonardFrog/shared_prefs/Highscore.xml to backup file /data/ > data/digle.de.LeonardFrog/shared_prefs/Highscore.xml.bak > E/ApplicationContext( 1465): Couldn't create directory for > SharedPreferences file /data/data/digle.de.LeonardFrog/shared_prefs/ > Highscore.xml > > Greetings, Martin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

