Hey,

On Dec 8, 9:35 pm, Ryan Beesley <ryan.bees...@swypeinc.com> wrote:
> lbcoder posted this on one of the other groups:
>
> > The page is just broken. The files are still there to download.
>
> >http://member.america.htc.com/download/RomCode/ADP/{filename}
> > You can find the filename in the link that you provided in the
> > "download" column.
>
> > Note: The website requires that you set the Referer: header to
> > "http:// developer.htc.com" (or some subpath of that), so you won't be
> > able to pull it with your web browser.
>
> > You can use wget like this:
> > wget --referer="http://developer.htc.com"; PATH
>
> > And that will get the file you're after.
>
> > Note: All files you pull from there are subject to this
> > license:http://developer.htc.com/io_device_license.htm--so don't claim that 
> > you didn't know about it.

Thanks to you, Ryan, for resolving this insanity.  I just _love_ a
wild goose chase, especially when it comes to flashing my cellphone,
but at any other time for that matter.

Here's some sh, which I would like to personally dedicate to HTC
Corp.:

#!/bin/sh
IDIOTS1="http://developer.htc.com";
IDIOTS2="http://member.america.htc.com/download/RomCode/ADP";
wget "--referer=$IDIOTS1" "$IDIOTS2/ota-radio-2_22_19_26I.zip"
wget "--referer=$IDIOTS1" "$IDIOTS2/signed-dream_devphone_userdebug-
img-14721.zip"
wget "--referer=$IDIOTS1" "$IDIOTS2/signed-dream_devphone_userdebug-
ota-14721.zip"



Noah

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to