<?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>FergyTech</title>
	<atom:link href="http://www.fergytech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fergytech.com</link>
	<description>The lovechild of technology and mayhem!</description>
	<lastBuildDate>Sun, 13 May 2012 09:34:00 +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>Create a Bootable Ubuntu USB using Fedora</title>
		<link>http://www.fergytech.com/2012/03/create-a-bootable-ubuntu-usb-using-fedora/</link>
		<comments>http://www.fergytech.com/2012/03/create-a-bootable-ubuntu-usb-using-fedora/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 02:49:06 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[p7zip]]></category>
		<category><![CDATA[syslinux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unetbootin]]></category>
		<category><![CDATA[usb storage]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1674</guid>
		<description><![CDATA[That&#8217;s right! You read the title properly&#8230; I&#8217;m using one Linux distribution to create a bootable USB stick of another distribution of Linux. It&#8217;s Linux-on-linux debauchery. In this instance I&#8217;m using Fedora 16, a 4GB USB stick, and an Ubuntu 11.10 ISO file. Here&#8217;s roughly what you&#8217;ll be doing: download Ubuntu .iso install unetbootin-linux install additional [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1692" title="UNetbootin" src="http://www.fergytech.com/wp-content/uploads/lead-unetbootin.png" alt="" width="460" height="115" /></p>
<p>That&#8217;s right! You read the title properly&#8230; I&#8217;m using one Linux distribution to create a bootable USB stick of another distribution of Linux. It&#8217;s Linux-on-linux debauchery. In this instance I&#8217;m using Fedora 16, a 4GB USB stick, and an Ubuntu 11.10 ISO file.</p>
<p>Here&#8217;s roughly what you&#8217;ll be doing:</p>
<ol>
<li>download Ubuntu .iso</li>
<li>install unetbootin-linux</li>
<li>install additional packages (if prompted)</li>
<li>run UNetbootin</li>
</ol>
<p><span id="more-1674"></span></p>
<h3>Download Ubuntu ISO</h3>
<div><a href="http://www.fergytech.com/wp-content/uploads/logo-ubuntu-orange.png"><img class="alignright size-thumbnail wp-image-1684" title="Ubuntu logo (just the circle)" src="http://www.fergytech.com/wp-content/uploads/logo-ubuntu-orange-150x150.png" alt="" width="150" height="150" /></a>This process is pretty straight forward. If you want to take advantage of the 4GB+ of memory your intended system has then download the 64-bit ISO. Visit the <a href="http://www.ubuntu.com/download/ubuntu/download" target="_blank">Download Ubuntu</a> page and choose from its many distribution-platforms to obtain your .iso of choice.</div>
<h3>Install UNetbootin</h3>
<div>Once you have obtain your ISO, you&#8217;ll need a mechanism to extract/copy the files inside the ISO onto your USB stick. If you&#8217;re hell-bent on going all commando on us then you can use the &#8220;dd&#8221; command via Terminal. I went with a GUI approach. Originally I downloaded UNetbootin from their <a href="http://unetbootin.sourceforge.net/unetbootin-linux-latest" target="_blank">Sourceforge</a> site, but it&#8217;s actually in the Fedora &#8220;updates&#8221; repository.</div>
<blockquote class="code">
<div>$ sudo yum install unetbootin</div>
</blockquote>
<h3>Install Additional Packages</h3>
<p>When I first ran UNetbootin there were warning messages informing me of the additional packages it needed. In one instance it asked for <strong>p7zip</strong> and in another it asked for <strong>syslinux</strong>. So; pay attention to the start-up messages (if any) when you run UNetbootin.</p>
<h4>Install syslinux</h4>
<blockquote class="code"><p>$ sudo yum install syslinux syslinux-extlinux</p></blockquote>
<h4>Install p7zip</h4>
<blockquote class="code">
<div>$ sudo yum install p7zip p7zip-plugins</div>
</blockquote>
<h3>Execute UNetbootin</h3>
<p>Now for the fun part, running the UNetbootin program. If you downloaded the latest version of the program make sure the period (.) starts your path or the file won&#8217;t execute. If you YUM&#8217;d the program then you should be able to simply type in the command. The program requires it be executed as root, so prepend your command with &#8220;sudo&#8221; or &#8220;su &#8211;c&#8221;.</p>
<blockquote class="code">
<div>$ sudo ./&lt;path-to-file&gt;/unetbootin-linux-568</div>
</blockquote>
<div>or</div>
<blockquote class="code">
<div>$ sudo unetbootin</div>
</blockquote>
<p>&nbsp;</p>
<div>That&#8217;s it! With UNetbooin open, choose your distro, choose your mounted USB stick and click &#8220;OK&#8221;. Depending on your CPU it took about 2 minutes for the entire process to finish on my machine. Once it&#8217;s complete go ahead and throw that USB stick into whatever device you want and let the good times roll!</div>
<h3>References</h3>
<div>
<ol>
<li><a href="https://help.ubuntu.com/community/Installation/FromImgFiles">https://help.ubuntu.com/community/Installation/FromImgFiles</a></li>
<li><a href="http://unetbootin.sourceforge.net/">http://unetbootin.sourceforge.net/</a></li>
<li><a href="http://p7zip.sourceforge.net/">http://p7zip.sourceforge.net/</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2012/03/create-a-bootable-ubuntu-usb-using-fedora/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Finch &#8212; Usher in the 21st Century</title>
		<link>http://www.fergytech.com/2012/02/finch-usher-in-the-21st-century/</link>
		<comments>http://www.fergytech.com/2012/02/finch-usher-in-the-21st-century/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 20:51:49 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[command line interface]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[finch]]></category>
		<category><![CDATA[instant message]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1619</guid>
		<description><![CDATA[Not really sure I can justify the title of this post. Finch is a text-based instant messenger client for the command line interface (CLI). In this day and age you&#8217;re probably wondering why in the world would I want to instant message using the command line? Well hipster; I was tired of IMing on my phone [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1628" title="Gouldian Finch" src="http://www.fergytech.com/wp-content/uploads/lead-gouldian-finch-460x115.jpg" alt="" width="460" height="115" /></p>
<p>Not really sure I can justify the title of this post. <a href="http://developer.pidgin.im" target="_blank">Finch</a> is a text-based instant messenger client for the command line interface (CLI). In this day and age you&#8217;re probably wondering why in the world would I want to instant message using the command line? Well hipster; I was tired of IMing on my phone when I had a perfectly good full-sized keyboard at my workstation&#8230; plus I wanted another reason to SSH into my home machine. So; I did a search on &#8220;linux instant message cli&#8221; and booyah <em>Linux never fails</em>.</p>
<p><span id="more-1619"></span></p>
<p>With the restrictions I&#8217;ve had to endure at work (like doing personal stuff during work hours); I am really enjoying the simplicity of the command line interface. With PuTTY at my disposal the Internet is like &#8220;putty in my hands.&#8221; <em>&lt; ha! see what I did there.</em></p>
<p>Although there&#8217;s nothing special about CLI UI design the interface simply looks horrid while using <a href="http://www.rackaid.com/resources/linux-screen-tutorial-and-how-to/" target="_blank">Screen</a>; it is managable, but certianly not the ideal environment to run finch. In a local terminal everything renders properly. The interface is just like Pidgin so it&#8217;s not hard to use at all. You can find more information about the keyboard shorcuts on <a href="http://mehulved.wordpress.com/2008/07/16/finch-im-client-for-command-line/" target="_blank">Mehul Speaks</a>&#8216; blog.</p>
<h3>Installing Finch</h3>
<p>I&#8217;m running Fedora so I simply ran a YUM command and off I was to chattin&#8217; it up with my friends. This program is associated with Pidgin, which means I&#8217;m going to assume most repositories supports some version of this very handy tool.</p>
<blockquote class="code"><p>$ sudo yum install finch</p></blockquote>
<h3>Resources</h3>
<ol>
<li><a href="http://developer.pidgin.im/">http://developer.pidgin.im/</a></li>
<li><a href="http://mehulved.wordpress.com/2008/07/16/finch-im-client-for-command-line/">http://mehulved.wordpress.com/2008/07/16/finch-im-client-for-command-line/</a></li>
<li><a href="http://www.youtube.com/watch?v=Nj_3XmfGxzM">http://www.youtube.com/watch?v=Nj_3XmfGxzM</a> - Finch: the little brother of pidgin, an Instant Messenger</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2012/02/finch-usher-in-the-21st-century/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Catastrophic Crashes on Your Rooted Android</title>
		<link>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/</link>
		<comments>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 20:47:30 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[clockworkmod]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[dalvik]]></category>
		<category><![CDATA[rom manager]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1599</guid>
		<description><![CDATA[I have a HTC Droid Incredible running the custom ROM CyanogenMod 7.1.x. For the most part it runs great, but there are moments when it feels like the Armageddon of 2012 is happening to my phone. No matter what application I open it will frustratingly crash in mere moments. What I&#8217;ve noticed is the catalyst [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1603" title="Android mascot looking very broken." src="http://www.fergytech.com/wp-content/uploads/lead-android-broken-460x115.jpg" alt="" width="460" height="115" /></p>
<p>I have a HTC Droid Incredible running the custom ROM <a href="http://www.cyanogenmod.com/" target="_blank">CyanogenMod 7.1.x</a>. For the most part it runs great, but there are moments when it feels like the <em>Armageddon of 2012</em> is happening to my phone. No matter what application I open it will frustratingly crash in mere moments. What I&#8217;ve noticed is the catalyst to this crash-o-thon starts with some sort of &#8220;google framework&#8221; crash. Makes sense, break the framework and everything else should be coming down with it. Once that happens I will start to feel the instability of my rooted device.</p>
<p><span id="more-1599"></span></p>
<p>The simple solution, yet temporary, is to clear the <em>cache</em>. I&#8217;m guessing there is some executed code or data that got corrupted, which in turn causes the apps to crash. The two types of cache that I clear are:</p>
<ul>
<li>cache partition</li>
<li>Dalvik cache &#8211; a decent explanation of what this cache is can be found in the reference section below.</li>
</ul>
<h3>Assumptions</h3>
<p>I&#8217;m constantly making assumptions about things &#8212; it&#8217;s become quite a skill. And I will continue my assumptions by stating that this process is for <em>rooted users</em>. I&#8217;m going to assume that since your device is rooted, it&#8217;s most likely that you have a custom ROM, which also means you have <a href="https://market.android.com/details?id=com.koushikdutta.rommanager" target="_blank">ROM Manager</a> installed. The recovery section of this post is based on <em>ClockworkMod</em> (it&#8217;s a part of ROM Manager).</p>
<h3>Cache-clearing Process</h3>
<ol>
<li>Hold down the power button of your device to get the &#8220;phone options&#8221; prompt.</li>
<li>Click &#8220;Reboot&#8221;, then choose &#8220;Recovery&#8221;. Click &#8220;OK&#8221;.</li>
<li>Your phone will reboot and you will soon be in the recovery screen.</li>
<li>Choose the option &#8220;wipe cache partition&#8221;. If that option isn&#8217;t there then head to &#8220;mounts and storage&#8221; and choose &#8220;format /cache.&#8221;</li>
<li>Next choose &#8220;advanced&#8221; (from the main screen) and then click &#8220;Wipe Dalvik Cache&#8221;.</li>
<li>Once that&#8217;s finished you can reboot the device.</li>
</ol>
<p>I&#8217;ve noticed that once I reboot the device it seems to get stuck at the point where its trying to load the custom ROM. I would give it about 5 minutes. If nothing changes, remove the battery and boot the device again. Whatever the device tried to initialize the first time should be there and the device will boot just fine.</p>
<p>I mentioned earlier that this is a temporary solution. I don&#8217;t know the cause of the framework crash; it may be a combination of things, but at least you have a way out now. <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let me know if this process works for you OR if you have a better process. At this point I&#8217;m just a tinkerer of Android so I might be talking crap about the whole cache and corruption. I&#8217;d love to know.</p>
<h3>References</h3>
<ol>
<li><a href="http://forum.xda-developers.com/showpost.php?p=3844295&amp;postcount=5" target="_blank">http://forum.xda-developers.com/showpost.php?p=3844295&amp;postcount=5</a></li>
<li><a href="http://androidforums.com/eris-all-things-root/76110-what-dalvik-cache.html#post710236" target="_blank">http://androidforums.com/eris-all-things-root/76110-what-dalvik-cache.html#post710236</a></li>
<li><a href="http://en.wikipedia.org/wiki/Dalvik_(software)" target="_blank">http://en.wikipedia.org/wiki/Dalvik_(software)</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2012/01/fix-catastrophic-crashes-on-your-rooted-android/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Giving G.I. Joe: Retaliation a Second Chance</title>
		<link>http://www.fergytech.com/2011/12/giving-g-i-joe-retaliation-a-second-chance/</link>
		<comments>http://www.fergytech.com/2011/12/giving-g-i-joe-retaliation-a-second-chance/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 15:40:28 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[childhood]]></category>
		<category><![CDATA[gi joe]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[trailer]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1592</guid>
		<description><![CDATA[I was sorely disappointed with G.I. Joe: The Rise of Cobra when it first released. I said to myself, &#8220;If they ever make G.I. Joe movie, it BETTER be good.&#8221; I wanted to slit my wrist the day I witness that movie [don't worry, I didn't]. Skimming Google Trends I saw &#8220;G.I. Joe: Retaliation&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/bSX2oxLdcWA" frameborder="0" width="640" height="360"></iframe></p>
<p>I was sorely disappointed with <a href="http://www.imdb.com/title/tt1046173/combined" target="_blank">G.I. Joe: The Rise of Cobra</a> when it first released. I said to myself, &#8220;If they ever make G.I. Joe movie, it BETTER be good.&#8221; I wanted to slit my wrist the day I witness that movie [don't worry, I didn't]. Skimming <a href="http://www.google.com/trends/hottrends?q=gi+joe+retaliation&amp;date=2011-12-13&amp;sa=X" target="_blank">Google Trends</a> I saw &#8220;G.I. Joe: Retaliation&#8221; and clicked on it. To my surprise this movie trailer is pretty good. I really loved the music, the costumes look revamped, and the action scenes look pretty decent. Then again; it is a movie trailer&#8230; I&#8217;m a little liery of Bruce Willis, but whatever man. I&#8217;ll give this movie another chance &#8212; one last chance!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/12/giving-g-i-joe-retaliation-a-second-chance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable MP3 Playback on Fedora 16</title>
		<link>http://www.fergytech.com/2011/11/enable-mp3-playback-on-fedora-16/</link>
		<comments>http://www.fergytech.com/2011/11/enable-mp3-playback-on-fedora-16/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 15:49:36 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Linuxapade]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gstreamer]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1574</guid>
		<description><![CDATA[I always struggle with quickly enabling MP3 playback on a fresh install of Fedora. There are legal reasons (which I&#8217;m not interested in) as to why Fedora doesn&#8217;t ship with MP3 support right out of the box. So; that&#8217;s what third-party repositories are for. Simply install the RPM Fusion repository and then install the &#8220;Ugly&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1575" title="GStreamer and RPM Fusion logos" src="http://www.fergytech.com/wp-content/uploads/lead-gstreamer-rpm-fusion.png" alt="" width="460" height="115" /></p>
<p>I always struggle with quickly enabling MP3 playback on a fresh install of Fedora. There are legal reasons (which I&#8217;m not interested in) as to why Fedora doesn&#8217;t ship with MP3 support right out of the box. So; that&#8217;s what third-party repositories are for. Simply install the <a href="http://rpmfusion.org/Configuration" target="_blank">RPM Fusion repository</a> and then install the &#8220;Ugly&#8221; <a href="http://gstreamer.freedesktop.org/" target="_blank">GStreamer</a> Plugin.</p>
<p><span id="more-1574"></span></p>
<blockquote class="code"><p># yum localinstall &#8211;nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm<br />
# yum install gstreamer-plugins-ugly</p></blockquote>
<p>If you need other support you can always install all the plugins for GStreamer&#8230;</p>
<blockquote class="code"><p># yum install gstreamer-plugins-*</p></blockquote>
<p>Another method is simply installing <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a>. This media player is bursting at its seams with codex goodness.</p>
<blockquote class="code"><p># yum install vlc</p></blockquote>
<p>You&#8217;re welcome! <img src='http://www.fergytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/11/enable-mp3-playback-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Setup Android SDK Starter Package on Fedora 16</title>
		<link>http://www.fergytech.com/2011/11/setup-android-sdk-starter-package-on-fedora-16/</link>
		<comments>http://www.fergytech.com/2011/11/setup-android-sdk-starter-package-on-fedora-16/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 03:02:31 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[command line interface]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[software development kit]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1559</guid>
		<description><![CDATA[Can a man&#8217;s love for the command line blossom like a rose or age like good wine? I do believe the answer to my rhetorical question is a resounding YES! Recently I&#8217;ve found myself choosing gnome-terminal to execute things rather than clicking in a series of menus on my desktop. Don&#8217;t get me wrong; a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1567" title="Fedora 16 logo and the Android logo" src="http://www.fergytech.com/wp-content/uploads/lead-fedora-16-android.png" alt="" width="460" height="115" /></p>
<p>Can a man&#8217;s love for the <em>command line</em> blossom like a rose or age like good wine? I do believe the answer to my rhetorical question is a resounding YES! Recently I&#8217;ve found myself choosing <em>gnome-terminal</em> to execute things rather than clicking in a series of menus on my desktop. Don&#8217;t get me wrong; a GUI is nice thing to have, but the efficency of the CLI is unmatched. Through a series of unfortunate events I&#8217;ve setup my Linux environment for Android development (aka how trying to fix a bricked phone). I&#8217;m working with a fresh install from <a href="http://get.fedoraproject.org" target="_blank">Fedora 16 Live</a>. What that means is A LOT of packages/libraries are not installed. Just the bare minimum to get me going.<br />
<span id="more-1559"></span><br />
Here&#8217;s a general overview of the process I took:</p>
<ol>
<li>Download and extracted the <a href="http://developer.android.com/sdk/index.html" target="_blank">Android Software Development Kit</a>.</li>
<li>Installed the Eclipse IDE (roughly 68 packages).</li>
<li>Installed ADT plugins for Eclipse.</li>
<li>Ran ./android command from SDK &#8220;tools&#8221; directory.</li>
<li>It started the &#8220;Android SDK Manager&#8221;. I then installed:
<ol>
<li>Android SDK Platform-tools</li>
<li>The covented &#8220;Android 4.0&#8243; platform</li>
<li>3.2, 2.3.3, and 2.2 platforms (just to show that I can be verstile)</li>
</ol>
</li>
</ol>
<h3>WGET the Android SDK</h3>
<p>I&#8217;m really enjoy the simplicity of the WGET command. While viewing the SDK page in Firefox I simply copied the link for the SDK file and pasted it into the terminal:</p>
<blockquote class="code"><p>$ wget http://dl.google.com/android/android-sdk_r15-linux.tgz</p></blockquote>
<h3>Yummy, Eclipse</h3>
<p>I then used YUM to grab the Eclipse IDE and all its relevant components. Again; since this OS installation was pretty light I ended up installing 68 packages, such as: Eclipse, Java, etc.</p>
<blockquote class="code"><p># yum install eclipse</p></blockquote>
<p>Once that was done I then installed the ADT plugin.</p>
<ol>
<li>I opened the Eclipse IDE.</li>
<li>Clicked on Help &gt; Install Software.</li>
<li>Added the following repository: <a href="https://dl-ssl.google.com/android/eclipse/" target="_blank">https://dl-ssl.google.com/android/eclipse/</a></li>
<li>Clicked &#8220;Select All&#8221; and went to town! It was odd, but I noticed I had to try a couple times. It was claiming to have dependency issues. So; I started clicking one-by-one. Eventually I was able to get all 4 packages installed.</li>
</ol>
<h3>Running Android</h3>
<p><em>This following set is unnecessary since you can access the Android SDK Manager from within Eclipse (thanks to the ADT plugin). Originally;  skipped the ADT plugin step.</em></p>
<p>Now that Java is installed I can run the &#8220;android&#8221; command. It&#8217;s located in the &#8220;tools&#8221; directory of your freshly extracted tarball file &#8220;android-sdk_r15-linux.tgz&#8221;.</p>
<blockquote class="code"><p>$ ./android</p></blockquote>
<h3>SDK Managment</h3>
<p><a href="http://www.fergytech.com/wp-content/uploads/android-sdk-manager.png"><img class="alignright size-medium wp-image-1565" title="android sdk manager" src="http://www.fergytech.com/wp-content/uploads/android-sdk-manager-300x176.png" alt="" width="300" height="176" /></a></p>
<p>The Android SDK Manager popped up with some packages to install. I chose what I thought were appropriate and wrote this blog post while I waited for the files to be downloaded and installed.</p>
<p>So; that&#8217;s pretty much it. At this point you&#8217;re ready to jump into the wonderment, which is Android development. Enjoy!</p>
<h3>References</h3>
<ol>
<li><a href="http://wiki.cyanogenmod.com/wiki/Howto:_Install_the_Android_SDK" target="_blank">http://wiki.cyanogenmod.com/wiki/Howto:_Install_the_Android_SDK</a></li>
<li><a href="http://developer.android.com/sdk/installing.html" target="_blank">http://developer.android.com/sdk/installing.html</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/11/setup-android-sdk-starter-package-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kick Start the Fergyville Series</title>
		<link>http://www.fergytech.com/2011/11/kick-start-the-fergyville-series/</link>
		<comments>http://www.fergytech.com/2011/11/kick-start-the-fergyville-series/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 01:12:19 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[fergyville]]></category>
		<category><![CDATA[katina ferguson]]></category>
		<category><![CDATA[kickstarter]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1547</guid>
		<description><![CDATA[Well; not really kick start, but keep it going. The e-book series titled Fergyville is on its third installment. Support my wife&#8217;s project as she budgets for a kick-ass editor for this well-received series. You can find out more on the kickstarter web site.]]></description>
			<content:encoded><![CDATA[<p><iframe frameborder="0" height="410px" src="http://www.kickstarter.com/projects/katinaferguson/fergyville-the-e-book-series/widget/video.html" width="480px"></iframe></p>
<p>Well; not really kick start, but keep it going. The e-book series titled <em>Fergyville</em> is on its third installment. Support my wife&#8217;s project as she budgets for a kick-ass editor for this well-received series. You can find out more on the <a href="http://www.kickstarter.com/projects/katinaferguson/fergyville-the-e-book-series" target="_blank">kickstarter web site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/11/kick-start-the-fergyville-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Scream, You Scream, WE ALL SCREAM!</title>
		<link>http://www.fergytech.com/2011/11/i-scream-you-scream-we-all-scream/</link>
		<comments>http://www.fergytech.com/2011/11/i-scream-you-scream-we-all-scream/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 19:56:14 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1542</guid>
		<description><![CDATA[Android enthusiasts know exactly what the title of this article is referencing. I&#8217;m hearing a lot about Android 4.0 aka Ice Cream Sandwich. I remember when I first got my Android 2.1 phone (Motorola Droid), I couldn&#8217;t wait to get my hands on it. I knew 800MHz of processing power was too low, but I had to get my [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1543" title="Android 4.0 (aka Ice Cream Sandwich)" src="http://www.fergytech.com/wp-content/uploads/lead-android-ice-cream-sandwich-460x115.jpg" alt="" width="460" height="115" /></p>
<p>Android enthusiasts know exactly what the title of this article is referencing. I&#8217;m hearing a lot about <a href="http://youtu.be/-F_ke3rxopc" target="_blank">Android 4.0 aka Ice Cream Sandwich</a>. I remember when I first got my Android 2.1 phone (Motorola Droid), I couldn&#8217;t wait to get my hands on it. I knew 800MHz of processing power was too low, but I had to get my hands on one. And yes the phone was already out 6+ months &#8212; I had to get my hands on one! Cellular carriers were launching new Android phones left and right. At one point I was looking into getting the <a href="http://www.o2.co.uk/samsung/galaxy-ace" target="_blank">Samsung Galaxy Ace</a>.</p>
<p>So many choices, but I&#8217;ve learned to be patient. I&#8217;ve gotten the Android-gitters out of my system so now I can wait for the <em>right</em> phone. I&#8217;m going to wait for Android 4.0 to be released before I even consider getting a new phone. It&#8217;s too close to choose anything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/11/i-scream-you-scream-we-all-scream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardware to Wetware Interfacing</title>
		<link>http://www.fergytech.com/2011/10/hardware-to-wetware-interfacing/</link>
		<comments>http://www.fergytech.com/2011/10/hardware-to-wetware-interfacing/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 01:45:29 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[assistant]]></category>
		<category><![CDATA[kickstarter]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speaktoit]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1526</guid>
		<description><![CDATA[I learned something about myself today. I&#8217;m not sure what the full meaning of this revelation is, but on one hand it makes me look like a cool up-on-the-tech tech-guy. On the other hand it makes me look like a delusional technological nerf herder unable to interface with something the general public refers to as [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1536" title="I, Robot" src="http://www.fergytech.com/wp-content/uploads/lead-i-robot-460x115.jpg" alt="" width="460" height="115" /></p>
<p>I learned something about myself today. I&#8217;m not sure what the full meaning of this revelation is, but on one hand it makes me look like a cool up-on-the-tech tech-guy. On the other hand it makes me look like a delusional technological nerf herder unable to interface with something the general public refers to as &#8220;common sense.&#8221; What is this discovery that I&#8217;ve made? I&#8217;ve learned how to communicate with my children through the process of toying with a voice-recognition software. :-/</p>
<h3><span id="more-1526"></span></h3>
<h3>Hardware</h3>
<p>The voice-recognition software I&#8217;m referring to, purposefully miscategoriezed as &#8220;hardware&#8221; to fit my title, is an Android application called <a href="http://www.speaktoit.com/" target="_blank">Speaktoit Assistant</a>. I heard about it while driving home from work listening to <a href="http://twit.tv/show/all-about-android/30" target="_blank">TWiT&#8217;s All About Android podcast</a>. The hosts <em>fail whaled</em> a demo of the Assistant application. Even though it bombed I was intrigued enough to install and try it for myself. At first I didn&#8217;t know  exactly what I was I supposed to be asking this piece of software. I pushed the voice input button and kind of gave my phone a blank stare. After gathering my thoughts I then tried some simple commands, after all, I didn&#8217;t expect this thing to really interface with me like I&#8217;ve seen in the movies. So; I said &#8220;Hi&#8221; and a mono-computerized female voice replied, &#8220;Hi there, friend!&#8221; I thought, &#8220;Oh really!? This is the first time we&#8217;re communicating and I&#8217;m already your <em>friend</em>.&#8221; I remembered in the demo that Assistant called the user by name so I asked, &#8220;What&#8217;s your name?&#8221; It replied, &#8220;My name is Sam.&#8221;</p>
<h3>Wetware</h3>
<p><img class="alignright size-full wp-image-1533" title="The main screen for Speaktoit Assistant" src="http://www.fergytech.com/wp-content/uploads/speaktoit-assistant-screen.jpg" alt="" width="239" height="379" /></p>
<p>I continued to speak commands at this program to see what the results would be. A nice thing about the interface is the visual feedback. In the lower-left corner you&#8217;ll see what the program thought you said after analysing the input. It wasn&#8217;t too accurate, but understandable; I was in my car so it&#8217;s probably picking up background noise. I played with it some more, each time adjusting my output to guarantee a more accurate input. I made a mental note that I couldn&#8217;t flat-out have a dialogue with <em>Sam</em>. I had to give her short commands. I recalled from the podcast that in their demo Sam updated the user&#8217;s Facebook status. So; I tried it. &#8220;Update Facebook status.&#8221; She then prompted with &#8220;What should I change your Facebook status to?&#8221; I paused, not knowing what to really have this program post for me. My mouth stumbled out some words, but it wasn&#8217;t recognizable enough for her to make any real sense of it. Sam confirmed if I wanted that poorly constructed message to be posted. I quickly said, &#8220;No, no.&#8221;</p>
<p>I tried it again; this time with more clarity and purpose. Success; Sam changed my Facebook status. In a small way &#8212; that  accomplished task &#8212; felt exhilarating. I was able to communicate outside of my car without typing anything. I know, this isn&#8217;t super rare, but my brain made a big deal about it. I then tried another popular service, Twitter. Again; successful post. I was really warming up to this concept of having a digital personal assistant.</p>
<h3>Interface</h3>
<p>I got into the house and laid down on the couch. My son finished his dinner and saw me playing with the phone. Not just touching the screen, but speaking directly to it. He kept starting his queries with &#8220;Hi&#8230;&#8221; or &#8220;Hey&#8230;&#8221; I told him that it would keep saying &#8220;Hi&#8221; back. I instructed him to make direct commands. He eventually adjusted, but it was very interesting for me to see my six-year-old son interface with Sam. It sparked something inside me. I&#8217;m not certain what&#8217;s going on, but I like the change in the wind.</p>
<p>I then had to convince my four-year old to finish eating her food and my two-year old to stop playing and eat her food. I noticed that I wasn&#8217;t my Oscar-the-grouchy self. I spoke in a calm fashion, being deliberate with my commands and not distorting my request by expressing my frustration. As I continued to communicate with my daughters I realized that they were actually doing what I wanted them to. It wasn&#8217;t a smooth process by any stretch of the imagination, but the progress was certainly more tangible than any of my previous attempts.</p>
<p>Before this experiment of testing the Speaktoit Assistant application I was very sceptical to voice-recognition software on a smart phone. I didn&#8217;t see the purpose. I occasionally use the voice-to-text function of my Android phone to post a status update or IM while in my car, but <em>that</em> was the peak of my interest. With this connection I&#8217;ve made, my interest in this type of technology is really taking root. I can imagine talking to my phone in order to hear what my schedule is, what tasks I have to accomplish and updating my social media platforms. Assistant certainly has a long way to go, but I like what I&#8217;ve experienced in its beta form. Check out <a href="http://www.speaktoit.com/" target="_blank">Speaktoit</a>&#8216;s web site. They are doing a <a href="http://www.kickstarter.com/projects/speaktoit/speaktoit-talking-personal-assistant-for-mobile-de" target="_blank">Kickstarter</a> in order to gain more capital. I wish them success and you count on me evangelising their efforts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/10/hardware-to-wetware-interfacing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Battlefield 3 Beta Video Orgie</title>
		<link>http://www.fergytech.com/2011/09/battlefield-3-beta-video-orgie/</link>
		<comments>http://www.fergytech.com/2011/09/battlefield-3-beta-video-orgie/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 23:52:56 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[battlefield]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=1514</guid>
		<description><![CDATA[I&#8217;m super excited about the open beta for Battlefield 3. So much so that I created a YouTube playlist with all the footage I can find. As of this post&#8217;s date my list consists of captured footage from early release. It&#8217;s open to the rest of us tomorrow&#8230; Oh happy day! I&#8217;m getting the game [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m super excited about the <a href="http://www.battlefield.com/battlefield3" target="_blank">open beta for Battlefield 3</a>. So much so that I created a <a href="http://www.youtube.com/playlist?list=PLD6BB1A429AEB6E6A" target="_blank">YouTube playlist</a> with all the footage I can find. As of this post&#8217;s date my list consists of captured footage from early release. It&#8217;s open to the rest of us tomorrow&#8230; Oh happy day! I&#8217;m getting the game for Xbox 360, what console will you rock out to?</p>
<p><iframe width="640" height="360" src="http://www.youtube.com/embed/videoseries?list=PLD6BB1A429AEB6E6A&amp;hl=en_US&amp;hd=1" frameborder="0" allowfullscreen></iframe></p>
<p><span id="more-1514"></span></p>
<h3>How to See the Playlist</h3>
<p>Use your mouse to rollover the bottom of the Flash object. Click on that white box to see the remaining videos.</p>
<p><img class="alignnone size-full wp-image-1517" title="YouTube playlist toggle" src="http://www.fergytech.com/wp-content/uploads/youtube-playlist-embed-rollover.png" alt="YouTube playlist toggle" width="464" height="173" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2011/09/battlefield-3-beta-video-orgie/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

