[mono-android] Login with Facebook on Mono for Android

2012-09-17 Thread HemSingh
Hi, I have to built an app with mono for android. I am new to monodroid. I am using Visual Studio for development. My app will work with Facebook. e.g. User will loging with facebook account and then he can like and share Restaurants. I need some guide where I can start. Thanks Hem Singh -- Vie

[mono-android] Out by one error between MD and VS

2012-09-17 Thread Paul Johnson
Hi, Is anyone else seeing this problem (it's on bugzilla https://bugzilla.xamarin.com/show_bug.cgi?id=7163) Basically, create on VS2010, commit to svn (not tried with cvs or git), edit using MD, recommit and open again on VS, change something, build. The next commit there is a conflict in th

Re: [mono-android] Out by one error between MD and VS

2012-09-17 Thread Craig Dunn
Paul, are you referring to the file /Resources/Resource.designer.cs ? This file should not be in source control (AFAIK), as resource ids are regenerated on any build and aren't guaranteed to be the same. That's also the _reason_ it doesn't need to be in source-control... it is generated every

Re: [mono-android] Empy devices running

2012-09-17 Thread Miljenko Cvjetko
Hi On 2012.09.12 22:36, Jeremy A. Kolb - ARA/NED wrote: 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. In my experience * restart adb server * restart VS * no need to restart PC HTH mel

Re: [mono-android] Silent App crash

2012-09-17 Thread Miljenko Cvjetko
Hi On 2012.09.13 18:28, Igor Russkih wrote: Hrr, no ideas/suggestions? Trying to Catch unhandled exceptions? In launcher Activity: System.AppDomain.CurrentDomain.UnhandledException += ... and Android.Runtime.AndroidEnvironment.UnhandledExceptionRaiser += new EventHandler(AndroidEnvironment_Unh

Re: [mono-android] Wrong StatsFs JellyBean?

2012-09-17 Thread Miljenko Cvjetko
Hi Samsung! Read Jon's explanation here: http://mono-for-android.1047100.n5.nabble.com/detect-SD-Card-path-td5710218.html there are few workarounds. See if those help cheers mel On 2012.09.16 21:30, Francesco Colombo wrote: Another Update: Scenario: Samsung GS2 without SD card External stora

[mono-android] Logging recommendations

2012-09-17 Thread Stephan Steiner
Hi I'm currently in the process of porting an application originally written for PC clients to Android. Knowing what the application does, in order to have any chance to reproduce and explain issues that might occur on the mobile client, I need to keep detailed logging on the android device. Curre

[mono-android] Resource Aliases

2012-09-17 Thread Andrew Gaspar
Hey guys! I'm new to the mailing list, so I look forward to meeting you all! I'm having an issue with Resource Aliases. In the default MasterDetailFlow application in Java, a file is created in the "resources/values-sw600dp" folder called "refs.xml". Refs.xml contains the following: @layout

Re: [mono-android] Can't Connect to Galaxy Nexus

2012-09-17 Thread Tom Opgenorth
Which version of M4A are you using? What version of Android is on your Galaxy Nexus? On Sun, Sep 16, 2012 at 10:59 PM, DFX wrote: > I'm experiencing something rather interesting. I've recently purchased an > unlocked Galaxy Nexus, but I'm unable to get it to connect successful for > me > to de

Re: [mono-android] Wrong StatsFs JellyBean?

2012-09-17 Thread Francesco Colombo
I've found a workaround based on solutions on this thread http://mono-for-android.1047100.n5.nabble.com/detect-SD-Card-path-td5710218.html My idea is to use a linux command like in the thread linked above to retrive the available free space. To do this I'm currently using DF. In case of failure i

Re: [mono-android] detect SD Card path?

2012-09-17 Thread johnHolmes
I had a similar issue, finding *available space* on external storage. See here for details: http://mono-for-android.1047100.n5.nabble.com/Wrong-StatsFs-JellyBean-tp5711813.html;cid=1347100160930-247 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/detect-SD-Card-

Re: [mono-android] If anyone needs to get osmdroid JAR bindings working here's how

2012-09-17 Thread Jeremy A. Kolb - ARA/NED
Hi Jon. I believe Tom Opgenorth is cleaning up the XML them up and rewriting the tutorial based on the example I posted. Jeremy -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Friday, September 14

[mono-android] Trojan on Setup?

2012-09-17 Thread rick.duarte
I'm trying to install MonoDroid on my Windows PC, but Kaspersky is detecting a Trojan on it and doesn't allow to continue with the installation. Here is the log from KIS2013: xamarinsetup.exeDetected: PDM:Trojan.Win32.Scar.a 17/09/2012 16:41:58 c:\users\henrique\appdata\local\temp\{e

Re: [mono-android] Resource Aliases

2012-09-17 Thread Jonathan Pryor
When will we plug all the leaky abstractions... On Sep 17, 2012, at 11:14 AM, Andrew Gaspar wrote: > I'm having an issue with Resource Aliases. Is there any documentation on these Resource Aliases? The closest I found was for ID resources: http://developer.android.com/guide/topics/re

[mono-android] Mono for Android 4.2.6 Beta Release Available

2012-09-17 Thread Jonathan Pryor
We are pleased to announce a Beta release of Mono or Android 4.2.6. This fixes some serious regressions in SSL and the Visual Studio debugger that made it through 4.2.5. Release notes: http://docs.xamarin.com/android/Releases/Mono_For_Android_4/Mono_for_Android_4.2.6 Thanks! - Jon __

Re: [mono-android] Trojan on Setup?

2012-09-17 Thread Jonathan Pryor
Please contact supp...@xamarin.com. Thanks, - Jon On Sep 17, 2012, at 4:05 PM, rick.duarte wrote: > I'm trying to install MonoDroid on my Windows PC, but Kaspersky is detecting > a Trojan on it and doesn't allow to continue with the installation. > Here is the log from KIS2013: > xamarinsetup.

Re: [mono-android] Logging recommendations

2012-09-17 Thread Jonathan Pryor
On Sep 17, 2012, at 9:07 AM, Stephan Steiner wrote: > Is there a way (and if so, how to do so) pick all log entries from my > application from whichever place Android.Util.Log writes to? You can read logcat messages by invoking the `logcat` command (with System.Diagnostics.Process) and reading

Re: [mono-android] Login with Facebook on Mono for Android

2012-09-17 Thread Jonathan Pryor
On Sep 17, 2012, at 3:37 AM, HemSingh wrote: > My app will work with Facebook. e.g. User will loging with facebook account > and then he can like and share Restaurants. I need some guide where I can > start. This might help: https://github.com/xamarin/monodroid-samples/tree/master/Face

Re: [mono-android] Mono for Android 4.2.6 Beta Release Available

2012-09-17 Thread Goncalo Oliveira
this is great news. What about the designer break? Any estimates? Cheers Goncalo Oliveira Sent from my Windows Phone From: Jonathan Pryor Sent: 17-09-2012 21:30 To: Discussions related to Mono for Android Subject: [mono-android] Mono for Android 4.2.6 Beta Release Available We are pleased to anno

Re: [mono-android] Can't Connect to Galaxy Nexus

2012-09-17 Thread DFX
I'm using the 4.2.6 Beta that was just released today. The phone is running Android 4.1.1. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Can-t-Connect-to-Galaxy-Nexus-tp5711823p5711845.html Sent from the Mono for Android mailing list archive at Nabble.com. _

[mono-android] Unable to deploy to a device with MD and Mountain Lion 10.8.1

2012-09-17 Thread Paul Johnson
Hi, I seem to have hit a snag. Using MD 3.0.4.7 (or 4.6) and 4.2.5 or 4.2.6beta, I am unable to deploy to a physical device using the full version of m4a. I can deploy to the emulator and create a package from my source code. Does anyone have an idea on how to get things working with deployi

Re: [mono-android] Unable to deploy to a device with MD and Mountain Lion 10.8.1

2012-09-17 Thread nodoid
Hi, Looks like Samsung have yet to update their drivers for 10.8... Oh well. Paul -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unable-to-deploy-to-a-device-with-MD-and-Mountain-Lion-10-8-1-tp5711846p5711847.html Sent from the Mono for Android mailing list ar

[mono-android] Android Account Provider

2012-09-17 Thread javitxin
Hi, I am trying to implement an account provider with no success..I hope someone could help me please.. First, this is my service and AccountAuthenticator class namespace test { public class AccountAuthenticatorService : Service { private static AccountAuthenticator sAccountAu