Hi guys, My problem is i have to create a database and put it in the folder off my application via adb. I tried to create a database with a adb command in data/data/<app- package>/databases/ and it worked fine. The problem i have now is that a can´t open this database from my apllication. I always get this failure:
android.database.sqlite.SQLiteException: attempt to write a readonly database When I try to create the database by the application itself it works fine, but I have to create the database via adb, thats important to me. -- 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

