Ok, here is what I've found in MD log file: ERROR [2011-11-03 08:21:54Z]: Error in async operation chain System.InvalidOperationException: Error getting partition size from device:
at MonoDevelop.MonoDroid.AdbGetAvailableSpaceOperation.<.ctor>b__4(IAsyncOperation op) at MonoDevelop.MonoDroid.ChainedAsyncOperationSequence.OpCompleted(IAsyncOperation op) ERROR [2011-11-03 08:21:54Z]: Error in async operation chain System.NullReferenceException: Object reference not set to an instance of an object. at MonoDevelop.MonoDroid.AdbGetAvailableSpaceOperation.get_InternalSpace() at MonoDevelop.MonoDroid.MonoDroidUploadOperation.<>c__DisplayClass29.<.ctor>b__19(AdbGetAvailableSpaceOperation op) at MonoDevelop.MonoDroid.ChainedAsyncOperation`1.<.ctor>b__1(IAsyncOperation op) at MonoDevelop.MonoDroid.ChainedAsyncOperationSequence.OpCompleted(IAsyncOperation op) Probably will give some clue.. Igor On Sat, Nov 5, 2011 at 10:48 AM, Igor Russkih <iruss...@gmail.com> wrote: > Don't think this is related to sd card availability. > > This just happens after redeploying the app (when the previous version > should be deleted). Note the second run installs and runs the app fine. > > Igor > > > > On Thu, Nov 3, 2011 at 9:47 AM, Glen Hassell <mrhass...@gmail.com> wrote: > >> Igor, >> You could check to see the SDCard is available >> (status.equals(Environment.MEDIA_MOUNTED) true) >> >> TRY/CATCH - RECOMMEND_MEDIA_UNAVAILABLE returned - >> INSTALL_FAILED_MEDIA_UNAVAILABLE but null reference, is not really the >> error... !? >> >> This seems odd, something has mounted your device (not emulator) SDCard? >> >> Glen >> >> >> On Thu, Nov 3, 2011 at 2:54 PM, Igor Russkih <iruss...@gmail.com> wrote: >> >>> Hello, >>> >>> We are getting the next error periodically when deployin app (Ctrl-F5) >>> to the device: >>> >>> Getting package list from device >>>> Uninstalling old version of package >>>> Success >>>> Getting available internal storage space on the device >>>> *Internal error. Object reference not set to an instance of an object.* >>> >>> >>> Rerunning deployment again makes everything fine. >>> >>> Deployment is done on actual device, via wifi adb connection. MD 1.2 >>> >>> Is there anything else we can provide to fix this? >>> >>> Igor >>> >>> _______________________________________________ >>> Monodroid mailing list >>> Monodroid@lists.ximian.com >>> >>> UNSUBSCRIBE INFORMATION: >>> http://lists.ximian.com/mailman/listinfo/monodroid >>> >>> >> >> >> -- >> Glen Hassell >> Inner Technique >> http://innertech.com.au/ >> Office: 03 9687 0006 >> Mobile: +61 (0) 438 340 385 >> >> >> >> _______________________________________________ >> Monodroid mailing list >> Monodroid@lists.ximian.com >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/mailman/listinfo/monodroid >> >> >
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid