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

2012-02-15 Thread Jonathan Pobst
I'm not sure why it's erroring like that. One workaround to get you going is to run without debugging (Ctrl-F5). Jonathan On 2/15/2012 5:24 AM, Oscar R Lopez wrote: Hi, i´ve solved this problem by looking over google: Package com.igarle.fuerzaventas has mismatched uid: 0 on disk, 10053 in se

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

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

2012-02-14 Thread Jonathan Pryor
On Feb 10, 2012, at 3:10 AM, Oscar R Lopez wrote: > 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; unpacki

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

2012-02-14 Thread Jonathan Pryor
On Feb 9, 2012, at 7:00 AM, Oscar R Lopez wrote: > After last update i´m getting a lot of this type of exception when deploying > to various devices: Since 4.0.3? > HTC Magic/mytouch3G/G2 - And 2.2 200MB free internal space > ZTE Blade/Orange San francisco - And 2.3 50MB free internal space > Sa

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

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

2012-02-09 Thread Jonathan Pobst
You might want to look in logcat after you install and see if there is a different error there. For certain exceptions, Android will print the real exception to logcat but then return [FAILED_INSUFFICIENT_SPACE] to the installer. :/ Jonathan On 2/9/2012 6:00 AM, Oscar R Lopez wrote: Hi,

[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