Re: [mono-android] Preserving sqlite data on Upload to device

2012-09-15 Thread dickies
The db is being stored in System.Environment.SpecialFolder.Personal which I think is fine. This is only to store small locally data, my main data source is external. The question is really about how can I stop MfA first deleting my existing app on my device when it deploys another version using Ru

Re: [mono-android] Preserving sqlite data on Upload to device

2012-09-15 Thread Craig Dunn
(for Visual Studio) Tools > Options > Mono for Android > Settings ... there is a checkbox "Preserve application data/cache on device between deploys" (for MonoDevelop) MonoDevelop > Preferences > Other > Mono for Android ... there is a checkbox "Preseve data/cache between application deploys" I t

Re: [mono-android] Preserving sqlite data on Upload to device

2012-09-15 Thread dickies
That worked, thanks a lot Craig! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Preserving-sqlite-data-on-Upload-to-device-tp5711807p5711812.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Mo