<?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>Michael Mayhew &#187; cyanogenmod</title>
	<atom:link href="http://blog.mmayhew.com/tag/cyanogenmod/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmayhew.com</link>
	<description>A geek&#039;s perspective on technology and politics</description>
	<lastBuildDate>Tue, 13 Apr 2010 05:18:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Maps with Turn by Turn Navigation for CyanogenMod</title>
		<link>http://blog.mmayhew.com/google-maps-with-turn-by-turn-navigation-for-cyanogenmod/</link>
		<comments>http://blog.mmayhew.com/google-maps-with-turn-by-turn-navigation-for-cyanogenmod/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:46:05 +0000</pubDate>
		<dc:creator>mmayhew</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[4.2.3.1]]></category>
		<category><![CDATA[4.2.4]]></category>
		<category><![CDATA[cyanogen]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[turn by turn]]></category>

		<guid isPermaLink="false">http://blog.mmayhew.com/?p=93</guid>
		<description><![CDATA[Final Update: Google has released Google Maps 3.2.1 in the Market with native Navigation support.  These instructions are no longer needed.
Thanks for all the support and kind words.
If you have Google Maps installed with my instructions below, it would be a good idea to revert and re-install through the Market.
Do this to revert:
ADB Instructions:

Download http://mmayhew.com/4.2.5_build_files.zip
Open [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Final Update: </strong>Google has released Google Maps 3.2.1 in the Market with native Navigation support.  These instructions are no longer needed.</p>
<p>Thanks for all the support and kind words.</p>
<p>If you have Google Maps installed with my instructions below, it would be a good idea to revert and re-install through the Market.</p>
<p>Do this to revert:</p>
<p><strong>ADB Instructions:</strong></p>
<ol>
<li>Download <a href="http://mmayhew.com/4.2.5_build_files.zip">http://mmayhew.com/4.2.5_build_files.zip</a></li>
<li>Open a command prompt in the folder you unzipped  the 4.2.5_build_files.zip files</li>
<li>Run the following commands from command prompt:</li>
<li>adb remount</li>
<li>adb shell rm /system/app/*maps*</li>
<li>adb shell rm /system/app/*Maps*</li>
<li>adb shell rm /system/sd/app/*maps*</li>
<li>adb shell rm /system/sd/app/*Maps*</li>
<li>adb shell rm /system/sd/dalvik-cache/*Maps*</li>
<li>adb shell rm /system/sd/dalvik-cache/*maps*</li>
<li>adb shell rm /data/dalvik-cache/*maps*</li>
<li>adb shell rm /data/dalvik-cache/*Maps*</li>
<li>adb shell rm /data/app/*Maps*</li>
<li>adb shell rm /data/app/*maps*</li>
<li>adb push build.prop /system/</li>
<li>adb push build.trout.prop /system/</li>
<li>adb push build.sapphire.prop /system/</li>
<li>adb shell reboot</li>
<li>Go to the Market and install Google Maps.</li>
<li>You&#8217;re Done!</li>
</ol>
<p><strong>Terminal Instructions:</strong></p>
<ol>
<li>Download <a href="http://mmayhew.com/4.2.5_build_files.zip">http://mmayhew.com/4.2.5_build_files.zip</a></li>
<li>Unzip zip</li>
<li>Copy build.prop, build.trout.prop, build.sapphire.prop and Maps.apk to /sdcard/</li>
<li>Open Terminal on your G1/MT3G</li>
<li>su</li>
<li>mount -o remount,rw /system/</li>
<li>cp /sdcard/build.prop /system/</li>
<li>cp /sdcard/build.trout.prop /system/</li>
<li>cp /sdcard/build.sapphire.prop /system/</li>
<li>rm /system/sd/app/*Maps*</li>
<li>rm /system/sd/app/*maps*</li>
<li>rm /system/sd/dalvik-cache/*Maps*</li>
<li>rm /system/sd/dalvik-cache/*maps*</li>
<li>rm /system/app/*Maps*</li>
<li>rm /system/app/*maps*</li>
<li>rm /data/app/*maps*</li>
<li>rm /data/app/*Maps*</li>
<li>rm /data/dalvik-cache/*maps*</li>
<li>rm /data/dalvik-cache/*Maps*</li>
<li>reboot</li>
<li>Install Google Maps from Market</li>
<li>You&#8217;re Done!</li>
</ol>
<p><strong>Update (on the Final Update):</strong></p>
<p>If you get &#8220;Incompatible Update&#8221; when updating Google Maps in the Market, try the following. It has worked for me and others.</p>
<p>Download <a href="http://www.mmayhew.com/Navigation.zip">these files</a> again.</p>
<p><strong>ADB Users:</strong></p>
<ol>
<li>Follow the above steps for ADB but after step 18 (reboot) do the following:</li>
<li>Unzip files</li>
<li>adb remount</li>
<li>adb push Maps.apk /system/app/
<ol>
<li>If you get an error that says the filesystem is read only do the following</li>
<li>adb shell mount -o rw,remount /system/</li>
<li>Then rerun the command</li>
</ol>
</li>
<li>Now go to the Market and try to re-install</li>
</ol>
<p><strong>Terminal Users:</strong></p>
<ol>
<li>Follow the above steps for Terminal but after step 20 (reboot) do the following:</li>
<li>Unzip files and copy to your SD card.</li>
<li>In Terminal:</li>
<li>su</li>
<li>mount -o remount,rw /system</li>
<li>cp /sdcard/ /system/app/</li>
<li>mount -o remount,ro /system</li>
<li>Close Terminal and re-install through the market.</li>
</ol>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Thanks to the guys on <a href="http://xda-developers.com">XDA</a> we now have Google Maps with Nav from Eclair working on Donut-based CyanogenMod 4.2.5</p>
<p>Download the files from: <a href="http://www.mmayhew.com/Navigation.zip">http://www.mmayhew.com/Navigation.zip</a></p>
<p><strong> </strong></p>
<p><strong>Linux Users Only</strong>: Feel free to use <a href="http://mmayhew.com/adb_nav.tgz">this script</a> by <a href="http://blog.mmayhew.com/google-maps-with-turn-by-turn-navigation-for-cyanogenmod/#comment-47">foopirata</a> to automate the adb process.  I have not tested this script but it looks like it would work.  You will need to do the following:</p>
<ul>
<li>Run the script as root</li>
<li>Have the SDK installed and adb in your path</li>
<li>Have the phone connected via USB</li>
<li>Be familiar with running bash scripts</li>
</ul>
<p>If the script doesn&#8217;t work for you or you are not a Linux user, try the manual processes below:</p>
<p><span style="text-decoration: underline;"><strong>ADB Instructions for Windows, Mac and Linux users</strong></span>: If you have the SDK installed and are familiar with adb, do the following. If not, skip down:</p>
<ol>
<li>Open a command prompt in the folder you unzipped  the Navigation.zip files</li>
<li>Run the following commands from command prompt:</li>
<li>adb remount</li>
<li>adb shell rm /system/app/*maps*</li>
<li>adb shell rm /system/app/*Maps*</li>
<li>adb shell rm /system/sd/app/*maps*</li>
<li>adb shell rm /system/sd/app/*Maps*</li>
<li>adb shell rm /system/sd/dalvik-cache/*Maps*</li>
<li>adb shell rm /system/sd/dalvik-cache/*maps*</li>
<li>adb shell rm /data/dalvik-cache/*maps*</li>
<li>adb shell rm /data/dalvik-cache/*Maps*</li>
<li>adb shell rm /data/app/*Maps*</li>
<li>adb shell rm /data/app/*maps*</li>
<li>adb push build.prop /system/</li>
<li>adb push build.trout.prop /system/</li>
<li>adb push build.sapphire.prop /system/</li>
<li>adb shell reboot</li>
<li>Wait for phone to boot back up</li>
<li>adb remount</li>
<li>adb install Maps.apk
<ol>
<li>If that fails, try adb install -r Maps.apk</li>
<li>If THAT fails, try adb push Maps.apk /system/app/</li>
</ol>
</li>
<li>Make sure GPS is enabled</li>
<li>Open Maps and press OK</li>
<li>Press Menu</li>
<li>Press Directions</li>
<li>Enter an end point</li>
<li>Click Go</li>
<li>Just under &#8220;Show on map&#8221;, click Navigate.</li>
<li>When prompted to install the voice codec, do so.</li>
<li>Enjoy.</li>
</ol>
<p><span style="text-decoration: underline;"><strong>Manual Instructions without a PC: </strong></span>If you do not have the SDK installed, do the following:</p>
<ol>
<li>Unzip zip</li>
<li>Copy build.prop, build.trout.prop, build.sapphire.prop and Maps.apk to /sdcard/</li>
<li>Open Terminal on your G1/MT3G</li>
<li>su</li>
<li>mount -o remount,rw /system/</li>
<li>cp /sdcard/build.prop /system/</li>
<li>cp /sdcard/build.trout.prop /system/</li>
<li>cp /sdcard/build.sapphire.prop /system/</li>
<li>rm /system/sd/app/*Maps*</li>
<li>rm /system/sd/app/*maps*</li>
<li>rm /system/sd/dalvik-cache/*Maps*</li>
<li>rm /system/sd/dalvik-cache/*maps*</li>
<li>rm /system/app/*Maps*</li>
<li>rm /system/app/*maps*</li>
<li>rm /data/app/*maps*</li>
<li>rm /data/app/*Maps*</li>
<li>rm /data/dalvik-cache/*maps*</li>
<li>rm /data/dalvik-cache/*Maps*</li>
<li>reboot</li>
<li>After the phone boots, return to terminal</li>
<li>su</li>
<li>mount -o rw,remount /system</li>
<li>cp /sdcard/Maps.apk /system/app/</li>
<li>mount -o ro,remount /system/</li>
<li>Close terminal</li>
<li>Make sure GPS is enabled</li>
<li>Open Maps and press OK</li>
<li>Press Menu</li>
<li>Press Directions</li>
<li>Enter an end point</li>
<li>Click Go</li>
<li>Just under &#8220;Show on map&#8221;, click Navigate.</li>
<li>When prompted to install the voice codec, do so.</li>
<li>Enjoy.</li>
</ol>
<p><span style="text-decoration: underline;"><strong>UPDATE:</strong></span> If you have tried these instructions and can&#8217;t get it working, try the following as suggested by nhudson in the comment section. This worked for him and others:</p>
<blockquote><p>1: Remove Google Voice<br />
2: Replace the build.prop files (trout, sapphire, etc) back to the <a href="http://mmayhew.com/original_build_prop_files.zip">original ones</a>.<br />
3: Reboot<br />
4: Reinstall the new build.prop files and remove any of the map stuff from the directories Michael listed.<br />
5: Reboot<br />
6: Install the new Maps.apk file<br />
7: Launch Google Voice and re-set it up<br />
8: Launch the new Maps and Navigation was there.</p></blockquote>
<p>Let me know if this works for you. If you need help, leave a comment, holler at me on <a href="http://twitter.com/mmayhew">twitter</a> or head over to this <a href="http://forum.xda-developers.com/showthread.php?t=582656">thread on XDA</a>.</p>
<p><span style="text-decoration: underline;"><strong> </strong></span>If you don&#8217;t see the Navigate option, try installing Google Voice. I know it sounds weird but it&#8217;s reported to work.</p>
<p>If you still don&#8217;t see the Navigate option, I&#8217;m not sure I can help other than re-do the steps above.  Here is what&#8217;s important:</p>
<ul>
<li>Make sure you deleted all *Maps* and *maps* files from:
<ul>
<li>/system/app/</li>
<li>/system/sd/app/</li>
<li>/system/sd/dalvik-cache/</li>
<li>/data/app/</li>
<li>/data/dalvik-cache/</li>
</ul>
</li>
<li>Make sure you rebooted after copying the build*prop files to /system/</li>
</ul>
<p>If Navigation is working but certain apps aren&#8217;t acting right, you may need to revert back to the original build.prop files. They can be found at <a href="http://mmayhew.com/original_build_prop_files.zip">http://mmayhew.com/original_build_prop_files.zip</a></p>
<p>Here are some screenshots from my G1:</p>
<blockquote>
<a href='http://blog.mmayhew.com/google-maps-with-turn-by-turn-navigation-for-cyanogenmod/nav1/' title='Nav1'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/11/Nav1-150x150.png" class="attachment-thumbnail" alt="" title="Nav1" /></a>
<a href='http://blog.mmayhew.com/google-maps-with-turn-by-turn-navigation-for-cyanogenmod/nav2/' title='Nav2'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/11/Nav2-150x150.png" class="attachment-thumbnail" alt="" title="Nav2" /></a>
<a href='http://blog.mmayhew.com/google-maps-with-turn-by-turn-navigation-for-cyanogenmod/nav3/' title='Nav3'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/11/Nav3-150x150.png" class="attachment-thumbnail" alt="" title="Nav3" /></a>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mmayhew.com/google-maps-with-turn-by-turn-navigation-for-cyanogenmod/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>Android: Tethering with CyanogenMod 4.2.3.1 via Bluetooth, Wifi or USB</title>
		<link>http://blog.mmayhew.com/tethering-with-cyanogenmod/</link>
		<comments>http://blog.mmayhew.com/tethering-with-cyanogenmod/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 23:14:02 +0000</pubDate>
		<dc:creator>mmayhew</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[4.2.3]]></category>
		<category><![CDATA[4.2.3.1]]></category>
		<category><![CDATA[cyanogen]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[MyTouch]]></category>
		<category><![CDATA[Tether]]></category>
		<category><![CDATA[usb tethering]]></category>
		<category><![CDATA[wifi tether]]></category>

		<guid isPermaLink="false">http://blog.mmayhew.com/?p=79</guid>
		<description><![CDATA[Tethering allows you to share your phone&#8217;s Internet connection with another device, such as your laptop or desktop computer.  Most wireless companies charge a hefty fee for air cards or tether access but with your Android device running CyanogenMod you only need your existing data plan.
USB Tethering
As of CyanogenMod 4.2.3.1, USB tethering is built right [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Tethering">Tethering</a> allows you to share your phone&#8217;s Internet connection with another device, such as your laptop or desktop computer.  Most wireless companies charge a hefty fee for air cards or tether access but with your Android device running <a href="http://www.cyanogenmod.com">CyanogenMod</a> you only need your existing data plan.</p>
<h3>USB Tethering</h3>
<p>As of <a href="http://forum.xda-developers.com/showthread.php?t=567610">CyanogenMod 4.2.3.1</a>, USB tethering is built right into the ROM.</p>
<ul>
<li>Go to Settings</li>
<li>Wireless Controls</li>
<li>Check &#8216;Internet Tethering&#8217;</li>
</ul>
<p>If your Android device is connected to your PC via USB, the OS should recognize a new USB adapter and voila, Internet access via USB!</p>
<p>Here are some screen shots of my G1 and Ubuntu 9.04 laptop:<img class="alignright size-full wp-image-82" title="usb0 Connected!" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/usb0_Connected.png" alt="usb0 Connected!" width="430" height="119" /></p>
<p><img class="alignnone size-full wp-image-83" title="Wireless Settings" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/wireless_settings.png" alt="Wireless Settings" width="320" height="480" /></p>
<h3>WiFi Tethering</h3>
<p>If you don&#8217;t have a USB cable or want to connect multiple devices, Wifi tethering is awesome! This is by far, my favorite method of tethering. For all you geeks out there, this option basically creates an ad-hoc wifi network,  handles dhcp and becomes a router/wifi gateway. Sweet huh?</p>
<p>This is done with a program called <a href="http://code.google.com/p/android-wifi-tether/">Wireless Tether for Root Users</a>. The program is very self explanatory but here are some rough steps:</p>
<ul>
<li>Open Wireless Tether for Root Users</li>
<li>Menu -&gt; Setup</li>
<li>Make sure &#8220;Use Bluetooth&#8221; is unchecked</li>
<li>Scroll down and set SSID</li>
<li>If you want to use WEP, check &#8220;Enable WiFi-Encryption&#8221; and then choose &#8220;Change Passphrase&#8221;</li>
<li>Press back</li>
<li>Start Tethering!</li>
<li>From your wifi-enabled device, re-scan and select your SSID</li>
<li>Ta Da!</li>
</ul>
<p>Wireless Tether for Root Users will use the notification area to show your connected. You can enabled MAC-filtering and allow or dis-allow certain devices.</p>
<p>Check out these awesome screenshots:</p>
<p><img class="alignnone size-full wp-image-86" title="Wireless Tether Main" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/Wireless_Tether_For_Root.png" alt="Wireless Tether Main" width="320" height="480" /><img class="alignnone size-full wp-image-89" title="Wireles Tether Settings" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/Wireles_Tether_Settings.png" alt="Wireles Tether Settings" width="320" height="480" /><img class="alignnone size-full wp-image-87" title="Wireless Tether More Settings" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/Wireless_Tether_More_Settings.png" alt="Wireless Tether More Settings" width="320" height="480" /><img class="alignnone size-full wp-image-88" title="Wireless_Tether_Starting" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/Wireless_Tether_Starting.png" alt="Wireless_Tether_Starting" width="320" height="480" /><img class="alignnone size-full wp-image-80" title="mmayhewG1" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/mmayhewG1.png" alt="mmayhewG1" width="452" height="279" /><img class="alignnone size-full wp-image-84" title="Wireless_Tether_Connected" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/Wireless_Tether_Connected.png" alt="Wireless_Tether_Connected" width="320" height="480" /><img class="alignnone size-full wp-image-85" title="Wireless_Tether_Down_Up" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/Wireless_Tether_Down_Up.png" alt="Wireless_Tether_Down_Up" width="320" height="480" /></p>
<h3>Bluetooth Tethering</h3>
<p>I have to apologize because I can&#8217;t talk to Bluetooth Tethering other than it&#8217;s possible and it&#8217;s awesome. The same app, Wireless Tether for Root Users, offers Bluetooth Tethering but my laptop isn&#8217;t bluetooth enabled so I can&#8217;t test and provide feedback.</p>
<p>But speaking of Bluetooth, as of CyanogenMod 4.2.3.1, Bluetooth OBEX is working! If you have Bluetooth enabled, you can share files, contacts and images via Bluetooth. Check out the screenshot below:</p>
<p><img class="alignnone size-full wp-image-81" title="share_using_bluetooth" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/share_using_bluetooth.png" alt="share_using_bluetooth" width="320" height="480" /></p>
<p>If you have any questions on Tethering, CyanogenMod or Android in general, please comment and I&#8217;ll respond.  Below are some useful links relevant to this post:</p>
<p>CyanogenMod &#8211; <a href="http://www.cyanogenmod.com">http://www.cyanogenmod.com</a></p>
<p>CM 4.2.3.1 on XDA:  <a href="http://forum.xda-developers.com/showthread.php?t=567610">http://forum.xda-developers.com/showthread.php?t=567610</a></p>
<p>Wireless Tether for Root Users: <a href="http://code.google.com/p/android-wifi-tether/">http://code.google.com/p/android-wifi-tether/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mmayhew.com/tethering-with-cyanogenmod/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>CyanogenMod 4.1.999 with EnochXtra theme</title>
		<link>http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/</link>
		<comments>http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 20:40:17 +0000</pubDate>
		<dc:creator>mmayhew</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[4.1.999]]></category>
		<category><![CDATA[cyanogen]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[enoch]]></category>
		<category><![CDATA[enochx]]></category>
		<category><![CDATA[enochxtra]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[mt3g]]></category>
		<category><![CDATA[MyTouch]]></category>
		<category><![CDATA[rom]]></category>

		<guid isPermaLink="false">http://blog.mmayhew.com/?p=60</guid>
		<description><![CDATA[I&#8217;ve switched back to Cyanogen&#8217;s CM 4.1.999 ROM with my favorite theme, EnochXtra. It&#8217;s Donut based and extremely fast.
The Hero ROMs were really fun and very nice but this G1 hardware is just a little too sluggish to push it.  Cyanogen has done some amazing work with his ROM and it&#8217;s easily the fastet, most [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve switched back to Cyanogen&#8217;s CM 4.1.999 ROM with my favorite theme, EnochXtra. It&#8217;s Donut based and extremely fast.</p>
<p>The Hero ROMs were really fun and very nice but this G1 hardware is just a little too sluggish to push it.  Cyanogen has done some amazing work with his ROM and it&#8217;s easily the fastet, most stable Donut based ROM.</p>
<p>Cyanogen also has a OTA, or over the air, updater for his ROMs. When he releases a new version, you get a notification and the Updater will download, reboot and flash the ROM by itself. Although the developers over at XDA did most of the work on the updater.</p>
<p>Below are some screen shots of CyanogenMod 4.1.999 with the EnochXtra theme in all of its glory.</p>

<a href='http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/1-main/' title='Main Screen'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/1-main-150x150.png" class="attachment-thumbnail" alt="Main Screen" title="Main Screen" /></a>
<a href='http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/2-icons-pandora/' title='Icons with Pandora Widget'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/2-icons-pandora-150x150.png" class="attachment-thumbnail" alt="Icons with Pandora Widget" title="Icons with Pandora Widget" /></a>
<a href='http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/3-search-powerbar/' title='Search bar with Cyanogen&#039;s Power Bar'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/3-search-powerbar-150x150.png" class="attachment-thumbnail" alt="Search bar with Cyanogen&#039;s Power Bar" title="Search bar with Cyanogen&#039;s Power Bar" /></a>
<a href='http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/4-menu/' title='Menu'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/4-menu-150x150.png" class="attachment-thumbnail" alt="Menu" title="Menu" /></a>
<a href='http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/5-extended-settings/' title='Extended Settings'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/5-extended-settings-150x150.png" class="attachment-thumbnail" alt="Extended Settings" title="Extended Settings" /></a>
<a href='http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/6-cyanogenmod-updater/' title='CyanogenMod Updater'><img width="150" height="150" src="http://blog.mmayhew.com/wp-content/uploads/2009/10/6-cyanogenmod-updater-150x150.png" class="attachment-thumbnail" alt="CyanogenMod Updater" title="CyanogenMod Updater" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.mmayhew.com/cyanogenmod-4-1-999-with-enochxtra-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
