Re: [mono-android] Error while copying SQLite database

2011-08-23 Thread Jonathan Pryor
On Aug 23, 2011, at 6:14 AM, SRI wrote: > I have renamed the sqlite db extension to mp4 to avoid the > compression and hence able to handle big asset files. An alternative solution is to use the mandroid -0 (zero) option [0] in the $(MandroidExtraArgs) MSBuild property [1]. The -0 option

Re: [mono-android] Error while copying SQLite database

2011-08-23 Thread Jonathan Pryor
On Aug 23, 2011, at 4:51 AM, Andreas Bräsen wrote: > I had the same problem this weekend. My DB has a size of 11 MB and I got a > Java.IO.IOException, when I have tried to useAssesManager to transport the DB > to my device. There seems to be that the Asset Manager has a problem with > greater fi

Re: [mono-android] Error while copying SQLite database

2011-08-23 Thread SRI
write it into the > device. Another possible solution could be, to put the DB as embedded > resource in a separate assembly, which you load, when it is necessary and > the get the DB out of them (Only an idea, I don't have test this approach > yet). I hope this will help. > >

Re: [mono-android] Error while copying SQLite database

2011-08-23 Thread Andreas Bräsen
imian.com > Subject: [mono-android] Error while copying SQLite database > > Hi Guys, > > I have SQLite DB of size around 10MB. I want to access this database in my > monodroid application. To achieve this functionality I have followed > following steps. > > 1) Put SQ

[mono-android] Error while copying SQLite database

2011-08-22 Thread vsr28
Hi Guys, I have SQLite DB of size around 10MB. I want to access this database in my monodroid application. To achieve this functionality I have followed following steps. 1) Put SQLite DB file in Asset folder. 2) Checked the existence of DB in device memory. 3) If DB is not present then copied DB