<?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>My Hangout Online &#187; g1</title>
	<atom:link href="http://www.myhangoutonline.com/tag/g1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myhangoutonline.com</link>
	<description>Have you Experienced Android Today?</description>
	<lastBuildDate>Tue, 07 Sep 2010 16:46:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Change G1 Splash Screen</title>
		<link>http://www.myhangoutonline.com/2010/06/27/how-to-change-g1-splash-screen/</link>
		<comments>http://www.myhangoutonline.com/2010/06/27/how-to-change-g1-splash-screen/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 15:09:32 +0000</pubDate>
		<dc:creator>MrAndroid</dc:creator>
				<category><![CDATA[G1 / Dream]]></category>
		<category><![CDATA[dream]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[g1 splash]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.myhangoutonline.com/?p=73</guid>
		<description><![CDATA[This tutorial will teach you how to change the normal G1 Splash screen into a custom splash screen. Prerequisites: - Have ADB setup and working properly: ADB 4 Dummies - Rooted G1 - Root and Upgrade your G1 - You&#8217;ll also need Fastboot. It doesn&#8217;t come with the android SDK. get it from The Downloads Section and place [...]


Related posts:<ol><li><a href='http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/' rel='bookmark' title='Permanent Link: Root &#038; Upgrade G1'>Root &#038; Upgrade G1</a></li>
<li><a href='http://www.myhangoutonline.com/2010/06/27/install-android-2-1-on-g1-dream/' rel='bookmark' title='Permanent Link: Install Android 2.1 on G1 / Dream'>Install Android 2.1 on G1 / Dream</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<fb:share-button href="http://www.myhangoutonline.com/2010/06/27/how-to-change-g1-splash-screen/" type="box_count"></fb:share-button><p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://www.myhangoutonline.com/2010/06/27/how-to-change-g1-splash-screen/&amp;layout=button_count&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><p>This tutorial will teach you how to change the normal G1 Splash screen into a custom splash screen.</p>
<h3>Prerequisites:</h3>
<p>- Have ADB setup and working properly: <a href="http://www.myhangoutonline.com/setup-adb/">ADB 4 Dummies</a><br />
- Rooted G1 - <a href="http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/">Root and Upgrade your G1</a><br />
- You&#8217;ll also need Fastboot. It doesn&#8217;t come with the android SDK. get it from <a href="http://www.myhangoutonline.com/downloads/?category=16">The Downloads Section</a> and place it in your &lt;androidsdk&gt;/tools folder.<br />
- Mac/Linux/Unix Users: Must have ImageMagick installed and setup correctly. <a href="http://www.imagemagick.org/" target="_blank">http://www.imagemagick.org</a></p>
<h3>Instructions for Windows:</h3>
<p>You have it made the easiest as there&#8217;s program that will do this automatically for you!</p>
<p>Download: <a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=12" title=" downloaded 97 times" >CreateG1Splash (97)</a></p>
<p>Find an image you want to use as a Splash. (320 x 480 PNG for best results)</p>
<p>Extract CreateG1Splash.zip to your desktop</p>
<p>Run CreateG1Splash.exe and choose the image file you want to use.</p>
<p>Click Convert &#8211; this will turn your image into the following file: mysplash.rgb565</p>
<p>Grab that mysplash.rgb565 file and place it on your desktop.</p>
<p>Turn off your phone.</p>
<p>Reboot your phone into bootloader (camera+power) (Make sure the phone says Fastboot, if not, hit the back button on the phone and it should say fastboot.)</p>
<p>Connect your phone to computer though USB</p>
<p>Open a CMD Window (Start -&gt; Run -&gt; type: cmd and hit OK)</p>
<p>Type the Following Lines:</p>
<p><code>Fastboot Devices</code><br />
(make sure your device is listed, if not, please update your phones USB drivers, drivers can be found in the Android SDK folder)</p>
<p><code>cd desktop</code></p>
<p>type the following 3 lines below:</p>
<p><code>fastboot flash splash1 mysplash.rgb565</code><br />
<code>fastboot flash splash2 mysplash.rgb565</code><br />
<code>fastboot reboot</code></p>
<p>You&#8217;re Done. </p>
<p>Repeat the process if you want to change the image. </p>
<p>In the ZIP file you&#8217;ll notice a .bat file. It&#8217;s an automated script that will run the last few lines for you. I always prefer manual over automatic though so if there&#8217;s an error you&#8217;ll know what step the error happened and you&#8217;ll have a better idea of how to fix it. Plus it&#8217;s good to know these things. Makes you comprehend how things work a little better.</p>
<h3>Instructions for Mac/Linux/Unix:</h3>
<p>Make sure you have ImageMagick installed and setup correctly. <a href="http://www.imagemagick.org/" target="_blank">http://www.imagemagick.org</a></p>
<p>You need to manually convert the image file. Find an image you want to use as a splash screen. Preferably 320&#215;480 PNG.</p>
<p>Place the image file on your desktop</p>
<p>Turn off your phone</p>
<p>Reboot your phone into bootloader (camera+power) (Make sure the phone says Fastboot, if not, hit the back button on the phone and it should say fastboot.)</p>
<p>Connect phone to computer through USB</p>
<p>Open a terminal / command window</p>
<p>type: <code>cd desktop</code></p>
<p>type: <code>ls</code> and make sure you&#8217;re in the desktop and the image is listed.</p>
<p>type the following lines (the ones with # are comments, don&#8217;t type those) and wait a few seconds in between lines.</p>
<p><code>$ convert -depth 8 splash.png rgb:splash.raw</code><br />
# Make sure it is 460800 bytes long!</p>
<p><code>$ rgb2565 &lt; splash.raw &gt; splash.raw565</code><br />
# Triple-check size before flashing! 307200 bytes</p>
<p><code>$ fastboot flash splash1 splash.raw565</code><br />
<code>$ fastboot flash splash2 splash.raw565</code><br />
<code>$ fastboot reboot</code></p>
<p>You&#8217;re Done.</p>


<p>Related posts:<ol><li><a href='http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/' rel='bookmark' title='Permanent Link: Root &#038; Upgrade G1'>Root &#038; Upgrade G1</a></li>
<li><a href='http://www.myhangoutonline.com/2010/06/27/install-android-2-1-on-g1-dream/' rel='bookmark' title='Permanent Link: Install Android 2.1 on G1 / Dream'>Install Android 2.1 on G1 / Dream</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.myhangoutonline.com/2010/06/27/how-to-change-g1-splash-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Android 2.1 on G1 / Dream</title>
		<link>http://www.myhangoutonline.com/2010/06/27/install-android-2-1-on-g1-dream/</link>
		<comments>http://www.myhangoutonline.com/2010/06/27/install-android-2-1-on-g1-dream/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 14:56:05 +0000</pubDate>
		<dc:creator>MrAndroid</dc:creator>
				<category><![CDATA[G1 / Dream]]></category>
		<category><![CDATA[android 2.1]]></category>
		<category><![CDATA[dream]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.myhangoutonline.com/?p=68</guid>
		<description><![CDATA[This Tutorial will show you how to install Android 2.1 on your G1 / HTC Dream. Many Thanks go out to Cyanogen for his great work. The steps are fairly simple. If you already have a rooted G1, upgraded recovery, SPL &#38; Radio then just download the file below. Head into your Recovery and flash [...]


Related posts:<ol><li><a href='http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/' rel='bookmark' title='Permanent Link: Root &#038; Upgrade G1'>Root &#038; Upgrade G1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<fb:share-button href="http://www.myhangoutonline.com/2010/06/27/install-android-2-1-on-g1-dream/" type="box_count"></fb:share-button><p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://www.myhangoutonline.com/2010/06/27/install-android-2-1-on-g1-dream/&amp;layout=button_count&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><p>This Tutorial will show you how to install Android 2.1 on your G1 / HTC Dream.</p>
<p>Many Thanks go out to Cyanogen for his great work.</p>
<p>The steps are fairly simple.</p>
<p>If you already have a rooted G1, upgraded recovery, SPL &amp; Radio then just download the file below. Head into your Recovery and flash the .zip file.</p>
<p>For those who are starting fresh Follow the following tutorial: <a href="http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/">Root &amp; Upgrade your G1</a>. Then do the following:</p>
<p>Download <a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=14" title=" downloaded 134 times" >Update-cm-5.0.8-DS-signed (134)</a> and place it on the root of your SD Card.</p>
<p>Turn Off Phone</p>
<p>Start up in recovery mode by holding Home and pressing Power.</p>
<p>Wipe Data (recommend Wipe for a major system upgrade, eliminates any problems)</p>
<p>Next, Choose &#8220;Flash any .zip&#8221;</p>
<p>Select the file you downloaded and placed on your SD card. Flash/Install it.</p>
<p>Once it&#8217;s done, Reboot your phone.</p>
<p>Enjoy Android 2.1 on your G1 / HTC Dream!</p>


<p>Related posts:<ol><li><a href='http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/' rel='bookmark' title='Permanent Link: Root &#038; Upgrade G1'>Root &#038; Upgrade G1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.myhangoutonline.com/2010/06/27/install-android-2-1-on-g1-dream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root &amp; Upgrade G1</title>
		<link>http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/</link>
		<comments>http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 03:43:26 +0000</pubDate>
		<dc:creator>MrAndroid</dc:creator>
				<category><![CDATA[G1 / Dream]]></category>
		<category><![CDATA[dream]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[spl]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.myhangoutonline.com/?p=43</guid>
		<description><![CDATA[This is my full tutorials on how to root and upgrade your G1. This tutorial will show you how to root your phone, upgrade your recovery, install the &#8220;Danger SPL&#8221; &#38; upgrade your Rom. @ the time of this posting, the most recent Recovery was AmonRa&#8217;s 1.70 and most Recent Rom was Cyanogenmod 4.2.15.1 Prerequisites: [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<fb:share-button href="http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/" type="box_count"></fb:share-button><p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/&amp;layout=button_count&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><p>This is my full tutorials on how to root and upgrade your G1. This tutorial will show you how to root your phone, upgrade your recovery, install the &#8220;Danger SPL&#8221; &amp; upgrade your Rom.</p>
<p>@ the time of this posting, the most recent Recovery was AmonRa&#8217;s 1.70 and most Recent Rom was Cyanogenmod 4.2.15.1</p>
<h3>Prerequisites:</h3>
<p>- A G1 / HTC Dream<br />
- Minimum of 1GB SD Card (class 6 is preferable). Backup any files on the SD Card as you will be formatting it.<br />
- About 10-15mins of time and Patience. This is not something you rush through. Please follow each step exactly as written.</p>
<h3>Files to Download:</h3>
<a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=1" title=" downloaded 133 times" >DRC83 Base Defanged (133)</a><br />
<a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=2" title=" downloaded 81 times" >DREAIMG-RC29 (81)</a><br />
<a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=3" title=" downloaded 54 times" >DREAMIMG-RC7 (54)</a><br />
<a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=4" title=" downloaded 116 times" >Ota-radio-2 22 19 26I (116)</a><br />
<a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=5" title=" downloaded 148 times" >Recovery-RA-dream-v1.7.0 (148)</a><br />
<a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=6" title=" downloaded 136 times" >Spl-signed (136)</a><br />
<a class="downloadlink" href="http://www.myhangoutonline.com/wp-content/plugins/download-monitor/download.php?id=7" title=" downloaded 111 times" >Update-cm-4.2.15.1-signed (111)</a>
<p>Please download all the attachments above. For now, place them on your Desktop. &#8211; RC29 is for US and RC7 is for UK.</p>
<h3>Downgrade your Phone</h3>
<p>Format your phone&#8217;s SD card to FAT32 mode:<br />
- Hook your phone up to your computer using a USB cable and then wait for the notification to show up in your title bar of your phone.<br />
- Click the notification, and then click &#8220;Mount&#8221;.<br />
- A new removable disk should show up on your computer. Right click it and select Format, and select FAT32 as the file system type.</p>
<p>Unzip the RC29 or RC7 image file. Please pick the one that&#8217;s appropriate for your phone!</p>
<p>Copy the DREAIMG.nbh file from the zip to the root of your SD card. (RC29 for US, RC7 is for UK)</p>
<p>Turn the device power off.</p>
<p>Hold Camera button, and press Power button to entry boot loader mode. You should see a gray/white screen with instructions to flash your phone with the update on your SD card. If you don&#8217;t see that, make sure you followed the instructions properly.</p>
<p>As per the on-screen instructions, press the Power button to start upgrade procedure. DO NOT DO ANYTHING TO INTERRUPT THIS PROCESS.</p>
<p>After it is finished, perform the restart your phone.</p>
<h3>Rooting your Phone &amp; Upgrading Recovery</h3>
<p>Now get recovery-RA-dream-v1.7.0.img from your desktop and copy it to your SD card (see the previous instructions on how to copy from your computer to your Phone&#8217;s SD card).</p>
<p>The file must be on the root of your SD card. (basically, not inside any folders)</p>
<p>Restart your phone. Wait for your phone to start up fully and show the home screen.</p>
<p>After your phone starts up, hit the enter key twice, type &#8220;telnetd&#8221; and press enter. (Yes, it will start up a contact search, don&#8217;t worry. Just type it.)</p>
<p>Download an Android &#8220;Telnet&#8221; application from the Market and connect to localhost. (Plenty of free ones on the market)</p>
<p>If you connect successfully, you will have a root prompt &#8220;#&#8221;.</p>
<p>Type the following into Telnet (these commands will give you root access easier in the future):<br />
<code>mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system</code><br />
<code>cd sdcard</code><br />
<code>flash_image recovery recovery-RA-dream-v1.7.0.img</code><br />
<code>cat recovery-RA-dream-v1.7.0.img &gt; /system/recovery.img</code></p>
<p>Now you have root! Almost done&#8230;.</p>
<h3>Upgrading your Phones Radio &amp; SPL</h3>
<p>***Warning: you MUST have the newest radio installed before installing the SPL or you will brick your phone! Pay attention***</p>
<p>Power off your phone.</p>
<p>Start up in recovery mode by holding Home and pressing Power.</p>
<p>Mount SD Card (it&#8217;s one of the options in the menu)</p>
<p>Once mounted, it should show up on your computer. Copy ota-radio-2_22_19_26I.zip &amp; DangerSPL.zip to the root of your sdcard.</p>
<p>Unmount your SD Card.</p>
<p>Now choose &#8211; &#8216;Apply any update from SD&#8217; and select ota-radio-2_22_19_26I.zip</p>
<p>Install it, once complete, reboot your phone.</p>
<p>Once your phone it completely booted up, go into settings and &#8216;about phone&#8217;. Make sure the radio says: 2.22.19.26I.</p>
<p>If it does, you&#8217;re good to go &#8211; Please turn off your phone. &#8211; If it doesn&#8217;t, repeat the steps above.</p>
<p>Start up in recovery mode by holding Home and pressing Power.</p>
<p>Choose &#8211; &#8216;Apply any update from SD&#8217; and select spl-signed.zip</p>
<p>Once complete reboot your phone.</p>
<h3>Creating your SD Card Partitions</h3>
<p>Power off your phone.</p>
<p>Start up in recovery mode by holding Home and pressing Power.</p>
<p>Go to &#8216;Partition SD Card&#8217;</p>
<p>Select &#8216;Partition SD&#8217; (this will format your whole SD card.)<br />
- When it asks, select 512MB for your ext partition &#8211; the rest to FAT32.</p>
<p>Now back to the Partition SD Card Screen.</p>
<p>Select ext2 to ext3</p>
<p>when that&#8217;s done select ext3 to ext4</p>
<p>Don&#8217;t turn off your phone. Go back to the main screen of your recovery and go to the next step below.</p>
<h3>Installing a ROM</h3>
<p>- CyanogenMod 4.2.15.1 is your best choice @ this time.</p>
<p>You should be on the main screen of your Recovery right now.</p>
<p>Mount USB</p>
<p>Once the drive shows up on your computer, grab DRC83_base_defanged.zip &amp; update-cm-4.2.15.1-signed.zip and place them both on the root of your SD card.</p>
<p>Unmount USB.</p>
<p>Choose &#8216;Apply any update from SD&#8217;, choose DRC83_base_defanged.zip</p>
<p>Let it install and do not interrupt the installation process.</p>
<p>DO NOT REBOOT</p>
<p>Now again, choose &#8216;Apply any update from SD&#8217;, choose update-cm-4.2.15.1-signed.zip</p>
<p>Let it install and do not interrupt the installation process.</p>
<p>Once complete, reboot your phone and enjoy!</p>
<p>Enjoy your new rooted, upgraded G1.</p>
<p>You have now rooted your G1, upgraded the recovery, radio and SPL, partitioned your SD Card and installed Cyanogenmod 4.2.15.1</p>
<p>I highly recommend setting up ADB if you haven&#8217;t already done so!<br />
Read more about this @ <a href="http://www.myhangoutonline.com/setup-adb/">ADB 4 Dummies</a>.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.myhangoutonline.com/2010/06/26/root-upgrade-g1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
