Re: [mono-android] Monodroid.InsufficientSpaceException on Physical Device

2012-02-10 Thread Oscar R Lopez
On HTC Magic/Mytouch3g/G2 on Release mode i get: 02-10 09:00:12.914 D/PackageManager( 114): Scanning package com.igarle.fuerzaventas 02-10 09:00:12.944 I/PackageManager( 114): /data/app/com.igarle.fuerzaventas-1.apk changed; unpacking 02-10 09:00:12.944 E/PackageManager( 114): Package com.igarl

Re: [mono-android] Attaching devices via the USB port

2012-02-10 Thread Tomasz Cielecki
If it is accessible through Java, you will be able to get access to the USB port using Mono for Android. Not knowing if there is direct support, you will be able to write a JNI wrapper which can help you communicate with the hardware. On Thu, Feb 9, 2012 at 6:39 PM, Paul Johnson wrote: > Hi, > >

[mono-android] Limitation with monodroid or Android?

2012-02-10 Thread Paul Johnson
Hi, I seem to have found a limitation with DateTime but I'm not sure where to point the finger. In my TimeOfDeath app[1], if you enter in a date before 1980, the date is not recognised and is instead reverted to the current year. The code works fine for years going from 2012 to 1980, but not

[mono-android] Mono for Android in Linux

2012-02-10 Thread Ralph
Hi, Here I will not ask for a package for Linux, I want to ask you two questions: 1.) are there more platform specific things than libMonoPosixHelper and mandroid 2.) if no, is it possible for give me these build for linux x86 and x64 so I can create a package for ubuntu 11.10 or 12.04 which shoul

[mono-android] Discussions related to Mono for Android

2012-02-10 Thread Gerry High
Anyone seeing crashes in MonoDevelop with Mono for Android when using = Intelilsense? I'm on MD 2.8.6.4, Mono 2.10.9, and Mono for Android 4.0.3.85258578 (and = MT 5.2.3). I saw quite a few crashes yesterday when I would start to = type, hit a period, try to down arrow (into the drop down created

[mono-android] Mono For Android Disappears from VS2010

2012-02-10 Thread Nosh
Hi This is linked to a question i posted some time ago regarding Mono templates going missing I recently opened VS2010 and tried to open a project which i did in Mono for Android and VS2010 states that this is no a valid VS project. This project was actually developed in the dev environment of V

[mono-android] Slow Emulator

2012-02-10 Thread Fencer04
The emulators are acting much slowed than before the latest update. Is this happening for everyone else? Is it due to the memory tracking? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Slow-Emulator-tp5473347p5473347.html Sent from the Mono for Android mailing lis

Re: [mono-android] Mono For Android Disappears from VS2010

2012-02-10 Thread Jonathan Pobst
It sounds like the VS addin isn't installed, or installed properly. Close all copies of Visual Studio. Go to Add/Remove Programs, uninstall Mono for Android if it's there, and then reinstall from the .msi: http://download.xamarin.com/MonoforAndroid/Windows/monoandroid-4.0.3.msi Hope this hel

[mono-android] Unable to install the Mono runtime framework to an emulator

2012-02-10 Thread stevenbc90
Hi all, I have just downloaded the evaluation version of Mono for Android and I am trying to run the first sample HelloM4A application on an AVD. The Mono installation to the AVD fails with the following exception; MonoDroid.InsufficientSpaceException: There is not enough storage space on the dev

Re: [mono-android] Unable to install the Mono runtime framework to an emulator

2012-02-10 Thread Jonathan Pobst
You need to start the emulator from within VS so that it is started with the correct settings. Or you can start it from the command line and pass the settings yourself: http://docs.xamarin.com/android/troubleshooting#There_is_not_enough_storage_space_on_the_device_to_deploy_the_package Jonatha

Re: [mono-android] Unable to install the Mono runtime framework to an emulator

2012-02-10 Thread stevenbc90
Jonathan, Thank you very much. That helped tremendously. I managed to get the Mono and framework installed by using the command line, I had been starting the emulator from VS and was still getting the error. I did notice that the command window showed the following errors; Warning: Unable to crea

[mono-android] TPL is currently broken?

2012-02-10 Thread Brannon King
It seems that the Task Parallel Library support is broken on the current version of Mono for Android (8.0.30703)? I put this code in the bottom of the OnCreate in the auto-generated activity file in a fresh android project: var t1 = Task.Factory.StartNew(() => { Thread.Sleep(3000); RunOnUiThre

Re: [mono-android] TPL is currently broken?

2012-02-10 Thread Jonathan Pobst
Is it because you are calling Start twice? StartNew () and Start () Jonathan On 2/10/2012 5:58 PM, Brannon King wrote: It seems that the Task Parallel Library support is broken on the current version of Mono for Android (8.0.30703)? I put this code in the bottom of the OnCreate in the auto-g

Re: [mono-android] TPL is currently broken?

2012-02-10 Thread Alex Soto
Maybe because you are starting the thread twice, arent you? i mean .StartNew() and .Start() Alex On Feb 10, 2012, at 5:58 PM, Brannon King wrote: > It seems that the Task Parallel Library support is broken on the current > version of Mono for Android (8.0.30703)? > > I put this code in the bo

Re: [mono-android] TPL is currently broken?

2012-02-10 Thread Brannon King
Yes, it is because I'm calling Start twice. Thanks for pointing that out. I actually have a long list of tasks that use the ContinueWith operator. Apparently what I wanted was "new Task<>" on the very first one. I then start that task when everything is ready to go. On Fri, Feb 10, 2012 at 5:04 PM

Re: [mono-android] Feature Request - Shared Release Runtime Deployment

2012-02-10 Thread stevenbc90
I agree is there an official xamarin site where such requests can be made? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Feature-Request-Shared-Release-Runtime-Deployment-tp5469997p5474007.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

Re: [mono-android] Feature Request - Shared Release Runtime Deployment

2012-02-10 Thread Jason Awbrey
http://bugzilla.xamarin.com/ On Fri, Feb 10, 2012 at 5:21 PM, stevenbc90 wrote: > I agree is there an official xamarin site where such requests can be made? > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Feature-Request-Shared-Release-Runtime-Deployment-tp