Re: [mono-android] Failed to install package

2012-09-05 Thread Maximilian Wilson
I haven't seen that error message before. Did you say you are in MonoDevelop, not VisualStudio? In VisualStudio I had to open ConfigurationManager and check "Deploy" before that sample would deploy. (I also had to make sure I specifically targeting an AVD with Google Maps installed on it, or I'd ge

[mono-android] Failed to install package

2012-09-05 Thread Canning
I currently have the evaluation version of MonoDevelop and have downloaded the samples including the MapsAndLocationDemo. How do I get it to work? When I try and start the code on the emulator, I get this message: Installing 'MapsAndLocationDemo.MapsAndLocationDemo-Signed' can't find 'C:\\Users

Re: [mono-android] Emulator

2012-09-05 Thread Canning
Thanks. Got it working. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Emulator-tp5711712p5711715.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.ximian

Re: [mono-android] Emulator

2012-09-05 Thread Jason Awbrey
in MD, I think you have to wait until the emulator spins up, then go back to the MD "select an emulator" dialog, Refresh, and pick the now active emulator On Wed, Sep 5, 2012 at 9:55 PM, Maximilian Wilson wrote: > Sometimes it has trouble detecting a running emulator. Try exiting VS and > startin

Re: [mono-android] Emulator

2012-09-05 Thread Maximilian Wilson
Sometimes it has trouble detecting a running emulator. Try exiting VS and starting it again in admin mode. On Sep 5, 2012 7:49 PM, "Canning" wrote: > I am having some trouble in getting the emulator working in the evaluation > version. I am looking at the HelloM4A example. > > Currently I am doin

[mono-android] Emulator

2012-09-05 Thread Canning
I am having some trouble in getting the emulator working in the evaluation version. I am looking at the HelloM4A example. Currently I am doing the following: Run -> Start without debugging I click on MonoForAndroid_API_10 (emulator) - Not started Start emulator A 'select a video device' dialog co

Re: [mono-android] Trial version

2012-09-05 Thread Jonathan Pryor
On Sep 5, 2012, at 8:00 AM, Canning wrote: > In the trial version, can I use the GPS features? The evaluation edition does support using the GPS features. You'll want to use ddms in order to control the GPS information on the emulator: http://developer.android.com/tools/debugging/ddms.h

Re: [mono-android] Jelly Bean issues

2012-09-05 Thread yair
Obviously, unfortunately they couldn't give it to me :) In any case, I found the problem. Turns out they didn't have anything installed to handle the startactivity (in this case no file browser) and I'm stupid for not handling the exception. Not sure why this didn't cause anybody with an older v

Re: [mono-android] Jelly Bean issues

2012-09-05 Thread Jonathan Pryor
On Sep 5, 2012, at 12:20 PM, yair wrote: > Some of my users with Jelly Bean (not all) are complaining my app crashes. Does the crash log contain any `adb logcat` output? I was under the impression that it did. That information would be handy. ;-) - Jon ___

[mono-android] ListView - preserve selection state

2012-09-05 Thread Stephan Steiner
Hi I have a ListView inside a fragment. I'd like to restore the selected item when the Fragment is reloaded (e.g. due to a rotation). To that end, I'm using onResume to determine the position and item id of the previously selected item inside the newly rendered ListView, then calling myListView.P

[mono-android] Jelly Bean issues

2012-09-05 Thread yair
Hi, Some of my users with Jelly Bean (not all) are complaining my app crashes. >From questioning them about where exactly the app crashed, I think this is the code that causes the problem (Don't have a JB device myself so I can't debug) Intent chooseFile; chooseFile = new Intent(Intent.ActionGetC

[mono-android] Stopping OnCreate when screen rotation changes

2012-09-05 Thread Stephan Steiner
Hi This ought to be simple, right? I declared my activity as follows: [Activity(Label = "@string/app_name", MainLauncher = true, ConfigurationChanges = ConfigChanges.Orientation)] As per http://mono-for-android.1047100.n5.nabble.com/Handling-Config-Changes-td5110047.html#a5110098 (and other

Re: [mono-android] Facebook SDK

2012-09-05 Thread matthieugd
It works. Thank you. Matthieu -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Facebook-SDK-tp5711693p5711705.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@l

Re: [mono-android] Switch between fragmnets action bar tab interface

2012-09-05 Thread anddyjagtap
i have done through tablistner and storing chat information in static list, /// /// Listener that handles the selection of a tab in the user interface /// /// public class TabListener : Java.Lang.Object, ActionBar.ITabListener where T : Fragment { private

[mono-android] Trial version

2012-09-05 Thread Canning
In the trial version, can I use the GPS features? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Trial-version-tp5711703.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list

[mono-android] GPS applications

2012-09-05 Thread Canning
I am wanting to know a couple of pieces of info before I dive in to do some Android programming. I am wanting to make an app that will get the GPS locations of other users of an Android phone. Is this easy to do? Also, is it easy to make an equivilent of a Tom Tom GPS application to guide you to

Re: [mono-android] Scrolling LinearLayout

2012-09-05 Thread Goncalo Oliveira
ScrollView http://developer.android.com/reference/android/widget/ScrollView.html On 5 September 2012 09:45, Александр wrote: > Hello. > > I've made linearlayout like this: > http://mono-for-android.1047100.n5.nabble.com/file/n5711700/Problem.png > > I can scrolling listview's, but can't scroll

[mono-android] Scrolling LinearLayout

2012-09-05 Thread Александр
Hello. I've made linearlayout like this: http://mono-for-android.1047100.n5.nabble.com/file/n5711700/Problem.png I can scrolling listview's, but can't scroll layout entirely. How can I scroll it? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Scrolling-Line

Re: [mono-android] Android.Views.InflateException: unable to inflate Fragment inside Fragment

2012-09-05 Thread Stephan Steiner
Jon Thanks for the analysis. I did quite a bit of googling before posting myself and I came across the same stackoverflow thread. I wasn't aware that the guy answering was an android OS developer - and since I found plenty of other threads that dealt with the same issue and none had the same messa

Re: [mono-android] Run from MonoDevelop often fails

2012-09-05 Thread Igor Russkih
With 3.0.4.5 it really feels better both with emulator detection and application debugging. Thanks! Igor On Wed, Aug 22, 2012 at 12:46 PM, Igor Russkih wrote: > Thanks, Jon! > > Igor > > > > On Wed, Aug 22, 2012 at 2:11 AM, Jonathan Pryor wrote: > >> On Aug 20, 2012, at 5:19 PM, Igor Ru

Re: [mono-android] IntermediateOutputPath problems

2012-09-05 Thread Igor Russkih
Hi Jon, There are other isues here, beside fixing Novell.MonoDroid.Common.targets. MonoDevelop seems to ignore this property in some cases. With external IntermediateOutputPath it rejects to normally install and run Debug build of a project. MD tries to create helper txt files in OBJ folder (up

Re: [mono-android] Facebook SDK

2012-09-05 Thread Atsushi Eno
Hello, This was a problem in 4.2.4. You have to use 4.2.5, and then this problem will go away. (For reference, the classes in the zip file aren't used; only jars are used.) Atsushi Eno matthieugd wrote: Hello, In my app I referenced the Facebook SDK in a JAR bindings Project. When the de