Re: [mono-android] Installing Mono Runtime Stalls - solved I think

2012-01-17 Thread Jonathan Pobst
Yep, if your app is targeting Android 2.2 (in your project properties), 8 is the one to install. I'm glad you found a solution for this! Jonathan On 1/17/2012 3:59 PM, pearlpdx wrote: I copied both : Mono.Android.DebugRuntime-debug.apk Mono.Android.Platform.apk to the tablet and executed th

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread Glen Hassell
Hi :-) I had a small issue with a Galaxy Tab, of course *allow debugging* and *unknown sources* have to be set on the device and the USB driver must be loaded... Sorry but are you 100% certain that ADB is able to talk to the device? If not first start with the device; Menu -> Settings -> Securit

Re: [mono-android] Installing Mono Runtime Stalls - solved I think

2012-01-17 Thread pearlpdx
I copied both : Mono.Android.DebugRuntime-debug.apk Mono.Android.Platform.apk to the tablet and executed them on the tablet. The log file said it was looking for the platform/android-8 so that is the one I added. Is this correct? Now seems to work fine. -- View this message in context: ht

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread Jonathan Pobst
You can try reverting to the old version and see if that helps: http://android.xamarin.com/Releases/Mono_for_Android_4/Release_4.0.1 The adb.exe file is something that comes with Google's Android SDK. We install that for you, though it doesn't change with the new Mono for Android msi. If you

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread pearlpdx
Let me get this straight. You are telling me that something that worked fine before I upgraded to the latest verstion is a problem with the Tablet. I don't think so. Is there any other way to load the runtime on the tablet, like coping the file to the tablet and executing it there? You also me

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread Jonathan Pobst
It sounds like something is definitely wrong with your tablet or adb. I would suggest you try googling to see if anyone else is seeing these issues with your brand of tablet. Jonathan On 1/17/2012 2:53 PM, pearlpdx wrote: More information: 1. As a sanity check I tried running this on

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread pearlpdx
More information: 1. As a sanity check I tried running this on a 5554 emulator. Worked fine on the second try. First try gave an error about the wrong Runtime. 2. I check and the runtime is not installed on the Tablet. 3. I tried the logcat -d and it hang just like the Runtime In

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread Jonathan Pobst
VS should have removed the old runtime, you can check in: Settings->Applications->Manage Applications->Mono Shared Runtime. But even if that was the problem, it returns something like [FAILED_ALREADY_INSTALLED]. My only other guess is to check logcat: adb.exe logcat -d Hopefully it is report

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread pearlpdx
Still weird: I changed the command line to: http://mono-for-android.1047100.n5.nabble.com/file/n5152797/Capture.jpg Now I get the same behaivior as with VS. Just hangs, never returns a cmd prompt. Is possible it has something to do with the old Runtime not be removed? I looked in Running Serv

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread Jonathan Pobst
Weird, if it's the same device and still plugged in, that should have done it. As you can see, it's the exact command line I use in VS. ;) If you only have one device attached (and no emulators running), you can omit the -s 37C7107434024D7 and see if that works. Jonathan On 1/17/2012 1:51

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread pearlpdx
Sorry to be a pest but I am not sure exactly how to run this from the command line. I tried this: http://mono-for-android.1047100.n5.nabble.com/file/n5152699/Capture.jpg The logcat file is blank. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Installing-Mono-

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread Jonathan Pobst
Can you try that from the command line and see if it returns? I'm not sure if adb.exe isn't returning, or we aren't handling it correctly. You might also want to check logcat, sometimes Android writes an error there but doesn't surface it to the process that caused it. Jonathan On 1/17/2012

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread pearlpdx
http://mono-for-android.1047100.n5.nabble.com/file/n5152628/monodroid.log monodroid.log Jon, I have looked at the monodroid.log but nothing jumps out. It finishes with: -- Starting Process - 1/17/2012 11:21:14 AM -- Executable: C:\PROGRA~2\Android\ANDROI~1\PLATFO~2\adb.exe Arguments: -s 37C710

Re: [mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread Jonathan Pobst
You should be able to get better messages with Adb Logging: Tools->Options->Mono for Android Turn that on, try again, wait some time, and then check the monodroid.log file written to your desktop. Jonathan On 1/17/2012 10:58 AM, pearlpdx wrote: I have just upgrated to 4.0.1 on VS 2010. I a

[mono-android] Installing Mono Runtime Stalls

2012-01-17 Thread pearlpdx
I have just upgrated to 4.0.1 on VS 2010. I am debugging using a Galaxy Tab. The install hangs on "Installing Mono Runtime" The build is succesful but the install hangs on the Installing Runtime Dialog. I have tried all the obvious: Rebooting the PC and the Android. I remember that it took a lon