[mono-android] Discussions related to Mono for Android

2012-02-10 Thread Gerry High
Anyone seeing crashes in MonoDevelop with Mono for Android when using = Intelilsense? I'm on MD 2.8.6.4, Mono 2.10.9, and Mono for Android 4.0.3.85258578 (and = MT 5.2.3). I saw quite a few crashes yesterday when I would start to = type, hit a period, try to down arrow (into the drop down created

Re: [mono-android] How to implement ViewPager from compatibility package .jar

2012-02-11 Thread Gerry High
Stuart, Have you made any more changes to this code? Also, do you have a photo of how this looks? I'm thinking of adding a pager control to my app--I use a UIPagerController in my iPhone version and am looking for something like the UIPagerControl (http://books.google.com/books?id=lFe0EwHURE

[mono-android] target blackberry playbook

2012-02-14 Thread Gerry High
Don't know if anyone has looked into running their Android apps on the Blackberry Playbook. I used their APK compatibility checker on my Mono Droid generated APK file and got flagged for "uses-access-native" on everything (activities, etc) and so I'm assuming this is a non-starter. Just though

[mono-android] hangs on installing to Nexus 7

2012-08-17 Thread Gerry High
I just switched to the alpha channel because of an issue in running on a Jelly Bean device (Nexus 7). So I have MD (3.0.4.3) and Android 4.2.5. I'm noticing that deploying to my Nexus 7 tablet it will often hang with "Detecting installed packages". Is this a known issue or is there a workaroun

Re: [mono-android] hangs on installing to Nexus 7

2012-08-17 Thread Gerry High
Thanks for your reply. Is your Nexus running 4.1.1? Just curious--I see one guy say that he sees it happen on 4.0.3 but on my Samsung S2 Skyrocket (running 4.0.4) it seems to work fine. Gerry On Aug 17, 2012, at 1:35 PM, Jonathan Pryor wrote: > On Aug 17, 2012, at 1:48 PM, Gerry H

[mono-android] 4.2.4 in the alpha channel even though 4.2.5 is out?

2012-08-28 Thread Gerry High
Weird, I got an update notice today telling me that Mono for Android 4.2.4 is available (along with MT 5.3.6). However, I already have 4.2.5 and so it warns me when trying to do the update that a new version already exists. So for now I'm ignoring this update but it also means that I can't get

Re: [mono-android] 4.2.4 in the alpha channel even though 4.2.5 is out?

2012-08-28 Thread Gerry High
Thanks Jon--I got the updates now. Gerry On Aug 28, 2012, at 11:03 AM, Jonathan Pryor wrote: > On Aug 28, 2012, at 9:31 AM, Gerry High wrote: >> Weird, I got an update notice today telling me that Mono for Android 4.2.4 >> is available (along with MT 5.3.6). However, I alr

[mono-android] dynamically target Kindle Fire from same project

2012-01-14 Thread Gerry High
I'd like my monodroid app to be able to run on the Kindle Fire and as such I need to be able to turn off Google maps. Short of creating a new project is there a way to tie the android manifest settings (e.g. ACCESS_COURSE_LOCATION, ACCESS_FINE_LOCATION) to a build configuration? As it is now m

Re: [mono-android] dynamically target Kindle Fire from same project

2012-01-14 Thread Gerry High
I looked at my device logs to figure out why it was failing to install and it was due to not being able to find the google maps library. So my issue is different that what I first posted. However, unless I want to dynamically reference the GoggleMaps library I guess I'm stuck with having diffe

Re: [mono-android] dynamically target Kindle Fire from same project

2012-01-16 Thread Gerry High
; So you would need to use conditions like JonP suggests, but on the >> to the GoogleMaps.dll instead, and not reference the library on >> Kindle builds. >> >> Jonathan >> >> >> On 1/15/2012 10:33 AM, Jonathan Pryor wrote: >>> On Jan 14, 2

Re: [mono-android] dynamically target Kindle Fire from same project

2012-01-16 Thread Gerry High
Disregard the last message--I hadn't changed the build action to AndroidResource on the linked layout files. On Jan 16, 2012, at 7:52 AM, Gerry High wrote: > This is the route I'm going--to have 2 projects within the same solution. > One thing I've run into is that the