adding NO_LOCALIZED_COLLATORS allowed me to open the database, but it
was still opening it as readonly (despite me asking for read.write),
it now blows up much later.

Is it even possible to open non Android databases on the SD card?  Am
I wasting my time with this?

Thanks.,


On Dec 10, 12:52 pm, MarkG123 <mark.gilles...@gmail.com> wrote:
> On Dec 9, 1:53 am, Nikolay Elenkov <nikolay.elen...@gmail.com> wrote:
>
> > Try on a different device, to check if you are hitting some firmware bug.
> > Have you tired creating the android metadata table manually (with sqlite3,
> > before you try to use it in Android)?
>
> > create table android_metadata(locale TEXT)
> > insert into android_metadata values('en_US')
>
> The problem occurs on my Xperia Arc S, but it also does the same in
> the Android emulator (Gingerbread and Froyo images).,

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to