I'm currently downloading 50~100Mb ZIP files in my Monodroid app. Using WebClient.DownloadFileAsync().
The code works fine ~100% of the time in MonoTouch on iOS. It even worked pretty reliably on an older Android device (Galaxy Tab 7" with 2.2 i think), although it did sometimes fail. BUT on a Samsung 10.1" with Honeycomb (3.0) it struggles to work **1 time out of 20** (or less!). The failure point varies - could be at 2% complete or 90% complete or anywhere in-between. Doesn't seem to be a pattern. logcat tells me that whenever it fails, a GC_EXPLICIT occurs - although I've no idea if this is related, since sometimes GC_EXPLICIT occurs during the download but does _not_ affect it. I sometimes see TelephonyRegistry radioTurnedOff messages too. ANY suggestions/thoughts appreciated... Craig
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
