Re: [mono-android] Activty, BackButton, HomeButton

2012-02-21 Thread Oscar R Lopez
I get exactly the same behavior on my own app. Bye -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Activty-BackButton-HomeButton-tp5501854p5502298.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] ScrollWheel in C#?

2012-02-20 Thread Oscar R Lopez
I tried to port most of the code some weeks ago, but i found some problems porting most data types needed to show most of Wheels and i´ve "freezed" it. (as now, i´ve a wheel with integers that can be moved) If you want i could share my unfinished work. Bye -- View this message in context: htt

Re: [mono-android] Heavy load Thread without being killed?

2012-02-15 Thread Oscar R Lopez
all the Load it´s on a separate thread but i´m getting killed everytime. I´ll try to put some points to debug. that way or another, it´s an ultra-slow process so i´ve to find another way of recreating my database. Salu2 -- View this message in context: http://mono-for-android.1047100.n5.nabble

Re: [mono-android] Heavy load Thread without being killed?

2012-02-15 Thread Oscar R Lopez
i don´t get any exception, i get some "your pid has died" 02-15 15:28:19.101 D/dalvikvm( 542): GC_EXPLICIT freed 16K, 52% free 2826K/5767K, external 2398K/2652K, paused 137ms 02-15 15:28:20.695 W/PowerManagerService( 118): Timer 0x7->0x3|0x0 02-15 15:28:20.695 I/PowerManagerService( 118): Uligh

Re: [mono-android] Monodroid.InsufficientSpaceException on Physical Device

2012-02-15 Thread Oscar R Lopez
Hi, i´ve solved this problem by looking over google: Package com.igarle.fuerzaventas has mismatched uid: 0 on disk, 10053 in settings It´s about some bad unnistalation of an old apk of my app. he didn´t appear on app list but it was on disk. As i´m root on my Magic i´ve deleted manually on conso

[mono-android] Heavy load Thread without being killed?

2012-02-14 Thread Oscar R Lopez
Hi, I´m trying to recreate my database from some xml i download. i´ve 20-25 xml's, 20-25 tables on database, 4 of them have more than 2000 rows. i´m using SQLite-net orm. At this time i´ve two options: a) xml to datatable, and each row of datatable i insert it. SLOW, ultra slow. b) xml to datatab

Re: [mono-android] Monodroid.InsufficientSpaceException on Physical Device

2012-02-10 Thread Oscar R Lopez
On HTC Magic/Mytouch3g/G2 on Release mode i get: 02-10 09:00:12.914 D/PackageManager( 114): Scanning package com.igarle.fuerzaventas 02-10 09:00:12.944 I/PackageManager( 114): /data/app/com.igarle.fuerzaventas-1.apk changed; unpacking 02-10 09:00:12.944 E/PackageManager( 114): Package com.igarl

[mono-android] Monodroid.InsufficientSpaceException on Physical Device

2012-02-09 Thread Oscar R Lopez
Hi, After last update i´m getting a lot of this type of exception when deploying to various devices: HTC Magic/mytouch3G/G2 - And 2.2 200MB free internal space ZTE Blade/Orange San francisco - And 2.3 50MB free internal space Samsung Galaxy Tab 7" P1000 - And 2.3 1,38GB free internal space I get

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2011-12-16 Thread Oscar R Lopez
I´ve set both ways, but i get same problem, can´t find the library. Bye -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Using-the-New-Compatibility-Packages-and-TabActivity-Deprication-tp4705492p5081663.html Sent from the Mono for Android mailing list archive at Na

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2011-12-16 Thread Oscar R Lopez
Someone has some example running compatibility package? I´ve put android-support-v4.jar on my project with "AndroidJavaSource" compilation, but i can´t reference anything from it, on my axml like viewpager I always get an inflate error. (ClassNotFound) Bye -- View this message in context: ht