Re: [mono-android] Newbie: How To start new Activity

2011-05-11 Thread Carlo Bolz
Or just add: intent.SetClass(this, typeof(AddActivity)); StartActivity(intent); Regards, Carlo -Original Message- From: G. Völkl To: "'Discussions related to Mono for Android'" Date: Wed, 11 May 2011 23:08:06 +0200 Subject: Re: [mono-android] Newbie: How To start new

Re: [mono-android] SPAM-LOW: Re: Can not purchase Monotouch Android on Novel Store

2011-05-16 Thread Carlo Bolz
Oh great, I am with you. I don´t know if I like fishing but moving away from my home country would be a good decision. As a team leader I am not believable anymore. What a pity! So plan "B" gets activated: 1. moving the code into the trash can 2. tell my familie that the whole spare time

[mono-android] Activation Server

2011-05-18 Thread Carlo Bolz
Hello all, any idea how long the activation server will be online? What happens if they shut down the box? Does it mean we can´t deploy anymore to our devices? Regards, Carlo ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFO

Re: [mono-android] Activation Server

2011-05-19 Thread Carlo Bolz
send a notification from a lawyer to Novell Brazil if something wrong happens (or if I force an answer from them) then they will be forced to say something or to solve something. And it mean that I can't make notebooks to drink coffee anymore to avoid real problems… Karl From: Carlo

Re: [mono-android] pinch zoom

2011-05-19 Thread Carlo Bolz
Are the Steema Charts now available for „Mono for Android“? I am looking forward to it. Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Narcís Calvet Gesendet: Donnerstag, 19. Mai 2011 13:41 An: 'Discussions related to Mono for Android' Betref

Re: [mono-android] statemanagement in activity

2011-05-31 Thread Carlo Bolz
Use Intent and PutExtra to pass values between Activities. -Ursprüngliche Nachricht- Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von jnmahi Gesendet: Dienstag, 31. Mai 2011 12:53 An: monodroid@lists.ximian.com Betreff: [mono-android] state

Re: [mono-android] create file in sdcard

2011-06-22 Thread Carlo Bolz
Maybe that work for you: var jfs = new Java.IO.File(Android.OS.Environment.ExternalStorageDirectory.ToString(), "test.txt"); var jfw = new Java.IO.FileWriter(jfs); jfw.Write("Hello World"); jfw.Close(); You can also use the .NET classes to create an

Re: [mono-android] create file in sdcard

2011-06-22 Thread Carlo Bolz
Yes, the permission: -Ursprüngliche Nachricht- Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von jnmahi Gesendet: Mittwoch, 22. Juni 2011 12:38 An: monodroid@lists.ximian.com Betreff: Re: [mono-android] create file in sdcard Thanks carlo f

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Carlo Bolz
Yeah - you are right! -Ursprüngliche Nachricht- Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Nikola Plejic Gesendet: Montag, 18. Juli 2011 15:17 An: Discussions related to Mono for Android Betreff: Re: [mono-android] Status of Mono for

Re: [mono-android] Antwort: Windows CE Interop

2011-07-19 Thread Carlo Bolz
Then use http://code.google.com/p/sqlite-net/ . It als includes a light weight O/R mapper. But mainly you can change the Namespace so it fits with both projects and/or assemblies. Regards Carlo Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag v

[mono-android] App Crashes ... LargeInternalMemHeader

2011-07-20 Thread Carlo Bolz
Mit freundlichem Gruß / With kind regards Carlo Bolz E-Mailfooter <>___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] getting IMEI

2011-07-20 Thread Carlo Bolz
/// /// Retrieve the IMEI from the TelephonyManager /// /// /// public static string GetDeviceId(Context context) { TelephonyManager telephonyMgr = context.GetSystemService(Context.TelephonyService) as TelephonyManager;

Re: [mono-android] getExternalStorageDirectory in Monodroid

2011-07-30 Thread Carlo Bolz
Moin Andrew, try this: var externalStorageDirectory = Environment.ExternalStorageDirectory.ToString(); Kind regards, Carlo -Original Message- From: was To: monodroid@lists.ximian.com Date: Sat, 30 Jul 2011 01:57:06 -0700 (PDT) Subject: [mono-android] getExternalStorageD

Re: [mono-android] Runtime reliability of 1.0.2

2011-08-15 Thread Carlo Bolz
Yep. Me too. It´s driving me crazy. Tomorrow I´ve a meeting with our project manager ;-( Kind regards, Carlo -Original Message- From: "Andrew Sinclair" To: "'Discussions related to Mono for Android'" Date: Mon, 15 Aug 2011 17:38:49 +0100 Subject: [mono-android] Runtime re

Re: [mono-android] Mono for Android 1.0.3 Available [Link Fixed]

2011-08-23 Thread Carlo Bolz
Hello. I´ve experienced the same behaviour. It is much more stable but in some cases it hangs or it is really slow. Kind regards, Carlo -Original Message- From: "Andrew Sinclair" To: "'Discussions related to Mono for Android'" Date: Wed, 24 Aug 2011 00:43:56 +0100 Subject: