<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Topcoder1's Weblog</title>
	<atom:link href="http://topcoder1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://topcoder1.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 31 Jul 2009 04:39:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='topcoder1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Topcoder1's Weblog</title>
		<link>http://topcoder1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://topcoder1.wordpress.com/osd.xml" title="Topcoder1&#039;s Weblog" />
	<atom:link rel='hub' href='http://topcoder1.wordpress.com/?pushpress=hub'/>
		<item>
		<title>activating GPhone without data plan and upgrading android firmware from to v1.5</title>
		<link>http://topcoder1.wordpress.com/2009/07/31/activating-gphone-without-data-plan-and-upgrading-android-firmware-from-to-v1-5/</link>
		<comments>http://topcoder1.wordpress.com/2009/07/31/activating-gphone-without-data-plan-and-upgrading-android-firmware-from-to-v1-5/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 04:29:05 +0000</pubDate>
		<dc:creator>topcoder1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://topcoder1.wordpress.com/?p=12</guid>
		<description><![CDATA[prerequisites: -a simcard, doesn&#8217;t have to activated (T-mobile, haven&#8217;t tried others) -a wifi access point -an gmail account -android SDK installed steps for activating GPhone via Wifi -at android SDK root, type adb shell -you should see the $ prompt, now starts the setting Screen by typing the following: $am start -a android.intent.action.MAIN -n com.android.settings/.Settings [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=topcoder1.wordpress.com&amp;blog=3918722&amp;post=12&amp;subd=topcoder1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>prerequisites:</h3>
<p>-a simcard, doesn&#8217;t have to activated (T-mobile, haven&#8217;t tried others)<br />
-a wifi access point<br />
-an gmail account<br />
-android SDK installed</p>
<h3>steps for activating GPhone via Wifi</h3>
<p>-at android SDK root, type adb shell<br />
-you should see the $ prompt, now starts the setting Screen by typing the following:</p>
<p><strong><em>$am start -a android.intent.action.MAIN -n com.android.settings/.Settings</em></strong></p>
<p>-choose Wireless Controls, then turn on Wi-Fi, and choose Wi-Fi Settings<br />
-choose your wifi access point, go through the authentication(in my case, enter a WEP key).<br />
-If successful, you are connected to your wifi.<br />
-go back to the home screen by pressing home, Now you can sign in using your Goolge account<br />
-Your phone is now activated for development</p>
<h3>steps for upgrading android firmware to v1.5</h3>
<p>-You need to push the new radio image and recovery image onto your GPhone.  First download the <a href="http://member.america.htc.com/download/RomCode/ADP/ota-radio-2_22_19_26I.zip">radio image</a><br />
and the <a href="http://member.america.htc.com/download/RomCode/ADP/signed-dream_devphone_userdebug-ota-150275.zip">system recovery image</a><br />
-Connect the device to your development machine over USB.<br />
-At a command line, ensure that adb recognizes your device by issuing this command:  adb devices<br />
-You should see your device in the console output generated by the command</p>
<h4>Update the Device Radio Firmware</h4>
<p>-Use the adb push command to copy the contents of the radio image package to the update.zip archive on the device&#8217;s SD card:</p>
<p><strong><em>adb push .zip /sdcard/update.zip</em></strong></p>
<p>-Reboot the device into recovery mode by holding down the HOME key during reboot. One way to do this is to shut down the phone first by holding down the red button, then hold down the home button, then press the red button again.-When the device enters recovery mode, it displays a &#8220;!&#8221; icon.<br />
-With the recovery console displayed, open the sliding keyboard and hold down the ALT+l key combination to enable log output in the recovery console.<br />
-Next, hold down the ALT+s key combination to install the update. An &#8220;installing update&#8221; icon and progress bar (or a similar status message) are displayed.  when the progress bar completes, the installation is finished.<br />
-Press the HOME-BACK key combination to write the radio image, update the firmware, and automatically reboot. Note that if you do not use HOME-BACK.  At this point, the device will not load the updated radio image. After writing the radio image, the device shows a &#8220;updating firmware&#8221; icon for a few seconds and then automatically reboots in normal mode.</p>
<h4>Flash the System Image Package to the Device</h4>
<p>-Use the adb sync command to copy the contents of the recovery image package to the update.zip archive on the device&#8217;s SD card:<br />
adb push .zip /sdcard/update.zip</p>
<p>-essentially repeating the steps in &#8220;Update the Device Radio Firmware to push and flash recovery image</p>
<p>Your dev phone firmware should now be upgraded to v1.5.<br />
for a detailed description on updating device radio firmware and recovery image, see <a href="http://www.htc.com/www/support/android/adp.html">http://www.htc.com/www/support/android/adp.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/topcoder1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/topcoder1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/topcoder1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/topcoder1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/topcoder1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/topcoder1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/topcoder1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/topcoder1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/topcoder1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/topcoder1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/topcoder1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/topcoder1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/topcoder1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/topcoder1.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=topcoder1.wordpress.com&amp;blog=3918722&amp;post=12&amp;subd=topcoder1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://topcoder1.wordpress.com/2009/07/31/activating-gphone-without-data-plan-and-upgrading-android-firmware-from-to-v1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee994e612a51d77979daf259fd48e7fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">topcoder1</media:title>
		</media:content>
	</item>
		<item>
		<title>Projects intro</title>
		<link>http://topcoder1.wordpress.com/2008/06/07/hello-world/</link>
		<comments>http://topcoder1.wordpress.com/2008/06/07/hello-world/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 06:24:50 +0000</pubDate>
		<dc:creator>topcoder1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In the categorized links on the right hand side you will find a repository of the softwares I&#8217;ve developed recently.  Any feedbacks/bug reports can be directed here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=topcoder1.wordpress.com&amp;blog=3918722&amp;post=1&amp;subd=topcoder1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the categorized links on the right hand side you will find a repository of the softwares I&#8217;ve developed recently.  Any feedbacks/bug reports can be directed here.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/topcoder1.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/topcoder1.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/topcoder1.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/topcoder1.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/topcoder1.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/topcoder1.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/topcoder1.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/topcoder1.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/topcoder1.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/topcoder1.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/topcoder1.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/topcoder1.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/topcoder1.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/topcoder1.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/topcoder1.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/topcoder1.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=topcoder1.wordpress.com&amp;blog=3918722&amp;post=1&amp;subd=topcoder1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://topcoder1.wordpress.com/2008/06/07/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee994e612a51d77979daf259fd48e7fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">topcoder1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
