Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Resuming a download after Safari crashes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Resuming a download after Safari crashes
Authored by: toto8 on Jun 14, '11 03:33:18AM

if you have installed Xcode in your mac , you can proceed those steps :
1- select the download file and show his content by a right click then " show content "
2- open info.plist file by dash code so a Xml file it's opened
3- change :
DownloadEntryErrorCodeDictionaryKey form -1009 to -999

<key>DownloadEntryErrorCodeDictionaryKey</key>
<integer>-999</integer>

4- SAVE CHANGES !!!
5- reopen the download file ( make sure its not appear in safari download list )

that's all



[ Reply to This | # ]