[mono-android] Android 4.0 and the Mono for Android Windows Installer

2011-10-20 Thread Joseph Hill
This is a public service announcement for anyone who is using Mono for Android installed from our new one-click installer. The new Android 4.0 Ice Cream Sandwich release changed update URLs and repository file formats in a way that have made it impossible to install new Android updates from the ve

Re: [mono-android] Library content path

2011-10-20 Thread Alphapage
I decided to put my files into the drawable folder in my main app project to bypass the problem temporarely. But now, I'm facing a new trouble: int id = Resources.GetIdentifier ("my_image", "drawable", PackageName); I don't know how to get my files from my dll library project. I don't know how to

[mono-android] X509Certificate2 from PKCS#12 byte[]?

2011-10-20 Thread Nate Yocom
I'm porting an app that uses a System.Net.HttpWebRequest with client certificates, and I've found that I can't seem to create a System.Security.Cryptography.X509Certificates.X509Certificate2 from a serialized PKCS#12 byte[]. I've created the byte[] using Bouncycastle's Pkcs12Store.Save() meth

[mono-android] WG: Re: Webservice Deserialization Error

2011-10-20 Thread BernhardGessler
Not directly. I pass back some DateTime Values as Attributes of custom objects i pass back. The strange thing is, as .Net 2.0 Webservice nothing is working, not even a funktion without arguments and with just an int as return value. As WCF moth things work, except passing back custom objects, w

Re: [mono-android] ORM for Mono for Android

2011-10-20 Thread Marc Gravell
Hmmm... I must investigate what is available re connections, and see if I can port dapper to mono/droid - very lightweight and minimal, but could be useful. Marc On 20 Oct 2011, at 15:46, Tom Opgenorth wrote: > Not with M4A. I've tried it out in regular .NET apps, and found it to be > pretty

Re: [mono-android] physical menu button

2011-10-20 Thread efontana
Look here: https://github.com/conceptdev/Monospace11/blob/master/Android/Activities/BaseActivity.cs -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/physical-menu-button-tp4922127p4922259.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] App fails to launch on device after signing

2011-10-20 Thread Willem Meints
Things are getting weirder by the minute. I just noticed that this machine has version 1.0.2 of monodroid installed. Van: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Namens Willem Meints Verzonden: donderdag 20 oktober 2011 17:48 Aan: Discussions related to Mono

Re: [mono-android] App fails to launch on device after signing

2011-10-20 Thread Willem Meints
I thought so too. Just tested signing another app that I have lying around and it works for that app. It must be something with the linking options or there's still a bug eluding me. Regards, Willem Meints Van: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Name

Re: [mono-android] Webservice Deserialization Error

2011-10-20 Thread Mike Child
This may or may not be any help for you, but could be something to look into/test. In your webservice are you passing any DateTime objects back to they client? My setup is a bit different. I'm using WCF that is returning json. I'm just using httpwebrequest to hit my services and then I deserialize

Re: [mono-android] ORM for Mono for Android

2011-10-20 Thread Tom Opgenorth
Not with M4A. I've tried it out in regular .NET apps, and found it to be pretty simple to use overall. I know that there are some open source apps using it in Java too so it is a viable alternative. On Thu, Oct 20, 2011 at 00:33, Builder wrote: > DB4O looks nice. Did you try it with Mono for And

Re: [mono-android] Webservice Deserialization Error

2011-10-20 Thread BernhardGessler
Hi, i have tested including the calculator Webservice from the official tutorial. Worked fine. Then i included my srervice again and the error was back. I managed to provide my service on a public server. If any of you have an idea what could be the reason, please try: http://91.190.202.121:808

Re: [mono-android] Library content path

2011-10-20 Thread Alphapage
Again it would be great to be able to bypass the subfolder limitations in Drawable of Android. For example, being able to put folders and subfolders in Drawable like this: /Resources/Drawable/Folder1/Subfolder1/mybitmap.jpg Then get the resource like this: Resource.Drawable.Folder1_Subfolder1_mybit

Re: [mono-android] Library content path

2011-10-20 Thread Alphapage
Will it be available in MonoDroid 2.0 ? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Library-content-path-tp4918615p4921448.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing l

Re: [mono-android] Library content path

2011-10-20 Thread Alphapage
Seems to be impossible from a previous post: "I certainly hope this is something that gets fixed soonish otherwise it'll make it very difficult for us to develop applications of any decent complexity using Mono for Android if we have to put all UI stuff in one project. - Ritesh " Any update

Re: [mono-android] App fails to launch on device after signing

2011-10-20 Thread Nicklas Møller Jepsen
Hi, Perhaps the Linking options... http://docs.xamarin.com/android/tutorials/Preparing_Package_for_Android_Marketplace Regards, Nicklas From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Willem Meints Sent: 20. oktober 2011 14:29 To: 'monodroid@lis

[mono-android] App fails to launch on device after signing

2011-10-20 Thread Willem Meints
Hi, I'm trying to prepare an app I wrote for the market place. I changed the signing information in the csproj file so it uses a key I generated using the keytool. So far everything is fine and I can build the project and deploy the app to a test device. However when I start the app, it does la

Re: [mono-android] Something Positive to Report - Barcode Scan

2011-10-20 Thread efontana
You can get the code from here: https://github.com/JohnACarruthers/zxing.MonoDroid I've been using it for awhile now. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Something-Positive-to-Report-Barcode-Scan-tp4919739p4921261.html Sent from the Mono for Android

Re: [mono-android] Invalid IL code

2011-10-20 Thread Builder
Is there any recommended way how to obfuscate Mono for Android apps? The build result is .apk file, which is Java byte code, right? Can be used tools like ProGuard to obfuscate it? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Invalid-IL-code-tp4785643p4920988.htm