[mono-android] Error Linking Sdk Assemblies

2012-09-12 Thread Kirby
Hi I've got the following error during rebuild an android app project in Release mode with the following settings: Linking: Sdk Assemblies only Use shared runtime: false I don't use an ImmutableObjectAttribute within my code so I have no idea how to get rid of it... The "LinkAssemblies" task fai

[mono-android] Bug: Cannon build project in Release mode: Error CS0006

2012-09-12 Thread PVoLan
Environment: - Win 7 x64 (on Mac all works fine) - MonoDevelop 3.0.4.6 - Microsoft .NET 4.0.30319.1 - Mono for Android: 4.2.5 Steps to reproduce: - Clone https://github.com/PVoLan/TestProjRef Here is a test monodroid project, with two monodroid library projects, referenced one another. - Make s

Re: [mono-android] https certificate chain errors

2012-09-12 Thread Michael Ganss
I have now tested all versions between 4.2.1 and 4.2.5. The problem occurs in 4.2.5 but not in 4.2.4 and below. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/https-certificate-chain-errors-tp5711731p5711777.html Sent from the Mono for Android mailing list arch

Re: [mono-android] Bug: Cannon build project in Release mode: Error CS0006

2012-09-12 Thread Miha Markic
Is the reference against the project or against an assembly file? The later is wrong in this case and could explain this behavior. Miha -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of PVoLan Sent: Wednesday, September

Re: [mono-android] Bug: Cannon build project in Release mode: Error CS0006

2012-09-12 Thread PVoLan
It is project reference, definitely (= Fragment from Lib1.csproj Also, on MacOS this solution builds sucessfully, as long as on another win 7 computer, which wasn't updated for a month or more -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Bug-Cannon-build-pr

[mono-android] Installed version

2012-09-12 Thread Miha Markic
Is there an About information of MonoForAndroid full version somewhere in Visual Studio? The VS' About dialog shows just 4.2.5. Miha ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo

Re: [mono-android] Installed version

2012-09-12 Thread Konaju Games (Dev)
Go to Control Panel / Programs and Features and find Mono for Android in the list of installed programs. It has the version number there. Sly On 12 September 2012 23:15, Miha Markic wrote: > Is there an About information of MonoForAndroid full version somewhere > in Visual Studio? The VS' Abo

Re: [mono-android] https certificate chain errors

2012-09-12 Thread Hani Gobran
I have to agree, I had the same issue when I updated and had to put in code to bypass the Cert error. What was odd was that my server has an incorrect cert and SSL worked correctly on it but fails on Google's From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.co

Re: [mono-android] Installed version

2012-09-12 Thread Miha Markic
It does list the same number there - 4.2.5. Nothing more verbose. Miha From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Konaju Games (Dev) Sent: Wednesday, September 12, 2012 3:44 PM To: Discussions related to Mono for Android Subject: Re: [mono-a

Re: [mono-android] Error Linking Sdk Assemblies

2012-09-12 Thread Jonathan Pryor
On Sep 12, 2012, at 5:09 AM, Kirby wrote: > Hi I've got the following error during rebuild an android app project in > Release mode We should improve that error message; it provides no useful context... That said, you have an assembly that is somehow referencing System.ComponentModel.Immutable

Re: [mono-android] Installed version

2012-09-12 Thread Jonathan Pryor
On Sep 12, 2012, at 9:15 AM, Miha Markic wrote: > Is there an About information of MonoForAndroid full version somewhere in > Visual Studio? The VS' About dialog shows just 4.2.5. Assuming you're on a 64-bit Windows... C:\Program Files (x86)\MSBuild\Novell\mandroid.exe --version > vers

Re: [mono-android] Error Linking Sdk Assemblies

2012-09-12 Thread Kirby
Hmm... Thanks for the answer... What I have real trouble to understand is: Why does the (non linked) version run perfectly on the android device? Actually I do have an 4.0.0.0 assembly. It's a service model holding data classes (for use in a WebService) like: using System; using ProtoBuf; namespa

Re: [mono-android] Front camera

2012-09-12 Thread technohead
Hi Jonathan, this would be perfect, except I don't seem to be able to see the method signature and static property that you refer to. The only Open method that I see for Android.Hardware.Camera is Camera.Open(), there is no static property Camera.NumberOfCameras and no Camera.GetCameraInfo() meth

[mono-android] How to change the network state of device?

2012-09-12 Thread ukrandruha
Please Help!!! I need to turn on and off Mobile Data (GPRS). How to do it? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/How-to-change-the-network-state-of-device-tp5711776.html Sent from the Mono for Android mailing list archive at Nabble.com. _

[mono-android] Empy devices running

2012-09-12 Thread zed3
Hi, I've installed mono for android trial and I'm trying to debug a hello world app but when I deploy with VS2010, I'm seeing the list of running devices empty. If I run "adb devices" from the command line, the list is empty. `adb kill-server`, then `adb start-server` >From android virtual de

[mono-android] Add row to a table row

2012-09-12 Thread TheMonz
Hi, I have a TableLayout... I want to add a tableRow containing buttons... I do this to achieve my goal: TableRow rowa = new TableRow(this); rowa.LayoutParameters = new ViewGroup.LayoutParams(Android.Widget.TableRow.LayoutParams.FillParent, Android.Widget.TableRow.LayoutParams.FillP

Re: [mono-android] Installed version

2012-09-12 Thread Jonathan Pryor
On Sep 12, 2012, at 9:15 AM, Miha Markic wrote: > Is there an About information of MonoForAndroid full version somewhere in > Visual Studio? The VS' About dialog shows just 4.2.5. Assuming you're on a 64-bit Windows... C:\Program Files (x86)\MSBuild\Novell\mandroid.exe --version > vers

Re: [mono-android] Empy devices running

2012-09-12 Thread Jeremy A. Kolb - ARA/NED
When this happens I have to restart the computer and BEFORE doing anything else run the emulator. Otherwise the emulator won't come up ever. -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of zed3 Sent: Wednesday, Septemb

Re: [mono-android] Error Linking Sdk Assemblies

2012-09-12 Thread Jonathan Pryor
On Sep 12, 2012, at 1:38 PM, Kirby wrote: > What I have real trouble to understand is: Why does the (non linked) version > run perfectly on the android device? Luck. ;-) You have a JIT, and the JIT won't complain about missing types or members unless/until those types/members are actually used

Re: [mono-android] Front camera

2012-09-12 Thread Jonathan Pryor
On Sep 11, 2012, at 11:15 PM, technohead wrote: > this would be perfect, except I don't seem to be able to see the method > signature and static property that you refer to. The Camera.Open(int) and Camera.NumberOfCameras properties were added in API level 9 (Android v2.3): http://and