Re: [mono-android] P/Invoke fails with JavaSystem.Load() in static constructor (bug?)

2012-07-16 Thread Manski
Bump. Any thought's on this? Is this a bug? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/P-Invoke-fails-with-JavaSystem-Load-in-static-constructor-bug-tp5710852p5710892.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] OpenGL API performance

2012-07-16 Thread g pe
Do you use the short or the long solution then? On Mon, Jul 16, 2012 at 9:23 AM, l0nestar wrote: > That makes a huge difference. Thanks for that. > > ** ** > > *From:* Jonathan Pryor-2 [via Mono for Android] [mailto:[hidden > email]] > >

Re: [mono-android] Program that reproduces Mono4Android deadlock

2012-07-16 Thread Meinrad Recheis
Hi Jonathan, Thanks for your help! On 13.07.2012 17:39, Jonathan Pryor wrote: > On Jul 12, 2012, at 10:51 AM, henon wrote: >> The problem is, that I am experiencing non-deterministic hangups. When >> hanging I pause the debugger and I always see that the executing thread >> (mostly my code on th

Re: [mono-android] Program that reproduces Mono4Android deadlock

2012-07-16 Thread Meinrad Recheis
On 16.07.2012 13:03, Meinrad Recheis wrote: > I searched around but I don't find a download > link for 4.2.4 beta. How do you get the beta version? Ok, that question has already been answered in another thread. ___ Monodroid mailing list Monodroid@lists.

Re: [mono-android] Program that reproduces Mono4Android deadlock

2012-07-16 Thread Meinrad Recheis
Jonathan, Another info: I just tested with an older Samsung Galaxy S that has only one core and couldn't reproduce any deadlocks even with 10 background threads whereas with the dual core Galaxy Tab 10.1 it is really easy to reproduce. -- Henon Dipl. Ing. Meinrad Recheis eqqon GmbH Friedmanngasse

[mono-android] Xamarin MobileAPI MediaPicker - how to cancel TakePhotoAsync() in code?

2012-07-16 Thread gSales
Hi all, I'm trying to make use of the Xamarin MobileAPI, specifically the image capture. When using the TakePhotoAsync() method I need to be able to Cancel the action in code (implement a timeout). I was hoping to be able to call either a Cancel() method on the MediaPicker() class or pass in

[mono-android] "Failed to get package list." - Nexus 7, Android 4.1, Monodevelop

2012-07-16 Thread leonsbuddydave
I recently picked up a Nexus 7 running Android 4.1 to do some development testing on with Mono, but it fails when attempting to push the apk to the device with this output: "Detecting shared runtime location Detecting package list location Getting package list from device Failed to get package

Re: [mono-android] "Failed to get package list." - Nexus 7, Android 4.1, Monodevelop

2012-07-16 Thread Jonathan Pryor
On Jul 16, 2012, at 2:55 PM, leonsbuddydave wrote: > I recently picked up a Nexus 7 running Android 4.1 to do some development > testing on with Mono, but it fails when attempting to push the apk to the > device with this output: > > "Detecting shared runtime location > > Detecting package list l

Re: [mono-android] "Failed to get package list." - Nexus 7, Android 4.1, Monodevelop

2012-07-16 Thread leonsbuddydave
Damn, I figured it had something to do with that, but I was hoping that since the API version of the project itself was lower it might work. Oh well, good to know that there's an update in the works, thank you! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Failed-

Re: [mono-android] Signing Error: Could not find msbuild.exe

2012-07-16 Thread El-Sayed Mohamed
Hi, I’m still stuck with this error. Anyone there see this error?. Can anyone suggest a solution for this error? Your help is really appreciated. Thanks, El-sayed Sent from my Windows 8 PC___ Monodroid mailing list Monodroid@lists.ximian.c

[mono-android] Adding ZTE tablet to running devices

2012-07-16 Thread Nosh
Hi I have attached a ZTE Light Lab 2 to my PC and tried debugging to it but the device is not showing in the select device windows. any ideas Thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Adding-ZTE-tablet-to-running-devices-tp5710899.html Sent from the

Re: [mono-android] Failed to install package

2012-07-16 Thread Terry151151
Just upgraded to MonoDevelop 3.0.3.4 and I still have the same problem. When deploying to my device it can't find the file it just built. Output from Deploy to Device window: Detecting shared runtime location Waiting for packaging processing to complete Detecting package list location Getting pac

Re: [mono-android] What's up with 4.2.3 debugging?

2012-07-16 Thread Terry151151
Just a note. 4.2.4 still disconnects all the time when debugging on a real device. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/What-s-up-with-4-2-3-debugging-tp5710322p5710905.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] Failed to install package

2012-07-16 Thread Jonathan Pryor
On Jul 16, 2012, at 6:36 PM, Terry151151 wrote: > Just upgraded to MonoDevelop 3.0.3.4 and I still have the same problem. When > deploying to my device it can't find the file it just built. Which version of Windows? Thanks, - Jon ___ Monodroid mailin

Re: [mono-android] Adding ZTE tablet to running devices

2012-07-16 Thread Jonathan Pryor
On Jul 16, 2012, at 10:30 AM, Nosh wrote: > Hi I have attached a ZTE Light Lab 2 to my PC and tried debugging to it but > the device is not showing in the select device windows. http://docs.xamarin.com/android/troubleshooting#IDE_does_not_display_target_device - Jon __

Re: [mono-android] Failed to install package

2012-07-16 Thread Terry151151
Windows Vista 64bit Ultimate -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Failed-to-install-package-tp5710446p5710908.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list M

Re: [mono-android] Automatic crash reporting

2012-07-16 Thread Atsushi Eno
Hello, psryland wrote: Hi there, I'm trying to get some form of automatic crash reporting working for the app I'm developing using http://code.google.com/p/acra/ acra . I've successfully created a callable wrapper for the acra-4.2.3.jar and my project builds, runs, and appears to call ACRA.Ini