[mono-android] New Binding Generator

2012-04-09 Thread Jeff
Hi, I'm having issues with the new binding generator. BINDINGSGENERATOR : warning : failed to parse assembly C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\mscorlib.dll: System.TypeInitializationException: The type initializer for 'Mono.Cecil.Metadata.TableHeap'

Re: [mono-android] New Binding Generator

2012-04-09 Thread Jeff
I'm having that same problem. It builds, no errors, but I get the above errors in the Build Output window. Then the dll generated from the build has nothing relevant in it. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/New-Binding-Generator-tp5623432p5627672.htm

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Jeff Stedfast
On Mon, Jul 18, 2011 at 9:41 AM, dozer wrote: > Hi again! > > Well, it's good to see that Xamarin gets the responsebility for Mono* > environment! > > However, I just tried to download mono for android again from the download > page (http://android.xamarin.com/DownloadTrial) and it's actually jus

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Jeff Stedfast
, I suspect he will be shortly). Jeff ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] what does it look like

2011-07-18 Thread Jeff Stedfast
Applications built using Mono for Android look exactly the same as other apps written for Android. They do not use Windows.Forms, they use the native GUI toolkit found on Android. Hope that helps, Jeff On Mon, Jul 18, 2011 at 10:19 AM, Sayed Arian Kooshesh wrote: > can someone post some p

Re: [mono-android] Runtime reliability?

2011-07-26 Thread Jeff Stedfast
-Android releases. >From what I remember, Miguel was saying this was a common problem and we definitely aim to fix as many of these cases as we can. Jeff On Tue, Jul 26, 2011 at 9:06 AM, Jonathan Pryor wrote: > On Jul 26, 2011, at 8:30 AM, Wally McClure wrote: > > To add to this, I ha

Re: [mono-android] Emulator is not recognized on MonoDevelop Mac

2011-07-29 Thread Jeff Stedfast
There will be a Mono 2.10.3 release pushed to the Alpha channel hopefully today for people to test. If all works well, we'll push it to the Stable channel. Jeff On Jul 29, 2011 8:55 AM, "malexandroni" wrote: > I can confirm the problem is the Mono Framework 2.10.2. I have updat

Re: [mono-android] Emulator is not recognized on MonoDevelop Mac

2011-07-29 Thread Jeff Stedfast
t that, there will be an "Install" button at the bottom-right side of the dialog. My guess, though, is that you're problems may be the async socket connect bug which will require a Mono.framework update to 2.10.3 (which should hopefully be out today). Hope that helps, Jeff

Re: [mono-android] Question

2011-08-02 Thread Jeff Stedfast
27;s management can setup & own. This would be a lot simpler than the solution proposed below. > > Here's my thoughts. Have a background thread running that keeps > starting and bring to the top a user interface that has an image with a > place to enter a password? If th

Re: [mono-android] Program stops

2011-08-04 Thread Jeff Stedfast
Hi Tim, Do you have a sample test case that illustrates this bug that you could attach to http://bugzilla.xamarin.com? If this is a bug in Mono for Android, and it sounds like it very well could be, we'd be very interested in fixing this bug. Jeff On Thu, Aug 4, 2011 at 10:33 AM, Tim

Re: [mono-android] Mono for Android for Students?

2011-08-05 Thread Jeff Stedfast
Joseph can help you out. Jeff 2011/8/4 Neal Gompa > Hello, > > I was wondering if Xamarin will still offer Student licenses[1]? The page > still says we should email Novell. Since Novell no longer handles it, > shouldn't that page be updated? > > [1]: http://android.xam

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-09 Thread Jeff Stedfast
no for Android on Windows :-( Hope that helps, Jeff On Tue, Aug 9, 2011 at 2:27 PM, carlos ramos wrote: > now that i mention that.. i have no idea where mono4droid is on my drive > > On Tue, Aug 9, 2011 at 12:49 PM, carlos ramos > wrote: > > i only see monodev maintenan

Re: [mono-android] Remove email

2011-08-12 Thread Jeff Stedfast
Hi Indelex, The easiest way for you to unsubscribe is to go to http://lists.ximian.com/mailman/listinfo/monodroid and enter in your email address and the password you selected. If you don't know your password, you can request it send a reminder. I hope that helps, Jeff On Fri, Aug 12, 20

Re: [mono-android] Image Button on Custom List

2012-01-15 Thread Jeff Lindborg
don’t have a GitHub account so I just zipped up a simplified example of how I went about it and popped it on my web site here: http://www.ciscounitytools.com/CodeSamples/MonoForAndroid/ListSample/ListSamples.htm might be what you’re looking for… -Jeff On Fri, Jan 13, 2012 at 6:36 AM, Fencer04 [via

[mono-android] any way to record audio in PCM/ulaw directly?

2012-01-15 Thread Jeff Lindborg
Working with a server that requires the WAV file format for audio greetings to be in PCM 16 bit - horsing around with the MediaRecorder, MediaPlayer this weekend I can get it to playback the PCM files just dandy and I can record files and play them back on the Android device but I cannot get PCM as