I have a web page where I can download a contact file (.vcf / vcard) to my Android phone, and then open it for adding to contacts.
The file is very small, only about 260-270 bytes.
In different versions of Android and different phones, the download speed varies greatly.
On my Samsung Nexus S (ICS 4.0.4) using the stock browser and download manager, the download doesn't work about 4 times every 5 times.
If I look at the output of DDMS locCat, I see
06-20 16: 25: 56.701: W / DownloadManager (6942): request to cancel the download 6728: attempt to resume the download, which cannot be resumed
In another Samsung Nexus S (ICS 4.0.4), it crashes once out of 5 times.
When I upload large files or applications, etc., I do not see this problem.
Does anyone have an idea why this download might fail so often? Could this be due to the fact that the file is so small?
MIME type set to text / x-vcard
source
share