Re: [mono-android] Samsung Galaxy 5 (changed from Galaxy S)

2011-07-27 Thread gr8tushar
Hi, I am using Samsung Galaxy i5700. The Firmware version is 2.1-update1 Baseband Version is I570EDDJC5 The build number is ECLAIR.DDJC5 I am asking this, because I need to finalize whether to work on Mono for Android or just switch back to native android environment. -- View this message in c

Re: [mono-android] Use of MonoDroid

2011-07-27 Thread Mike Fechner
Difference to the use of "droid" in Android is, that Android is a word of it's own - not a compound word like "MonoDroid" would be. Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Dean Sadites Gesendet: Donnerstag, 28. Juli 2011 05:19 An: Discus

Re: [mono-android] Resx Localization

2011-07-27 Thread Karl Heinz Brehme Arredondo
I'm trying to do it on MonoTouch but no clueŠ If I change language and country and restart application, just the default text appear. Karl From: riteshsahu Reply-To: "monodroid@lists.ximian.com" Date: Wed, 27 Jul 2011 21:04:44 -0700 (PDT) To: "monodroid@lists.ximian.com" Subject: Re: [mon

Re: [mono-android] Resx Localization

2011-07-27 Thread riteshsahu
Hi Anthony, Did you get any further with the Resx Localization issue? Any one else got Resx files working with non-default language? Thanks, Ritesh -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Re-Resx-Localization-tp4301672p4641216.html Sent from the Mono for An

Re: [mono-android] Problems with log4net

2011-07-27 Thread pbreckon
Thanks for the reply Jon, looks like we'll have to do that. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Problems-with-log4net-tp4641046p4641191.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] Problems with log4net

2011-07-27 Thread Jonathan Pryor
On Jul 27, 2011, at 10:41 PM, pbreckon wrote: > I'm trying to deploy a project using Mono for Android, referencing the Mono > build of log4net, v2. > > It compiles ok, but when i try and deploy it i get the following in Output: Key error: > MANDROID : error : while loading assemblies: > System.I

Re: [mono-android] Problems with log4net

2011-07-27 Thread pbreckon
I'm using the copy found in incubating-log4net-1.2.10.zip, under log4net-1.2.10\bin\mono\2.0\release -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Problems-with-log4net-tp4641046p4641147.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] Use of MonoDroid

2011-07-27 Thread Dean Sadites
Interesting. I guess Lucasfilm's legal department will have its hands full if they ever decide to pursue this. There are literally hundreds of apps in the Marketplace with 'droid' in the name (e.g. ElectroDroid, QR Droid, Droid Auctions, Phit Droid, Periodic Droid, Droid DJ, Droid Cha Cha, Sports R

Re: [mono-android] Problems with log4net

2011-07-27 Thread Matthew Groves
Are you using a Silverlight version of log4net, or a custom Mono for Android build? On Wed, Jul 27, 2011 at 10:41 PM, pbreckon wrote: > I'm trying to deploy a project using Mono for Android, referencing the Mono > build of log4net, v2. > > It compiles ok, but when i try and deploy it i get the f

Re: [mono-android] Use of MonoDroid

2011-07-27 Thread Jason Awbrey
*DROID is a trademark of Lucasfilm Ltd. and its related companies. Used under license* * * * http://mediacenter.motorola.com/content/detail.aspx?ReleaseID=12059&NewsAreaID=22 * On Wed, Jul 27, 2011 at 9:19 PM, Dean Sadites wrote: > Okay, makes sense. So we're probably perfectly okay referring to

[mono-android] Problems with log4net

2011-07-27 Thread pbreckon
I'm trying to deploy a project using Mono for Android, referencing the Mono build of log4net, v2. It compiles ok, but when i try and deploy it i get the following in Output: - *START* -- Microsoft (R) Build Engine Version 4.0.30319.1 [Microsoft .NET Framework, Version 4.0.30319.1] Copyrig

Re: [mono-android] Use of MonoDroid

2011-07-27 Thread Dean Sadites
Okay, makes sense. So we're probably perfectly okay referring to it as MonoDroid in casual conversation; it just can't be used in any official capacity. So, did Motorola license the trademark from Lucas? On Wed, Jul 27, 2011 at 10:17 PM, Wally McClure < theevilprogram...@hotmail.com> wrote: >

Re: [mono-android] Use of MonoDroid

2011-07-27 Thread Wally McClure
The story I was told was that the name MonoDroid has the term Droid in it. George Lucas owns the trademark to the term. Given that Motorola licensed the term, there was precedence for Droid being used in the mobile space. To be safe, they named it Mono for Android. Wally Date: Wed, 27 Jul 2

[mono-android] Use of MonoDroid

2011-07-27 Thread Dean Sadites
What's the deal with the MonoDroid name? Why did Novell/Xamarin end up going with "Mono for Android," when MonoDroid seems to be more in line with the existing MonoTouch name (and is so much easier to say and write)? Was there some sort of copyright or trademark issue? ___

[mono-android] monodevelop 2.6b3 with 2.6.5 M4A addin

2011-07-27 Thread Wally McClure
When I attempt to create a project in MD 2.6b3 with the updated 2.6.5 M4A addin, I get the following message about not being able to create Activity1.cs. Does this mean that I am not upto date on something? Any ideas? - Wally System.MissingMethodException: Method not found: 'MonoDevelop.P

Re: [mono-android] Documentation Site Down

2011-07-27 Thread Andreia Gaita
Thanks for the heads-up, we're looking into that. On Wed, Jul 27, 2011 at 2:08 PM, BarryJohnston wrote: > Just want to be sure you (Xamarin) are aware: > http://docs.mono-android.net/ > is getting 500 Internal Server Error > > I'm guessing Xamarin is responsible for that site, if not please ignor

Re: [mono-android] changing the location of the Android SDK

2011-07-27 Thread Jonathan Pobst
If you installed it using the Android SDK installer, you need to uninstall it and reinstall it to your new location. The registry key written by the Android SDK installer always takes precedence. If you look in the detailed build log, it will display every place it looks and if it found it the

[mono-android] Documentation Site Down

2011-07-27 Thread BarryJohnston
Just want to be sure you (Xamarin) are aware: http://docs.mono-android.net/ is getting 500 Internal Server Error I'm guessing Xamarin is responsible for that site, if not please ignore this. Thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Documentation-Site

Re: [mono-android] changing the location of the Android SDK

2011-07-27 Thread Wally McClure
Yeah, that make's sense. I went through the registry, updated the entries, and problem solved. WallyDate: Wed, 27 Jul 2011 14:01:10 -0400 From: dsadi...@gmail.com To: monodroid@lists.ximian.com Subject: Re: [mono-android] changing the location of the Android SDK I seem to recall having the same

Re: [mono-android] changing the location of the Android SDK

2011-07-27 Thread Dean Sadites
I seem to recall having the same issue. I think the solution was to kill the adb.exe process that's running. Then make the change again. On Wed, Jul 27, 2011 at 1:57 PM, Wally McClure < theevilprogram...@hotmail.com> wrote: > I have decided to move the location of the Android SDK on one of my

[mono-android] changing the location of the Android SDK

2011-07-27 Thread Wally McClure
I have decided to move the location of the Android SDK on one of my systems. I go into Tools -> Options -> Mono for Android -> Settings to change the location of the SDK from "C:\Program Files\Android\android-sdk-windows" to "C:\Android\android-sdk-windows" Unfortunately, this change seems

Re: [mono-android] Getting objects from an intent

2011-07-27 Thread Andrew Sinclair
Hi Narcís, In my code I have: [Application] public class MyApplication : Application { ... public static readonly MyApplication theApp = new MyApplication (); ... public MyApplication (IntPtr intPtr) :base(intPtr) { } ... } In various

[mono-android] get network interface list failure and P/Invoke style workaround?

2011-07-27 Thread Iain Mcleod
Hi folks I've just downloaded monodroid trial and am looking at feasibility of porting some mono-based class libraries across. They currently run on monotouch and compact framework so in theory they shouldn't stretch the framework too much with anything too fancy like lambdas etc. They do compile

Re: [mono-android] Getting objects from an intent

2011-07-27 Thread Narcís Calvet
Hi Andy, Following your advice I’m using the custom application below. It has a public property (layout) which I use to add to the main Activity. The problem is this property is always null there. Application is bein used in main Activity OnCreate event like this: var ctrl = new MyApp

[mono-android] ListView with group header

2011-07-27 Thread vsr28
Hi All, I want to create ListView with Group Header. Suppose i have person's contact list in an array and i want to display it in ListView. First header text will be alphabet "A" and all name starting by A will be listed below it. Again after that alphabet "B" will be the header text and all name

[mono-android] ListView with group header

2011-07-27 Thread vsr28
Hi All, I want to create ListView with Group Header. Suppose i have person's contact list in an array and i want to display it in ListView. First header text will be alphabet "A" and all name starting by A will be listed below it. Again after that alphabet "B" will be the header text and all