<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Flashing Firmware Images to the ADP1 Device</title>
	<atom:link href="http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/feed" rel="self" type="application/rss+xml" />
	<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device</link>
	<description>Android Development Blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 16:26:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: JaimeF</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-827</link>
		<dc:creator>JaimeF</dc:creator>
		<pubDate>Wed, 24 Feb 2010 00:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-827</guid>
		<description>I am attempting to flash my phone and I am at the step where I input the code $ adb push .zip /sdcard/update.zip but I keep getting an error stating permission is denied.

What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I am attempting to flash my phone and I am at the step where I input the code $ adb push .zip /sdcard/update.zip but I keep getting an error stating permission is denied.</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shesh</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-418</link>
		<dc:creator>Shesh</dc:creator>
		<pubDate>Thu, 06 Aug 2009 05:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-418</guid>
		<description>Kindly contact HTC support site for any broken links on their pages.</description>
		<content:encoded><![CDATA[<p>Kindly contact HTC support site for any broken links on their pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MAX</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-412</link>
		<dc:creator>MAX</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-412</guid>
		<description>i am not able to download following file ota-radio-1_22_14_11.zip

Its redirecting me to HTC support site, but NOT downloading the file (same problem as Val above). the link i nthe page &quot;support site&quot; sends me to the same problem page. Please advise.</description>
		<content:encoded><![CDATA[<p>i am not able to download following file ota-radio-1_22_14_11.zip</p>
<p>Its redirecting me to HTC support site, but NOT downloading the file (same problem as Val above). the link i nthe page &#8220;support site&#8221; sends me to the same problem page. Please advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-262</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-262</guid>
		<description>Thanks,

Very well written...</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>Very well written&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-97</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 12 Jun 2009 03:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-97</guid>
		<description>Thank God for the in depth how to, im still new to this whole thing well it looks like im good to go, thanks alot</description>
		<content:encoded><![CDATA[<p>Thank God for the in depth how to, im still new to this whole thing well it looks like im good to go, thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shesh</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-25</link>
		<dc:creator>Shesh</dc:creator>
		<pubDate>Tue, 28 Apr 2009 10:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-25</guid>
		<description>Malik, You can reflash the images that you want to install on your device, as long as  you install the same version of the radio and system images. 

Since your firmware version on your device is 1.1 I would suggest you to do the following:

1. Download signed-dream_devphone-ota-142608-b.zip from the HTC support site.
2. Copy the signed-dream_devphone-ota-142608-b.zip to your &lt;android_sdk_root&gt;/tools directory.
3. Ensure ADP device is connected through USB to your computer.
4. cd to &lt;android_sdk_root&gt;/tools and run: adb push signed-dream_devphone-ota-142608-b.zip /sdcard/update.zip
Follow the remaining steps from &lt;strong&gt;Copy the Recovery Image Package to the Device&lt;/strong&gt; - to ensure that the update is complete.

You can then decide to upgrade further to 1.5 radio and recovery image packages - by following the guidelines in the article.

If recovery-package copy does not work, only then do you need to flash the system image. The steps for doing so are also detailed in the article.</description>
		<content:encoded><![CDATA[<p>Malik, You can reflash the images that you want to install on your device, as long as  you install the same version of the radio and system images. </p>
<p>Since your firmware version on your device is 1.1 I would suggest you to do the following:</p>
<p>1. Download signed-dream_devphone-ota-142608-b.zip from the HTC support site.<br />
2. Copy the signed-dream_devphone-ota-142608-b.zip to your <android_sdk_root>/tools directory.<br />
3. Ensure ADP device is connected through USB to your computer.<br />
4. cd to </android_sdk_root><android_sdk_root>/tools and run: adb push signed-dream_devphone-ota-142608-b.zip /sdcard/update.zip<br />
Follow the remaining steps from <strong>Copy the Recovery Image Package to the Device</strong> &#8211; to ensure that the update is complete.</p>
<p>You can then decide to upgrade further to 1.5 radio and recovery image packages &#8211; by following the guidelines in the article.</p>
<p>If recovery-package copy does not work, only then do you need to flash the system image. The steps for doing so are also detailed in the article.</android_sdk_root></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malik Al-Shayeb</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-18</link>
		<dc:creator>Malik Al-Shayeb</dc:creator>
		<pubDate>Sun, 26 Apr 2009 10:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-18</guid>
		<description>Hi 
I have a G1 Dev and i have installed some Rom that supported the multi touch &quot;just wanted to try it &quot; anyway this rom got a lot of prolems and im trying to go back to my originla 1.0 and i think that i have losst the devlopment bootloader do u have any idea how can i downgrade to the original 1.0 or 1.1 Dev 

Note this is the machine info now 
Model number
T-Mobile G1
Frimware version
1.1
Baseband version
62.33.20.08H_1.22.14.11
Kernel
2.6.25-01843-gfea26b0
jeasusfreke@androidDev #1
Build Number
Kila-user 1.1 PLAT-RC33 126986
OTA-rel-keys,release-keys</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have a G1 Dev and i have installed some Rom that supported the multi touch &#8220;just wanted to try it &#8221; anyway this rom got a lot of prolems and im trying to go back to my originla 1.0 and i think that i have losst the devlopment bootloader do u have any idea how can i downgrade to the original 1.0 or 1.1 Dev </p>
<p>Note this is the machine info now<br />
Model number<br />
T-Mobile G1<br />
Frimware version<br />
1.1<br />
Baseband version<br />
62.33.20.08H_1.22.14.11<br />
Kernel<br />
2.6.25-01843-gfea26b0<br />
jeasusfreke@androidDev #1<br />
Build Number<br />
Kila-user 1.1 PLAT-RC33 126986<br />
OTA-rel-keys,release-keys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shesh</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-10</link>
		<dc:creator>Shesh</dc:creator>
		<pubDate>Fri, 17 Apr 2009 11:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-10</guid>
		<description>Vel, The support site changes those links internally, so I have changed the document to refer you to the support site link that
has the download information.</description>
		<content:encoded><![CDATA[<p>Vel, The support site changes those links internally, so I have changed the document to refer you to the support site link that<br />
has the download information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vel</title>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device/comment-page-1#comment-9</link>
		<dc:creator>vel</dc:creator>
		<pubDate>Fri, 17 Apr 2009 09:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidkit.com/?p=47#comment-9</guid>
		<description>i am not able to download following file ota-radio-1_22_14_11.zip
Its redirecting me to some HTC site but its not downloading the file</description>
		<content:encoded><![CDATA[<p>i am not able to download following file ota-radio-1_22_14_11.zip<br />
Its redirecting me to some HTC site but its not downloading the file</p>
]]></content:encoded>
	</item>
</channel>
</rss>
