Re: [mono-android] Android compatibility pack

2012-03-07 Thread Piotr Kryger
Bump W dniu 5 marca 2012 07:52 użytkownik Piotr Kryger napisał: > Thanks for the explanation. > What is the EAT for compatibility pack bindings? > > Piotr > > W dniu 2 marca 2012 23:29 użytkownik Jonathan Pryor napisał: > > On Mar 2, 2012, at 4:44 PM, Piotr Kryger wrote: >> > In M4A , AFAIK, it w

Re: [mono-android] New install, can't build "Could not find android.jar for API Level 8"

2012-03-07 Thread Andreia Gaita
Hmm, that is pretty strange. Is that the only api level failing or is it a general failure? Can you try testing a simple project to see if it also fails in the same way? -- andreia On Wed, Mar 7, 2012 at 9:07 PM, thenextman wrote: > I've built a new workstation. I installed MfA using the trial i

Re: [mono-android] Android 2.1 support

2012-03-07 Thread Willem Meints
Ah okay. I changed it to 2.1. I got some compile problems now, because I managed to use an API that wasn't available in 2.1 yet. Easy to fix though, so the app should work in a matter of an hour or so. Thanks for the help :) -Oorspronkelijk bericht- Van: monodroid-boun...@lists.ximian.c

[mono-android] New install, can't build "Could not find android.jar for API Level 8"

2012-03-07 Thread thenextman
I've built a new workstation. I installed MfA using the trial installer (that pulled in all the prerequisites) and then activated it. The MfA installer put the Android SDK at: C:\Users\me\AppData\Local\Xamarin\MonoForAndroid\AndroidSDK And that is the path I configured in the VS options for the A

Re: [mono-android] Android 2.1 support

2012-03-07 Thread Jonathan Pryor
On Mar 7, 2012, at 3:30 PM, Willem Meints wrote: > The big question is: Is this something I did wrong, or is Android 2.1 no > longer supported in Mono for Android 4.0.4? Mono for Android 4.0.4 still supports Android 2.1, and you probably haven't done anything wrong, per-se. ;-) The default API

[mono-android] Android 2.1 support

2012-03-07 Thread Willem Meints
Hi, I'm getting an error trying to deploy on Android 2.1 from my computer. The Mono for Android SDK tells me the Platform framework cannot be installed on Android 2.1. The big question is: Is this something I did wrong, or is Android 2.1 no longer supported in Mono for Android 4.0.4? Kind rega

Re: [mono-android] Installation problems on windows 8

2012-03-07 Thread Eric Dunn-Cuillierrier
I found it, and it seems like it's going to work. Maybe you could package it up as a self-extracting zip and post that on the website for windows 8 users until everything is resolved ? Just a thought :). Thanks, Eric. On Wed, Mar 7, 2012 at 2:35 PM, mikehunt wrote: > Excellent ! Thanks for the

Re: [mono-android] Installation problems on windows 8

2012-03-07 Thread mikehunt
Excellent ! Thanks for the response. I'll let you know how it goes. Eric. On Wed, Mar 7, 2012 at 2:22 PM, Marek Habersack [via Mono for Android] < ml-node+s1047100n5545279...@n5.nabble.com> wrote: > On 07/03/2012 20:05, mikehunt wrote: > Hello, > > > Good day, > > > > I'm trying to install Monod

Re: [mono-android] Need to deactivate on uninstall?

2012-03-07 Thread thenextman
Thanks! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Need-to-deactivate-on-uninstall-tp5542854p5545282.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.x

Re: [mono-android] Installation problems on windows 8

2012-03-07 Thread Marek Habersack
On 07/03/2012 20:05, mikehunt wrote: Hello, > Good day, > > I'm trying to install Monodroid on Windows 8 Consumer preview. I had it > working no problems on Win 8 Dev preview, but now for some reason, whenever > I launch the ClickOnce installer, I can see the "Launching Application" > dialog, th

[mono-android] Installation problems on windows 8

2012-03-07 Thread mikehunt
Good day, I'm trying to install Monodroid on Windows 8 Consumer preview. I had it working no problems on Win 8 Dev preview, but now for some reason, whenever I launch the ClickOnce installer, I can see the "Launching Application" dialog, then nothing. Using ProcMon, I was able to find out where i

Re: [mono-android] Content Loader

2012-03-07 Thread Wally McClure
As always, thanks for the info Jon. Wally > From: j...@xamarin.com > Date: Wed, 7 Mar 2012 10:43:51 -0500 > To: monodroid@lists.ximian.com > Subject: Re: [mono-android] Content Loader > > On Mar 7, 2012, at 9:55 AM, Wally McClure wrote: > > Thanks Jon. I'm doing this for AppDev. Any possibility

Re: [mono-android] Content Loader

2012-03-07 Thread Jonathan Pryor
On Mar 7, 2012, at 9:55 AM, Wally McClure wrote: > Thanks Jon. I'm doing this for AppDev. Any possibility of getting this into > 4.0.5, assuming the generator issue is resolved? 4.0.5 is done, and in the beta channel. I don't see that changing. This might land in 4.0.6; otherwise, it'll be in

Re: [mono-android] GC.Collect() hangs on LG GT540

2012-03-07 Thread PVoLan
I couldn't find an official upgrade. Few unofficials only. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/GC-Collect-hangs-on-LG-GT540-tp5524251p5544340.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] Content Loader

2012-03-07 Thread Wally McClure
Thanks Jon. I'm doing this for AppDev. Any possibility of getting this into 4.0.5, assuming the generator issue is resolved? Wally > From: j...@xamarin.com > Date: Wed, 7 Mar 2012 07:22:29 -0500 > To: monodroid@lists.ximian.com > Subject: Re: [mono-android] Content Loader > > On Mar 6, 2012,

Re: [mono-android] Securing external assets

2012-03-07 Thread Roy Goode
You probably need to switch to csharp-sqlite http://code.google.com/p/csharp-sqlite/ It has SqlCipher built in http://code.google.com/p/csharp-sqlite/wiki/ENCRYPTION Xamarin's MWC Sample project shows you how to use csharp-sqlite https://github.com/xamarin/mobile-samples/tree/master/MWC On 7 Mar

Re: [mono-android] Content Loader

2012-03-07 Thread Jonathan Pryor
On Mar 6, 2012, at 10:41 PM, Wally McClure wrote: > Unfortunately, I can't find anything that looks like an initloader method. > What am I missing in this? How do I create/initialize a loader? Unfortunately the binding generator is skipping that method. We are investigating. In the meantime y