[mono-android] Example FTP

2012-02-22 Thread Natanael
I need an example in C # monodroid how to ftp. Anyone have any examples. thank you -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Example-FTP-tp5504951p5504951.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

[mono-android] FTP Upload

2012-02-23 Thread Natanael
I am with the following error in the command request.GetRequestStream Stream stream = () // ERROR: Not Connected , the routine below, can someone help me. Uri uri = new Uri(ftpHost + "/" + remoteFilePath); FtpWebRequest request = (FtpWebRequest)FtpWebRequest.CreateDefault( uri );

[mono-android] Simple LAUNCHER (KIOSK)

2012-04-09 Thread Natanael
Hello friends. I am developing a simple launcher type KIOSK, seeking a way out of KIOSK and return to the Tablet operating system. Any idea? My routine and Manisfest below. using System; using Android.App; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget;

Re: [mono-android] Simple LAUNCHER (KIOSK)

2012-04-11 Thread Natanael
Sucess, thank you. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Simple-LAUNCHER-KIOSK-tp5621309p5630829.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.

[mono-android] Webview active plugin flash

2012-04-11 Thread Natanael
Hi friends. I am developing a flash plugin in webview and the sites do not perform plugin flash. My code: base.OnCreate(bundle); // Set our view from the "main" layout resource SetContentView(Resource.Layout.Main); web_view = FindViewById(Reso

[mono-android] Do not Perform Flash in WebView

2012-04-11 Thread Natanael
Hi friends. I am developing a flash plugin in webview and the sites do not perform plugin flash. My code: http://schemas.android.com/apk/res/android"; android:installLocation="internalOnly" package="com.navegador.android" android:versionCode="1" android:versionName="1">

[mono-android] Mono Lost License 4.4.38

2012-11-30 Thread Natanael
After install release 4.4.38 mono lost license. Activate option don´t work. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Mono-Lost-License-4-4-38-tp5712531.html Sent from the Mono for Android mailing list archive at Nabble.com.

[mono-android] Project Reference (Visual Studio)

2012-12-04 Thread Natanael
Hi I have a theme project in Visual Studio where I created the xml style and images. How do I create a reference to use this theme without having to copy the files in each project? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Project-Reference-Visual-Studio-t

Re: [mono-android] Project Reference (Visual Studio)

2012-12-04 Thread Natanael
For now, the best way I found was to add the files as link on each project where I will use the theme. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Project-Reference-Visual-Studio-tp5712542p5712563.html Sent from the Mono for Android mailing list archive at Nab

Re: [mono-android] Mono for Android 4.4.41 Stable Release Available

2012-12-18 Thread Natanael
Hi I'm trying to update mono for android to version 4.4.41, but after install my license is lost. The Activate option in Visual Studio 2010 don´t work. Nothing happens when I click the Activate button. No erro ando no message. -- View this message in context: http://mono-for-android.1047100

Re: [mono-android] Project Reference (Visual Studio)

2012-12-18 Thread Natanael
I'm trying to update mono for android to version 4.4.41, but after install my license is lost. The Activate option in Visual Studio 2010 don´t work. Nothing happens when I click the Activate button. No message and no error. Do you have the link download for 4.2.8? I can´t find. -- View this mes

Re: [mono-android] Update 4.2.8 Broke Activation

2012-12-18 Thread Natanael
I have the same problem with 4.4.41 Only 4.2.7 works for me. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Update-4-2-8-Broke-Activation-tp5712242p5712622.html Sent from the Mono for Android mailing list archive at Nabble.com. __

[mono-android] Memory Leak With Simple App

2013-04-02 Thread Natanael
I have a simple app that calls a method in the click event of the button. As I'm clicking the button the use of memory is increasing and it is not released. I suspect this problem is related to the use of List. The Clear() method seems not release the memory. Android 4.0.1 MonoAndroid 4.4.54 Vis

Re: [mono-android] Memory Leak With Simple App

2013-04-05 Thread Natanael
Android 4.0.3 for Galaxy Tab 10.1 provides a native task manager that shows the memory used by the app. Only when I call GC after list.Clear() explicitly memory usage is stable. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Memory-Leak-With-Simple-App-tp5713078

Re: [mono-android] Bluetooth problem

2013-05-10 Thread Natanael
Same problem here. Seems to be a android´s problem. http://code.google.com/p/android/issues/detail?id=32545 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Bluetooth-problem-tp5713291p5713293.html Sent from the Mono for Android mailing list archive at Nabble.com

[mono-android] Package APK with shared runtime (version 4.10.02)

2014-02-07 Thread Natanael
We have several enterprise applications on tablets for salespeople in the field. The apk was generated using shared runtime to avoid a very large file. Each tablet has the runtime libraries installed separately. With version 4.10.02 i can´t generate the apk in VS2010 with the shared runtime optio

[mono-android] Run Skype application in android

2012-01-18 Thread Natanael
In Java: PackageManager packageManager = getPackageManager(); startActivity(packageManager.getLaunchIntentForPackage("com.skype.android")); In Monoandroid getPackageManager() not exists. Thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Run-Skype-app