<?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>The ramblings of a yorkshire tyke</title>
	<atom:link href="http://www.gennard.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gennard.net/blog</link>
	<description>A developers perspective on life and stuff</description>
	<lastBuildDate>Wed, 02 May 2012 20:20:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Building a better pogoplug.</title>
		<link>http://www.gennard.net/blog/building-a-better-pogoplug/</link>
		<comments>http://www.gennard.net/blog/building-a-better-pogoplug/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 23:30:24 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[pogoplug]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=776</guid>
		<description><![CDATA[A while ago I purchased a pogoplug as a means of sharing photos with my family but its use never really happened because the interface they provided is clunky for hi-res pictures/video.. and some of the family failed to consistently download things.. so it was not a success. The pogoplug device should have allowed me <a href='http://www.gennard.net/blog/building-a-better-pogoplug/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>A while ago I purchased a pogoplug as a means of sharing photos with my family but its use never really happened because the interface they provided is clunky for hi-res pictures/video.. and some of the family failed to consistently download things.. so it was not a success.</p>
<p>The pogoplug device should have allowed me to view my pictures on my dnla enabled samsung tv but it failed too&#8230;</p>
<p>So much for a personal cloud solution!</p>
<p>After this I started to use the device as a backup device/synchronisation store after enabling ssh and building a rsync executable.   This worked well&#8230; but seems liked a waste of a device that is always on.</p>
<p>I then formulated a plan:</p>
<ul>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;">the pogoplug software uses linux, so if I replace it with something more open I can make better use of it, <a title="Arch Linux" href="http://archlinuxarm.org"> Arch Linux for arm</a> is a good fit for me.</li>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;">after installing Arch linux I need some software to make it useful:</li>
<ul>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;">mdns, so I can easily find the pogoplug</li>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;">rsync for backup&#8217;s</li>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;">git for private source repository</li>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;">minidnla server for viewing the pictures</li>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;">personal dropbox solution, the two that look hopeful are:</li>
<ul>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;"><a href="http://mayrhofer.eu.org/dvcs-autosync">DVCS-AutoSync</a> - uses git, simpler model, python based</li>
<li style="color: #444444; font-family: Georgia, 'Bitstream Charter', serif; font-size: 16px; line-height: 24px;"><a href="http://sparkleshare.org/">SparkleShare</a> - uses git, Mac/Linux clients but no Windows</li>
</ul>
</ul>
</ul>
<p>So far, I have installed Arch Linux, setup rsync, setup a small private git repository and the minidnla server and to my surprise it is working out much better than the pogoplug solution provided by them..  perhaps not for the inexperience but it works well and feels more future proof!</p>
<p>So what have I now got? Well I have a open source based solution that is always online, visible to the TV, used as a backup device and low-powered&#8230;   I&#8217;m happy..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/building-a-better-pogoplug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>rsync &amp; permission denied/operation not permitted &amp; arch linux</title>
		<link>http://www.gennard.net/blog/permission-denied-rsync/</link>
		<comments>http://www.gennard.net/blog/permission-denied-rsync/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 00:31:36 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[pogoplug]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[operation not permitted]]></category>
		<category><![CDATA[permission denied]]></category>
		<category><![CDATA[unmount]]></category>
		<category><![CDATA[vfat]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=813</guid>
		<description><![CDATA[I use rsync to sync directories between machines but one of my machines kept screwing up the permissions, I finally get time to track the &#8220;Operation not permitted&#8221; issue and it turned out to my vfat backup drive not being mounted under the right uid. Coming from the old school Unix background, I thought updating <a href='http://www.gennard.net/blog/permission-denied-rsync/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I use rsync to sync directories between machines but one of my machines kept screwing up the permissions, I finally get time to track the &#8220;Operation not permitted&#8221; issue and it turned out to my vfat backup drive not being mounted under the right uid.</p>
<p>Coming from the old school Unix background, I thought updating /etc/fstab would be enough but due to this auto mount system it is done differently <img src='http://www.gennard.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8230;</p>
<p>It turns out you need to change the rules for the auto mount via file /etc/udev/rules.d/11-media-by-label-auto-mount.rules</p>
<p>So what did I need to change?  Well it turned out to be simple uid= to match the uid of my normal user (use id xxx, where xxx is your username)</p>
<p>Below are the changes:</p>
<pre>
ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs",
ENV{mount_options}="$env{mount_options},utf8,
<b>uid=501,</b>gid=100,umask=002"
</pre>
<p>[ad#Google Adsense-1]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/permission-denied-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metro up Java</title>
		<link>http://www.gennard.net/blog/metro-up-java/</link>
		<comments>http://www.gennard.net/blog/metro-up-java/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 22:54:54 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Metro]]></category>
		<category><![CDATA[Windows8]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[Assembly.Load]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[LoadLibrary]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=809</guid>
		<description><![CDATA[Microsoft&#8217;s Metro environment is a bit of a closed environment for the Open Source language vendor, so although you can code Metro applications in C/C++, C#, HTML/JavaScript/CSS on both Intel and ARM chipsets the choice of other languages are non-existent. So where does this leave the JVM community, Perl or Ruby communities, well frankly unless <a href='http://www.gennard.net/blog/metro-up-java/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Metro environment is a bit of a closed environment for the Open Source language vendor, so although you can code Metro applications in C/C++, C#, HTML/JavaScript/CSS on both Intel and ARM chipsets the choice of other languages are non-existent.
<p>So where does this leave the JVM community, Perl or Ruby communities, well frankly unless they get started promptly then they will be stuck on the Desktop and not in Metro, though at first this does not seem such a bad thing.  It does preclude apps being delivered to the user via the AppStore which are solely for the domain of the pure Metro applications</p>
<p>So it is possible to get Java, Perl or Ruby running in Metro given that we now have a reduced set of Windows APIs in WinRT framework plus the ability to execute dynamic code or even use LoadLibrary, Assembly.Load is now gone&#8230;</p>
<p>Well I think these languages might well have to look at embracing the CLR if they want to place nicely with Metro <img src='http://www.gennard.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/metro-up-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Developer Preview on VirtualBox</title>
		<link>http://www.gennard.net/blog/windows-8-developer-preview-on-virtualbox/</link>
		<comments>http://www.gennard.net/blog/windows-8-developer-preview-on-virtualbox/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 22:29:36 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[Windows8]]></category>
		<category><![CDATA[Custom Video Mode]]></category>
		<category><![CDATA[Metro]]></category>
		<category><![CDATA[setextradata]]></category>
		<category><![CDATA[VBoxManage]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Win8]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=798</guid>
		<description><![CDATA[Although I got a developer preview samsung Windows 8 tablet at the Microsoft Build event I do like to use Virtual machine whenever possible because they are very useful. I have managed to get Windows 8 installed on VirtualBox on the Mac and PC. However the default size of the screen is rubish due to <a href='http://www.gennard.net/blog/windows-8-developer-preview-on-virtualbox/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Although I got a developer preview samsung Windows 8 tablet at the Microsoft Build event I do like to use Virtual machine whenever possible because they are very useful.
<p>I have managed to get Windows 8 installed on VirtualBox on the Mac and PC.   However the default size of the screen is rubish due to the lack of additions support, however you can get VirtualBox to include a custom video mode and this works.   Todo this I used the command line:</p>
<p><code lang="bat">VBoxManage setextradata "Windows 8" CustomVideoMode1 1366x768x32
</p></blockquote>
<p>Then start the VM and select the new resolution...</p>
<p><img src="/blog/wp-content/uploads/2011/09/W8VBScreen.jpg" /></p>
<p>Next blog I will document some of the keyboard keystrokes I find useful for the Metro interface...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/windows-8-developer-preview-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heroku add Java support but dumps containers!</title>
		<link>http://www.gennard.net/blog/heroku-add-java-support-but-dumps-containers/</link>
		<comments>http://www.gennard.net/blog/heroku-add-java-support-but-dumps-containers/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 22:35:18 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[Heroku]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=790</guid>
		<description><![CDATA[Recently I have reviewing various cloud solutions and what impact this has on the way you create/architect applications and I have come to the conclusion they are often way too complicated for most existing applications to be effectively hosted in the cloud in a scalable way. However I was very surprised to see Heroku have <a href='http://www.gennard.net/blog/heroku-add-java-support-but-dumps-containers/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Recently I have reviewing various cloud solutions and what impact this has on the way you create/architect applications and I have come to the conclusion they are often way too complicated for most existing applications to be effectively hosted in the cloud in  a scalable way.</p>
<p>However I was very surprised to see <a href="http://www.heroku.com/">Heroku</a> have introduced support for Java but I was more surprised to see that they have chosen not to include JEE container support.   </p>
<p>Which on first thoughts seems odd but given the complexity of implementing a multi-language solution within their environment a JEE container would be an unnecessary hinderance in the performance/scalability of the application. </p>
<p>So yeah&#8230; good choice, I wonder if anyone else will drop the JEE container too in their Java/Cloud solutions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/heroku-add-java-support-but-dumps-containers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Motorola XOOM 3.1 update for Europe</title>
		<link>http://www.gennard.net/blog/motorola-xoom-3-1-update-for-europe/</link>
		<comments>http://www.gennard.net/blog/motorola-xoom-3-1-update-for-europe/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 07:25:55 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=773</guid>
		<description><![CDATA[My beloved European XOOM finally is getting Android 3.1 support&#8230; Boy have I had to be patient&#8230; Android™ 3.1 for Motorola XOOM™ will soon be available over the air to all Motorola XOOM users in Europe. We expect the over-the-air deployment to begin in early August, with the package being available for pull by August <a href='http://www.gennard.net/blog/motorola-xoom-3-1-update-for-europe/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>My beloved European XOOM finally is getting Android 3.1 support&#8230;   Boy have I had to be patient&#8230;</p>
<blockquote><p>
Android™ 3.1 for Motorola XOOM™ will soon be available over the air to all Motorola XOOM users in Europe. We expect the over-the-air deployment to begin in early August, with the package being available for pull by August 9th.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/motorola-xoom-3-1-update-for-europe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zero Day &#8211; Mark E. Russinovich</title>
		<link>http://www.gennard.net/blog/zero-day-mark-e-russinovich/</link>
		<comments>http://www.gennard.net/blog/zero-day-mark-e-russinovich/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 22:08:30 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=767</guid>
		<description><![CDATA[Just finished reading &#8220;Zero Day&#8221; by Mark E. Russinovich. The author is a fellow at Microsoft and well know in the computer circles for also being the author of various tools from SysInternals a company he used to own. The book is about cyber-terrorist and without giving too much away its quite a interesting read. <a href='http://www.gennard.net/blog/zero-day-mark-e-russinovich/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Just finished reading &#8220;Zero Day&#8221; by Mark E. Russinovich.   The author is a fellow at Microsoft and well know in the computer circles for also being the author of various tools from SysInternals a company he used to own.</p>
<p>The book is about cyber-terrorist and without giving too much away its quite a interesting read.</p>
<p>Anyway&#8230; here is what is said about the book from the author himself:</p>
<blockquote><p>
<a href="http://www.gennard.net/blog/wp-content/uploads/2011/04/zeroday_cover.png"><img src="http://www.gennard.net/blog/wp-content/uploads/2011/04/zeroday_cover-214x300.png" alt="" title="zeroday_cover" width="214" height="300" class="alignnone size-medium wp-image-769" /></a><br />
An airliner’s controls abruptly fail mid-flight over the Atlantic. An oil tanker runs aground in Japan when its navigational system suddenly stops dead. Hospitals everywhere have to abandon their computer</p>
<p>databases when patients die after being administered incorrect dosages of their medicine. In the Midwest, a nuclear power plant nearly becomes the next Chernobyl when its cooling systems malfunction.</p>
<p>At first, these random computer failures seem like unrelated events. But Jeff Aiken, a former government analyst who quit in disgust after witnessing the gross errors that led up to 9/11, thinks otherwise. Jeff fears a more serious attack targeting the United States computer infrastructure is already under way. And as other menacing computer malfunctions pop up around the world, some with deadly results, he realizes that there isn’t much time if he hopes to prevent an international catastrophe.</p>
<p>Written by a global authority on cyber security, Zero Day presents a chilling “what if” scenario that, in a world completely reliant on technology, is more than possible today—it’s a cataclysmic disaster just waiting to happen.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/zero-day-mark-e-russinovich/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>You can make money without doing evil&#8230;</title>
		<link>http://www.gennard.net/blog/google-gpl-2-linux-headers/</link>
		<comments>http://www.gennard.net/blog/google-gpl-2-linux-headers/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 23:55:22 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[gpl-2]]></category>
		<category><![CDATA[evil dudes do wrong]]></category>
		<category><![CDATA[linux headers]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=764</guid>
		<description><![CDATA[Well this is what google says in their corporate philosophy but I seriously doubting this. If you are not aware of the most recent cuffle about google, let explain and perhaps rant a little. Google; in an attempt to prevent the spread of the gpl-2 license from the linux kernel on the android platform to <a href='http://www.gennard.net/blog/google-gpl-2-linux-headers/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Well this is what google says in their corporate philosophy but I seriously doubting this.</p>
<p>If you are not aware of the most recent cuffle about google, let explain and perhaps rant a little.</p>
<p>Google; in an attempt to prevent the spread of the gpl-2 license from the linux kernel on the android platform to user&#8217;s application decided to clean the kernel headers of it so it can be used in the bionic libc.</p>
<p>My understanding of the gpl-2 license is that once you have applied the license to your code, you are free to change it, include it and attribute your changes but the gpl-2 remains, so I can not see how they can clean the code of the license when the license itself prohibits it.</p>
<p>Cleaning up the linux headers files does not seem such a big deal at first especially given the linux chaps have the own sanitised version themselves but it really does open it a huge whole in the open source arena.  If you can remove the gpl-2 from the linux headers which contain macro&#8217;s aka inline code then why can&#8217;t you do the same for other gpl-2 software and release it or use it anyway you wish.   After all if google can do it without doing any evil&#8230; why can&#8217;t anyone else do the same?</p>
<p>Is this the end of gpl-2 or just the start of new legal battle with the do no evil company being covered the brown stuff.</p>
<p>So what should google to next&#8230;<br />
 &#8211; standup and say &#8220;sorry&#8221; and &#8220;we will fix it&#8221;<br />
 &#8211; move bionic libc to the proper sanitized headers<br />
 &#8211; reissue a firmware that mitigates issue<br />
 &#8211; put some more love in the open source arena and stop taking evil shortcuts</p>
<p>Anyway rant over&#8230; lets see what happens next&#8230;</p>
<p>http://www.brownrudnick.com/nr/pdf/alerts/Brown%20Rudnick%20Advisory%20The%20Bionic%20Library-Did%20Google%20Work%20Around%20The%20GPL.pdf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/google-gpl-2-linux-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Billion Reasons..</title>
		<link>http://www.gennard.net/blog/1-billion-reasons/</link>
		<comments>http://www.gennard.net/blog/1-billion-reasons/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 00:25:55 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=761</guid>
		<description><![CDATA[What can a company do with a 1 Billion USD? Well if you are Microsoft you can use this or more to ensure one of your competitors becomes a OEM vendor! This is exactly what is said Microsoft did to influence Nokia to use their mobile offerings&#8230; Which at first seems a bit of amazing <a href='http://www.gennard.net/blog/1-billion-reasons/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>What can a company do with a 1 Billion USD?</p>
<p>Well if you are <a href="http://www.businessweek.com/news/2011-03-07/microsoft-is-said-to-pay-nokia-more-than-1-billion-in-deal.html">Microsoft you can use this or more to ensure one of your competitors becomes a OEM vendor!</a></p>
<p>This is exactly what is said Microsoft did to influence Nokia to use their mobile offerings&#8230;  Which at first seems a bit of amazing turn around for Nokia given the amount of effort it has put into Symbian but I guess cash is king!  Good luck Nokia..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/1-billion-reasons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Gadget</title>
		<link>http://www.gennard.net/blog/new-gadget-cowon/</link>
		<comments>http://www.gennard.net/blog/new-gadget-cowon/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 22:57:29 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[cowon]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[brick laying]]></category>
		<category><![CDATA[cowon j3]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[libmtp]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=752</guid>
		<description><![CDATA[Over the last couple of years I have not been getting on too well with my second generation iPod Touch but it has been a bit of a love hate relationship&#8230; I love it when works well with my mac&#8217;s at home but find it a real pain on Windows, it works but it feels <a href='http://www.gennard.net/blog/new-gadget-cowon/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of years I have not been getting on too well with my second generation iPod Touch but it has been a bit of a love hate relationship&#8230; I love it when works well with my mac&#8217;s at home but find it a real pain on Windows, it works but it feels like I&#8217;m forcing it to work&#8230; even the sound feel damp and uninspiring.. </p>
<p>Anyway, I thought it time was to try something different out, so I had a look around and decided to pick up the <a href="http://www.cowonglobal.com/">Cowon J3</a>.  </p>
<p>So what do I think about it, well I had an interesting first day experience&#8230; I managed to brick&#8230; yes&#8230; completely brick it&#8230;  even for me this was a first!</p>
<p>I used to have an old creative labs mp3 player and this used Microsoft&#8217;s MTP protocol and so did the new shinney J3&#8230; so I downloaded and built <a href="http://libmtp.sourceforge.net/">libmtp</a> and started to play around with the protocol to see if I could automatically create some playlist&#8230; well that was my intention&#8230; a couple of hours later the cowon froze up on me and pressed the reset switch and the reset button&#8230; and the rest has gone down in brick laying history..</p>
<p>Using the guide at <a href="http://iaudiophile.net/forums/showthread.php?t=37160">iaudiophile</a>.net I manager to get the right tools and the firmware to try and repair it myself.</p>
<p>Using the tools above, I managed to install a new firmware but it still crashed with &#8220;checking albums&#8221; on startup.. so I decided to place the firmware on the micro sd card and I found it booted off this&#8230;. wow I thought its not completely bricked&#8230;  Then I was able to mount the drive&#8230; re-format it as fat and then I re-installed the firmware&#8230; this time it worked!</p>
<p>Anyway, as you can imagine after this first day experience I really was not too impressed with myself, libmtp or the cowon.</p>
<p>Nows, its a couple of weeks later&#8230; I now have started to like my lovely cowon&#8230; at first I thought the user interface was childish but it has grown on me.. it simpy works when I need it to work.. however the nicest surprise is that I now love my music again but I have left libmtp alone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/new-gadget-cowon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

