<?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>HowIFixedIt.Net &#187; Cell Phones</title>
	<atom:link href="http://howifixedit.net/category/technology/cell-phones/feed/" rel="self" type="application/rss+xml" />
	<link>http://howifixedit.net</link>
	<description>... Because Broken Is Not An Option.</description>
	<lastBuildDate>Sat, 25 Feb 2012 06:16:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to return an HTC G2 Rooted Phone back to stock (Unroot G2)</title>
		<link>http://howifixedit.net/2011/07/return-htc-g2-rooted-phone-stock-unroot-g2/</link>
		<comments>http://howifixedit.net/2011/07/return-htc-g2-rooted-phone-stock-unroot-g2/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 22:15:22 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[adb shell]]></category>
		<category><![CDATA[CID]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[g2]]></category>
		<category><![CDATA[gfree]]></category>
		<category><![CDATA[hboot]]></category>
		<category><![CDATA[misc_version]]></category>
		<category><![CDATA[PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zi]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[psneuter]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[S-Off]]></category>
		<category><![CDATA[stock]]></category>
		<category><![CDATA[stock g2]]></category>
		<category><![CDATA[T-MOB010]]></category>
		<category><![CDATA[temporary root]]></category>
		<category><![CDATA[unroot g2]]></category>
		<category><![CDATA[unrot]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[VISION PVT SHIP S-ON]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=993</guid>
		<description><![CDATA[
This is how you return a G2 back to stock firmware. In order to do this you need to have radio S-OFF. Also make sure that gfree_verify returns secu_flag = 0 before following the steps outlined below.
1. First check to see if your main version is higher than 1.19.531.1
If the current main version  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://howifixedit.net/wp-content/uploads/2011/07/htc-pro-windows-phone-7-wp7-sprint-hands-on-17.jpg" rel="lightbox[993]"><img class="alignnone size-medium wp-image-998" title="g2" src="http://howifixedit.net/wp-content/uploads/2011/07/htc-pro-windows-phone-7-wp7-sprint-hands-on-17-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>This is how you return a G2 back to stock firmware. In order to do this you need to have radio S-OFF. Also make sure that gfree_verify returns secu_flag = 0 before following the steps outlined below.</p>
<p>1. First check to see if your main version is higher than 1.19.531.1</p>
<p>If the current main version is higher than what you want to install you have to change the main version number in the misc partition. To do this you can use <a href="http://www.thinkthinkdo.com/trac/project1/wiki/misc_version#no1">misc_version.</a>.<br />
download the file and extract it. In a command prompt type the following from the misc_directory:</p>
<p>c:\&gt; adb push misc_version /data/local/tmp/misc_version<br />
c:\&gt; adb shell chmod 777 /data/local/tmp/misc_version<br />
c:\&gt; adb shell<br />
# /data/local/tmp/misc_version -s 1.19.531.1<br />
# exit</p>
<p>The above commands create a backup pf the misc partition 17 on the sd card with the name &#8220;part17xxxxx.bin&#8221;</p>
<p>2. Next install the stock G2 rom called</p>
<p>&#8220;PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zip&#8221; you can Google this and download it from many different websites. Again go to the directory where you downloaded the file and type the following:</p>
<p>c:\&gt; adb push PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zip /sdcard/PC10IMG.zip</p>
<p>Shutdown the phone and remove it from the computer. Next, boot into hboot by holding &#8220;volume down&#8221; and &#8220;power&#8221;. The hboot should automatically load the PC10IMG.zip and ask you to update. Press &#8220;volume up&#8221; to start the update process. The screen goes dim for a little but will come back up and complete the process. This process will replace fake S-Off engineering hboot.</p>
<p>3. Radio S-ON and original CID</p>
<p>The 2 ways to get radio S-ON and the original CID are:</p>
<p>a. Restore the backup of your partition 7. This will set secu_flag = 1 and CID = T-MOB010 and will also bring back the SIM-lock data.<br />
b. Use gfree to set secu_flag = 1 and CID = T-MOB010.</p>
<p>Both scenerios require you to use temporary root. To do this you can use <a href="http://www.thinkthinkdo.com/trac/project1/wiki/psneuter">psneuter</a></p>
<p>Gaining temporary root:</p>
<p>Since you loaded the stock ROM you must now re-enable debugging on the phone. Go to &#8220;Applications -&gt; Development&#8221; and check &#8220;USB debugging&#8221;.</p>
<p>Next go to the directory of the psneuter command you downloaded and type:</p>
<p>c:\&gt; adb push psneuter /data/local/tmp/psneuter<br />
c:\&gt; adb shell chmod 777 /data/local/tmp/psneuter<br />
c:\&gt; adb shell /data/local/tmp/psneuter<br />
c:\&gt; adb shell</p>
<p>you should now have temporary root denoted by the # prompt</p>
<p>3. Use gfree to get radio S-ON and the original CID</p>
<p>If you lost your partition 7 backup or you do not want to restore the simlock data you can use the -c and -s options of gfree to set the CID and the S-ON flag.</p>
<p>ON YOUR PC:</p>
<p>Get gfree_06.zip that is attached to this page [4].</p>
<p>Unzip gfree_06.zip to a place on your computer. Open a terminal or command window, navigate to where the files are on your computer, and type:</p>
<p>c:\&gt; adb push gfree /data/local/tmp/gfree<br />
c:\&gt; adb shell chmod 777 /data/local/tmp/gfree</p>
<p>gfree should now be in your phone at /data/local/tmp</p>
<p>IN THE ROOT SHELL (in the first terminal/command) : Now run:</p>
<p># /data/local/tmp/gfree -s on -c T-MOB010<br />
# sync</p>
<p>Remove the PC10IMG.zip and the tools from the phone</p>
<p># rm /sdcard/PC10IMG.zip<br />
# rm /data/local/tmp/psneuter<br />
# rm /data/local/tmp/gfree</p>
<p>Disconnect your phone from USB and power it down.</p>
<p>Boot into hboot by holdingwhile powering on.</p>
<p>The heading should now read: &#8220;VISION PVT SHIP S-ON&#8221;</p>
<p><a href="http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision">Thanks to the XDA Developers and their tutorial for help on this.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2011/07/return-htc-g2-rooted-phone-stock-unroot-g2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Your Jawbone Prime To Factory Defaults With Factory Reset</title>
		<link>http://howifixedit.net/2011/06/set-jawbone-prime-factory-defaults-factory-reset/</link>
		<comments>http://howifixedit.net/2011/06/set-jawbone-prime-factory-defaults-factory-reset/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 18:04:01 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[default settings]]></category>
		<category><![CDATA[factory default]]></category>
		<category><![CDATA[factory reset]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[hard reset]]></category>
		<category><![CDATA[jawbone]]></category>
		<category><![CDATA[jawbone prime]]></category>
		<category><![CDATA[noise]]></category>
		<category><![CDATA[noise assassin]]></category>
		<category><![CDATA[pair]]></category>
		<category><![CDATA[pairing]]></category>
		<category><![CDATA[prime]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=979</guid>
		<description><![CDATA[Here's how you hard reset and factor default your Jawbone Prime

While the headset is blinking red, press:  Noise Assassin button, Talk button, Talk button, Noise Assassin, Talk, Talk.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how you hard reset and factor default your Jawbone Prime</p>
<p>While the headset is blinking red, press:  Noise Assassin button, Talk button, Talk button, Noise Assassin, Talk, Talk.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2011/06/33628985-2-440-OVR-1.gif" rel="lightbox[979]"><img src="http://howifixedit.net/wp-content/uploads/2011/06/33628985-2-440-OVR-1-300x224.gif" alt="" title="jawbone prime" width="300" height="224" class="alignnone size-medium wp-image-980" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2011/06/set-jawbone-prime-factory-defaults-factory-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Tone / Notification On Android Reboot With Cyanogen ROM</title>
		<link>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/</link>
		<comments>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 18:07:37 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cm5]]></category>
		<category><![CDATA[Cyanogen]]></category>
		<category><![CDATA[Cyanogenmod-5]]></category>
		<category><![CDATA[cynaogen rom]]></category>
		<category><![CDATA[disable tone]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[SD card notifications]]></category>
		<category><![CDATA[tone]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=954</guid>
		<description><![CDATA[If you installed the new Cyanaogen ROM CM5 on your g1 /dream phone you&#8217;re now getting an audible tone / notification when you reboot the phone.  To disable it go to menu&#62; settings &#62; sound and display &#62; SD card notifications and uncheck it.

]]></description>
			<content:encoded><![CDATA[<p>If you installed the new Cyanaogen ROM CM5 on your g1 /dream phone you&#8217;re now getting an audible tone / notification when you reboot the phone.  To disable it go to menu&gt; settings &gt; sound and display &gt; SD card notifications and uncheck it.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/07/7-3-2010-11-04-28-AM.png" rel="lightbox[954]"><img class="alignnone size-medium wp-image-955" title="7-3-2010 11-04-28 AM" src="http://howifixedit.net/wp-content/uploads/2010/07/7-3-2010-11-04-28-AM-300x60.png" alt="" width="300" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Great Android App Review Site &#8211; androidmarketapps.com</title>
		<link>http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/</link>
		<comments>http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 06:13:26 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Around The Web]]></category>
		<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[androidmarketapps]]></category>
		<category><![CDATA[Astro File Manager]]></category>
		<category><![CDATA[bump]]></category>
		<category><![CDATA[checkers for android]]></category>
		<category><![CDATA[chompsms]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[qr]]></category>
		<category><![CDATA[qr codes]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[yelp]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=662</guid>
		<description><![CDATA[Here&#8217;s a great site i found for Android application reviews.  http://www.androidmarketapps.com/ is one of the few sites I&#8217;ve seen out there with honest reviews about Android applications.  It looks like its just starting out but it&#8217;s being updated constantly with some pretty useful apps.  I use  [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a great site i found for Android application reviews.  <a href="http://www.androidmarketapps.com/">http://www.androidmarketapps.com/</a> is one of the few sites I&#8217;ve seen out there with honest reviews about Android applications.  It looks like its just starting out but it&#8217;s being updated constantly with some pretty useful apps.  I use quite a few on there already like Yelp, ChompSMS, and Astro File Manage but have found a couple apps i didn&#8217;t know about like Bump and Checkers for Android.  For each review the author gives a pretty thorough rundown of its pros and cons and then gives it a star rating.  It also allows users to make their own comments about the review and their own star rating as well.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/rating.png" rel="lightbox[662]"><img class="alignnone size-medium wp-image-663" title="rating" src="http://howifixedit.net/wp-content/uploads/2010/03/rating-300x105.png" alt="" width="300" height="105" /></a></p>
<p>One of the really neat things is the QR codes the reviewer puts with each review.  If you like the review and think its an app that you can actually use, you can scan the QR code on the screen with your phone using bar code scanner and it will take you directly to the Android Market so you can purchase it or download it for free.  Here&#8217;s what a QR code looks like:</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/qr.png" rel="lightbox[662]"><img class="alignnone size-full wp-image-664" title="qr" src="http://howifixedit.net/wp-content/uploads/2010/03/qr.png" alt="" width="129" height="192" /></a></p>
<p>So if you&#8217;re looking for some new apps for your G1, Nexus One, or any other type of Android device i seriously suggest you check out this site.  I have the RSS feed book marked myself so I can see the new apps as they&#8217;re reviewed.  you can do the same  <a href="http://www.androidmarketapps.com/feed/">here</a>.</p>


<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/rating/' title='rating'><img width="150" height="52" src="http://howifixedit.net/wp-content/uploads/2010/03/rating-150x52.png" class="attachment-thumbnail" alt="rating" title="rating" /></a>
<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/qr/' title='qr'><img width="100" height="150" src="http://howifixedit.net/wp-content/uploads/2010/03/qr-100x150.png" class="attachment-thumbnail" alt="qr" title="qr" /></a>
<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/3-15-2010-10-55-30-pm/' title='3-15-2010 10-55-30 PM'><img width="133" height="150" src="http://howifixedit.net/wp-content/uploads/2010/03/3-15-2010-10-55-30-PM-133x150.png" class="attachment-thumbnail" alt="3-15-2010 10-55-30 PM" title="3-15-2010 10-55-30 PM" /></a>
<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/qr-2/' title='qr'><img width="100" height="150" src="http://howifixedit.net/wp-content/uploads/2010/03/qr1-100x150.png" class="attachment-thumbnail" alt="qr" title="qr" /></a>
<a href='http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/howifixedit-qrcode/' title='howifixedit qr code. scan it!'><img width="150" height="150" src="http://howifixedit.net/wp-content/uploads/2010/03/howifixedit.qrcode-150x150.png" class="attachment-thumbnail" alt="hhowifixedit qr code. scan it!" title="howifixedit qr code. scan it!" /></a>

<p><code><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/03/great-android-app-review-site-androidmarketappscom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Force Close and &#8220;android.process.acore has stopped unexpectedly&#8221; On Home Rotate</title>
		<link>http://howifixedit.net/2010/03/force-close-and-android-process-acore-has-stopped-unexpectedly-on-home-rotate/</link>
		<comments>http://howifixedit.net/2010/03/force-close-and-android-process-acore-has-stopped-unexpectedly-on-home-rotate/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 07:08:14 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Cyanogen]]></category>
		<category><![CDATA[G1]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=188</guid>
		<description><![CDATA[i was getting the following error on my Android based G1 with the Cyanogen 4.2.15 ROM whenver i rotated the view from the home screen: &#8220;The process android.process.acore has stopped unexpectedly. Please try again&#8221; and &#8220;Force Close&#8221;.

The fix to the problem was removing one of the desktop widgets.   [...]]]></description>
			<content:encoded><![CDATA[<p>i was getting the following error on my Android based G1 with the Cyanogen 4.2.15 ROM whenver i rotated the view from the home screen: &#8220;The process android.process.acore has stopped unexpectedly. Please try again&#8221; and &#8220;Force Close&#8221;.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/03/acore-stopped.png" rel="lightbox[188]"><img class="alignnone size-medium wp-image-189" title="acore-stopped" src="http://howifixedit.net/wp-content/uploads/2010/03/acore-stopped-200x300.png" alt="" width="200" height="300" /></a></p>
<p>The fix to the problem was removing one of the desktop widgets.  In this case it was the TasKiller widget, i did a long tap on the widget and dragged it to the garbage can. Problem solved.  Apparently this is a common problem with desktop widgets when you upgrade to a newer ROM.</p>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/03/force-close-and-android-process-acore-has-stopped-unexpectedly-on-home-rotate/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>G1 Locked!  &#8220;Too Many Pattern Attempts&#8221;</title>
		<link>http://howifixedit.net/2010/02/g1-locked-too-many-pattern-attempts/</link>
		<comments>http://howifixedit.net/2010/02/g1-locked-too-many-pattern-attempts/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 23:55:36 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Cyanogen]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[JesusFreke]]></category>

		<guid isPermaLink="false">http://sfbaltazar.net/sfblog/?p=104</guid>
		<description><![CDATA[

The first time this happened my phone was in my pocket and it locked  itself out (I was running RC33 version of JFv1.41).   I had pattern lock enabled so i was getting &#8220;Too many  pattern attempts.  please login&#8221;
No matter how i put my information in  username (by itself), username@gmail.com,   [...]]]></description>
			<content:encoded><![CDATA[<div id="post_message_4837678">
<div><a href="http://sfbaltazar.net/sfblog/wp-content/uploads/2010/02/wrong_pattern.png" rel="lightbox[104]"><img class="alignright size-medium wp-image-111" title="wrong_pattern" src="http://sfbaltazar.net/sfblog/wp-content/uploads/2010/02/wrong_pattern-200x300.png" alt="" width="188" height="280" /></a></div>
<p>The first time this happened my phone was in my pocket and it locked  itself out (I was running RC33 version of JFv1.41).   I had pattern lock enabled so i was getting &#8220;Too many  pattern attempts.  please login&#8221;</p>
<p>No matter how i put my information in  username (by itself), <a href="mailto:username@gmail.com">username@gmail.com</a>,  <a href="mailto:username@googlemail.com">username@googlemail.com</a> it  wouldn&#8217;t authenticate me.No matter what i did i was not able to get in so i just reflashed the  phone. After a reflash the authentication worked fine.   At that time I  was using one of JFs ROMS so i figured that may have been the issue.</p>
<p>Recently the problem happened again.  This time i was using one of  Cyanogens ROMS.  This time instead of flashing the phone i followed  haykuro&#8217;s thread to defeat pattern lock:</p>
<p><a href="http://forum.xda-developers.com/showthread.php?t=485988" target="_blank">http://forum.xda-developers.com/showthread.php?t=485988</a></p>
<p>once i did those adb commands and rebooted the phone it asked to  authenticate again but this time it worked!  After it authenticates it  will ask you for a new unlock pattern.  And you&#8217;re all set!</p>
<p>This is a really annoying problem and im surprised  more people aren&#8217;t having it.  I hope this helps somebody.</p>
<p><code></code></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/02/g1-locked-too-many-pattern-attempts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything Android</title>
		<link>http://howifixedit.net/2010/02/everything-android/</link>
		<comments>http://howifixedit.net/2010/02/everything-android/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:51:48 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Cyanogen]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JesusFreke]]></category>

		<guid isPermaLink="false">http://sfbaltazar.net/sfblog/?p=9</guid>
		<description><![CDATA[Since getting my Google G1 I&#8217;ve done my fair share of tinkering.  I&#8217;ve rooted the phone and have tried many different ROMS, the best previously being JesusFreke&#8217;s and now Cyanogen&#8217;s.  I want to share all the android related material i come across as well.
]]></description>
			<content:encoded><![CDATA[<p>Since getting my Google G1 I&#8217;ve done my fair share of tinkering.  I&#8217;ve rooted the phone and have tried many different ROMS, the best previously being JesusFreke&#8217;s and now Cyanogen&#8217;s.  I want to share all the android related material i come across as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/02/everything-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

