« Microsoft's J Allard: Never Say Never to MS | Main | News: PDO rolls out TopSkin case for iPod »

November 17, 2007

TUAW How To: Getting early access to

Filed under: iPod Family, iTS, Software, Hacks, How-tos, Software Update, iPhone Quite a number of people have asked me over the past few days: how did you find the 1.1.2 iPhone firmware update before it appeared in iTunes? The answer is simple: Apple publishes its most recent version releases on the web. You'll find this version list at http://phobos.apple.com/version in gzip format. To see this from the command line, issue curl -s -L http://phobos.apple.com/version | gunzip. You'll probably want to pipe it through more, which shows a page at a time, or open the entire results in TextEdit, i.e. More: curl -s -L http://phobos.apple.com/version | gunzip | more TextEdit: curl -s -L http://phobos.apple.com/version | gunzip | open -f The results are published as standard xml. Since I knew that the European iPhone would ship with version 1.1.2, I set up a shell script a couple of days in advance that searched through this feed to find "1.1.2". Eventually it showed up and I could download the firmware several days in advance of the iTunes release. Getting such an early head start is truly the exception rather than the rule. This is a good trick to put into your arsenal when you're waiting for a specific release. Updated to add " curl -s -L ". Thanks Justin. Read | Permalink | Email this | Comments

From TUAW How To: Getting early access to

Posted by Richard at November 17, 2007 04:00 PM