[mono-android] ListPreference.setSummary incomplete mapping

2012-05-21 Thread Igor Russkih
Hi, I've found that the subject method has only one mapping in MFA: SetSummary(int resId) However there is no SetSummary(CharSequence text) mapping. Is that just missing? (how could that be? I thought mappings are automatically generated..) Just in case, here is a helper "fix" method: p

Re: [mono-android] what happened to my .axml intellisense?

2012-05-21 Thread Miljenko Cvjetko
Howdy I'm running 4.2.1 and having no issues check in %PROGRAMFILES%\Microsoft Visual Studio 10.0\xml\Schemas\ There should be monodroidcatalog.xml It should point to actual xsd used for intellisense: -http://schemas.microsoft.com/xsd/catalog";> href="%ProgramFiles%/MSBuild/Novell/schemas.

Re: [mono-android] Build Target Request

2012-05-21 Thread Jonathan Pobst
You can sign the package manually: http://docs.xamarin.com/android/tutorials/Preparing_Package_for_Android_Marketplace Or you can create your own MSBuild target. Jonathan On 5/21/2012 10:08 PM, Matt wrote: The *SignAndroidPackage* depends on the build target, so it always rebuilds the applic

[mono-android] Build Target Request

2012-05-21 Thread Matt
The *SignAndroidPackage* depends on the build target, so it always rebuilds the application before packaging and signing. This makes it impossible (that I know of) to obfuscate the main application assembly and rely on the SignAndroidPackage target to package the obfuscated assembly. Is it possible

Re: [mono-android] LinkAssemblies task failed unexpectedly

2012-05-21 Thread Jonathan Pobst
That type is not in the Mono for Android profile, so my guess is you are trying to use an assembly not compiled for the Mono for Android profile. You cannot just take an arbitrary .NET assembly and use it, it must be compiled for MFA. Jonathan On 5/21/2012 7:41 PM, Nino Damjanowski wrote: H

[mono-android] LinkAssemblies task failed unexpectedly

2012-05-21 Thread Nino Damjanowski
Hello, I`m getting this error while trying to build my project: The "LinkAssemblies" task failed unexpectedly. Mono.Cecil.ResolutionException: Failed to resolve System.ComponentModel.AddingNewEventArgs at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference) at Mono.Linker.Steps.Mark

Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-21 Thread Jonathan Pryor
On May 17, 2012, at 4:58 PM, kuma wrote: > can you help me? what is Java.Lang.Object? Java.Lang.Object is the C# binding for Java's java.lang.Object type, and is the base class for all bound types. It is also the type you should inherit from whenever implementing Android interfaces and the And

Re: [mono-android] Resources in Class Library project

2012-05-21 Thread Jonathan Pryor
On May 18, 2012, at 7:48 AM, vpa wrote: > On Apr 23, 2012, at 11:49 PM, Jonathan Pryor wrote: >> You need to use Mono for Android 4.1.0 or later, and then it should Just >> Work. > > I've installed Mono for Android 4.2.1 but it doesn't work !!! Indeed, that was a misunderstanding on my part:

Re: [mono-android] SqliteDataReader.GetDataTypeName() returns .Net data type instead of native SQLite data type in 4.2.1

2012-05-21 Thread Jonathan Pryor
I believe that this will be fixed in the 4.2.2 release. - Jon On May 21, 2012, at 3:46 AM, rwittev1 wrote: > Considering the following table definition: > */create table TESTTABLE ( >DATA blob not null > )/* > > And this example code: > */// run query: "select * from TESTTABLE"

Re: [mono-android] Visual Studio 2010 crashes when opening a new or existing Mono for Android project after upgrade to 4.2.1

2012-05-21 Thread Jonathan Pobst
Details here: http://lists.ximian.com/pipermail/monodroid/2012-May/010292.html Jonathan On 5/21/2012 9:53 AM, John Murray wrote: I too have this issue - trouble is I don't get a dialog which allows me to avoid the issue like Vasilis At first I did now after a reboot the dialog no longer appea

Re: [mono-android] SimpleAdapter break in 4.2.1

2012-05-21 Thread Jonathan Pryor
On May 19, 2012, at 10:42 PM, Igor Russkih wrote: > Another question. I've found that after that change, I also have to fix > adapters with radio buttons (require boolean value in hash): > > Old code > > item["radio"] = new false; > New code > item

Re: [mono-android] Visual Studio 2010 crashes when opening a new or existing Mono for Android project after upgrade to 4.2.1

2012-05-21 Thread José M . Rivera
keef103 wrote > > After upgrade to 4.2.1 Visual Studio 2010 crashes when I create a new Mono > for Android project or when I attempt to open an existing Mono for Android > project > I got the same problem but only when I have a device connected before opening the solution. If I disonnect the de

Re: [mono-android] what happened to my .axml intellisense?

2012-05-21 Thread Wally McClure
Hmm, and now its back, at least in VS. Move along, nothing to see here for the moment. Wally From: theevilprogram...@hotmail.com To: monodroid@lists.ximian.com Date: Mon, 21 May 2012 15:17:53 -0400 Subject: [mono-android] what happened to my .axml intellisense? I just noticed that my in

[mono-android] Hiring Mono for Android Developers

2012-05-21 Thread ataylorm
Hey Guys and Gals, We are an up and coming IT company based in Dallas, TX and we are looking for EXPERIENCED Mono for Android developers. We have a great team and are regularly pushing the limits of development with our projects. You can work from home, weekly pay, and even project specification

[mono-android] what happened to my .axml intellisense?

2012-05-21 Thread Wally McClure
I just noticed that my intellisense in my .axml files no longer seems to function. This is in both VS and MD. Any ideas? Is there a switch somewhere regarding this? Wally ___ Monodroid mailing list Monodroid@li

[mono-android] install into the emulator

2012-05-21 Thread Wally McClure
I just ran through an interesting install sequence. This is on my system that I use for video recording, demos, and such for MfA. This system is running Windows 7 x64. I am having problems with getting VS to recognize the emulator, so I have switched over to MonoDevelop. MD recognizes the e

Re: [mono-android] seeing the emulator

2012-05-21 Thread Wally McClure
Just to follow up on this, it looks like MonoDevelop 3.0 running on the exact same system can see and connect to the emulator and upload an app on the exact same system. Wally From: theevilprogram...@hotmail.com To: monodroid@lists.ximian.com Date: Thu, 17 May 2012 13:28:10 -0400 Subject: [mono

[mono-android] design surface suggestion

2012-05-21 Thread Wally McClure
I just noticed that when I group the items in the design surface, Deprecated is listed at the top. I assume that the order of the items are set, but if not, I'd recommend putting Deprecated last. Wally ___ Mo

Re: [mono-android] Visual Studio 2010 crashes when opening a new or existing Mono for Android project after upgrade to 4.2.1

2012-05-21 Thread John Murray
I noticed in the release notes the following "NOTE: If you are opening an existing MfA solution, you may need to set it to Deploy in Build > Configuration Manager." This seems like a throw away line ('may' 'need'!!) but can someone tell me a) is this at the root of the error "The project typ

Re: [mono-android] Visual Studio 2010 crashes when opening a new or existing Mono for Android project after upgrade to 4.2.1

2012-05-21 Thread John Murray
I too have this issue - trouble is I don't get a dialog which allows me to avoid the issue like Vasilis At first I did now after a reboot the dialog no longer appears and an empty project unusable unreadable appears in the solution explorer with the message "The project type is not supported by t

[mono-android] Bluetooth Discovery Events

2012-05-21 Thread Hänke , Maik
Hello, can someone confirm that it is not possible to receive the BluetoothAdapter.ActionDiscoveryStarted or BluetoothAdapter.ActionDiscoveryFinished event when searching for Bluetooth devices? I implemented a BroadcastReceiver that is registered to 3 events, those two from above and Blueto

[mono-android] SqliteDataReader.GetDataTypeName() returns .Net data type instead of native SQLite data type in 4.2.1

2012-05-21 Thread rwittev1
Considering the following table definition: */create table TESTTABLE ( DATA blob not null )/* And this example code: */// run query: "select * from TESTTABLE" using (DbDataReader dataReader = command.ExecuteReader()) { string typeName = reader.GetDataTypeName(0); }/

[mono-android] Debugging throws FileNotFoundException (Mono.Cecil.Mdb) in VS Beta 11

2012-05-21 Thread Matthew Leibowitz
Hi all, I just want to check, does anyone else have this problem: When launching my app by the debugger in VS, I get this exception: System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Cecil.Mdb, Version=0.9.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its