<?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>Uber Geeky! &#187; Consumer Electronics</title>
	<atom:link href="http://ubergeeky.com/blog/category/consumer-electronics/feed" rel="self" type="application/rss+xml" />
	<link>http://ubergeeky.com/blog</link>
	<description>Let the hackfest begin...</description>
	<lastBuildDate>Mon, 12 Sep 2011 11:33:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>MPD on the Popcorn Hour A110</title>
		<link>http://ubergeeky.com/blog/287-mpd-on-the-popcorn-hour-a110</link>
		<comments>http://ubergeeky.com/blog/287-mpd-on-the-popcorn-hour-a110#comments</comments>
		<pubDate>Wed, 10 Nov 2010 14:23:12 +0000</pubDate>
		<dc:creator>Input Flip</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=287</guid>
		<description><![CDATA[So I got myself a Popcorn Hour 110. The PCH is a Network Media Player, and the name says it all it play all sort of digital media. It is equipped with a 500Gb HD and it can also stream content across the network, and it does a hell of a good job too. The [...]]]></description>
			<content:encoded><![CDATA[<p>So I got myself a <a href="http://www.modspace.com.au/media.html" target="_blank">Popcorn Hour 110</a>. The PCH is a Network Media Player, and the name says it all it play all sort of digital media. It is equipped with a 500Gb HD and it can also stream content across the network, and it does a hell of a good job too.</p>
<p>The only if is the User Interface, it is shockingly unusable&#8230;If you just want the PCH to browse and watch your video collection is not so bad, but when you want to use it to listen to your music collection you enter a world of pain. So far I couldn&#8217;t see an easy way to use playlists or even simple features like shuffle, there are some Jukebox mods that you can install, but browsing through the solutions they are not that user friendly either.</p>
<p>Another feature that I need from my PCH is the ability to be remote controlled due to the setup of my house. No easy way to do this too&#8230;So I dropped the PCH for music altogether and even started preparing a box that I had lying around (matter for another post) with something called <a href="http://mpd.wikia.com/" target="_blank">Music Player Deamon</a> , MPD is a remote controlled media player, basically is a daemon service that accepts requests to control media files on the host computer. It is opensource and has a large community of developers that  have developed a number of clients for it for platforms including Windows, Linux, MacOsx, Android, Iphone, you name it. Perfect for my requirements.</p>
<p>So I had my box all setup and running with MPD when I came across this <a href="http://www.networkedmediatank.com/showthread.php?tid=17306">post about installing MPD on the PCH</a>&#8230;I couldn&#8217;t believe it, yes the Popcorn hour runs Linux and these two guys managed a way to fit MPD into it&#8230;awesome.</p>
<p>Since the documentation on the mentioned post is a bit convoluted due to updates along the time I will document here step by step the process that I followed to install the MDP on my PCH:</p>
<p>You need to setup your PCH to talk with your network, easiest way is to allow automatic IP address and let your DHCP server do the rest. The PCH will automatically acquire an IP address that you will need later to connect to it.</p>
<p>On another PC in your network you need to install the <a href="http://download.nmtinstaller.com/NMTCommunityInstallerPortable.zip">NMT Community Installer</a>, this utility is nothing less than a bundle of applications that you can install in your PCH provided by the community, it features Themes, mods to the original graphics, and also several tools and applications like bit torrent clients, a replacement for the default http server, etc. The one we are interested for the MPD install is telnet, this will provide a way to access a command line for our PCH. So go ahead and install it.</p>
<p>Once telnet is installed you can connect to it by using a telnet client. I used <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">putty</a>, any other telnet client will do.</p>
<p>After you connect to your PCH you will be sitting in the share folder, this is the root folder for all your content. In the command line issue the following commands:</p>
<pre>
<code>
cd /mnt/syb8634/etc
wget http://nmt.explore.nl/mpd-nmt-20090504.tar.gz -qO - | tar xvz
cd mpd
pwd
./installmpd.sh
./startmpd.sh
</code>
</pre>
<p>And that&#8217;s it, now every time the PCH reboots it will scan your music folder and rebuild its internal database. Pick an MPD client from the <a href="http://mpd.wikia.com/wiki/Clients">Client List</a> and off you go.</p>
<p>My favourite client is <a href="https://addons.mozilla.org/en-US/firefox/addon/6324/" target="_blank">Music Player Mininon</a> which is a Firefox plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/287-mpd-on-the-popcorn-hour-a110/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps &#8220;Caching&#8221; for Android</title>
		<link>http://ubergeeky.com/blog/263-google-maps-caching-for-android</link>
		<comments>http://ubergeeky.com/blog/263-google-maps-caching-for-android#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:39:11 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google Maps]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=263</guid>
		<description><![CDATA[This may not be a problem for people who live in huge cities, but Australia is a big place, I&#8217;m sure most of it has no mobile phone tower coverage. So what do you do when travelling 100&#8242;s of kilometres from one town to another and you don&#8217;t know exactly where to turn? You could [...]]]></description>
			<content:encoded><![CDATA[<p>This may not be a problem for people who live in huge cities, but Australia is a big place, I&#8217;m sure most of it has no mobile phone tower coverage. So what do you do when travelling 100&#8242;s of kilometres from one town to another and you don&#8217;t know exactly where to turn?</p>
<p>You could try scrolling across the route using Google Maps and hope that the maps stay cached until you need them. This works some of the time. If you just want to know roughly when to turn, getting the blue directions line is usually good enough to keep you on track. I think I found sometimes even that gets lost if you use the phone for anything other than google maps or perhaps just leaving it idle for a long time.</p>
<p>I don&#8217;t know about you, but in such situations I want to leave little up to fate. On my old Nokia I used to have <a href="http://wap.mgmaps.com/" target="_blank">MGMaps</a> installed. At the time Google had pressured them into stopping support for Google Maps images, but it was still possible with a little hackery pokery to get their scripts to slurp them down. Despite the occasional bum steer I&#8217;ve had asking Google Maps for direction (driving for an hour down an increasingly poor quality dirt road in New Zealand which Google had marked as a highway, only to end up nearly bogged in the middle of a forest on a track that had foot long grass growing on it comes to mind), I still find Google has the best maps. So I wasn&#8217;t prepared to settle for <a href="http://androidandme.com/2010/04/applications/mapdroyd-true-offline-maps-for-your-android/" target="_blank">MapDroyd</a> too quickly. But that is the easy option.</p>
<p>Skip that and go for <a href="http://www.cyrket.com/p/android/com.robert.maps/" target="_blank">RMaps</a>. If you see the comments, lots of people have trouble figuring out the offline maps features. <a href="http://www.taranfx.com/android-offline-google-maps" target="_blank">Taranfx blog post</a> to the rescue!! Follow those simple steps to get your Google Maps goodness when you are out of range of the Google hive mind.</p>
<p>But wait! SQLite library for Ubuntu is not included with <a href="http://mobac.dnsalias.org/" target="_blank">Mobile Atlas Creator</a> <img src='http://ubergeeky.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . In the included README.HTM it says that you can download the <a href="https://sourceforge.net/projects/trekbuddyatlasc/files/SQLite%20library" target="_blank">required Java SQLite libraries from sourceforge</a>. But it seems to me all those links are currently broken.</p>
<p>To compile it, I installed a whole bunch of packages:</p>
<ul>
<li><code>openjdk-6-jdk</code></li>
<li><code>sqlite</code></li>
<li><code>libsqlite0-dev</code></li>
<li><code>libsqliteodbc</code></li>
<li><code>sqlite3</code></li>
<li><code>libsqlite3-dev</code></li>
</ul>
<p>I&#8217;m not certain that all of these are required. Of course you&#8217;ll also need the regular <code>build-essential</code> packages required to compile stuff. Now you can follow the steps in the README.HTM, although you should download the latest version of javasqlite package (changes highlighted).</p>
<pre><code>wget http://www.ch-werner.de/javasqlite/<span style="background-color: yellow;">javasqlite-20100727.tar.gz</span></code>
<code>tar xzvf <span style="background-color: yellow;">javasqlite-20100727.tar.gz</span></code>
<code>cd <span style="background-color: yellow;">javasqlite-20100727/</span></code>
<code>./configure <span style="background-color: orange;">--with-jdk=/usr/lib/jvm/java-6-openjdk</span></code>
<code>make</code>
<code>cp .lib<span style="background-color: yellow;">s</span>/lib* /[MOBAC installation path]</code></pre>
<p>If you can&#8217;t find your java home, you may need to add <code><span style="background-color: orange;">--with-jdk=/usr/lib/jvm/java-6-openjdk</span></code> to the end of the configure command (this is the path for Ubuntu 10.04 anyway).</p>
<p>Now return to <a href="http://www.taranfx.com/android-offline-google-maps" target="_blank">Taranfx blog post</a> and then enjoy RMaps with offline Google Maps.<br />
<img src="http://lh6.ggpht.com/_fPD0YWoytOI/TGvha7iXgCI/AAAAAAAAAsM/CnDycZP9nmw/s800/OfflineMaps.png" alt="Offline Maps" /></p>
<p>Update August 30, 2010:<br />
You can migrate your tracks and markers from Google Maps too! The current version only displays 1 track at a time, but it does route lines along roads. For some reason it wont show any markers until you are at least zoom level 14. I wish this was configurable as my markers are sometimes 50kms apart, so it would be good to see them when zoomed right out. I may have to go and flag all the turn offs for my upcoming holiday, as I&#8217;m worried I could miss a few from the looks of things now.</p>
<p>To import them firstly export KML file from google maps either by following this <a target="_blank" href="http://sites.google.com/site/gmapstips/export-my-map-as-kml">post from Gmaps Tips group</a> or using the <a target="_blank" href="http://www.elsewhere.org/journal/gmaptogpx/">GMapToGPX javascript</a>. Once you have the KML file downloaded, copy it to /sdcard/rmaps/import/ on the phone. Then go into the Track and POI menus and import it (import once in POI and once in track). You might notice that it has horrible div tags around all the text, you&#8217;ll have to clean that up from the KML file manually if it bothers you too much (how&#8217;s your regular expression skills?).</p>
<p>All in all this has been sufficiently geeky for my liking, and the end result is exactly what I wanted! Now I have an offline GPS totally compatible with my Google Maps &#8220;My Maps&#8221; (if that makes sense).</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/263-google-maps-caching-for-android/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eee PC Clicking Sound</title>
		<link>http://ubergeeky.com/blog/239-eee-pc-clicking-sound</link>
		<comments>http://ubergeeky.com/blog/239-eee-pc-clicking-sound#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:17:49 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=239</guid>
		<description><![CDATA[I&#8217;ve noticed that on battery power the hard disk makes a clicking sound every 20 seconds or so. This symptom has been reported particularly by laptop and netbook users, including those that use Windows (though I gather it&#8217;s much less of a problem with Windows users). A quick summary of the situation. If your Eee [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed that on battery power the hard disk makes a clicking sound every 20 seconds or so. This symptom has been reported particularly by laptop and netbook users, including those that use Windows (though I gather it&#8217;s much less of a problem with Windows users).</p>
<p>A quick summary of the situation. If your Eee PC has a SATA hard disk, chances are you&#8217;ve noticed this problem. The simple solution is just to disable Advanced Power Management on the hard disk all together and then get on with your life. There are plenty of other power saving features that work, but it seems that the APM is not well suited to Lucid Lynx (or vice versa).</p>
<p>Ubuntu is telling the hard disk to take it easy and not to chew too much power. But this is really just to lull it into a false sense of security as it doesn&#8217;t actually cut the drive any slack. In fact, Lucid has some services which appear to be very demanding on the hard disk. The hard disk keeps trying to take a break but Lucid keeps accessing it. The result is a drive that constantly sleeps and wakes up again (causing the click to be heard, as the disk heads park and then move back into working position again). Luckily this action was actually audible, otherwise I&#8217;d have been none the wiser, oblivious to the performance hits until my hard disk finally died from excess wear.</p>
<p>A quick search revealed the following command to instantly stop the clicking:</p>
<p><code>$ sudo hdparm -B 254 /dev/sda</code></p>
<p>Where &#8220;sda&#8221; is your SATA hard disk device of course. That command will buy you some time to figure out what&#8217;s really happening. Unless you are feeling adventurous, you&#8217;ll probably reach the same conclusion that I have. But lets work through this anyway for the sake of actually understanding a little more about what&#8217;s actually going on here.</p>
<p>The following command will tell you lots of stuff about your hard drive that you probably don&#8217;t want to have to care about:</p>
<p><code>$ sudo hdparm -I /dev/sda</code></p>
<p>You can find just the line we are interested in with this one:</p>
<p><code>$ sudo hdparm -I /dev/sda | grep "Advanced power management"</code></p>
<p>Which should yield this, since we ran hdparm with the -B 254 option&#8230;</p>
<p><code>	Advanced power management level: 254</code></p>
<p>This is what we want. But if you reboot and run that command you will see it reverts back to level 128. In fact, if you plug the power back in and then remove it, theoretically it should revert to APM level 128.</p>
<p>To find out what the hard drive has been up to, install the smartmontools package using synaptic or <code>sudo apt-get install smartmontools</code>. Then you can run this command (make sure your terminal window is nice and wide or maximised):</p>
<p><code>$ sudo smartctl -a /dev/sda</code></p>
<p>Cool huh? More stuff you don&#8217;t want to have to care about. But just have a look at the section titled &#8220;Vendor Specific SMART Attributes with Thresholds&#8221;. On my Eee PC I had very high &#8220;RAW_VALUE&#8221; for &#8220;Load_Cycle_Count&#8221; row.</p>
<p>&#8220;Load_Cycle_Count&#8221; was 3150 and &#8220;Power_On_Hours&#8221; was only 56. So I&#8217;m assuming this means the drive has averaged one &#8220;load cycle&#8221; per minute of it&#8217;s life. Which is about right, since the clicking only happens on battery power and then it happens about every 20 seconds during this time. So if the clicks coincide with these &#8220;load cycle&#8221; thingamajigs, this would suggest it&#8217;s lived on batteries less than 1/3rd of it&#8217;s life, which is about right.</p>
<p>If you don&#8217;t like my science, or you have a different interpretation of your own threshold table then you might want to have a look at the <a target="_blank" href="https://ata.wiki.kernel.org/index.php/Known_issues">SATA known issues wiki page</a>. Meanwhile, on with the show&#8230;</p>
<p>With a default Lucid Lynx installation, the APM level 128 setting is triggered by a htparm power management script that lives here&#8230; /usr/lib/pm-utils/power.d/95hdparm-apm. If you have another power management package installed such as laptop-mode-tools then your on your own.</p>
<p>The configuration for this and possibly other power management tools lives in /etc/hdparm.conf. To basically disable APM when running on battery power, add the following to the end of the config file&#8230;</p>
<pre><code>/dev/sda {
	apm = 254
	apm_battery = 254
}</code></pre>
<p>This tells hdparm to keep the drive at APM level 254 even when it&#8217;s running on battery power. Unfortunately, this seems to be the simplest option when running Lucid Lynx on an Eee PC. Apparently Lucid Lynx just doesn&#8217;t want to stop molesting the hard disk. Just disable APM for now. Hopefully future UNE releases will address this rather major issue.</p>
<p>I&#8217;m planning to test the battery life of the OEM Windows 7 and then compare it with Lucid Lynx without APM. I expect it to be a bit of a hit, but I get the impression it&#8217;s not worth the effort to make Lucid Lynx APM friendly. If you are feeling masochistic though, perhaps you can pick up from where this guy left off.. <a target="_blank" href="http://forum.eeeuser.com/viewtopic.php?id=85230">http://forum.eeeuser.com/viewtopic.php?id=85230</a></p>
<p>I see this as an unfortunate trade off between power consumption and performance. The performance improvement of Ubuntu still far out weighs this issue. To be fair, I first found out how to fix this problem from Windows users. Someone has ported a lot of the functionality of hdparm to a <a target="_blank" href="http://sites.google.com/site/quiethdd/Home">tool called quietHDD</a> to solve this for the Windows platform. At least our solution is supported and bundled with the operating system. I found it interesting anyway to know a bit more about how power management works in Ubuntu.</p>
<p>References:<br />
<a target="_blank" href="http://manpages.ubuntu.com/manpages/lucid/man5/hdparm.conf.5.html">man hdparm.conf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/239-eee-pc-clicking-sound/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASUS Eee PC Support Forums Disabled</title>
		<link>http://ubergeeky.com/blog/235-asus-eee-pc-support-forums-disabled</link>
		<comments>http://ubergeeky.com/blog/235-asus-eee-pc-support-forums-disabled#comments</comments>
		<pubDate>Tue, 15 Jun 2010 10:09:02 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Eee PC]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=235</guid>
		<description><![CDATA[Looks like ASUS finally realised the Eee PC forums were dead, so they have quietly removed them. Well sort of. You can still visit the forums if you know the URL. From there it seems you can reply to posts, but you can&#8217;t start new threads. Not such a big deal since you will get [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like ASUS finally realised the Eee PC forums were dead, so they have quietly removed them. Well sort of. You can still visit the forums if you know <a target="_blank" href="http://vip.asus.com/forum/topic.aspx?board_id=20">the URL</a>. From there it seems you can reply to posts, but you can&#8217;t start new threads.</p>
<p>Not such a big deal since you will get much better support from the <a target="_blank" href="http://forum.eeeuser.com/">EeeUser forums</a> anyway. As long as this isn&#8217;t a reflection of their long term support plans for the Eee Family in general.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/235-asus-eee-pc-support-forums-disabled/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Boot Eee PC</title>
		<link>http://ubergeeky.com/blog/217-dual-boot-eee-pc</link>
		<comments>http://ubergeeky.com/blog/217-dual-boot-eee-pc#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:51:34 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=217</guid>
		<description><![CDATA[I&#8217;ve done a few of these dual boot installations with impressive results from the latest Ubuntu Netbook Edition. The OEM hard drive layout seems to be quite common across models. Here I&#8217;ll document a general approach to take to get your Eee PC set up with dual boot Windows and Ubuntu Netbook Edition. Make sure [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done a few of these dual boot installations with impressive results from the latest <a target="_blank" href="http://www.ubuntu.com/netbook">Ubuntu Netbook Edition</a>. The OEM hard drive layout seems to be quite common across models. Here I&#8217;ll document a general approach to take to get your Eee PC set up with dual boot Windows and Ubuntu Netbook Edition.</p>
<p>Make sure you have updated the firmware using the little ASUS updater tool that comes with the OEM Windows. You can find it in the start menu. Here&#8217;s the screen shot from the 1005P model&#8230;</p>
<p><img src="http://lh3.ggpht.com/_fPD0YWoytOI/TBnl7ETJNnI/AAAAAAAAArQ/qe6qsRmeuJA/s800/StartMenuASUSUpdate.png" alt="ASUSUpdate in start menu" /></p>
<p>Incidentally, this was the first time I&#8217;ve touched Windows 7. Nice to know it&#8217;s possible to get the classic theme happening, but that didn&#8217;t seem to speed it up much. I must admit it seemed to perform a little better than Windows XP. The browser didn&#8217;t just hang like it did on my Windows XP Eee Top when I visited some flash intensive sites. Still, it was far less responsive than Ubuntu.</p>
<p>The BIOS update tool is very straight forward. Just be patient while it finds your latest BIOS, downloads and installs it. Having the latest BIOS image generally results in better device support from Ubuntu out of the box.</p>
<p><img src="http://lh6.ggpht.com/_fPD0YWoytOI/TA4qUQoOZNI/AAAAAAAAAq8/LlTWCt2LPSY/s800/updater.png" alt="ASUSUpdate tool" /></p>
<p>The next thing to do, follow steps 1 &#038; 2 from here&#8230; <a target="_blank" href="http://www.Ubuntu.com/netbook/get-ubuntu/download">http://www.Ubuntu.com/netbook/get-ubuntu/download</a></p>
<p>Once you have a USB device with an Ubuntu image on it, insert the USB drive and reboot. During the boot process, usually while Eee PC logo is displayed, press and hold the ESC button. A blue boot menu will eventually be displayed. Select the USB device and press &#8220;Enter&#8221; to boot the Ubuntu installer image. Once it starts up, click &#8220;Try Ubuntu-Netbook 10.04&#8243; and wait for the desktop to load.</p>
<p>Now you need to run Gnome Partition Editor. You can either find it under the System menu, or press Alt+F2 and type &#8220;gparted&#8221; and hit &#8220;Enter&#8221;. The screenshot below may be of some assistance in confirming your actions are correct.</p>
<p><img src="http://lh5.ggpht.com/_fPD0YWoytOI/TA4qUIrSBwI/AAAAAAAAAq0/DEA_Gh54sCc/s800/gparted.png" alt="Lucid Lynx gparted" /></p>
<p>Now if you wait a moment you will see a graphical representation of the partitions on your hard disk. It will vaguely resemble something like this.</p>
<p><img src="http://lh6.ggpht.com/_fPD0YWoytOI/TA4qUFiXfFI/AAAAAAAAAqs/bmbaxEa0Mpw/s800/Asus.png" alt="Eee PC OEM partitions" /></p>
<p>There are two partitions you&#8217;ll want to hang on to. The first one contains OEM Windows (the &#8220;C:&#8221; drive), the second one is a handy recovery image. If you use Windows to browse the net, you&#8217;ll be needing that recovery image to clean out all the root kits and trojans from time to time. Otherwise you might want to keep it in case you ever want to sell the Eee PC to a Windows user who wants a clean image.</p>
<p>Ubuntu needs you to add two new partitions minimum, a swap partition and one for the root directory. Unfortunately, you can only have 4 partitions on the drive, so the last two just have to go.</p>
<p>Optionally, the Windows partition can be reduced in size, this is especially useful if you don&#8217;t plan to use it very often. I tend to shrink it to about twice the size of the currently used space. After resizing the Windows partition you&#8217;ll need to move the recovery partition so it&#8217;s flush against the Windows partition. You can use Gnome Partition Editor to do all these things, so have a play. If you do the wrong thing click the undo button in the tool bar. Once you have something that looks similar to below, press the Apply button (the big tick). It will take some time to perform the operations. Be patient and make sure the netbook it not running on battery power at the time as these operations could be destructive if they fail.</p>
<p><img src="http://lh4.ggpht.com/_fPD0YWoytOI/TA4qUA6tfXI/AAAAAAAAAqw/RerPjiF-r4o/s800/Ubuntu.png" alt="Eee PC dual-boot partitions" /></p>
<p>If you have resized the Windows partition, Windows will perform a disk check the next time you boot it. This is to be expected, just be patient and let it do it&#8217;s thing. It will eventually complete the check and reboot. Windows will start fine.</p>
<p>The next step is to install Ubuntu. From the menu, click &#8220;Install Ubuntu-Netbook 10.04&#8243; from the favourites menu. The Wizard will firstly prompt you for your language, timezone and keyboard layout. When you get to step 4, Partitions, select the last option as seen here.</p>
<p><img src="http://lh5.ggpht.com/_fPD0YWoytOI/TA45f5NbR5I/AAAAAAAAArE/I6wEJ7XQyNc/s800/partitions.png" alt="Eee PC dual-boot Lucid Lynx installer partitions" /></p>
<p>On the next screen all you need to do is set the EXT4 partition as the root as seen below.</p>
<p><img src="http://lh3.ggpht.com/_fPD0YWoytOI/TA45gNcsxAI/AAAAAAAAArI/TgkzvKzLt40/s800/setRoot.png" alt="Lucid Lynx installer setting root partition" /></p>
<p>Then just follow the bouncing ball to begin the installation process. Sit back and enjoy the progress bar and obligatory forced advertising as it completes.</p>
<p>Once it&#8217;s installed, reboot. You will notice a 10 second menu to select between Ubuntu and Windows. Firstly, some notes about the GRUB menu. The last Windows entry is usually the Windows recovery tool. Don&#8217;t use this tool unless you really need to recover your Windows installation. Recovering Windows will lock you out of this boot menu, and you will have to use the USB boot image to recover it in order to regain access to Ubuntu (see <a target="_blank" href="https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows">Recovering Ubuntu After Installing Windows</a>). I&#8217;ve also noticed on the Eee Top that the Windows partition becomes hidden and Windows will not boot after recovery. You can easily use gparted to remove the hidden flag from the partition if this is the case. But enough about Windows.</p>
<p>Boot into Ubuntu (just wait 10 seconds, or press &#8220;Enter&#8221;). Now visit the <a target="_blank" href="https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks">HardwareSupport/Machines/Netbooks</a> page and find the model of your Eee PC. Here you will find useful information about getting better device support for your particular model. Or if your model is not listed, add an entry with notes about how perfectly it works.</p>
<p>Enjoy the superior performance of an Ubuntu Eee PC.</p>
<p>Update June 17, 2010: Please ensure you do have a look at the hardware support page linked above. There are some important changes to make to the grub config you&#8217;ll need to perform to get hotkeys working correctly. On top of this, check out my recent post on <a href="239-eee-pc-clicking-sound">clicking noises and disabling APM</a>. You may need this too if you have a clicking SATA hard drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/217-dual-boot-eee-pc/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ubuntu on Touchscreen Eee Top</title>
		<link>http://ubergeeky.com/blog/188-ubuntu-on-touchscreen-eeetop</link>
		<comments>http://ubergeeky.com/blog/188-ubuntu-on-touchscreen-eeetop#comments</comments>
		<pubDate>Wed, 02 Jun 2010 15:08:29 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[Eee Top]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Touchscreen]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=188</guid>
		<description><![CDATA[Well it&#8217;s been a while, but I once again have a useful nugget of information for the world. I bought a cheap Eee Top last year, and installed Ubuntu on it. It did have a few minor dramas. I wasted days trying to get the touchscreen working, with limited and unreliable results. I actually suspect [...]]]></description>
			<content:encoded><![CDATA[<p>Well it&#8217;s been a while, but I once again have a useful nugget of information for the world. I bought a cheap Eee Top last year, and installed Ubuntu on it. It did have a few minor dramas. I wasted days trying to get the touchscreen working, with limited and unreliable results. I actually suspect Ubuntu was having issues with the USB bus since I was getting spammed with dmsg log entries in the terminal window. Sometimes my USB keyboard or mouse would stop working.</p>
<p>Anyway it was depressing and I don&#8217;t want to go into it too much now I&#8217;ve got my mojo back on the latest version of Ubuntu, which is working awesomely. This time it took me only 30 minutes to find some working instructions to get the touchscreen up and running. No package compiling required this time, though there was xorg config file hacking involved.</p>
<p>Here&#8217;s the procedure on an out of the box Lucid Lynx install. Install the evtouch driver.</p>
<pre>$ sudo apt-get install xserver-xorg-input-evtouch
</pre>
<p>Tell udev to create us the symlink for the touchscreen device.</p>
<pre>$ echo 'echo KERNEL==\"event*\", SUBSYSTEM==\"input\", ATTRS{idVendor}==\"1bfd\", ATTRS{idProduct}==\"1688\", SYMLINK+=\"input/evtouch\" &gt; /etc/udev/rules.d/69-touchscreen.rules' | sudo sh</pre>
<p>Now I was surprised to discover I didn&#8217;t have an xorg.conf file. I found you can generate one with &#8220;﻿﻿<code>X -configure</code>&#8221; command. The catch is you need to kill GDM before you do so. So here&#8217;s the drill:</p>
<p><strong>Ctrl+Alt+F1</strong> and login to the terminal</p>
<pre>$ sudo killall gdm-binary</pre>
<pre>$ sudo X -configure</pre>
<p>Now copy the generated <code>xorg.conf.new</code> to <code>/etc/X11/xorg.conf</code>.</p>
<p>Edit xorg.conf so it looks similar to mine (changes highlighted):</p>
<pre><code>Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	<span style="background-color:yellow">InputDevice    "Touch0"</span>
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "dri2"
	Load  "glx"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

<span style="background-color:yellow">Section "InputDevice"
	Identifier	"Touch0"
	Driver		"evtouch"
	Option		"device"	"/dev/input/evtouch"
	Option		"MinX"	"1"
	Option		"MinY"	"1"
	Option		"MaxX"	"4096"
	Option		"MaxY"	"4096"
	Option		"ReportingMode" "Raw"
	Option	"Emulate3Buttons" "false"
	Option	"Emulate3Timeout" "50"
	Option	"SendCoreEvents" "on"
	Option	"MoveLimit" "0"
EndSection</span>

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, &lt;f&gt;: float, &lt;bool&gt;: "True"/"False",
        ### &lt;string&gt;: "String", &lt;freq&gt;: "&lt;f&gt; Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [&lt;bool&gt;]
        #Option     "SWcursor"           	# [&lt;bool&gt;]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [&lt;bool&gt;]
        #Option     "DRI"                	# [&lt;bool&gt;]
        #Option     "NoDDC"              	# [&lt;bool&gt;]
        #Option     "ShowCache"          	# [&lt;bool&gt;]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [&lt;bool&gt;]
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 945GME Express Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection</code></pre>
<p>And that&#8217;s that. Reboot.</p>
<p>References:</p>
<p><a href="http://wiki.linuxmce.org/index.php/ASUS_EeeTop_ET1602" target="_blank">http://wiki.linuxmce.org/index.php/ASUS_EeeTop_ET1602</a></p>
<p><a href="http://ubuntuforums.org/showthread.php?t=1428788" target="_blank">http://ubuntuforums.org/showthread.php?t=1428788</a></p>
<p>I&#8217;m going to have to post soon about my experiences with Lucid Lynx so far, now that the dust has well and truly settled. There is not much to criticise that I have come across, but I have a new found approach to distribution upgrades to share. I&#8217;ve also completely given up on KDE in favour of Gnome with Cairo Dock.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/188-ubuntu-on-touchscreen-eeetop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dirt Cheap Laptops</title>
		<link>http://ubergeeky.com/blog/176-dirt-cheap-laptops</link>
		<comments>http://ubergeeky.com/blog/176-dirt-cheap-laptops#comments</comments>
		<pubDate>Thu, 20 Aug 2009 15:32:13 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=176</guid>
		<description><![CDATA[So it seems that laptop prices have fallen dramatically at the low end of the market, though the industry doesn&#8217;t seem to have reported this, it&#8217;s certainly a fact that a quick search for new laptop prices will quickly confirm. There are two major factors at play other than the global economic situation. The first [...]]]></description>
			<content:encoded><![CDATA[<p>So it seems that laptop prices have fallen dramatically at the low end of the market, though the industry doesn&#8217;t seem to have reported this, it&#8217;s certainly a fact that a quick search for new laptop prices will quickly confirm. There are two major factors at play other than the global economic situation. The first is an attempt to compete with with netbooks. As many have pointed out already, you&#8217;re average Joe isn&#8217;t going to spend $3000 on a laptop when they can get a netbook for $500. People don&#8217;t know too much about features and specs, they are just numbers, much like the price.</p>
<p>Laptop purchasers know about convenience and certainly they know about budget, especially in these tight economic times. Laptops are more expensive for two reasons, they are smaller/more portable, and their components cost marginally more to manufacture (compared with a desktop of the same specs). Joe Consumer doesn&#8217;t understand/care about the second factor enough to convince them to pay 6 times the price. Ironically, once the prices became comparable, the main reason my folks wanted to go for the laptop over the netbook option I gave them was due to the larger size of the unit.</p>
<p>Since purchasing the cheapest new laptop I could find for AU$600, I&#8217;ve seen machines with better specs going for about the same price. I&#8217;ve also seen that exact laptop drop about $100 in 2 weeks (certainly due low demand). But why such low demand for low end laptops? Well the reason is that Vista sucks so bad it&#8217;s not funny. You can&#8217;t produce a really cheap laptop these days, because it <em>must</em> be able to run Vista! Customer dissatisfaction and return rates must be going through the roof for these guys.</p>
<p>Microsoft paniced when they realised that they had missed the netbook market completely, so they smashed out a netbook version of XP despite previous efforts to stick to their dead-horse-flogging &#8220;Vista is our one and only OS product now&#8221; guns. So in the process they have doomed the laptop market for all those hardware vendors trying to sell low end laptops and locked into volume licence agreements with Microsoft. I expect it&#8217;s having a ripple effect to the high end of the laptop market and even into the desktop market as well.</p>
<p>So yeah, I&#8217;m putting it out there. I&#8217;m going to state matter of factly that Microsoft has done a champion effort of destroying the laptop market by only allowing netbooks to bundle with XP.</p>
<p>On a side note, when I got the laptop for my mum I tried to install XP on there as a fall back plan. It took hours of installing updates and experimenting with different drivers. Eventually I reached the conclusion that the correct hard disk controller drivers did not exist, the hardware manufacturers did not support the laptop. So after spending hours and consuming about 500MB of my download quota I gave up and went back to Ubuntu. Ubuntu sure did use up a comparible amout of download quota performing the initial updates, but every device (and I mean everything) worked as intended. No user interation required other than clicking &#8216;ok&#8217; buttons in the GUI. I was especially impressed that the USB wireless broadband modem was detected instantly and connected to the internet. I was sure that was going to be a problem but Ubuntu pleasently surprised me with the hardware support this time. Those guys at Canonical have really got themselves a pollished product. Shame that Gnome vs. KDE competeing for who sucks worse, but that&#8217;s another topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/176-dirt-cheap-laptops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paying the Microsoft Tax</title>
		<link>http://ubergeeky.com/blog/172-paying-the-microsoft-tax</link>
		<comments>http://ubergeeky.com/blog/172-paying-the-microsoft-tax#comments</comments>
		<pubDate>Wed, 29 Jul 2009 08:52:47 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Cheapskate]]></category>
		<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[Laptop]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=172</guid>
		<description><![CDATA[Since I&#8217;m always keeping an eye out for good deals on Netbooks, I stumbled upon this great little budget Toshiba laptop. It&#8217;s a Toshiba Satellite Pro L300 (PSLB9A-02L001). Not exactly what I&#8217;m looking for, but I decided to order one for my folks. For just $600, you can&#8217;t really go wrong. Here&#8217;s the specs&#8230; Mobile [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m always keeping an eye out for good deals on Netbooks, I stumbled upon this great little budget Toshiba laptop. It&#8217;s a Toshiba Satellite Pro L300 (PSLB9A-02L001). Not exactly what I&#8217;m looking for, but I decided to order one for my folks. For just $600, you can&#8217;t really go wrong. Here&#8217;s the specs&#8230;</p>
<ul>
<li>Mobile Intel® Celeron® M 585 Processor (2.16GHz, 667MHz FSB, 1MB L2 cache)</li>
<li>Mobile Intel® GL40 Express Chipset</li>
<li>Genuine Windows Vista® Home Premium 32bit SP1(OEM)</li>
<li>Hard Drive: 160GB 5400rpm 2.5&#8243; SATA</li>
<li>RAM: 1GB DDR2 667 expandable to 2GB# (one slot used, one slot free)</li>
<li>Video 15.4&#8243; Widescreen XGA TFT Active Matrix 200NIT (1280&#215;800) resolution</li>
<li>Video Card Intel® Graphics Media Accelerator GL40</li>
<li>DVD SuperMulti Dual / Double Layer (DVD±R±RW,DVD±R(DL) DVD-RAM) Read: CD-ROM(24x), DVD-ROM(8x) Write: CD-R 24x, CD-RW 4x</li>
<li>10/100Mbps LAN</li>
<li>Integrated Atheros 802.11 b/g WLAN</li>
<li>Express card slot, RGB, 3 x USB 2.0, Headphone &amp; microphone port, Bridge media Reader/Writer slot (SD, MMC, Memory Stick/Memory Stick Pro), Integrated microphone</li>
<li>Integrated Web Camera</li>
<li>Intel® High Definition Audio Sound</li>
<li>6 cell Lithium-Ion battery (up to 3 hours)</li>
<li>Dimensions 362mm(W) x 267mm(D) x 33/37.7mm(H)</li>
<li>Weight 2.6kg</li>
</ul>
<p>The processor and video card are lame I know, but considering Mum is currently using an 8 year old PC with Windows 98 on it, I don&#8217;t think she&#8217;s going to notice. Still, this thing is badly under spec&#8217;d for running Vista. All the reviews I&#8217;ve read indicate this thing is going to be pretty hit and miss as far as getting a fully functional distro installed without too much bother, so it&#8217;s getting delivered here and I&#8217;m preparing to have some geeky fun with it. I&#8217;m also getting an additional 1GB of RAM delivered, so plan B is to just revert to Vista and surgically remove the guff to get some reasonable performance out of it before handing it over. Having successfully avoided ever touching Vista thus far, I&#8217;m actually curious to give plan B a go.</p>
<p>The main reason I still bought it despite the bad Linux reviews was some guys down in Melbourne who offer support services over the phone for this model and have <a href="http://www.vgcomputing.com.au/nstoshibaPSLB9A-02H002.html">listed &#8220;Linux Compatibility&#8221; as &#8220;Excellent&#8221;</a>. My plan is to install the latest Ubuntu and then what ever doesn&#8217;t work, I&#8217;ll contact them and ask them to book me some time for a phone support call to sort out the rest. I&#8217;m happy to pay $40 for 1/2 hour of support, that&#8217;s more than reasonable if it saves me half a day.</p>
<p>What really bugs me is that I&#8217;m still sponsoring Microsoft out of all of this. I&#8217;m still indirectly paying for the crappy OEM Vista which is no doubt the main reason these laptops are now so drastically reduced in price. There is no refund available to me if I don&#8217;t want to use it. Hell, apparently I can&#8217;t even downgrade to Windows XP. Microsoft was advertising that as an option, but apparently it only applies under very strict circumstances. So this poor laptop has to suffer Vista on the consumer electronics market and hence it&#8217;s doomed to perform horrendously. Ok, I&#8217;m making a few assumptions based on very little at this stage (considering it hasn&#8217;t even been delivered yet). I certainly smell a follow up post or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/172-paying-the-microsoft-tax/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cupcake update pushed to JFv1.51 US/UK</title>
		<link>http://ubergeeky.com/blog/161-cupcake-update-pushed-to-jfv1-51-usuk</link>
		<comments>http://ubergeeky.com/blog/161-cupcake-update-pushed-to-jfv1-51-usuk#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:20:54 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[G1]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=161</guid>
		<description><![CDATA[This morning I checked my phone only to find a message about updates downloaded and ready to install. That&#8217;s an odd thing, since I&#8217;ve got modded firmware that should have disabled such behaviour to prevent conflicts. I was a bit worried, but an ADP G1 wielding colleague pointed me to this notice&#8230; http://andblogs.net/2009/07/otas-in-jfv1-51/ I followed [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I checked my phone only to find a message about updates downloaded and ready to install. That&#8217;s an odd thing, since I&#8217;ve got modded firmware that should have disabled such behaviour to prevent conflicts. I was a bit worried, but an ADP G1 wielding colleague pointed me to this notice&#8230; <a href="http://andblogs.net/2009/07/otas-in-jfv1-51/">http://andblogs.net/2009/07/otas-in-jfv1-51/</a></p>
<p>I followed JF&#8217;s 2nd and 3rd suggestion and so far so good. Here&#8217;s the exact steps I took to disable the update.</p>
<ol>
<li>Download and extract JFv1.51 ADP firmware and copy build.prop to the sdcard. Or use this <a href="http://ubergeeky.com/blog/wp-content/uploads/2009/07/build.prop">build.prop</a> (freshly extracted for your convenience).</li>
<li>Mount /system on the G1 as read/write. Two simplest ways to do this is either install &#8220;DroidSans Tweak Tools&#8221; or run &#8220;mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system&#8221; in a terminal.</li>
<li>Replace build.prop and make the permissions the same as the old one with something like:
<pre>$ su</pre>
<pre># mv /system/build.prop build.prop.bak</pre>
<pre># cp /sdcard/build.prop /system</pre>
<pre># chmod 644 /system/build.prop</pre>
</li>
<li>Find the update in the /cache directory and &#8220;chmod 000&#8243; it&#8230;
<p style="text-align: center;"><img class="aligncenter" title="Disable Cupcake OTA update screenshot" src="http://lh5.ggpht.com/_fPD0YWoytOI/SmcQUsuXfSI/AAAAAAAAAng/wX1EH_wWMNY/s800/1248265947089.png" alt="Disable Cupcake OTA update screenshot" width="480" height="320" /></p>
</li>
<li>Now I actually clicked on the &#8220;restart and install&#8221; option on the update dialog. The phone rebooted, and the update failed. I rebooted with Home+Back and haven&#8217;t had the update prompt as yet.</li>
</ol>
<p>So far so good. One odd thing I noticed is the update is gone from the /cache directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/161-cupcake-update-pushed-to-jfv1-51-usuk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browse for Android apps without the eye strain</title>
		<link>http://ubergeeky.com/blog/157-browse-for-android-apps-without-the-eye-strain</link>
		<comments>http://ubergeeky.com/blog/157-browse-for-android-apps-without-the-eye-strain#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:44:49 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[G1]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/157-browse-for-android-apps-without-the-eye-strain</guid>
		<description><![CDATA[The Cyrket website is an &#8220;Android Application Browser&#8221; for the desktop. Makes it much easier to search for applications and works especially well in conjunction with &#8220;Barcode Scanner&#8221; app installed on the handset. Now why didn&#8217;t Google just do that in the first place?]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.cyrket.com/">Cyrket</a> website is an &#8220;Android Application Browser&#8221; for the desktop. Makes it much easier to search for applications and works especially well in conjunction with &#8220;Barcode Scanner&#8221; app installed on the handset.</p>
<p>Now why didn&#8217;t Google just do that in the first place?</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/157-browse-for-android-apps-without-the-eye-strain/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

