HTC links for ADP1 ROM images

91 views
Skip to first unread message

Rajesh S

unread,
Dec 7, 2009, 12:48:30 PM12/7/09
to android-platform
Could somebody from Google ask HTC guys to fill the links properly
into
http://developer.htc.com/adp.html#s3

Recently these have been deactivated. The links on the ion (ADP2) page
are active.

Or could google provide any other URL to get recovery image suggested
in 'building for dream' page:
http://source.android.com/documentation/building-for-dream

Regards,
R.S

lbcoder

unread,
Dec 7, 2009, 2:41:51 PM12/7/09
to android-platform
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.

On Dec 7, 12:48 pm, Rajesh S <rajeshs...@gmail.com> wrote:
> Could somebody from Google ask HTC guys to fill the links properly
> intohttp://developer.htc.com/adp.html#s3

Rajesh S

unread,
Dec 8, 2009, 6:03:42 AM12/8/09
to android-platform
Thanks lbcoder, that was very helpful. wget with referer worked.
And yes I understand the license terms.

Anyway hope they fix the links on that HTC page.

Thanks.
R.S

On Dec 7, 7:41 pm, lbcoder <lbco...@gmail.com> wrote:
> 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

BastianHarren

unread,
Dec 15, 2009, 6:45:04 AM12/15/09
to android-platform
Doesn't work anymore...

On Dec 7, 8:41 pm, lbcoder <lbco...@gmail.com> wrote:
> 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

lbcoder

unread,
Dec 15, 2009, 2:32:45 PM12/15/09
to android-platform
Sure it does.
If it didn't work FOR YOU, then YOU did something wrong.


On Dec 15, 6:45 am, BastianHarren <bastian.har...@googlemail.com>
wrote:
> Doesn't work anymore...
>
> On Dec 7, 8:41 pm, lbcoder <lbco...@gmail.com> wrote:
>
> > 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

Stephen

unread,
Dec 15, 2009, 3:25:54 PM12/15/09
to android-platform
Here are the actual commands to paste in your linux terminal. These
will get the files for 1.6. Change the final filename to download a
different file from the table on HTC's adp site if you are flashing a
different version.

wget --referer="http://developer.htc.com"
http://member.america.htc.com/download/RomCode/ADP/ota-radio-2_22_19_26I.zip
wget --referer="http://developer.htc.com"
http://member.america.htc.com/download/RomCode/ADP/signed-dream_devphone_userdebug-img-14721.zip
wget --referer="http://developer.htc.com"
http://member.america.htc.com/download/RomCode/ADP/signed-dream_devphone_userdebug-ota-14721.zip

Regards,
Stephen


On Dec 15, 11:32 am, lbcoder <lbco...@gmail.com> wrote:
> Sure it does.
> If it didn't work FOR YOU, then YOU did something wrong.
>
> On Dec 15, 6:45 am, BastianHarren <bastian.har...@googlemail.com>
> wrote:
>
>
>
> > Doesn't work anymore...
>
> > On Dec 7, 8:41 pm, lbcoder <lbco...@gmail.com> wrote:
>
> > > 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--sodon't claim that

hawshyang@omnitoons

unread,
Dec 16, 2009, 1:35:34 AM12/16/09
to android-platform
i tried to use this..
all of them is downloadable except Radio Image: ota-
radio-2_22_19_26I.zip

Haw Shyang

On Dec 16, 4:25 am, Stephen <stephenbwil...@gmail.com> wrote:
> Here are the actual commands to paste in your linux terminal.  These
> will get the files for 1.6.  Change the final filename to download a
> different file from the table on HTC's adp site if you are flashing a
> different version.
>
> wget --referer="http://developer.htc.com"http://member.america.htc.com/download/RomCode/ADP/ota-radio-2_22_19_...
> wget --referer="http://developer.htc.com"http://member.america.htc.com/download/RomCode/ADP/signed-dream_devph...
> wget --referer="http://developer.htc.com"http://member.america.htc.com/download/RomCode/ADP/signed-dream_devph...
>
> Regards,
>   Stephen
>
> On Dec 15, 11:32 am, lbcoder <lbco...@gmail.com> wrote:
>
>
>
> > Sure it does.
> > If it didn't work FOR YOU, then YOU did something wrong.
>
> > On Dec 15, 6:45 am, BastianHarren <bastian.har...@googlemail.com>
> > wrote:
>
> > > Doesn't work anymore...
>
> > > On Dec 7, 8:41 pm, lbcoder <lbco...@gmail.com> wrote:
>
> > > > 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--sodon'tclaim that
> > > > you didn't know about it.
>
> > > > On Dec 7, 12:48 pm, Rajesh S <rajeshs...@gmail.com> wrote:
>
> > > > > Could somebody from Google ask HTC guys to fill the links properly
> > > > > intohttp://developer.htc.com/adp.html#s3
>
> > > > > Recently these have been deactivated. The links on the ion (ADP2) page
> > > > > are active.
>
> > > > > Or could google provide any other URL to get recovery image suggested
> > > > > in 'building for dream' page:http://source.android.com/documentation/building-for-dream
>
> > > > > Regards,
> > > > > R.S- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages