I haven't been able to reproduce it on my own phones. Also the users that reported it told me that this happens to other apps on their phones too. At least the other apps force close, whatever the actual reason is.
I could ask the people with custom ROMs to check if the db-file is still there. So you never had this issue with one of your apps? On Fri, Apr 9, 2010 at 6:39 PM, Mark Murphy <[email protected]> wrote: > Mariano Kamp wrote: > > *bump* > > What have you done to gather more info? For example, is the issue that > the database is deleted, or that the database exists but somehow the > permissions are messed up? > > > On Fri, Apr 2, 2010 at 12:53 PM, Mariano Kamp <[email protected] > > <mailto:[email protected]>> wrote: > > > > Hi, > > > > recently I very often get error reports from users that upgrade > > their OS. This includes at least 1.5, 1.6, 2.1 and custom ROMs. > > > > Anybody else seeing these? Any idea what to do about it? > > > > Cheers, > > Mariano > > > > One example: > > > > -- Time: Fri Mar 26 11:36:41 PDT 2010 > > -- Android Version: sdk=4, release=1.6, inc=21415 > > -- Memory free: 0.53MB total: 3.01MB max: 16.00MB > > -- Custom ROM: Stock Android > > -- Device: dream > > -- Model: T-Mobile G1 > > -- Stacktrace:(2135) > > java.lang.RuntimeException: Unable to get provider > > com.newsrob.AssetContentProvider: > > android.database.sqlite.SQLiteException: unable to open database file > > at > android.app.ActivityThread.installProvider(ActivityThread.java:4112) > > at > > > android.app.ActivityThread.installContentProviders(ActivityThread.java:3908) > > at > > > android.app.ActivityThread.handleBindApplication(ActivityThread.java:3867) > > at android.app.ActivityThread.access$2800(ActivityThread.java:116) > > at > android.app.ActivityThread$H.handleMessage(ActivityThread.java:1831) > > at android.os.Handler.dispatchMessage(Handler.java:99) > > at android.os.Looper.loop(Looper.java:123) > > at android.app.ActivityThread.main(ActivityThread.java:4203) > > at java.lang.reflect.Method.invokeNative(Native Method) > > at java.lang.reflect.Method.invoke(Method.java:521) > > at > > > com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791) > > at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549) > > at dalvik.system.NativeStart.main(Native Method) > > Caused by: > > android.database.sqlite.SQLiteException: unable to open database file > > at android.database.sqlite.SQLiteDatabase.dbopen(Native Method) > > at > > > android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1584) > > at > > > android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:638) > > at > > > android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:659) > > at > > > android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:652) > > at > > > android.app.ApplicationContext.openOrCreateDatabase(ApplicationContext.java:482) > > at > > > android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:193) > > at > > > android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:98) > > at com.newsrob.DB.<init>(DB.java:194) > > at com.newsrob.EntryManager.<init>(EntryManager.java:203) > > at com.newsrob.EntryManager.getInstance(EntryManager.java:822) > > at > > > com.newsrob.AssetContentProvider.onCreate(AssetContentProvider.java:42) > > at > android.content.ContentProvider.attachInfo(ContentProvider.java:697) > > at > android.app.ActivityThread.installProvider(ActivityThread.java:4109) > > ... 12 more > > > > > > -- > > 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]<android-developers%[email protected]> > > For more options, visit this group at > > http://groups.google.com/group/android-developers?hl=en > > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > _The Busy Coder's Guide to *Advanced* Android Development_ > Version 1.4 Available! > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > To unsubscribe, reply using "remove me" as the subject. > -- 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

