[mono-android] Using a keystore for Server cert. validation check?

2011-11-10 Thread moelski
Hi @all, at the moment we have a big problem calling a webservice with SSL. As far as I know now you can´t simply import the needed certificates by copiing them to the sd card and install them. As mentioned here: http://blog.antoine.li/index.php/2010/10/android-trusting-ssl-certificates/ you ha

Re: [mono-android] Reinstall and Active

2011-11-10 Thread Mike Child
3 activations are possible. However, you can just log into your account at store.xamarin.com and you can reset/recycle activation's that are no longer being used. Mike Child On Thu, Nov 10, 2011 at 8:38 PM, cb wrote: > Hi I have bought the Mono for Android and activated it on my computer > suc

Re: [mono-android] Reinstall and Active

2011-11-10 Thread Jason Awbrey
each license is good for two activations. After that you can mail Xamarin support if you need additional activations. On Thu, Nov 10, 2011 at 7:38 PM, cb wrote: > Hi I have bought the Mono for Android and activated it on my computer > successfully, but several days later, my OS crashed and can

[mono-android] Reinstall and Active

2011-11-10 Thread cb
Hi I have bought the Mono for Android and activated it on my computer successfully, but several days later, my OS crashed and can NOT be used again. so I formated the hard disk and reinstalled Windows 7 agian. Now I install the Mono for Android again. My question is can I activate MonoDroid again

Re: [mono-android] maps - I'm doing something wrong

2011-11-10 Thread Jonathan Pryor
On Nov 9, 2011, at 11:38 PM, Wally McClure wrote: > The map_view is null and Null Reference Exception occurs at this line: > map_view.Overlays.Add(location_overlay); Some investigation later, this appears to happen primarily on the emulator, and not on hardware. Specifically, when I ran my app o

Re: [mono-android] No Display in VS2010

2011-11-10 Thread Jonathan Pryor
On Nov 10, 2011, at 1:27 PM, Randall wrote: > Hi, I'm running the template application in Visual Studio 2010 SP1 that > displays a button and increments a counter everytime you click on the > button. The application loads fine into the emulator but there is only a > title that appears and no butto

Re: [mono-android] No Display in VS2010

2011-11-10 Thread Randall
Thanks for the reply Jon. I've installed the Trial version of Mono for Android, which from your response I'm guessing is only compatible with versions up to a certain level. Creating another version of the Anroid emulator, API8, worked. Thanks again -- View this message in context: http://mo

Re: [mono-android] No Display in VS2010

2011-11-10 Thread Tomasz Cielecki
Also keep in mind the emulator is a tad slow. On Thu, Nov 10, 2011 at 7:34 PM, Jonathan Pobst wrote: > Something is wrong. > > API Level 14 isn't available until Mono for Android 1.9.2, so something > is mismatched. > > Jonathan > > > On 11/10/2011 12:27 PM, Randall wrote: >> >> Hi, I'm running t

Re: [mono-android] No Display in VS2010

2011-11-10 Thread Jonathan Pobst
Something is wrong. API Level 14 isn't available until Mono for Android 1.9.2, so something is mismatched. Jonathan On 11/10/2011 12:27 PM, Randall wrote: > > Hi, I'm running the template application in Visual Studio 2010 SP1 that > displays a button and increments a counter everytime you clic

[mono-android] No Display in VS2010

2011-11-10 Thread Randall
Hi, I'm running the template application in Visual Studio 2010 SP1 that displays a button and increments a counter everytime you click on the button. The application loads fine into the emulator but there is only a title that appears and no button. Using Platform 4.0/API Level 14 for the Android

Re: [mono-android] How and Where - setDefaultUncaughtExceptionHandler

2011-11-10 Thread Jonathan Pryor
On Nov 10, 2011, at 12:27 PM, HSSoftware wrote: > I see posts about making a call to Thread.setDefaultUncaughtExceptionHandler. > > How and where do I make a similar call for a Mono for Android app? The > Thread class is a .Net class. It's transformed into the property Thread.DefaultUncaughtExcep

[mono-android] How and Where - setDefaultUncaughtExceptionHandler

2011-11-10 Thread HSSoftware
I see posts about making a call to Thread.setDefaultUncaughtExceptionHandler. How and where do I make a similar call for a Mono for Android app? The Thread class is a .Net class. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/How-and-Where-setDefaultUncaughtExcept

Re: [mono-android] Zip / Unzip

2011-11-10 Thread Tom Opgenorth
You should be able to get source for #ZipLib and add that into your project too. Glad it works for you. On Thu, Nov 10, 2011 at 05:49, Martyn Wendon < martyn.wen...@tcsjohnhuxley.com> wrote: > Thanks, I had it in my head that it wasn’t possible to use “Windows” dlls > with monodroid…..but I went

Re: [mono-android] Problem when trying to deploy with Linking enabled

2011-11-10 Thread Jonathan Pobst
Hello, it appears you are trying to use an library that was not compiled against the MonoDroid profile. Specifically, the System.Diagnostic.Trace class does not exist in the MonoDroid profile. You will probably want to recompile your library against the MonoDroid profile so you can remove thin

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2011-11-10 Thread Jonathan Pryor
On Nov 8, 2011, at 2:18 AM, gabriel.b...@gmail.com wrote: > There are any news in this subject? The current news is that public support for this will be delayed until 2.2 in an effort to get 2.0 out the door sooner. I apologize for the inconvenience. - Jon

Re: [mono-android] maps - I'm doing something wrong

2011-11-10 Thread Jonathan Pryor
On Nov 9, 2011, at 11:38 PM, Wally McClure wrote: > The map_view is null and Null Reference Exception occurs at this line: > map_view.Overlays.Add(location_overlay); That is very, very, odd. Furthermore, I'm not able to reproduce, though you did say it was random. Do you see this on hardware? Th

Re: [mono-android] Zip / Unzip

2011-11-10 Thread Martyn Wendon
Thanks, I had it in my head that it wasn't possible to use "Windows" dlls with monodroid.but I went with SharpZipLib and it seems to work ok. Martyn From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Mittchel Van Vliet Sent: 09 November 201

[mono-android] .NetRemoting support in MonDroid

2011-11-10 Thread Shneor, Avishag
Hi, I'm trying to write some code using .Net Remoting interfaces (currently, it is a code written in windows and I want to port it to Mondroid): - Can anyone help me with some samples code? - I heard .Net Remoting is deprecated by MSFT, what is its support in Mondroid? - Did any