<?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>K3RNEL &#187; android</title>
	<atom:link href="http://k3rnel.net/category/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://k3rnel.net</link>
	<description>Powered by Lovelocks and Pwnies</description>
	<lastBuildDate>Thu, 24 Nov 2011 17:50:18 +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>KDE Dolphin&#8217;s Service Menus</title>
		<link>http://k3rnel.net/2011/07/23/kde-service-menus/</link>
		<comments>http://k3rnel.net/2011/07/23/kde-service-menus/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 18:11:34 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[service menu]]></category>
		<category><![CDATA[sparkleshare]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=894</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/07/23/kde-service-menus/" title="KDE Dolphin&#039;s Service Menus"></a>While it is well known that I&#8217;m a huge Gnome (classic) fan, I recently dipped into KDE grounds, again. Because Dropbox continues to ignore the Dolphin File Manager, I decided to give SparkleShare a try, and following Mairin&#8216;s most excellent &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/07/23/kde-service-menus/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/07/23/kde-service-menus/" title="KDE Dolphin&#039;s Service Menus"></a><p><a href="http://k3rnel.net/wp-content/uploads/2011/07/SparkleShine.png"><img class="aligncenter size-medium wp-image-901" title="SparkleShine" src="http://k3rnel.net/wp-content/uploads/2011/07/SparkleShine-300x169.png" alt="" width="300" height="169" /></a></p>
<p>While it is well known that I&#8217;m a huge <a href="http://k3rnel.net/tag/bluebubble/">Gnome (classic) fan</a>, I recently dipped into KDE grounds, <a href="http://k3rnel.net/2011/03/14/i-gnomed-kde/">again</a>.</p>
<p>Because Dropbox continues to ignore the Dolphin File Manager, I decided to give <a href="http://sparkleshare.org/">SparkleShare</a> a try, and following <a href="http://blog.linuxgrrl.com/">Mairin</a>&#8216;s most excellent <a href="http://blog.linuxgrrl.com/2011/05/25/fedora-sparkleshare-howto/">How-To</a>, I set up <a href="http://sparkle.k3rnel.net">sparkle.k3rnel.net</a> for my public files. (As a note, you need to <strong>chmod +x</strong> the <strong>post-receive</strong> git hook, otherwise it won&#8217;t work.)</p>
<p>My favorite Dropbox usage was dropping a file onto the Public folder, and right clicking it on Nautilus to get a Public Link. Sparkleshare doesn&#8217;t have a way to do this, but since I mounted my Public Sparkle folder, I <del>wanted</del> needed a way to get the public link.</p>
<p>I ended up investigating on KDE&#8217;s Service Menus, and created <a href="http://sparkle.k3rnel.net/sparkleshare.desktop">this Service Menu</a> for the purpose. You need to place it in your <strong>~/.kde/share/kde4/services/ServiceMenus/</strong> folder, modify &#8216;your.site.here&#8217; and possibly <strong>killall dolphin</strong> if it doesn&#8217;t load at first.</p>
<p>Now, there are some serious flaws on my script (I&#8217;m new here, have some patience). For starters, the menu entry will show up in all folders, rather than just your Public Sparkleshare folder. The way I envisioned this is that it should detect if there&#8217;s a &#8220;.public&#8221; file in the folder, read its contents (something like http://your.site.here) and append that to the filename, otherwise, don&#8217;t show the entry.</p>
<p>The other flaw I have is that if you create public folders, and try to get a file from within a public folder, it&#8217;ll ignore the folder and end up with your.site.here/file.txt instead of your.site.here/folder/file.txt.</p>
<p>Finally, the other issue I have is that files with spaces need %20. It currently gives you the link with spaces, and it isn&#8217;t clickable in most cases.  If someone could help me with the script, I&#8217;d really appreciate the help.</p>
<p>I created one other script, this one&#8217;s much simpler. It&#8217;s an <a href="http://sparkle.k3rnel.net/android.desktop">Android ADB Push Menu</a>. If you&#8217;ve got adb set up, it pushes any file to your phone&#8217;s /sdcard. It&#8217;ll fail if you have 2 or more devices hooked up at once, but I haven&#8217;t had time to investigate on how to display submenus for each adb device.</p>
<p>Anyway, I&#8217;m liking KDE so far. I love how easy it is to create the Service Menus and I thought I&#8217;d share.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/07/23/kde-service-menus/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Measuring Android&#8217;s Fail Points</title>
		<link>http://k3rnel.net/2011/06/12/measuring-androids-fail-points/</link>
		<comments>http://k3rnel.net/2011/06/12/measuring-androids-fail-points/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 20:29:34 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[Fail]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=728</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/06/12/measuring-androids-fail-points/" title="Measuring Android&#039;s Fail Points"></a>Based on Tom Callaway&#8217;s &#8220;Fail Scale&#8221; and inspired by a recent tweet by Ryan Rix I decided to measure just how much Fail does Android have in its project. Size This doesn&#8217;t count for insanely huge projects like Android, Gnome, &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/06/12/measuring-androids-fail-points/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/06/12/measuring-androids-fail-points/" title="Measuring Android&#039;s Fail Points"></a><p>Based on Tom Callaway&#8217;s &#8220;<a href="https://www.theopensourceway.org/wiki/How_to_tell_if_a_FLOSS_project_is_doomed_to_FAIL">Fail Scale</a>&#8221; and inspired by a recent tweet by Ryan Rix I decided to measure just how much Fail does Android have in its project.<br />
<span id="more-728"></span></p>
<h2>Size</h2>
<ul>
<li> This doesn&#8217;t count for insanely huge projects like Android, Gnome, KDE or the Linux Kernel.</li>
</ul>
<h2>Source Control</h2>
<ul>
<li> There is a <a href="git://android.git.kernel.org/platform/manifest.git">publicly available</a> source control.
<ul>
<li> There is a <a href="http://android.git.kernel.org/">web viewer</a> for it.</li>
<li> There is <a href="http://source.android.com/source/downloading.html">documentation</a> on how to use it for new users.</li>
<li>They use git for source control.</li>
<li>They made this open source script called &#8220;<a href="http://source.android.com/source/version-control.html">repo</a>&#8221; to sync all individual git repositories.</li>
</ul>
</li>
</ul>
<h2>Building From Source</h2>
<ul>
<li> There is <a href="http://source.android.com/source/building-devices.html">documentation</a> on how to build from source.</li>
<li> The source is pre-configured depending on the device. You can make your own make files.</li>
<li> The source builds:
<ul>
<li> using GNU Make.</li>
<li>It also requires third-party proprietary build tools (Ora-Sun&#8217;s JDK) [ +50 points of FAIL ]</li>
<li>As of AOSP 2.3, it requires 64bit packages to build. (CyanogenMod patches this though)</li>
</ul>
</li>
</ul>
<h2>Bundling</h2>
<ul>
<li> The source only comes with other code projects that it depends on. (Android depends on a lot of parts.)</li>
<li> If your source code cannot be built without first building the bundled code bits. (Sure, there&#8217;s build orders. )</li>
<li> If you have modified those other bundled code bits [ +40 points of FAIL ] (SQLite comes to mind)</li>
</ul>
<h2>Libraries</h2>
<ul>
<li> I&#8217;m not entirely sure how to count these. Android builds its own libraries, but I&#8217;m not sure if they&#8217;re static or not.</li>
</ul>
<h2>System Install</h2>
<ul>
<li> The code has &#8220;mka bacon&#8221; [ -20 points of FAIL ] (Okay, only CyanogenMod does this <img src='http://k3rnel.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</li>
</ul>
<h2>Code Oddities</h2>
<ul>
<li>No code oddities on Android afaik.</li>
</ul>
<h2>Communication</h2>
<ul>
<li> The project announces releases on a <a href="http://source.android.com/community/">mailing list</a>.</li>
<li> The project does have a <a href="https://code.google.com/p/android/">bug tracker</a>.</li>
<li> The project does have a <a href="http://android.com">website</a>.</li>
</ul>
<h2>Releases</h2>
<ul>
<li> The project does sanely versioned releases (Major, Minor)</li>
<li>The project&#8217;s releases have tasty codenames [-10 points of FAIL]</li>
<li> The project does releases. (You can just grab from a git branch)</li>
<li>Your releases are only in .zip format [ +5 points of FAIL ] (At least for OTA Upgrades. Should this even count? )</li>
</ul>
<h2>History</h2>
<ul>
<li>Android was founded in 2003. As far as I know, the first code drop happened in 2008.</li>
<li>3-5 years [ +20 points of FAIL ]</li>
</ul>
<h2>Licensing</h2>
<ul>
<li> The code does have per-file licensing</li>
<li> The code does include a copy of the license text.</li>
</ul>
<h2>Documentation</h2>
<ul>
<li> The code does have a <a href="http://developer.android.com/sdk/android-2.3.4.html">changelog</a></li>
<li> The code does have documentation</li>
<li> The website does have any documentation</li>
</ul>
<h2>FAIL METER: 85 Points</h2>
<ul>
<li>0 points of FAIL: Perfect! All signs point to success!</li>
<li>5-25 points of FAIL: You&#8217;re probably doing okay, but you could be better.</li>
<li>30-60 points of FAIL: Babies cry when your code is downloaded</li>
<li><strong>65-90 points of FAIL: Kittens die when your code is downloaded</strong></li>
<li>95-130 points of FAIL: HONK HONK. THE FAILBOAT HAS ARRIVED!</li>
<li>135+ points of FAIL: So much fail, your code should have its own reality TV show.</li>
</ul>
<p>&nbsp;</p>
<p>Update: <a href="https://twitter.com/#!/DrMacinyasha">DrMacinyasha</a> <a href="http://www.tweetdeck.com/twitter/DrMacinyasha/~54ny6">pointed out</a> a couple of Fails in Android that I missed. <a href="http://k3rnel.net/2011/06/12/measuring-androids-fail-points/comment-page-1/#comment-599">Christoph</a> also pointed something that it does &#8216;release&#8217; code, though not in the usual way. Hmm.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/06/12/measuring-androids-fail-points/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Why this Freetard sides with Android</title>
		<link>http://k3rnel.net/2011/05/31/why-this-freetard-sides-with-android/</link>
		<comments>http://k3rnel.net/2011/05/31/why-this-freetard-sides-with-android/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 04:49:08 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[The Open Source Way]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=701</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/05/31/why-this-freetard-sides-with-android/" title="Why this Freetard sides with Android"></a>This is a reply to Ryan&#8217;s Why I&#8217;m a Bad Freetard &#8212; Or the Quest for a New Phone. It&#8217;s no secret that I&#8217;m an Android Fanboy, I really like the platform, and the idea of an &#8220;open&#8221; cellphone, but &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/05/31/why-this-freetard-sides-with-android/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/05/31/why-this-freetard-sides-with-android/" title="Why this Freetard sides with Android"></a><p><em>This is a reply to Ryan&#8217;s <a href="http://rix.si/index.php/Why_I%27m_a_Bad_Freetard_--_Or_the_Quest_for_a_New_Phone">Why I&#8217;m a Bad Freetard &#8212; Or the Quest for a New Phone.</a></em></p>
<p>It&#8217;s no secret that I&#8217;m an Android Fanboy, I really like the platform, and the idea of an &#8220;open&#8221; cellphone, but I&#8217;m well aware of its flaws.</p>
<p>For starters&#8230; Google has yet to ship Honeycomb&#8217;s source code, to which I say &#8220;What Honeycomb?&#8221;.</p>
<p>I&#8217;m sticking to CyanogenMod (Gingerbread / 2.3.4) whose code I can recompile (And have recompiled in several occasions), and I won&#8217;t migrate to Honeycomb until I can actually build it. Sure, I&#8217;m not smart enough to port Android or rebuilt without using a <a href="http://wiki.cyanogenmod.com/index.php?title=Compile_CyanogenMod_for_Passion">wiki</a>, but I&#8217;m also not recompiling my KDE packages or my Kernel and yet I still manage to use my laptop.</p>
<p>And to say that there&#8217;s no community of Android enthusiasts is just wrong. There is a real community of both Android users and Android developers.</p>
<p><a href="http://cyanogenmod.com">CyanogenMod</a> is the closest we can get of an &#8220;Android Distro&#8221;. There&#8217;s others, but I&#8217;m proud to say that I&#8217;ve contributed <strong>one</strong> thing to CyanogenMod: <a href="http://k3rnel.net/2010/12/24/trackball-answer/">Trackball Answer</a>.</p>
<p>Sure, my contribution will never be accepted by <a href="https://review.source.android.com/">Upstream</a> (Google), but then again, I also never considered <a href="http://k3rnel.net/tag/bluebubble/">BlueBubble</a> to be accepted by Fedora either, and that&#8217;s not stopping me from trying to help others.</p>
<p>And Android also has its fair share of Users. There&#8217;s a <a href="http://iamandroid.com/">Facebook-like site</a> dedicated around them, an awesome <a href="http://androidswag.com">online store</a> and even its own <a href="http://androidbeanie.com/">kind of hat. </a>Hell, a bunch of Android Users got together to have an awesome <a href="http://bigtxbbq.com/">Barbecue</a> last year (And are planning on repeating it), and even managed to get about <a href="http://androidbeanie.com/2010/10/26/over-9000-for-kmobs-for-boobies/">1000 bucks</a> towards a Cancer Research. Sorry, but I&#8217;ve never seen Apple fans do any of this.</p>
<p>Yes, Carriers are really screwing over their customers. Yeah, some hardware manufacturers really hate Freedom. Yes, Google is evil and is trying to datamine our every move. Yes, Android doesn&#8217;t follow <a href="http://theopensourceway.org/">The Open Source Way</a>. Yes, you have to &#8220;root&#8221; the phone to make it kick-ass.</p>
<p>I&#8217;ve seen a lot of people complain about having to &#8220;Jailbreak&#8221; iPhones or &#8220;rooting&#8221; Androids to make&#8217;em awesome. I had to do the same with my laptop.<br />
It came with Windows 7, and there&#8217;s no way I would&#8217;ve bought it if I couldn&#8217;t replace it with Fedora. And it wasn&#8217;t &#8220;Stock Windows 7&#8243; either. It came with a lot of annoying crapware, and trialware too, so this isn&#8217;t something that&#8217;s exclusive to Android.</p>
<p>Would I have rather bought a laptop that came with no Windows? Hell yes I would&#8217;ve. But they&#8217;re so hard to find, I might as well just pick one I can wipe, and move on. The same logic applies to my phones, tablets, etc.  I won&#8217;t purchase an Android device that I can&#8217;t <a href="http://www.unrevoked.com/rootwiki/doku.php/public/root_friendly">easily root</a>.</p>
<p>I guess there&#8217;s a huge difference between Fedora and Android, and that&#8217;s fine. At the end of the day, my cellphone, like my laptop, is just a tool I use to do stuff. And I&#8217;ll pick the best damned tool I can get to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/05/31/why-this-freetard-sides-with-android/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CyanogenMod Emulator Update</title>
		<link>http://k3rnel.net/2011/05/16/cyanogenmod-emulator-update-2/</link>
		<comments>http://k3rnel.net/2011/05/16/cyanogenmod-emulator-update-2/#comments</comments>
		<pubDate>Tue, 17 May 2011 05:34:26 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[CyanogenMod]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=660</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/05/16/cyanogenmod-emulator-update-2/" title="CyanogenMod Emulator Update"></a>One of the main reasons people visit this site is to get the latest CyanogenMod-based Android Emulator. While I can&#8217;t say performance has gotten any better (The Android Emulator for Android 2.0 and above sucks, with 3.0 sucking hardcore), I &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/05/16/cyanogenmod-emulator-update-2/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/05/16/cyanogenmod-emulator-update-2/" title="CyanogenMod Emulator Update"></a><p><a href="http://k3rnel.net/wp-content/uploads/2011/05/kang-aroo.png"><img class="aligncenter size-medium wp-image-661" title="kang-aroo" src="http://k3rnel.net/wp-content/uploads/2011/05/kang-aroo-300x186.png" alt="" width="300" height="186" /></a>One of the main reasons people visit this site is to get the latest CyanogenMod-based Android Emulator.</p>
<p>While I can&#8217;t say performance has gotten any better (The Android Emulator for Android 2.0 and above sucks, with 3.0 sucking hardcore), I updated the unofficial CyangenMod emulator images to a CyanogenMod 7.1.0 nightly build (Which is based on Android 2.3.4).</p>
<p>You can grab&#8217;em at <a href="http://nushio.fedorapeople.org/cyanogenmod/repository.xml ">http://nushio.fedorapeople.org/cyanogenmod/repository.xml </a>and if you&#8217;ve already set it up, just go to the Android SDK Manager, and check your User Add-ons. It should display the updated package there.</p>
<p>As I&#8217;ve said before, this project is entirely unofficial, comes with no support, and will probably haunt you while you sleep. Use at your own comfort.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/05/16/cyanogenmod-emulator-update-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>30 day geek challenge – Day 19: Favorite Gadget</title>
		<link>http://k3rnel.net/2011/04/16/30-day-geek-challenge-%e2%80%93-day-19-favorite-gadget/</link>
		<comments>http://k3rnel.net/2011/04/16/30-day-geek-challenge-%e2%80%93-day-19-favorite-gadget/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 00:20:51 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[CyanogenMod]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[30 day geek challenge]]></category>
		<category><![CDATA[geek challenge]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[nexus one]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=586</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/04/16/30-day-geek-challenge-%e2%80%93-day-19-favorite-gadget/" title="30 day geek challenge – Day 19: Favorite Gadget"></a>Missed the list? I’m doing a 30 day geek challenge, and It&#8217;s almost done&#8230; The Google Nexus One is my favorite gadget. It&#8217;s extremely moddable, and mine&#8217;s currently running CyanogenMod 7, which adds a plethora of features that Google should&#8217;ve &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/04/16/30-day-geek-challenge-%e2%80%93-day-19-favorite-gadget/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/04/16/30-day-geek-challenge-%e2%80%93-day-19-favorite-gadget/" title="30 day geek challenge – Day 19: Favorite Gadget"></a><p><em>Missed the list? I’m doing a <a href="../2011/04/13/2011/04/09/2011/04/03/2011/04/02/2011/04/01/2011/03/30/30-day-geek-challenge/">30 day geek challenge</a>, and It&#8217;s almost done&#8230;</em></p>
<p><em><a href="http://k3rnel.net/wp-content/uploads/2011/04/nexus-one.jpg"><img class="aligncenter size-full wp-image-587" title="nexus-one" src="http://k3rnel.net/wp-content/uploads/2011/04/nexus-one.jpg" alt="" width="248" height="203" /></a></em></p>
<p>The Google Nexus One is my favorite gadget. It&#8217;s extremely moddable, and mine&#8217;s currently running <a href="http://cyanogenmod.com">CyanogenMod</a> 7, which adds a plethora of features that Google should&#8217;ve built-in.  <em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/04/16/30-day-geek-challenge-%e2%80%93-day-19-favorite-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 day geek challenge – Day 16: Favorite Developer</title>
		<link>http://k3rnel.net/2011/04/13/30-day-geek-challenge-%e2%80%93-day-16-favorite-developer/</link>
		<comments>http://k3rnel.net/2011/04/13/30-day-geek-challenge-%e2%80%93-day-16-favorite-developer/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 05:02:17 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[CyanogenMod]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[30 day geek challenge]]></category>
		<category><![CDATA[cyanogen]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[geek challenge]]></category>
		<category><![CDATA[steve kondik]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=568</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/04/13/30-day-geek-challenge-%e2%80%93-day-16-favorite-developer/" title="30 day geek challenge – Day 16: Favorite Developer"></a>Missed the list? I’m doing a 30 day geek challenge, and I’m growing tired of writing these! When I think of &#8220;Developers&#8221;, &#8220;Developers, Developers, Developers, Developers&#8221; comes to mind, but not that Steve. Steve Kondik. better known as Cyanogen, is &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/04/13/30-day-geek-challenge-%e2%80%93-day-16-favorite-developer/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/04/13/30-day-geek-challenge-%e2%80%93-day-16-favorite-developer/" title="30 day geek challenge – Day 16: Favorite Developer"></a><p><em>Missed the list? I’m doing a <a href="../2011/04/09/2011/04/03/2011/04/02/2011/04/01/2011/03/30/30-day-geek-challenge/">30 day geek challenge</a>, and I’m growing tired of writing these!</em></p>
<p><em><img class="aligncenter size-medium wp-image-569" title="Steve Kondik" src="http://k3rnel.net/wp-content/uploads/2011/04/steve-kondik-300x249.jpg" alt="" width="300" height="249" /></em></p>
<p>When I think of &#8220;Developers&#8221;, &#8220;<a href="http://www.youtube.com/watch?v=KMU0tzLwhbE">Developers, Developers, Developers, Developers</a>&#8221; comes to mind, but not that Steve.</p>
<p>Steve Kondik. better known as <a href="http://twitter.com/cyanogen">Cyanogen</a>, is probably the reason I got started in Android modding. Although I haven&#8217;t modded much.</p>
<p>I really appreciate the work he (And his team) have put together despite legal issues that have arisen here and there, he continued his hacking.</p>
<p>Thanks, Steve.</p>
<p>P.S. I really tried</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/04/13/30-day-geek-challenge-%e2%80%93-day-16-favorite-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F&#8230;ragment you, Google!</title>
		<link>http://k3rnel.net/2011/04/13/f-ragment-you-google/</link>
		<comments>http://k3rnel.net/2011/04/13/f-ragment-you-google/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 13:58:59 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[Android Market]]></category>
		<category><![CDATA[android market]]></category>
		<category><![CDATA[fragmentation]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=564</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/04/13/f-ragment-you-google/" title="F...ragment you, Google!"></a>Google likes to shove its head in the sand and pretend there&#8217;s no such thing as &#8220;fragmentation&#8221; in Android, then goes and does something like this. You&#8217;d think that buying an App in the Android Market would mean that you&#8217;d &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/04/13/f-ragment-you-google/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/04/13/f-ragment-you-google/" title="F...ragment you, Google!"></a><p style="text-align: center;"><a href="http://k3rnel.net/wp-content/uploads/2011/04/market-fragmentation.png"><img class="size-large wp-image-565 aligncenter" title="Market Fragmentation" src="http://k3rnel.net/wp-content/uploads/2011/04/market-fragmentation-1024x432.png" alt="" width="600" height="253" /></a></p>
<p style="text-align: left;">Google likes to shove its head in the sand and pretend there&#8217;s no such thing as &#8220;fragmentation&#8221; in Android, then goes and does something like this.</p>
<p style="text-align: left;">You&#8217;d think that buying an App in the Android Market would mean that you&#8217;d be able to use it on any Android device, and you&#8217;d be wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/04/13/f-ragment-you-google/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>30 day geek challenge – Day 8: Favorite hat/shirt/shoes</title>
		<link>http://k3rnel.net/2011/04/05/30-day-geek-challenge-%e2%80%93-day-8-favorite-hatshirtshoes/</link>
		<comments>http://k3rnel.net/2011/04/05/30-day-geek-challenge-%e2%80%93-day-8-favorite-hatshirtshoes/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 18:00:11 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[30 day geek challenge]]></category>
		<category><![CDATA[android beanie]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[geek challenge]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=520</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/04/05/30-day-geek-challenge-%e2%80%93-day-8-favorite-hatshirtshoes/" title="30 day geek challenge – Day 8: Favorite hat/shirt/shoes"></a>Missed the list? I’m doing a 30 day geek challenge. Everyone&#8217;s got a favorite jacket, shirt, shoes or hat. Here&#8217;s mine: I really like my Android Beanie. There&#8217;s a *lot* of different colors and models, but I really like mine: &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/04/05/30-day-geek-challenge-%e2%80%93-day-8-favorite-hatshirtshoes/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/04/05/30-day-geek-challenge-%e2%80%93-day-8-favorite-hatshirtshoes/" title="30 day geek challenge – Day 8: Favorite hat/shirt/shoes"></a><p><em>Missed the list? I’m doing a <a href="../2011/04/04/2011/04/03/2011/04/02/2011/04/01/2011/03/30/30-day-geek-challenge/">30 day geek challenge</a>. </em></p>
<p>Everyone&#8217;s got a favorite jacket, shirt, shoes or hat. Here&#8217;s mine:</p>
<p><a href="http://k3rnel.net/wp-content/uploads/2011/04/android-beanie.jpg"><img class="aligncenter size-medium wp-image-521" title="Android Beanie" src="http://k3rnel.net/wp-content/uploads/2011/04/android-beanie-206x300.jpg" alt="" width="206" height="300" /></a></p>
<p>I really like my <a href="http://androidbeanie.com/">Android Beanie</a>. There&#8217;s a *lot* of <a href="http://androidbeanie.com/category/featured/">different colors</a> and models, but I really like mine: <a href="http://www.cyanogenmod.com/">CyanogenMod</a>-colored.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/04/05/30-day-geek-challenge-%e2%80%93-day-8-favorite-hatshirtshoes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is how I (t)roll</title>
		<link>http://k3rnel.net/2011/03/24/this-is-how-i-troll/</link>
		<comments>http://k3rnel.net/2011/03/24/this-is-how-i-troll/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 17:12:54 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[CyanogenMod]]></category>
		<category><![CDATA[Apache License]]></category>
		<category><![CDATA[APL]]></category>
		<category><![CDATA[Code Theft]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[Drama]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[UltimateDroid]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=463</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/03/24/this-is-how-i-troll/" title="This is how I (t)roll"></a>It&#8217;s been well known that &#8220;Ultimate Droid&#8221; steals from CyanogenMod, and in fact, a summary of previous&#8230; confrontations&#8230; has already been documented, however I couldn&#8217;t help but notice that their rom seems to be using my Trackball Answer code, and &#8230;<p class="read-more"><a href="http://k3rnel.net/2011/03/24/this-is-how-i-troll/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/03/24/this-is-how-i-troll/" title="This is how I (t)roll"></a><p>It&#8217;s been well known that &#8220;Ultimate Droid&#8221; steals from <a href="http://www.cyanogenmod.com/">CyanogenMod</a>, and in fact, a summary of previous&#8230; confrontations&#8230; has already <a href="http://www.cyanogenmod.com/blog/android-soap-opera-ultimate-droid">been documented</a>, however I couldn&#8217;t help but notice that their rom seems to be using my <a href="http://k3rnel.net/2010/12/24/trackball-answer/">Trackball Answer</a> code, and doesn&#8217;t state anywhere that I&#8217;m the author.</p>
<p>I thought that removing the <a href="https://github.com/CyanogenMod/android_vendor_cyanogen/blob/gingerbread/CHANGELOG.mkdn">Credits List</a> was an mistake, so I decided to file a bug report:</p>
<p><a href="http://k3rnel.net/wp-content/uploads/2011/03/ultimatekang.png"><img class="aligncenter size-large wp-image-460" title="Ultimate Code Author Violation" src="http://k3rnel.net/wp-content/uploads/2011/03/ultimatekang-1024x451.png" alt="" width="600" height="264" /></a></p>
<p>He then tried to impersonate me on his own system, which apparently is smarter than him:</p>
<p style="text-align: center;"><a href="http://k3rnel.net/wp-content/uploads/2011/03/Impersonation.png"><img class="aligncenter size-full wp-image-461" title="Impersonation" src="http://k3rnel.net/wp-content/uploads/2011/03/Impersonation.png" alt="" width="676" height="169" /></a></p>
<p style="text-align: left;">UltimateDroid has since taken down the entire Bugzilla interface, while he figures out how to delete my bug, I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/03/24/this-is-how-i-troll/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beefy Miracle for Android</title>
		<link>http://k3rnel.net/2011/03/07/beefy-miracle-for-android/</link>
		<comments>http://k3rnel.net/2011/03/07/beefy-miracle-for-android/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 01:28:09 +0000</pubDate>
		<dc:creator>Nushio</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[bacon]]></category>
		<category><![CDATA[beef]]></category>
		<category><![CDATA[beefy miracle]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[hot dog]]></category>
		<category><![CDATA[hotdog]]></category>
		<category><![CDATA[miracle]]></category>
		<category><![CDATA[mustard]]></category>
		<category><![CDATA[progress]]></category>

		<guid isPermaLink="false">http://k3rnel.net/?p=434</guid>
		<description><![CDATA[<a href="http://k3rnel.net/2011/03/07/beefy-miracle-for-android/" title="Beefy Miracle for Android"></a>It&#8217;s no secret that I&#8217;m a Fedora / Android fan, so I decided to mix things up. The BEEFY result? Want to try it on your device? Just download this zip file. Overwrite your /system/media/bootanimation.zip with that one.]]></description>
			<content:encoded><![CDATA[<a href="http://k3rnel.net/2011/03/07/beefy-miracle-for-android/" title="Beefy Miracle for Android"></a><div id="attachment_406" class="wp-caption aligncenter" style="width: 250px"><img class="size-full wp-image-406" title="hotdog" src="http://k3rnel.net/wp-content/uploads/2011/02/hotdog.gif" alt="" width="240" height="310" /><p class="wp-caption-text">The mustard represents progress</p></div>
<p>It&#8217;s no secret that I&#8217;m a Fedora / Android fan, so I decided to mix things up.</p>
<p>The BEEFY result?</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/kKrzaBDIdD4" frameborder="0" allowfullscreen></iframe></p>
<p>Want to try it on your device? Just download this <a href="http://nushio.fedorapeople.org/cyanogenmod/beefy.zip">zip file</a>. Overwrite your /system/media/bootanimation.zip with that one.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3rnel.net/2011/03/07/beefy-miracle-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

