Re: [mono-android] signing apk

2011-07-28 Thread Jonathan Pryor
On Jul 28, 2011, at 6:28 PM, John Murray wrote: > I believe I’ve got all my parameters right but mono develop simply reports > ‘failed to sign package’ > Any idea where I look nect to find out what I am doing wrong ? Best we can suggest is enabling Verbose output, via MonoDevelop > Preferences,

Re: [mono-android] Emulator is not recognized on MonoDevelop Mac

2011-07-28 Thread Jonathan Pryor
On Jul 28, 2011, at 5:21 PM, fonager wrote: > I start it and let it run, and when I build and run from monodevelop, I can > select it in the dialog box and continue. No, that's probably the "async sockets are broken on Mono 2.10.2" bug, unless you're running the latest and greatest MonoDevelop Ad

Re: [mono-android] Emulator is not recognized on MonoDevelop Mac

2011-07-28 Thread Greg Shackles
I'm seeing this same problem with MonoDevelop on the Mac - the emulators start up correctly but MonoDevelop never seems to notice. Is this part of what's broken in Lion support right now? - Greg On Thu, Jul 28, 2011 at 5:32 PM, malexandroni wrote: > Hi Tony, > > Thanks, but everything seems to b

Re: [mono-android] Just an idea: 'MonoGap'

2011-07-28 Thread Karl Heinz Brehme Arredondo
I'm playing with interesting things but this is because i'm porting windows mobile to ios, and then to android, and web and windows phone 7Š phew. With extensions and inheritance is possible to do interesting things, like: textBox.SetText("My Text on this text view/textbox/text something"); This

[mono-android] Just an idea: 'MonoGap'

2011-07-28 Thread malexandroni
Guys, Sorry if this is not a really 'new' idea, but it crossed my mind these days and I would like some feedback from you. The problem is: how to build an app that could work on Android, iOS (the mainstream) and perhaps other platforms? Ok, we have Mono for iOS and Mono for Android, but what abou

[mono-android] signing apk

2011-07-28 Thread John Murray
I've got to that stage where I want to release (more of an escape actually) my app I've read up on keystore and jarsigner but I was trying to do this via monodevelop 2.62 Which seems to call keytool then tries to sign the package I believe I've got all my parameters right but mono develop simpl

Re: [mono-android] Fullscreen app ?

2011-07-28 Thread fonager
I managed to figure it out myself : // hide window title RequestWindowFeature(WindowFeatures.NoTitle); // make app fullscreen Window.SetFlags(WindowManagerFlags.Fullscreen, WindowManagerFlags.Fullscreen); - Tony Fonager -- View this message in context: http://mono-for-android.1047100.n5.nabb

Re: [mono-android] Emulator is not recognized on MonoDevelop Mac

2011-07-28 Thread malexandroni
Hi Tony, Thanks, but everything seems to be correctly set, the SDK is set to 2.2, the Manifest is correct, but the "Select Device" window can't see the emulator running, it keeps showing "not started" even when I start the emulator through this window... Marcio Alexandroni. -- View this message

Re: [mono-android] Emulator is not recognized on MonoDevelop Mac

2011-07-28 Thread fonager
Make sure the app your are building are targeting the same Android SDK (ie 2.2) as your emulator supports. Also, the emulator takes ages to start, so make sure it is running when you wanna test your app. I start it and let it run, and when I build and run from monodevelop, I can select it in the

[mono-android] Fullscreen app ?

2011-07-28 Thread fonager
Is it possible to make a monoDroid app fullscreen ? - Tony Fonager -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Fullscreen-app-tp4644269p4644269.html Sent from the Mono for Android mailing list archive at Nabble.com. _

[mono-android] splash screen

2011-07-28 Thread John Murray
There was a thread about 12 May I think which discussed slow loading and JP suggested a splash screen Brian Long posted an example " The sample Mono for Android app at http://blong.com/Downloads/MonoAndroidJavaSplashScreenApp.zip uses a Java splash screen, which appears pretty promptly." I

Re: [mono-android] App crashes

2011-07-28 Thread andi
I am able to reproduce the error. Following situation: The layout of a list view row is defined as followed: http://schemas.android.com/apk/res/android"; android:layout_height="wrap_content" android:id="@+Id/row" android:layout_width="match_parent" android:weightSum="15" android:orientation=

Re: [mono-android] Problems starting App on actual Device

2011-07-28 Thread Jonathan Pryor
On Jul 23, 2011, at 2:48 PM, mcgear wrote: > The log entry i have now shows more info then i have caught before, and it > looks like something with Remoting... ... > I/MonoDroid( 2870): UNHANDLED EXCEPTION: System.TypeInitializationException: > An exception was thrown by the type initializer for >

Re: [mono-android] Auto start

2011-07-28 Thread Wally McClure
I went back to my code and posted the info to my blog. You can check it at:http://morewally.com/cs/blogs/wallym/archive/2011/07/28/start-an-application-on-boot-with-mono-for-android-android-monodroid.aspx Thanks to Jon Pryor for helping me out with this back in the winter. WallyDate: Thu, 28

Re: [mono-android] Problems starting App on actual Device

2011-07-28 Thread mcgear
So anybody have any clue on why i would be getting this exception? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Problems-starting-App-on-actual-Device-tp4619605p4643397.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] [MonoTouch] profiling and other tools in monotouch/droid

2011-07-28 Thread Wally McClure
Awesome. I was not aware of these features. > Date: Thu, 28 Jul 2011 17:04:59 +0100 > Subject: Re: [MonoTouch] profiling and other tools in monotouch/droid > From: m.j.hutchin...@gmail.com > To: theevilprogram...@hotmail.com > CC: monoto...@lists.ximian.com; monodroid@lists.ximian.com > > On Tue,

Re: [mono-android] Auto start

2011-07-28 Thread Reineri, Jim
If I Recall Correctly -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Tim Kelly Sent: Thursday, July 28, 2011 11:31 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Auto start What is iirc

Re: [mono-android] Auto start

2011-07-28 Thread Tim Kelly
I mean Wally where -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Tuesday, July 26, 2011 11:04 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Auto start On Jul 26, 20

Re: [mono-android] Getting objects from an intent

2011-07-28 Thread Andrew Sinclair
Hi Narcís, So Layout is always null? I’d try: public RelativeLayout Layout { get { if (layout == null) { CreateLayout(); } return layout; } } void CreateLayout() { // Someth

Re: [mono-android] Auto start

2011-07-28 Thread Jason Awbrey
"If I Remember Correctly" On Thu, Jul 28, 2011 at 10:30 AM, Tim Kelly wrote: > What is iirc > > -Original Message- > From: monodroid-boun...@lists.ximian.com > [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor > Sent: Tuesday, July 26, 2011 11:04 AM > To: Discuss

Re: [mono-android] Auto start

2011-07-28 Thread Tim Kelly
What is iirc -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Tuesday, July 26, 2011 11:04 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Auto start On Jul 26, 2011, at

Re: [mono-android] Getting objects from an intent

2011-07-28 Thread Narcís Calvet
Hi Andy, Thanks for your feedback but I can’t solve the issue using your recommendations either. Here’s how I implemented the Application: [Application] public class MyApplication : Application { private static readonly MyApplication theApp = new MyApplication(); private R

Re: [mono-android] ZeroConfig in Monodroid

2011-07-28 Thread Jonathan Pryor
On Jul 28, 2011, at 6:56 AM, was wrote: > I'm looking to use ZeroConf over Wi-Fi as we do in our iPhone apps. Do you use a managed library for that, or a wrapper over native code? If it's a managed library, you may be able to use it as-is without using jmDNS. > From googling, I understand that j

Re: [mono-android] Samsung Galaxy 5 (changed from Galaxy S)

2011-07-28 Thread Jonathan Pryor
On Jul 28, 2011, at 2:25 AM, gr8tushar wrote: > I am using Samsung Galaxy i5700. > The Firmware version is 2.1-update1 I assume this is Android 2.1 with the Samsung Linux kernel, in which case it won't work. You need to update to Android 2.2 (or later) for it to work. - Jon

Re: [mono-android] Resx Localization

2011-07-28 Thread Anthony . Coqui
Hi Ritesh, I was unable to get the resx for alternate countries to work properly, as it would work for the default RESX file. I spent a lot of time trying to troubleshoot it and was planning on posting a bug for it, however, was pulled into several other priorities. I would love to see this re

Re: [mono-android] App crashes

2011-07-28 Thread andi
I hope the following log message will help: 07-28 12:18:46.520: INFO/ActivityManager(3355): Starting: Intent { flg=0x1000 cmp=myapp/.activities.Activity2 } from pid 21448 07-28 12:18:47.270: INFO/ActivityManager(3355): Displayed myapp/.activities.Activity2: +744ms 07-28 12:18:48.840: INFO/Act

Re: [mono-android] App crashes

2011-07-28 Thread Greg Shackles
Can you provide the entire log starting from shortly before the crash up until shortly after? Those messages don't really give much indication of what's causing the crash. On Thu, Jul 28, 2011 at 6:52 AM, andi wrote: > There are two warnings: > > InputManagerService Window already focused, ignor

Re: [mono-android] ZeroConfig in Monodroid

2011-07-28 Thread was
I'm looking to use ZeroConf over Wi-Fi as we do in our iPhone apps. From googling, I understand that jmDNS has to be used, but I can't figure out how to use it in Monodroid - or even if it's possible? Support said: 'Thanks for your interest in Xamarin. This requires a little bit of speculation on

Re: [mono-android] App crashes

2011-07-28 Thread andi
There are two warnings: InputManagerService Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy$@41337ce8 InputManagerService Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy$@4148e610 Afte

Re: [mono-android] App crashes

2011-07-28 Thread Greg Shackles
Can you provide more log details? Generally you should also get some kind of stacktrace right above those messages that will point to the actual problem. On Thu, Jul 28, 2011 at 6:35 AM, andi wrote: > Hi my app crashes often when switching between activities. The logging > provides the following

[mono-android] App crashes

2011-07-28 Thread andi
Hi my app crashes often when switching between activities. The logging provides the following message: InputDispatcher channel ….. ~ Consumer closed input channel or an error occurred. Events= 0x8 InputDispatcher channel ….. ~ Channel is unrecoverably broken and will be disposed! Any ideas? Best