<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Android ADP1 &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/android-adp1/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Fri, 12 Feb 2010 14:17:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Android ADP1 Firmware to CyanogenMod</title>
		<link>https://arunns.net/to-ins/</link>
					<comments>https://arunns.net/to-ins/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:17:57 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[Android ADP1]]></category>
		<category><![CDATA[Android tethering]]></category>
		<category><![CDATA[Android update]]></category>
		<category><![CDATA[CyanogenMod]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=223</guid>

					<description><![CDATA[This note is more specific to mac os x, more likely the same steps will works with any OS. CyanogenMod is a customized, aftermarket firmware distribution for the HTC Dream and Magic cell phones, and the Google Nexus One. Based on the open-source Android operating system, CyanogenMod is designed to increase performance and reliability over [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This note is more specific to mac os x, more likely the same steps will works with any OS.</p>
<p>CyanogenMod is a customized, aftermarket firmware distribution for the HTC Dream and Magic cell phones, and the Google Nexus One.</p>
<p>Based on the open-source Android operating system, CyanogenMod is designed to increase performance and reliability over Android-based ROMs , such as FLAC Lossless Audio, multi-touch support, the ability to store applications on the microSD card, and support for tethering.</p>
<p>Here are the steps I followed to get my ADP1 installed with Cyanogen mod.</p>
<p><em>&#8211; Backup your data if required, this steps will completely erase your mobile applications and settings.</em></p>
<blockquote><p>Step 1:<br />
Create a source directory:<br />
$ mkdir ~/cyanogen<br />
$cd ~/cyanogen
</p></blockquote>
<blockquote><p>Download fastboot to your computer:<br />
Refer this url to get the correct fastboot.<br />
<a href="http://developer.htc.com/adp.html">HTC Developer site </a></p></blockquote>
<blockquote><p>Download the latest compatible version of Cyanogenmod:<br />
<code>$ wget http://cyanogenmod.com/download/recovery/cm-recovery-1.4.img</code></p></blockquote>
<p>Step 2:<br />
Boot the android device in fastboot mode.<br />
To enter fastboot mode, reboot the device while holding down the BACK key.</p>
<p>Once it is in to fast boot mode, flash the Cyanogen recovery image:</p>
<blockquote><p>
$ cd ~/cyanogen<br />
$ ./fastboot-mac flash recovery cm-recovery-1.4.img<br />
sending &#8216;recovery&#8217; (4002 KB)&#8230; OKAY<br />
writing &#8216;recovery&#8217;&#8230; OKAY
</p></blockquote>
<p>Then place the phone in to flash boot mode </p>
<blockquote><p>
$ ./fastboot-mac boot cm-recovery-1.4.img<br />
downloading &#8216;boot.img&#8217;&#8230; OKAY<br />
booting&#8230; OKAY<br />
$ adb shell mount -a<br />
* daemon not running. starting it now *<br />
* daemon started successfully *<br />
$ adb shell<br />
/ # mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.disabled
</p></blockquote>
<p>Reboot back to fastboot mode.</p>
<blockquote><p>$ ./fastboot-mac flash recovery ../cm-recovery-1.4.img<br />
sending &#8216;recovery&#8217; (4002 KB)&#8230; OKAY<br />
writing &#8216;recovery&#8217;&#8230; OKAY</p>
<p>$ ./fastboot-mac reboot
</p></blockquote>
<p>Download the Android 1.6 Recovery Image (signed-dream_devphone_userdebug-ota-14721.zip) if dont have:<br />
<a href="http://developer.htc.com/adp.html">From HTC (or) android website </a> &#8211; This is just to get the adp tool</p>
<p>Download the latest CyanogenMod ROM for your device:<br />
Dream (G1): Latest version (stable)<br />
<a href="http://wiki.cyanogenmod.com/index.php/Latest_version#Current_Stable_Version_2">update-cm-4.2.14.1-signed.zip </a></p>
<blockquote><p>Export the CyanogenMod ROM to SD card.<br />
<code>$ adb push update-cm-4.2.14.1-signed.zip /sdcard/update-cm-4.2.14.1-signed.zip<br />
</code></p></blockquote>
<p>But this was not working properly for me, for some reason the adb tool was not able to detect the device. So i just copied it over.</p>
<blockquote><p><code><br />
$ cp update-cm-4.2.14.1-signed.zip /Volumes/SDCARD/<br />
</code><br />
* no need for this step if adb tool worked</p></blockquote>
<p>Now are all set to install:</p>
<blockquote><p>&#8211; Turn your phone off.<br />
&#8211; Get in to recovery mode my holding Home button while booting<br />
&#8211; select wipe data/factory reset and press home to confirm.<br />
&#8211; select apply any zip from sd<br />
&#8211; Pick signed-dream_devphone_userdebug-ota-14721.zip.<br />
&#8211; Press home to confirm and wait for installation to complete<br />
&#8211; select apply any zip from sd again<br />
&#8211; Pick update-cm-4.2.14.1-signed.zip.<br />
&#8211; Press home to confirm and wait for installation to complete<br />
<a href="http://arunnsblog.com/wp-content/uploads/2010/02/Cyanogen1.png"><img fetchpriority="high" decoding="async" src="http://arunnsblog.com/wp-content/uploads/2010/02/Cyanogen1.png" alt="" title="Cyanogen" width="266" height="484" class="alignleft size-full wp-image-239" /></a><br />
&#8211; reboot
</p></blockquote>
<p>That is it!</p>
<p>Reference : <a href="http://wiki.cyanogenmod.com/index.php/Full_Update_Guide_-_ADP1_Firmware_to_CyanogenMod">Full_Update_Guide_-_ADP1_Firmware_to_CyanogenMod</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/to-ins/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
