<?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>Ronnie Tucker</title>
	<atom:link href="http://ronnietucker.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronnietucker.co.uk/blog</link>
	<description>Linux, Art and Gadgets... the good things in life.</description>
	<lastBuildDate>Wed, 03 Mar 2010 22:55:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Install Google SketchUp 7 with Wine in Ubuntu</title>
		<link>http://ronnietucker.co.uk/blog/2010/03/03/how-to-install-google-sketchup-7-with-wine-in-ubuntu/</link>
		<comments>http://ronnietucker.co.uk/blog/2010/03/03/how-to-install-google-sketchup-7-with-wine-in-ubuntu/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 22:53:46 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[6]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[sketchup]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=650</guid>
		<description><![CDATA[Google SketchUp is a very popular, and free, CAD style application. So far so good, but the bad news is that it is written for Windows. The good news is that it will run under Wine with very little difficulty these days.
The first thing you must do is, of course, download SketchUp from: http://sketchup.google.com/intl/en/download/gsu.html. Next, [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/03/Sketchuplogo.png"><img class="alignleft size-full wp-image-651" style="margin-left: 15px; margin-right: 15px;" title="Sketchuplogo" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/03/Sketchuplogo.png" alt="" width="128" height="128" /></a>Google SketchUp</strong> is a very popular, and free, CAD style application. So far so good, but the bad news is that it is written for Windows. The good news is that it will run under Wine with very little difficulty these days.</p>
<p>The first thing you must do is, of course, download <strong>SketchUp</strong> from: <a href="http://sketchup.google.com/intl/en/download/gsu.html">http://sketchup.google.com/intl/en/download/gsu.html</a>. Next, you need to either install the latest version of <strong>Wine</strong>, or update your current installation of Wine to the most recent version. I recommend you use the Wine (Ubuntu) repo&#8217;s, how to add the repository is at: <a href="http://www.winehq.org/download/deb">http://www.winehq.org/download/deb</a>. To check your version of Wine, click Applications &gt; Wine &gt; Configure Wine,  and click the &#8216;About&#8217; tab. To get SketchUp working properly, it&#8217;s best to have at least 1.1.11 of Wine.</p>
<p><span id="more-650"></span></p>
<div id="c88b"><img src="http://docs.google.com/File?id=ddfpxb23_645vkv4mg9_b" alt="" /></div>
<p>While you have the configuration window open, click the &#8216;Applications&#8217; tab, and set the default Windows to XP</p>
<div id="tz00"><img src="http://docs.google.com/File?id=ddfpxb23_6546h973gd_b" alt="" /></div>
<p>The last thing you should do is to make sure you have nVidia drivers installed (if need be), the Wine homepage says: &#8216;<em>you probably need nvidia&#8217;s proprietary graphics driver. The open-source nv driver isn&#8217;t good enough yet</em>&#8216;.</p>
<p>With all the necessary steps in place, it&#8217;s time to install SketchUp! Open the folder of where you saved the SketchUp .exe file, right click on the GoogleSketchUpWEN.exe and choose &#8216;Open with Wine Windows Program Loader&#8217;, don&#8217;t double click it as Ubuntu will think it&#8217;s an archive and just display its contents.</p>
<div id="vbae"><img src="http://docs.google.com/File?id=ddfpxb23_66dhpnc7cd_b" alt="" /></div>
<p>Simply follow the prompts, accepting all the default settings, and it should install no problem at all.</p>
<div id="qnsz"><img src="http://docs.google.com/File?id=ddfpxb23_67dxksksds_b" alt="" /></div>
<p>The installer will put two links on your desktop but, since those are for Windows, you can delete them.</p>
<p>But were not done yet. Google SketchUp needs some Windows files, and the easiest way to install them is using a script called winetricks. To install wintricks, load up a command line and issue the command:</p>
<pre>wget http://www.kegel.com/wine/winetricks</pre>
<p>then to install the actual Windows files:</p>
<pre>sh winetricks corefonts vcrun6 vcrun2005</pre>
<p><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>NOTE</strong></span>: Do not install any .dll&#8217;s or Windows system files manually as this will cause a ton of errors, I know&#8230; it did this the first time I tried installing SketchUp!</span></p>
<p>Once winetricks is done installing the Windows files, you click Applications &gt; Wine &gt; Programs &gt; Google SketchUp 7 &gt; Google SketchUp and SketchUp will load.</p>
<div id="qfju"><img src="http://docs.google.com/File?id=ddfpxb23_684f7f6ggr_b" alt="" width="624" height="476" /></div>
<p>The first time I tried installing SketchUp I couldn&#8217;t get it to load, but deleting my .wine directory and reinstalling SketchUp made it work no problem at all, but beware: <span style="color: #ff0000;"><strong>deleting the .wine directory will delete everything you have on your Wine C: drive! </strong></span><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2008/12/09/installing-new-brushes-in-to-gimp/" rel="bookmark" title="December 9, 2008">Installing New Brushes in to GIMP</a></li>
<li><a href="http://ronnietucker.co.uk/blog/a-mame-machine-with-ubuntu-sdlmame-and-wahcade/" rel="bookmark" title="January 21, 2009">A MAME Machine with Ubuntu, SDLmame and Wahcade</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/05/10/ushare-xbox-360-media-streaming-goodness/" rel="bookmark" title="May 10, 2009">uShare + Xbox 360 = media streaming goodness</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/" rel="bookmark" title="December 16, 2009">Installing Ubuntu 9.10 and XBMC on the Acer Aspire Revo</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2008/11/06/eee-701-kubuntu-810-intrepid-ibex-and-unetbootin/" rel="bookmark" title="November 6, 2008">EEE 701, Kubuntu 8.10 (Intrepid Ibex) and Unetbootin</a></li>
</ul>
<p><!-- Similar Posts took 3.139 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2010/03/03/how-to-install-google-sketchup-7-with-wine-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From G1 to Motorola Milestone with Android 2.0</title>
		<link>http://ronnietucker.co.uk/blog/2010/02/12/from-g1-to-motorola-milestone-with-android-2-0/</link>
		<comments>http://ronnietucker.co.uk/blog/2010/02/12/from-g1-to-motorola-milestone-with-android-2-0/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 19:01:58 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[doodledroid]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[fx]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[milestone]]></category>
		<category><![CDATA[mixzing]]></category>
		<category><![CDATA[motorola]]></category>
		<category><![CDATA[recognition]]></category>
		<category><![CDATA[twidroid]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=642</guid>
		<description><![CDATA[In the beginning there was HTC, and lo, they created a phone and named it G1. And it did sell.
Now Motorola have created a sibling to the G1, the Motorola Milestone (Droid if you&#8217;re stateside) and not only is it more slimline than it&#8217;s G1 brethren, it also comes with Android 2.0!
First thing I noticed [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_643" class="wp-caption alignleft" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/Motorola-Milestone.jpg"><img class="size-medium wp-image-643" title="Motorola-Milestone" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/Motorola-Milestone-300x255.jpg" alt="" width="300" height="255" /></a><p class="wp-caption-text">Motorola Milestone (Droid, if you&#39;re in the US)</p></div>
<p><strong>In the beginning there was HTC, and lo, they created a phone and named it G1. And it did sell.</strong></p>
<p>Now Motorola have created a sibling to the G1, the <strong>Motorola Milestone</strong> (Droid if you&#8217;re stateside) and not only is it more slimline than it&#8217;s G1 brethren, it also comes with Android 2.0!</p>
<p>First thing I noticed about the Milestone is the phone and slider feel rock solid. The arc slider on the G1 was spring loaded and felt like it would loosen after a while (which it never did) but the Milestone slider needs a good shove all the way to click in place, this I like.</p>
<p><span id="more-642"></span></p>
<p>On putting my 3 SIM in and powering up the Milestone I was greeted with the &#8216;android&#8217; loading screen then the familiar Android desktop. Now it&#8217;s time to log in with my Gmail info. I&#8217;m interested to see if everything will still sync OK. Technically it should, of course, but I&#8217;m old sk00l and am used to having to manually enter all your contacts on getting a new phone/SIM. But, once signed in, the phone connected to Google and all my Gmail contacts are there, same with my Google calendar stuff. Fantastic!</p>
<p>One thing that took a bit of getting used to was having no buttons on the front of the phone. There are four icons below the screen. They are actually touch sensitive buttons which come in to play when the screen is active, I kept poking at them while the screen was off, expecting the screen to spring to life like I was used to with my G1, on the Milestone you use the on/off button at the top of the unit to activate/sleep the screen.</p>
<p>Having tinkered with several home screen replacements on the G1 (GDE being one of my favourites) I&#8217;ve grown to love <strong>SlideScreen</strong> so, after signing in, I headed to the Market to install SlideScreen, but would the Market still allow it? After all, I paid for SlideScreen from my G1. But, of course, everything is saved at Google&#8217;s end, so it does indeed mark it as paid and installs in a jiffy. The Market also remembers several other apps that I recently (un)installed under the Downloads tab, so that&#8217;s quick links to apps that I need.</p>
<div id="attachment_644" class="wp-caption aligncenter" style="width: 260px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/SlideScreen.jpg"><img class="size-full wp-image-644" title="SlideScreen" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/SlideScreen.jpg" alt="" width="250" height="446" /></a><p class="wp-caption-text">SlideScreen - the home replacement app.</p></div>
<p>One thing I did notice more on the Milestone is that up top where it normally shows the 3G logo, I was seeing an &#8216;H&#8217;. Odd. Turns out this is some super-fast 3G connection which I never got on the G1. Another bonus!</p>
<p>My next port of call was to install <strong>K9</strong> for my non-Gmail, but I noticed an icon for Gmail and Email in the system settings. Prodding email lets me set up a non-Gmail account without the need for another app. Cool! There are also icons for Corporate Calendars and what-not, allowing you to sync with Microsoft Exchange. Which is no doubt very welcome for business users.</p>
<p>I installed several of my other apps (<strong>Camera ZOOM FX, Droid Analytics</strong> and <strong>Doodledroid</strong> to name but a few) and they certainly seem faster on the Milestone, especially Doodledroid. Normally in Doodledroid on the G1 it would take a second/two to update the screen if you were using the smudge tool, on the Milestone it&#8217;s virtually instantaneous. I installed Camera ZOOM FX as I could never seem to get a decent picture with the standard camera app, Camera ZOOM FX uses the sensors within the phone to detect stability before taking a photo. And the resulting photo&#8217;s are good, it&#8217;s now a 5mp camera.</p>
<p>I also kept wondering why the screen was fading in and out. Turns out the Milestone has a sensor at the top left to detect the light level where you are and adjusts the brightness of the screen accordingly, so when I pick up my phone in the dead of night and turn it on, I will no longer blind myself. Nice!</p>
<div id="attachment_645" class="wp-caption aligncenter" style="width: 330px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/mixzing.png"><img class="size-full wp-image-645" title="mixzing" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/mixzing.png" alt="" width="320" height="452" /></a><p class="wp-caption-text">MixZing - for all your MP3 needs</p></div>
<p>Since my iPod is on it&#8217;s last legs, see <a href="http://ronnietucker.co.uk/blog/2010/02/04/todays-science-experiment-disassembling-an-ipod-battery-or-how-to-burn-your-house-down/">my previous post about changing its battery</a>, I installed <strong>MixZing</strong> and copied across several MP3 files. MixZing did a great job of playing the files and sending info to LastFM. It&#8217;s minimal display shows just the album cover with play/pause, love/hate and so on but also uses your played songs to offer suggestions for new stuff! The good thing with the Milestone, compared to the G1, is the standard ear/headphone jack at the top of the unit, so this now becomes a phone/camera/mp3 player.</p>
<p>Next, <strong>Twidroid</strong>. I install it because it works well with SlideScreen and Twidroid will also let me try out the keyboard. Like I said, the keyboard is revealed with a resounding click. Typing is easy enough although it would probably have been better if each key was raised slightly, on the Milestone all the keys are little flat squares, unlike the G1 where each key has a gap between it and a bevel to each button. Although why they bothered with the black rectangle to the right of the keys is anyone&#8217;s guess, it&#8217;s basically a D-pad like you&#8217;d get on a SNES controller. Only downside with the keyboard is that you need to press ALT to get numbers, I reckon Motorola should have let the screen slide up another 10mm and gave the number keys their own row at the top of the keyboard.</p>
<p>Google have also incorporated a lot of voice activated stuff in Android 2.0. Having just joined Buzz (the Google/Twitter mashup) I poked the microphone icon beside the Google search widget and, quite clearly, said: &#8216;post buzz&#8217;, which should have taken me to a Gmail/Buzz page. Instead, Google searched for &#8216;horse barns&#8217;. Not quite sure how Google worked that out, but I&#8217;m sure my Glaswegian accent wasn&#8217;t taken in to account when Google did voice trials. Shame that. But after several tries, it got it. So it might be an idea to incorporate some sort of &#8216;voice training&#8217; thing in Android so that the OS can get used to accents.</p>
<p>The Motorola Milestone doesn&#8217;t come cheap. Mine cost me ~£340 on eBay which is pretty cheap, but it&#8217;s definitely a great phone, I can see now why everyone was going droid-crazy over the pond. It has more internal power and storage than the G1 so it doesn&#8217;t feel like a new phone, it feels like a step up, the next-gen if you like. It&#8217;s expensive, but I love it, it&#8217;s definitely my new all-in-one phone/camera/mp3 player gadget.  <img src='http://ronnietucker.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/t-mobile-and-google-android-powered-g1-phone-unlocked-and-on-payg/" rel="bookmark" title="February 5, 2009">T-mobile and Google (Android powered) G1 phone unlocked and on PAYG</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2008/10/22/brief-review-of-the-sony-ericsson-p1i/" rel="bookmark" title="October 22, 2008">Brief review of the Sony Ericsson P1i</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2008/07/30/acer-c301xmi-tablet-pc/" rel="bookmark" title="July 30, 2008">Acer C301XMi Tablet PC</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/03/03/how-to-install-google-sketchup-7-with-wine-in-ubuntu/" rel="bookmark" title="March 3, 2010">How To Install Google SketchUp 7 with Wine in Ubuntu</a></li>
<li><a href="http://ronnietucker.co.uk/blog/cect-599-apple-iphone-clone/" rel="bookmark" title="December 22, 2007">CECT 599 &#8211; Apple iPhone clone</a></li>
</ul>
<p><!-- Similar Posts took 2.734 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2010/02/12/from-g1-to-motorola-milestone-with-android-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Todays Science Experiment: Disassembling an iPod battery (or: How To Burn Your House Down)</title>
		<link>http://ronnietucker.co.uk/blog/2010/02/04/todays-science-experiment-disassembling-an-ipod-battery-or-how-to-burn-your-house-down/</link>
		<comments>http://ronnietucker.co.uk/blog/2010/02/04/todays-science-experiment-disassembling-an-ipod-battery-or-how-to-burn-your-house-down/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 20:54:56 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[classic]]></category>
		<category><![CDATA[disassemble]]></category>
		<category><![CDATA[dismantle]]></category>
		<category><![CDATA[fire fire!]]></category>
		<category><![CDATA[house fire]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[smoke]]></category>
		<category><![CDATA[spark]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=634</guid>
		<description><![CDATA[Having finally managed to get my iPod Classic open, I replaced its aging battery for a spiffy new one. Upon reading the label on the old battery, it said: Do NOT disassemble.
Well, that&#8217;s fighting talk where I come from, and if Apple said not to do it, I&#8217;m doing it!
Here we have the freshly plucked [...]]]></description>
			<content:encoded><![CDATA[<p>Having finally managed to get my iPod Classic open, I replaced its aging battery for a spiffy new one. Upon reading the label on the old battery, it said: Do NOT disassemble.</p>
<p>Well, that&#8217;s fighting talk where I come from, and if Apple said not to do it, I&#8217;m doing it!</p>
<p>Here we have the freshly plucked (well, torn) battery:</p>
<div id="attachment_635" class="wp-caption aligncenter" style="width: 510px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-01.jpg"><img class="size-full wp-image-635" title="iPod-battery-01" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-01.jpg" alt="" width="500" height="376" /></a><p class="wp-caption-text">The pristine, non-violated, battery.</p></div>
<p><span id="more-634"></span></p>
<p>First I peeled off the yellow tape stuff, this revealed a rather funky little circuit board!</p>
<div id="attachment_636" class="wp-caption aligncenter" style="width: 510px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-02.jpg"><img class="size-full wp-image-636" title="iPod-battery-02" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-02.jpg" alt="" width="500" height="451" /></a><p class="wp-caption-text">Funky little circuit board thingy</p></div>
<p>Next, I peeled back it&#8217;s silver foil:</p>
<div id="attachment_637" class="wp-caption aligncenter" style="width: 510px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-03.jpg"><img class="size-full wp-image-637" title="iPod-battery-03" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-03.jpg" alt="" width="500" height="377" /></a><p class="wp-caption-text">Cover your eyes, it&#39;s a naked battery!</p></div>
<p>It&#8217;s at this point there was a funny smell, some sort of chemical thing. Meh, doesn&#8217;t scare me. You&#8217;ll notice some dark marks on the white paper in the photo above. This is some sort of liquid that&#8217;s leaking from the injured battery. That does scare me, but luckily I&#8217;m too daft to care.</p>
<p>The body of the battery is several layers of &#8217;stuff&#8217; (stop me if I&#8217;m getting to technical) which I began to unroll&#8230;</p>
<div id="attachment_638" class="wp-caption aligncenter" style="width: 510px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-04.jpg"><img class="size-full wp-image-638" title="iPod-battery-04" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-04.jpg" alt="" width="500" height="358" /></a><p class="wp-caption-text">Ooh, that&#39;s all this then...</p></div>
<p>Unrolling it was proving to be tricky since it kept wanting to spring back to it&#8217;s rolled shape, but also due to the fact that I didn&#8217;t want to touch the damn thing as more liquid was leaking from it, the smell was getting worse and now small fragments of black stuff were falling out of it.</p>
<div id="attachment_639" class="wp-caption aligncenter" style="width: 509px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-05.jpg"><img class="size-full wp-image-639" title="iPod-battery-05" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/02/iPod-battery-05.jpg" alt="BANG! Poof..." width="499" height="353" /></a><p class="wp-caption-text">BANG! *poof*</p></div>
<p>It all came to an end when I unrolled it to about half way, it sprang back, crackled, sparked and smoke came out of it. What made me stop was after doing it three times it wouldn&#8217;t spark and smoke any more, so I got bored of it.</p>
<p>Several times I&#8217;ve looked over my shoulder to see if my bin is in flames, thus far it is not.</p>
<p><strong>And this experiment explains why I&#8217;m not allowed to be bored&#8230;</strong><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2008/07/30/acer-c301xmi-tablet-pc/" rel="bookmark" title="July 30, 2008">Acer C301XMi Tablet PC</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2008/02/15/epson-suck-ass/" rel="bookmark" title="February 15, 2008">EPSON SUCK ASS</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2008/01/12/kde4-first-impressions/" rel="bookmark" title="January 12, 2008">KDE4 &#8211; First Impressions</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/02/12/from-g1-to-motorola-milestone-with-android-2-0/" rel="bookmark" title="February 12, 2010">From G1 to Motorola Milestone with Android 2.0</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2007/12/23/kde4-rc2-first-impressions/" rel="bookmark" title="December 23, 2007">KDE4 RC2 &#8211; First Impressions</a></li>
</ul>
<p><!-- Similar Posts took 2.397 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2010/02/04/todays-science-experiment-disassembling-an-ipod-battery-or-how-to-burn-your-house-down/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using a Cyberlink remote with the new Boxee Beta</title>
		<link>http://ronnietucker.co.uk/blog/2010/01/08/using-a-cyberlink-remote-with-the-new-boxee-beta/</link>
		<comments>http://ronnietucker.co.uk/blog/2010/01/08/using-a-cyberlink-remote-with-the-new-boxee-beta/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 19:37:07 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[cyberlink]]></category>
		<category><![CDATA[lirc]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=630</guid>
		<description><![CDATA[Having recently installed the new Boxee Beta, which is (by the way) amazing, I decided to take the plunge and try to get my cheapo Cyberlink (USB) remote control (shown below) working with it, but properly.


I raise my hands and own up to using the instructions from: http://xbmc.org/forum/showpost.php?p=433877&#38;postcount=1 &#8211; with a few slight changes to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/boxee_logo_notext.png"><img class="alignleft size-full wp-image-625" style="margin-left: 12px; margin-right: 12px;" title="boxee_logo_notext" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/boxee_logo_notext.png" alt="boxee_logo_notext" width="150" height="147" /></a>Having recently installed the new <strong>Boxee Beta</strong>, which is (by the way) <span style="text-decoration: underline;"><strong>amazing</strong></span>, I decided to take the plunge and try to get my cheapo Cyberlink (USB) remote control (shown below) working with it, but properly.</p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/01/cyberlink-remote.jpg"><img class="aligncenter size-full wp-image-631" title="cyberlink-remote" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2010/01/cyberlink-remote.jpg" alt="cyberlink-remote" width="246" height="246" /></a></p>
<p><span id="more-630"></span></p>
<p>I raise my hands and own up to using the instructions from: <a href="http://xbmc.org/forum/showpost.php?p=433877&amp;postcount=1">http://xbmc.org/forum/showpost.php?p=433877&amp;postcount=1</a> &#8211; with a few slight changes to make it Boxee specific. Here&#8217;s how I did it&#8230;</p>
<p>Follow the original post to install Lirc, get the event ID and edit the config file, but (in the third post) when you are meant to enter:</p>
<pre>sudo gedit ~/.xbmc/userdata/Lircmap.xml</pre>
<p>&#8230; you should, for Boxee, enter:</p>
<pre>sudo gedit ~/.boxee/UserData/Lircmap.xml</pre>
<p>(NOTE: yes, it really should be UserData with the capitals)</p>
<p>Now load up Boxee and the vast majority of the Cyberlink remote buttons work properly!</p>
<p>Ahh, time to play with some Boxee Beta apps and explore the new features. Although, I can&#8217;t find how I make Boxee recognise a film/TV show, but that&#8217;s OK, I&#8217;ll mess around with it even more now that my remote works properly!  <img src='http://ronnietucker.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/" rel="bookmark" title="December 16, 2009">Installing Ubuntu 9.10 and XBMC on the Acer Aspire Revo</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/12/17/boxee-and-the-acer-aspire-revo/" rel="bookmark" title="December 17, 2009">Boxee and the Acer Aspire Revo</a></li>
<li><a href="http://ronnietucker.co.uk/blog/asus-eee-701-with-kubuntu-804-kde41/" rel="bookmark" title="June 9, 2008">ASUS EEE 701 with Kubuntu 8.04 + KDE4.1</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/05/10/ushare-xbox-360-media-streaming-goodness/" rel="bookmark" title="May 10, 2009">uShare + Xbox 360 = media streaming goodness</a></li>
<li><a href="http://ronnietucker.co.uk/blog/a-mame-machine-with-ubuntu-sdlmame-and-wahcade/" rel="bookmark" title="January 21, 2009">A MAME Machine with Ubuntu, SDLmame and Wahcade</a></li>
</ul>
<p><!-- Similar Posts took 2.423 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2010/01/08/using-a-cyberlink-remote-with-the-new-boxee-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxee and the Acer Aspire Revo</title>
		<link>http://ronnietucker.co.uk/blog/2009/12/17/boxee-and-the-acer-aspire-revo/</link>
		<comments>http://ronnietucker.co.uk/blog/2009/12/17/boxee-and-the-acer-aspire-revo/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 21:29:09 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[channels]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[video podcast]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=624</guid>
		<description><![CDATA[Having tried XBMC on my Acer Aspire Revo, I thought I&#8217;d give Boxee a try. I&#8217;d heard such good things about it that it would have been rude of me to ignore it, and I have to say: I really do like it. Technically it&#8217;s not available for Karmic (Ubuntu 9.10) but thankfully it can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/boxee_logo_notext.png"><img class="alignleft size-full wp-image-625" style="margin-left: 12px; margin-right: 12px;" title="boxee_logo_notext" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/boxee_logo_notext.png" alt="boxee_logo_notext" width="141" height="138" /></a>Having <a href="http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/">tried <em>XBMC</em> on my <em>Acer Aspire Revo</em></a>, I thought I&#8217;d give <em><strong>Boxee</strong></em> a try. I&#8217;d heard such good things about it that it would have been rude of me to ignore it, and I have to say: I really do like it. Technically it&#8217;s not available for Karmic (Ubuntu 9.10) but thankfully it can easily be botched to work fine in 9.10.</p>
<p>The first thing to do is head over to the Boxee site and sign up with them: <a href="http://Boxee.tv">Boxee.tv</a>. The reason for this is that Boxee is part XBMC, part social media. Boxee is based on XBMC but it has several useful addons that allow you to rate/favourite your media and recommend media to friends. All this is done via the Boxee website, hence the signup. Once you&#8217;ve signed up, you can go to the downloads page and see instructions on how to install Boxee by adding the Jaunty repo. And this is where you hit a snag. Boxee won&#8217;t install as it requires packages that aren&#8217;t in the Karmic, or Boxee, repo. So, to botch it, we grab some .deb files that are from Jaunty/other repos.</p>
<p><span id="more-624"></span></p>
<p>The files I needed to install before Boxee were:</p>
<p><strong>liblzo1</strong> &#8211; <a href="http://ubuntu.cs.utah.edu/ubuntu/pool/universe/l/lzo/liblzo1_1.08-3_i386.deb">http://ubuntu.cs.utah.edu/ubuntu/pool/universe/l/lzo/liblzo1_1.08-3_i386.deb</a></p>
<p><strong>libdirectfb</strong> &#8211; <a href="http://mirrors.kernel.org/ubuntu/pool/main/d/directfb/libdirectfb-1.0-0_1.0.1-11ubuntu1_i386.deb">http://mirrors.kernel.org/ubuntu/pool/main/d/directfb/libdirectfb-1.0-0_1.0.1-11ubuntu1_i386.deb</a></p>
<p>and <strong>libkrb53</strong> &#8211; <a href="http://packages.ubuntu.com/jaunty/i386/libkrb53/download">http://packages.ubuntu.com/jaunty/i386/libkrb53/download</a></p>
<p>(source: <a href="http://forum.boxee.tv/showthread.php?p=60489">http://forum.boxee.tv/showthread.php?p=60489</a>)</p>
<p>Once I&#8217;d installed those, I could install Boxee and it&#8217;s dependencies without a hitch.</p>
<p>Once it&#8217;s installed, Boxee is found in Applications &gt; Sound &amp; Video.</p>
<div id="attachment_627" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/boxee-content.jpg"><img class="size-medium wp-image-627" title="boxee-content" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/boxee-content-300x168.jpg" alt="Boxee's main screen" width="300" height="168" /></a><p class="wp-caption-text">Boxee&#39;s main screen</p></div>
<p>With Boxee running I added my local media folders and my wireless shared directories. From there, Boxee rips through your files guessing at their classification, but you can assign a media type to a particular directory if you wish. I was a bit unnerved when many of my video files weren&#8217;t showing up under movies, but I quickly realised that Boxee needed me to tell it what these files actually were. I&#8217;m sure it knew they were video, and probably movies, but it wanted to know exactly WHAT movie it was so that it could go and fetch me information and a cover of the movie, which is a nice touch. Same with audio files, it will automatically grab you album covers and band photographs.</p>
<p>Editing audio/video information is quite easy too, even without a keyboard, as it has an on-screen keyboard which is easy to use.</p>
<div id="attachment_626" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/boxee-alpha-for-windows.jpg"><img class="size-medium wp-image-626" title="boxee-alpha-for-windows" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/boxee-alpha-for-windows-300x184.jpg" alt="Boxee applications - basically Internet TV channels" width="300" height="184" /></a><p class="wp-caption-text">Boxee applications - basically Internet TV channels</p></div>
<p>As well as using your own media, in Boxee, you have access to dozens of &#8216;applications&#8217; which are basically channels (above). Channels which are video podcasts and internet episodes. The list is quite varied and has everything from CNN, to Open lectures, to anime.</p>
<p>The only quibble I have with Boxee is that my (cheapo) remote control doesn&#8217;t work as well with Boxee as it did with XBMC. But obviously, that&#8217;s my fault for having a cheapo remote. It&#8217;s still usable, but it&#8217;s annoying that I don&#8217;t have a remote button for going back, I have to keep returning to the main menu and going forward from there, but at least the main play/ffwd/pause/stop work.</p>
<p>All in all, I&#8217;m really impressed with Boxee, I&#8217;ll definitely be keeping it and quite probably using it more than XBMC as XBMC has a few rough edges to it, but Boxee (even though it&#8217;s an alpha) is smooth as a smooth thing!</p>
<p>Look me up on Boxee and give me a shout, my username is ronnietucker. I look forward to your recommendations!*</p>
<p>* as long as they&#8217;re good <img src='http://ronnietucker.co.uk/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2010/01/08/using-a-cyberlink-remote-with-the-new-boxee-beta/" rel="bookmark" title="January 8, 2010">Using a Cyberlink remote with the new Boxee Beta</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/" rel="bookmark" title="December 16, 2009">Installing Ubuntu 9.10 and XBMC on the Acer Aspire Revo</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/05/10/ushare-xbox-360-media-streaming-goodness/" rel="bookmark" title="May 10, 2009">uShare + Xbox 360 = media streaming goodness</a></li>
<li><a href="http://ronnietucker.co.uk/blog/broadcasting-video-from-ubuntu-to-ustream-with-webcamstudio/" rel="bookmark" title="May 23, 2009">Broadcasting Video, from Ubuntu to Ustream, With WebcamStudio</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/03/03/how-to-install-google-sketchup-7-with-wine-in-ubuntu/" rel="bookmark" title="March 3, 2010">How To Install Google SketchUp 7 with Wine in Ubuntu</a></li>
</ul>
<p><!-- Similar Posts took 2.862 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2009/12/17/boxee-and-the-acer-aspire-revo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 9.10 and XBMC on the Acer Aspire Revo</title>
		<link>http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/</link>
		<comments>http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:45:57 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[aspire]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[def]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[dvi]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[hdmi]]></category>
		<category><![CDATA[high]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[koala]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[nettop]]></category>
		<category><![CDATA[revo]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=617</guid>
		<description><![CDATA[I recently bought an Acer Aspire Revo with the idea of turning it in to a media center. I decided to install Ubuntu 9.10 (Karmic Koala) and use XBMC (Xbox Media Center) as a front end. Here&#8217;s how I did it:
First I installed  Ubuntu 9.10 to a USB stick. I did this using the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_618" class="wp-caption alignleft" style="width: 265px"><img class="size-full wp-image-618" title="acer_revo" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/acer_revo.jpg" alt="Acer Aspire Revo" width="255" height="238" /><p class="wp-caption-text">Acer Aspire Revo</p></div>
<p>I recently bought an <strong>Acer Aspire Revo</strong> with the idea of turning it in to a media center. I decided to install <em>Ubuntu 9.10</em> (Karmic Koala) and use <em>XBMC</em> (Xbox Media Center) as a front end. Here&#8217;s how I did it:</p>
<p>First I installed  Ubuntu 9.10 to a USB stick. I did this using the <em>USB Startup Disc Creator</em> app which is installed, by default, with Ubuntu. It&#8217;s under System &gt; Administration. I just pointed it to the ISO of 9.10, it detected my USB stick and off it went. So, with Ubuntu on my USB I popped the USB in to the Revo and booted it up.</p>
<p><span id="more-617"></span>When the Revo is turned on, it will make a beep (the POST &#8211; Power On Self Test), as soon as you hear that, hold down F12, that&#8217;ll give you a BIOS-like boot menu where I could choose from either the Revo drive, or my USB. Obviously, I chose my USB stick.</p>
<p>After a short time, Ubuntu loads, first thing I did was to make sure that my wireless would work, and it did, no problems there. So, I started Ubuntu installing&#8230;</p>
<p>On first boot of Ubuntu it asks you if you want to install the NVIDIA proprietary drivers, without these, you can&#8217;t reach resolutions higher than 800 x 600, so you want to install them.</p>
<p><span style="text-decoration: underline;"><strong>NOTE</strong></span>: The Revo can connect to an ordinary PC monitor, but I wanted to connect it to my TV. My TV didn&#8217;t have an HDMI port, but it did have a DVI port so, having bought an HDMI &gt; DVI cable I booted Ubuntu to get a black screen. Only after much research did I find out that my TV couldn&#8217;t display anything above VGA (800 x 600). So, if you get display problems with the HDMI output of the Revo, it may well be your TV.</p>
<p>One other thing you may notice is the lack of sound. This is easily fixed by right clicking on the speaker icon in the top bar, in Ubuntu, and choosing &#8216;<em>Sound Preferences</em>&#8216;. In that window choose the <em>Hardware</em> tab and in the drop down menu (beside &#8216;Profile:&#8217;, choose &#8216;<em>Output Digital Stereo (HDMI)</em>&#8216; and click OK. You should now have sound!</p>
<p>Anyway, with a new TV with HDMI, I booted Ubuntu and proceeded to install XBMC. To install XBMC, you need to add the XBMC PPA and install the xbmc package, in Karmic, this is done using:</p>
<pre><strong><span style="color: #0000ff;">sudo add-apt-repository ppa:team-xbmc</span></strong></pre>
<pre><strong><span style="color: #0000ff;">sudo apt-get update</span></strong></pre>
<pre><strong><span style="color: #0000ff;">sudo apt-get install xbmc</span></strong></pre>
<p>For Intredpid and such-like, see the information on the XBMC wiki:</p>
<p><a href="http://xbmc.org/wiki/?title=HOW-TO_install_XBMC_for_Linux_on_Ubuntu_with_a_minimal_installation_step-by-step">http://xbmc.org/wiki/?title=HOW-TO_install_XBMC_for_Linux_on_Ubuntu_with_a_minimal_installation_step-by-step</a></p>
<p>So, with XBMC installed, I loaded it up and there it was:</p>
<div id="attachment_619" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/xbmc_main.jpg"><img class="size-medium wp-image-619" title="xbmc_main" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/12/xbmc_main-300x168.jpg" alt="XBMC main screen" width="300" height="168" /></a><p class="wp-caption-text">XBMC main screen with the new Confluence theme.</p></div>
<p>Next I used another USB stick to copy some media files to the Revo HD to see if XBMC would play xvid, mp3  etc. Or would I need to install the Ubuntu extra. Yep worked fine, no need for me to install the Ubuntu extras myself.</p>
<p>Next, for me, the hard bit. Would it be possible to get wireless file transfers going between my desktop PC (also with Karmic) and the Revo. I eventually managed it (with little to no SAMBA experience), here&#8217;s how:</p>
<p>I did this on both my desktop machine AND the Revo:</p>
<p>Right click on <em>Videos</em> folder, which is the folder I want to share on my desktop and on the Revo, this could easily be the Music folder or whatever folder you&#8217;ve created. Select <em>Properties</em> from the menu, then the <em>Share</em> tab. Tick to &#8216;<em>Share This Folder</em>&#8216;. If SAMBA is not installed, it&#8217;ll ask if you want to install it now, which you should. You&#8217;ll need to restart your session, but don&#8217;t worry &#8211; this won&#8217;t reboot the machine.</p>
<p>To share a folder (with SAMBA installed):<br />
* right click on a folder and choose &#8216;<em>Sharing Options</em>&#8216;<br />
* tick the box to share the folder and also, if needed, tick the box to allow creation/deletion of files<br />
* click &#8216;<em>Create Share&#8217;</em> button.</p>
<p>Do the above for each folder on your desktop/Revo that you want to share.</p>
<p>If you try and connect to the Revo from the desktop (or vice versa) you&#8217;ll be asked for a password. What you need to do is ON BOTH THE REVO AND DESKTOP is, in a terminal, run:</p>
<pre><span style="color: #0000ff;"><strong>sudo smbpasswd -a USERNAME</strong></span></pre>
<p>(USERNAME being the name of a user on the computer/Rev), supply a password for SAMBA to use with that user, then:</p>
<pre><span style="color: #0000ff;"><strong>sudo /etc/init.d/samba restart</strong></span></pre>
<p>NOW you can connect to the Revo from the desktop and vice versa, drag and drop files between them and, much my surprise (And delight) even stream from the desktop to the Revo!</p>
<p><span style="text-decoration: underline;"><strong>NOTE</strong></span>: If you drag files to the Revo/desktop and get a <em>permissions error</em>, you probably haven&#8217;t ticked the box (mentioned above) to allow creating files. Once you&#8217;ve ticked the box, you&#8217;ll need to run the <em>samba restart</em> command, above. Failing that, you need to update your SAMBA install, check your package manager for newer files.</p>
<p>To finish off your media center, you&#8217;ll need a remote control. I bought a cheap <em>CyberLink</em> remote from eBuyer.com, plugged it in, Ubuntu recognised it and I could immediately use it in XBMC! The only problem is that I don&#8217;t have a button on the remote to return to the home screen in XBMC, but everything else works &#8211; I can play, pause, ffwd, raise/lower volume and so on.</p>
<p>&#8212;-</p>
<p>One alternative to XBMC, that I&#8217;ve been hearing good things about, is <em><strong>Boxee</strong></em>. It&#8217;s available at: <a title="Boxee" href="http://boxee.tv">boxee.tv</a>, but it doesn&#8217;t work so easily on 9.10, only 9.04, but &#8211; according to what I&#8217;ve read &#8211; you can install the file <em>liblzo1</em> from 9.04 on 9.10 and Boxee should then work fine in Karmic (<strong>source</strong>: <a href="http://popey.com/blog/2009/08/06/acer-aspire-revo-ubuntu-boxee-and-remote-control/">Popey.com</a>). If I get bored of playing with XBMC (doubtful) and need another project, I may try installing Boxee&#8230; <strong>watch this space!</strong><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2009/12/17/boxee-and-the-acer-aspire-revo/" rel="bookmark" title="December 17, 2009">Boxee and the Acer Aspire Revo</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/05/10/ushare-xbox-360-media-streaming-goodness/" rel="bookmark" title="May 10, 2009">uShare + Xbox 360 = media streaming goodness</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/01/08/using-a-cyberlink-remote-with-the-new-boxee-beta/" rel="bookmark" title="January 8, 2010">Using a Cyberlink remote with the new Boxee Beta</a></li>
<li><a href="http://ronnietucker.co.uk/blog/asus-eee-701-notebook-with-puppy-linux/" rel="bookmark" title="February 16, 2008">ASUS EEE 701 Notebook with Puppy Linux</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/03/03/how-to-install-google-sketchup-7-with-wine-in-ubuntu/" rel="bookmark" title="March 3, 2010">How To Install Google SketchUp 7 with Wine in Ubuntu</a></li>
</ul>
<p><!-- Similar Posts took 2.716 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; is it any good?</title>
		<link>http://ronnietucker.co.uk/blog/2009/11/01/google-wave-is-it-any-good/</link>
		<comments>http://ronnietucker.co.uk/blog/2009/11/01/google-wave-is-it-any-good/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 14:21:36 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[collaborative]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[googlewave]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[wavelet]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=607</guid>
		<description><![CDATA[Unless you&#8217;ve been living under a rock for the past few weeks you&#8217;ll probably have heard &#8216;Google Wave&#8216; being mentioned. So just what is &#8216;Google Wave&#8216;, and is it any good?
The simplest way I can think of to describe Google Wave is this: think of a collaborative MSN, that&#8217;s basically it. Currently, Google Wave is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/google_wave_logo.jpg"><img class="alignleft size-medium wp-image-608" style="margin-left: 10px; margin-right: 10px;" title="google_wave_logo" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/google_wave_logo-300x255.jpg" alt="google_wave_logo" width="178" height="152" /></a>Unless you&#8217;ve been living under a rock for the past few weeks you&#8217;ll probably have heard &#8216;<strong>Google Wave</strong>&#8216; being mentioned. So just what is &#8216;<em>Google Wave</em>&#8216;, and is it any good?</p>
<p>The simplest way I can think of to describe Google Wave is this: think of a collaborative MSN, that&#8217;s basically it. Currently, Google Wave is in a preview state. You can sign up for it, but you are in a (very long) queue for invites. I signed up several weeks ago and have had nothing from Google, as yet, I managed to scrounge an invite from a Twitter user that I follow (thanks Susan!).</p>
<p><strong>A word of warning:</strong> do <span style="text-decoration: underline;">NOT</span> buy Google Wave invites through eBay (and other such places) as inevitably you either won&#8217;t get the invite or it will only be a partial invite where you don&#8217;t actually have a full account. Culpa mea.</p>
<p><span id="more-607"></span></p>
<p>Anyway, Here&#8217;s a look at the Google Wave screen:</p>
<div id="attachment_609" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/GoogleWave1.jpg"><img class="size-medium wp-image-609" title="GoogleWave1" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/GoogleWave1-300x195.jpg" alt="the main Google Wave screen" width="300" height="195" /></a><p class="wp-caption-text">the main Google Wave screen</p></div>
<p>It has a layout similar to most email applications. Top left is the inbox and what-not, below that is a list of contacts, in the middle is a list of waves (ie: discussions) and on the right is the actual discussion its self. You can see in the above screen that you can embed YouTube videos in to a discussion. You can also embed images but, for reasons unknown to me, you need to have Google Gadgets installed on your PC to be able to drag and drop images to discussions, this is quite limiting I think, but&#8230; this is a preview, hopefully Google make inserting images easier. You can, like emails add attachments, but they are always at the end of a wave, can&#8217;t be in the middle.</p>
<p>To get going you can best think of it as being like email, you start a new wave, add a contact (or several), write the message and click &#8216;done&#8217;. The person receiving the email can then click to reply. If I&#8217;m online and looking at the original wave, I can see the person actually typing in their reply, in real time, which is a nice touch. Only problem, at the moment, is that you can only &#8216;wave&#8217; to other Google Wave users. You can&#8217;t send a wave to just any old email address.</p>
<div id="attachment_610" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/GoogleWave-reply.jpg"><img class="size-medium wp-image-610" title="GoogleWave-reply" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/GoogleWave-reply-300x210.jpg" alt="This is me replying to a wave..." width="300" height="210" /></a><p class="wp-caption-text">This is me replying to a wave...</p></div>
<p>Creating and editing a wave is done using rich text, so you can bold, highlight, indent and so on. Clicking the green jigsaw piece (top right) lets you enter a url for a Google Gadget which you can insert in to your email. It would be nice to have a list to choose from, but there&#8217;s not, so you need to hunt the internet for a list of gadgets. Same with contacts, you can add contacts which are actually &#8216;bots which give added features. In this screen (below) I&#8217;ve added the easypublic user which means when I add him to a discussion, that discussion goes public and anyone can see it.</p>
<div id="attachment_611" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/GoogleWave-public.jpg"><img class="size-medium wp-image-611" title="GoogleWave-public" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/GoogleWave-public-300x190.jpg" alt="This is a public wave which anyone can see and participate in..." width="300" height="190" /></a><p class="wp-caption-text">This is a public wave which anyone can see and participate in...</p></div>
<p>There are a ton of public waves, you get these by entering:</p>
<pre>with:public</pre>
<p>into the search box. Think of these public waves as being like an open forum, you can pop in and read posts and easily reply to them too. Speaking of replying, you can also send pings (a quick Q&amp;A for want of a better description) and private replies. Private replies are like a private message (PM) on a forum that only you and the receiver can see, these are sometimes shown as a wave within a wave:</p>
<div id="attachment_612" class="wp-caption aligncenter" style="width: 216px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/GoogleWave-wave+PM.jpg"><img class="size-medium wp-image-612" title="GoogleWave-wave+PM" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/11/GoogleWave-wave+PM-206x300.jpg" alt="A standard wave. The blue bar signifies that wave as being private..." width="206" height="300" /></a><p class="wp-caption-text">A standard wave. The blue bar signifies that wave as being private...</p></div>
<p>Surely a wave is between you and the receiver? Well, yes. And no. At any time you, or the receiver can drag in a contact who can read through the discussion and then toss in their tuppence worth, hence the collaborative link.</p>
<p>Now, this is where things can get controversial&#8230; readers of the wave can also edit the entire wave. So someone who has come in at the end of a long discussion could, in theory, go back and edit the original wave that, let&#8217;s say, I wrote! This is good for collaboration, but it&#8217;s no good if you want to use Google Wave as an email application, which some people seem to think it is, it&#8217;s not. Google Wave is for collaboration, brain storming, presentations, and so on.</p>
<p>I can see the uses for Google Wave, but at the moment it&#8217;s a bit of a misunderstood child. Will it take off? Probably, as no doubt Google will, eventually, let anyone join, and for free. Like I said at the start, it&#8217;s really just MSN on steroids.</p>
<p>I like Google Wave and will probably play around with it more, but I really can&#8217;t pass judgment on it until it is out of preview and has more features. Feel free to give me a wave at: <strong>ronnietucker@googlewave.com</strong><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2008/02/03/google-calendar-why-do-you-hate-me-so/" rel="bookmark" title="February 3, 2008">Google Calendar, why do you hate me so?!</a></li>
<li><a href="http://ronnietucker.co.uk/blog/t-mobile-and-google-android-powered-g1-phone-unlocked-and-on-payg/" rel="bookmark" title="February 5, 2009">T-mobile and Google (Android powered) G1 phone unlocked and on PAYG</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/06/27/creating-an-ipod-playlist-in-amarok/" rel="bookmark" title="June 27, 2009">Creating an iPod playlist in Amarok</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/02/12/from-g1-to-motorola-milestone-with-android-2-0/" rel="bookmark" title="February 12, 2010">From G1 to Motorola Milestone with Android 2.0</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/07/23/sony-reader-prs-505-in-linux-review/" rel="bookmark" title="July 23, 2009">Sony Reader PRS-505 in Linux &#8211; REVIEW</a></li>
</ul>
<p><!-- Similar Posts took 2.644 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2009/11/01/google-wave-is-it-any-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony Reader PRS-505 in Linux &#8211; REVIEW</title>
		<link>http://ronnietucker.co.uk/blog/2009/07/23/sony-reader-prs-505-in-linux-review/</link>
		<comments>http://ronnietucker.co.uk/blog/2009/07/23/sony-reader-prs-505-in-linux-review/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 15:03:06 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[505]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[calibre]]></category>
		<category><![CDATA[cbr]]></category>
		<category><![CDATA[cbz]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[electronic]]></category>
		<category><![CDATA[play.com]]></category>
		<category><![CDATA[prs]]></category>
		<category><![CDATA[prs-505]]></category>
		<category><![CDATA[prs505]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=590</guid>
		<description><![CDATA[I know there are plenty of PRS-505 reviews out there on the interwebz, but the vast majority don&#8217;t mention if/how the 505 plays well with Linux. That&#8217;ll be the focus of my review. For the record I&#8217;m using Ubuntu 9.04 (Jaunty).
PRS-505
First things first, the 505 is teeny! The 505 comes with a nice suede-feeling cover, [...]]]></description>
			<content:encoded><![CDATA[<p>I know there are plenty of PRS-505 reviews out there on the interwebz, but the vast majority don&#8217;t mention if/how the 505 plays well with Linux. That&#8217;ll be the focus of my review. For the record I&#8217;m using Ubuntu 9.04 (Jaunty).</p>
<p><strong>PRS-505</strong></p>
<p>First things first, the 505 is <strong>teeny</strong>! The 505 comes with a nice suede-feeling cover, the 505 in the cover is a touch smaller (in height) than a DVD/video-game case and a hairs breadth thinner.</p>
<p><strong>TIP: you can click any of the photos in this review to get larger photos.</strong></p>
<div id="attachment_591" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1826.JPG"><img class="size-medium wp-image-591" title="100_1826" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1826-300x216.jpg" alt="The sliver of white and green is the edge of an Xbox 360 video-game case." width="300" height="216" /></a><p class="wp-caption-text">The sliver of white and green is the edge of an Xbox 360 video-game case.</p></div>
<p>In the box, you get the 505, the snazzy brown cover (which uses magnetism to stay closed), a USB cable (to also charge it with) and a couple of CD&#8217;s, both geared towards Windows users although one CD has some old public domain classics on there for you to read. The CD&#8217;s aren&#8217;t necessary anyway, one is a cataloging app (which I&#8217;ll come to the Linux equivalent in a moment) and the device mounts as a USB storage device. The 505 has have internal memory for storing books on, but it also accepts Sony, and SD, cards.</p>
<p><span id="more-590"></span></p>
<div id="attachment_592" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1827.JPG"><img class="size-medium wp-image-592" title="100_1827" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1827-300x208.jpg" alt="It has ten selection, and two page turning. buttons down the right side. With the two iPod-ish looking buttons for turning/scrolling pages." width="300" height="208" /></a><p class="wp-caption-text">It has ten selection, and two page turning. buttons down the right side. With the two iPod-ish looking buttons for turning/scrolling pages.</p></div>
<p>The device certainly looks pretty enough with its brushed aluminium case and matching controls. Down the right side of the screen (and I&#8217;ll come to the screen in a moment) are ten selection buttons (more on them in a second) and two buttons to flip pages with. Below (and to the left) of the screen is a circular button which also flips pages, handy for when the device is in landscape mode. Left of this round button is a small button for zooming text, right of the round button is the bookmark button. Below and to the right of the screen is am up, down, left and right circle with a button in the center, this is for moving up/down menus with the button to select, also used in scrolling zoomed images. Beside this round button is the menu button. The top edge of the 505 has the on/off slider and two slots for the Sony/SD cards. The bottom edge has the USB socket, a wall socket charger (which is not supplied), a jack for ear/head phones and a volume control, since the 505 can also play MP3 files.</p>
<p><strong>MAIN MENU</strong></p>
<div id="attachment_593" class="wp-caption aligncenter" style="width: 226px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1828.JPG"><img class="size-medium wp-image-593" title="100_1828" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1828-216x300.jpg" alt="The PRS-505 main menu." width="216" height="300" /></a><p class="wp-caption-text">The PRS-505 main menu.</p></div>
<p>When you first turn on the 505 you&#8217;ll get the main menu screen (above).  There&#8217;s really not a lot to tinker with in the menus. You can enter the Settings menu and alter the view from portrait to landscape, but it would have been nice to be able to do this at the click of a button (while in a book) rather than having to come out of the book to change it, but it&#8217;s a small niggle, I&#8217;ll probably never use landscape mode anyway. If you&#8217;ve read a book on the 505 then your first option will be to continue whatever you were reading last, which is effectively a shortcut. Next you can list books by Title, Author or Date. Or you can view your collections and bookmarks. Buttons 7 to 0 are for audio, pictures and settings.</p>
<div id="attachment_594" class="wp-caption aligncenter" style="width: 225px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1829.JPG"><img class="size-medium wp-image-594" title="100_1829" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1829-215x300.jpg" alt="Here, I'm on page two of my book list." width="215" height="300" /></a><p class="wp-caption-text">Here, I&#39;m on page two of my book list.</p></div>
<p>Books by Title does just that, lists your books, by their title from A-Z. In the photo above, I&#8217;m on page two of my book list. I could either click buttons 1 to 3 to select one of the three books on this page or I could use the up/down/select button (round button, bottom right).</p>
<p><strong>PDF</strong></p>
<div id="attachment_595" class="wp-caption aligncenter" style="width: 236px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1830.JPG"><img class="size-medium wp-image-595" title="100_1830" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1830-226x300.jpg" alt="The Ubuntu Pocket Guide (PDF) displaying on the PRS-505" width="226" height="300" /></a><p class="wp-caption-text">The Ubuntu Pocket Guide (PDF) displaying on the PRS-505</p></div>
<p>I chose number three, the excellent (and FREE) <a href="http://www.ubuntupocketguide.com/">Ubuntu Pocket Guide</a> which is a PDF. Bear in mind when you think about getting a 505 (or any ebook reader), although reading a PDF is one of it&#8217;s features, it is mainly geared towards ePub files which are mainly text, so if you want to view PDF&#8217;s which are mainly all images you may need to convert it. PDF&#8217;s with text only will, in most cases, display fine. The photo above shows the PDF which is displayed, by default, as fit-to-screen. You can of course zoom the text if you wish but this can cause delays as it reformats the page, text only files such as ePub have a very short delay as it reformats the pages.</p>
<div id="attachment_596" class="wp-caption aligncenter" style="width: 222px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1832.JPG"><img class="size-medium wp-image-596" title="100_1832" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1832-212x300.jpg" alt="This is the menu for the book you are currently reading." width="212" height="300" /></a><p class="wp-caption-text">This is the menu for the book you are currently reading.</p></div>
<p>Pressing the menu button, while reading, takes you to the menu shown above. This lets you continue reading the book, start from the beginning, jump to the end, show any bookmarks for the current book, and several other functions (which I&#8217;ve not really used much to be honest).</p>
<div id="attachment_597" class="wp-caption aligncenter" style="width: 281px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1833.JPG"><img class="size-medium wp-image-597" title="100_1833" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1833-271x300.jpg" alt="Oh no, my ebook will end up all tatty!" width="271" height="300" /></a><p class="wp-caption-text">Oh no, my ebook will end up all tatty!</p></div>
<p>Bookmarking a page has a nice touch, it folds over the top right corner of the (electronic) page. Nice.</p>
<p>OK, so we know it displays various text formats with ease, but how do we (as Linux users) put books on the contraption? Well, like I said, in my Ubuntu 9.04 it mounts (automatically) as a USB storage device so you can drag and drop ebooks to, and from, it. But just be aware that it scans its internal memory, and the removable storage, and creates a list. So it doesn&#8217;t matter if your ebook is in twenty separate chapters within a nice folder, the 505 will just list those twenty files among everything else, same with photos, so it&#8217;s best to tidy up your collection.</p>
<p><em>But using what? It came with Windows discs!</em></p>
<p>Ah young grasshopper, Linux has an equivalent for <strong>every</strong>thing!</p>
<p><strong>CALIBRE</strong></p>
<p>Linux has a wonderful, and magical, application known as <em>Calibre</em>. It can automatically detect the 505 (as an ebook reader), send files to it and many other great things.</p>
<p>Installing Calibre is the (slightly) tricky part as it&#8217;s the old 0.4 version that&#8217;s in the Ubuntu repo&#8217;s. But fear not, as some kind soul has created a PPA to let us easily install 0.5:</p>
<p><a href="https://launchpad.net/~fabricesp/+archive/ppa">https://launchpad.net/~fabricesp/+archive/ppa</a></p>
<p>Add the PPA by <em><strong>fabrice_sp</strong></em>, follow the instructions to add the PPA key and Calibre 0.5 will show up in your package manager.</p>
<div id="attachment_598" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/Calibre.jpg"><img class="size-medium wp-image-598" title="Calibre" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/Calibre-300x244.jpg" alt="Calibre 0.5 (note: my PRS-505 is not plugged in yet)" width="300" height="244" /></a><p class="wp-caption-text">Calibre 0.5 (note: my PRS-505 is not plugged in yet)</p></div>
<p>The GUI for Calibre is pretty self explanatory, in the settings you pick/create a folder to put all your ebooks in, tell Calibre where your ebooks (or folders of ebooks) are and it will add them to its database and copy them to the folder you specify in the settings, this keeps everything nice and neat. As soon as you plug in the 505, Calibre detects it and displays it in the top bar in the window (beside the rather large heart icon). Now you can right click on a book and select to send it to the 505&#8217;s internal memory or removable storage (if you have it).</p>
<div id="attachment_599" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/Calibre3.jpg"><img class="size-medium wp-image-599" title="Calibre3" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/Calibre3-300x245.jpg" alt="Calibre certainly isn't short of conversion options!" width="300" height="245" /></a><p class="wp-caption-text">Calibre certainly isn&#39;t short of conversion options!</p></div>
<p>Not only does Calibre send and organise books, it converts too! And this is where it won me over. You see, I&#8217;m an old sk00l comic fan and to read comics on the 505 would be a dream come true, and Calibre makes it so!</p>
<div id="attachment_601" class="wp-caption aligncenter" style="width: 310px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_18372.JPG"><img class="size-medium wp-image-601" title="100_18372" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_18372-300x215.jpg" alt="Brassneck - If you know what this is, then your just as old as I am..." width="300" height="215" /></a><p class="wp-caption-text">Brassneck - If you know what this is, then your old, like me...</p></div>
<p>You can add CBR/CBZ files to your library then convert them to LRF format for viewing on the 505! OK, they&#8217;ll be in black and white, but very readable! Even when the pages are displayed as fit-to-screen (above).</p>
<div id="attachment_600" class="wp-caption aligncenter" style="width: 144px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/CalibreFeeds.jpg"><img class="size-medium wp-image-600" title="CalibreFeeds" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/CalibreFeeds-134x300.jpg" alt="News feeds, dozens of 'em! And in several different languages." width="134" height="300" /></a><p class="wp-caption-text">News feeds, dozens of &#39;em! And in several different languages.</p></div>
<p><strong>But wait, it does more!</strong> Calibre also has an extensive list of news feeds which it can grab, convert to epub and send to your 505! What I&#8217;ve been doing is leaving my 505 plugged in overnight, setting Calibre to retrieve the news feeds at 6am (from various news sources) and upload them to the 505 automatically. So when I wake up at 8am I can grab by PRS-505, sit on the bus, and read the days news. Very handy.</p>
<div id="attachment_602" class="wp-caption aligncenter" style="width: 229px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1834.JPG"><img class="size-medium wp-image-602" title="100_1834" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1834-219x300.jpg" alt="This is the Glasgow Herald news feed..." width="219" height="300" /></a><p class="wp-caption-text">This is the Glasgow Herald news feed...</p></div>
<p>It will display that feed as a list of titles and (text) previews (above) which lets you select the story you want to read:</p>
<div id="attachment_603" class="wp-caption aligncenter" style="width: 227px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1835.JPG"><img class="size-medium wp-image-603" title="100_1835" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1835-217x300.jpg" alt="And here's the news story in all it's (probably shameful) glory." width="217" height="300" /></a><p class="wp-caption-text">And here&#39;s the news story in all it&#39;s (probably shameful) glory.</p></div>
<p>And, like any other ebook, you can zoom the text, this is the text at the largest setting:</p>
<div id="attachment_604" class="wp-caption aligncenter" style="width: 225px"><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1836.JPG"><img class="size-medium wp-image-604" title="100_1836" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/07/100_1836-215x300.jpg" alt="Now that's BIG!..." width="215" height="300" /></a><p class="wp-caption-text">Now that&#39;s BIG!...</p></div>
<p>So this could also be a good present for an older relative who likes their news and books but finds books/newspaper print too small.</p>
<p>I got my PRS-505 for a mere £150, which is a bargain, and I&#8217;m delighted with it. It will fit in the inside pocket of my jacket and will, no doubt, entertain me on the journeys to, and from, work. It can grab me the days news, let me read books and even let me revisit my childhood by letting me read old comics! <strong>An amazing piece of electrical wizardry!</strong></p>
<p><strong>&#8212;-<br />
</strong></p>
<p><span style="color: #ff0000;"><strong>CALIBRE NOTE:</strong></span></p>
<p>When trying to convert CBR files to LRF I kept getting a <em>libunrar.so</em> error. Unfortunately this file is not in the repo&#8217;s or anywhere else for that matter. After getting help from the <a href="http://www.mobileread.com/forums/forumdisplay.php?f=166">MobileRead forum</a> the solution is this: <a href="http://calibre.kovidgoyal.net/download_linux">download the Calibre BINARY from the Calibre site</a>, and extract the <em>libunrar.so</em> file from the download. Place the <em>libunrar.so</em> in the <em><strong>/usr/lib</strong></em> folder, you&#8217;ll no doubt need to use the command line with <em>sudo</em> to copy the file across. But it does work, honest!<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/cect-599-apple-iphone-clone/" rel="bookmark" title="December 22, 2007">CECT 599 &#8211; Apple iPhone clone</a></li>
<li><a href="http://ronnietucker.co.uk/blog/broadcasting-video-from-ubuntu-to-ustream-with-webcamstudio/" rel="bookmark" title="May 23, 2009">Broadcasting Video, from Ubuntu to Ustream, With WebcamStudio</a></li>
<li><a href="http://ronnietucker.co.uk/blog/asus-eee-701-notebook-with-puppy-linux/" rel="bookmark" title="February 16, 2008">ASUS EEE 701 Notebook with Puppy Linux</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2008/12/09/installing-new-brushes-in-to-gimp/" rel="bookmark" title="December 9, 2008">Installing New Brushes in to GIMP</a></li>
<li><a href="http://ronnietucker.co.uk/blog/t-mobile-and-google-android-powered-g1-phone-unlocked-and-on-payg/" rel="bookmark" title="February 5, 2009">T-mobile and Google (Android powered) G1 phone unlocked and on PAYG</a></li>
</ul>
<p><!-- Similar Posts took 2.969 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2009/07/23/sony-reader-prs-505-in-linux-review/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating an iPod playlist in Amarok</title>
		<link>http://ronnietucker.co.uk/blog/2009/06/27/creating-an-ipod-playlist-in-amarok/</link>
		<comments>http://ronnietucker.co.uk/blog/2009/06/27/creating-an-ipod-playlist-in-amarok/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 16:07:51 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[classic]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[disconnect]]></category>
		<category><![CDATA[drag]]></category>
		<category><![CDATA[drop]]></category>
		<category><![CDATA[eject]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=578</guid>
		<description><![CDATA[The one thing I love about mp3 players is that you can just stick it on random and it&#8217;s like having your own jukebox. But what about when you want to play only certain songs? Or play only those certain songs on random?
Well, that&#8217;s when you need a playlist. Amarok does it&#8217;s own playlists, but [...]]]></description>
			<content:encoded><![CDATA[<p>The one thing I love about mp3 players is that you can just stick it on random and it&#8217;s like having your own jukebox. But what about when you want to play only certain songs? Or play only those certain songs on random?</p>
<p>Well, that&#8217;s when you need a playlist. Amarok does it&#8217;s own playlists, but that&#8217;s to create a playlist of songs that are on your hard drive. This tutorial is on how to create a playlist for your iPod using the songs that are on your iPod.</p>
<p>First things first (I&#8217;m assuming you already have songs on your iPod and you&#8217;ve used Amarok to do this) connect your iPod to the PC (it should auto-mount, most new distros recognise iPods) and load up Amarok. Click the DEVICES tab (down the left side of the screen) then click the CONNECT button at the top left of the window:</p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist01.jpg"><img class="aligncenter size-full wp-image-579" title="ipod-playlist01" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist01.jpg" alt="ipod-playlist01" width="258" height="165" /></a></p>
<p>You should now see a list of all the songs, and albums, that are on your iPod. At the top of that list are two red folders, <strong>Podcasts</strong> and <strong>Playlists</strong>.</p>
<p><span id="more-578"></span></p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist02.jpg"><img class="aligncenter size-full wp-image-580" title="ipod-playlist02" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist02.jpg" alt="ipod-playlist02" width="303" height="233" /></a></p>
<p>I&#8217;ve read tutorials that say you should right click on songs/albums and add them to a playlist, while the options are there to do that, it showed nothing on my iPod. After much searching, and trial and error, I found that dragging and dropping is what worked for me. So, first of all, lets create a new playlist.</p>
<p>Right clck on <strong>Playlists</strong> and choose &#8216;Create Playlist&#8217;:</p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist03.jpg"><img class="aligncenter size-full wp-image-581" title="ipod-playlist03" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist03.jpg" alt="ipod-playlist03" width="489" height="295" /></a></p>
<p>And give your playlist a name, I&#8217;ll make one for <em>AC/DC</em>.</p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist04.jpg"><img class="aligncenter size-full wp-image-582" title="ipod-playlist04" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist04.jpg" alt="ipod-playlist04" width="365" height="273" /></a></p>
<p>There it is, but it&#8217;s empty. If the playlist had songs in it, it would have that little <strong>+</strong> symbol beside it, like my <em>Metallica</em> playlist has. Let&#8217;s put some songs in there.</p>
<p>To add songs, simply open out your artists and albums (by clicking the + symbols beside them) and drag the song titles up to the playlist.</p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist05.jpg"><img class="aligncenter size-full wp-image-583" title="ipod-playlist05" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist05.jpg" alt="ipod-playlist05" width="524" height="421" /></a></p>
<p>All I did was drag &#8216;Rock N&#8217; Roll Train&#8217; up, on to ACDC, and let go. Keep doing that to add songs. If I click the + symbol beside ACDC, I can see what&#8217;s in that playlist so far.</p>
<p><strong>TIP</strong>: Holding down the Ctrl key lets you pick several songs to drag up in one go.</p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist06.jpg"><img class="aligncenter size-full wp-image-584" title="ipod-playlist06" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist06.jpg" alt="ipod-playlist06" width="411" height="354" /></a></p>
<p>But what if I want them to play in a different order? Simply drag them arounf within the ACDC playlist.</p>
<p>To keep your playlist on your iPod, click the DISCONNECT button (top left)</p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist07.jpg"><img class="aligncenter size-full wp-image-585" title="ipod-playlist07" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist07.jpg" alt="ipod-playlist07" width="374" height="231" /></a></p>
<p>And to be extra safe, right click on the iPod (on your desktop, I&#8217;m using Ubuntu 9.04) and EJECT it.</p>
<p><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist08.jpg"><img class="aligncenter size-full wp-image-586" title="ipod-playlist08" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist08.jpg" alt="ipod-playlist08" width="409" height="482" /></a></p>
<p><strong>Done!</strong></p>
<p><strong><a href="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist09.jpg"><img class="aligncenter size-full wp-image-587" title="ipod-playlist09" src="http://ronnietucker.co.uk/blog/wp-content/uploads/2009/06/ipod-playlist09.jpg" alt="ipod-playlist09" width="331" height="393" /></a><br />
</strong><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2008/01/18/black-80gb-ipod-classic/" rel="bookmark" title="January 18, 2008">Black 80GB iPod Classic</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2008/11/29/banshee-king-of-all-things-ipod/" rel="bookmark" title="November 29, 2008">Banshee &#8211; King of all things iPod</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2008/05/05/when-ipod-art-goes-awry/" rel="bookmark" title="May 5, 2008">When iPod Art Goes Awry</a></li>
<li><a href="http://ronnietucker.co.uk/blog/using-gimp-part-5-dpi-measurements/" rel="bookmark" title="August 31, 2008">Using GIMP &#8211; Part 5 &#8211; DPI and Measurements</a></li>
<li><a href="http://ronnietucker.co.uk/blog/using-gimp-part-2-colour-correction/" rel="bookmark" title="August 30, 2008">Using GIMP &#8211; Part 2 &#8211; Colour Correction</a></li>
</ul>
<p><!-- Similar Posts took 2.500 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2009/06/27/creating-an-ipod-playlist-in-amarok/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>uShare + Xbox 360 = media streaming goodness</title>
		<link>http://ronnietucker.co.uk/blog/2009/05/10/ushare-xbox-360-media-streaming-goodness/</link>
		<comments>http://ronnietucker.co.uk/blog/2009/05/10/ushare-xbox-360-media-streaming-goodness/#comments</comments>
		<pubDate>Sun, 10 May 2009 20:57:04 +0000</pubDate>
		<dc:creator>Ronnie</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[fuppes]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[ushare]]></category>
		<category><![CDATA[wmv]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://ronnietucker.co.uk/blog/?p=555</guid>
		<description><![CDATA[I have an old Xbox (with modchip) that I FTP video to, and use as a media player, but I decided to try and get streaming media working between Ubuntu and my shiny Xbox 360. Wow, what a to-do! It&#8217;s not exactly rocket science to get it working, but it took a lot of trial [...]]]></description>
			<content:encoded><![CDATA[<p>I have an old Xbox (with modchip) that I FTP video to, and use as a media player, but I decided to try and get streaming media working between Ubuntu and my shiny Xbox 360. Wow, what a to-do! It&#8217;s not exactly rocket science to get it working, but it took a lot of trial and error, Googling, and other smart peoples blog posts, before I <strong>finally</strong> got it working. Here&#8217;s how I (eventually!) did it:</p>
<p>First, install <strong>uShare</strong>. You can get it from the Ubuntu repos. As of writing, it&#8217;s at version 1.1a</p>
<p>Ok, now to configure uShare using sudo, so:</p>
<p><span style="color: #0000ff;">sudo gedit /etc/ushare.conf</span></p>
<p>You need to find the following entries, and make sure they look like this:</p>
<p><span style="color: #0000ff;">USHARE_PORT=49200<br />
USHARE_DIR=/path/to/your/media<br />
ENABLE_XBOX=yes</span></p>
<p><span style="color: #ff0000;"><strong>DANGER! DANGER!</strong> You <strong>must</strong> make sure there are <strong>no spaces</strong> in those entries (before, or after, the equals) and the &#8216;yes&#8217; <strong>MUST</strong> be in lower case. No, I&#8217;m not kidding. I had ENABLE_XBOX as &#8216;YES&#8217; and it just would not work until I changed it to &#8216;yes&#8217;. Also, complex names in the USHARE_DIR seems to make it show &#8216;No videos found&#8217;. Rename the directory, or copy your files to another directory. It might be the use of a space that causes this, not sure.</span></p>
<p>Not sure if this is 100% necessary, but several posts in other blogs have said that the ENABLE_XBOX option is a bit sporadic, so it&#8217;s best to hardwire uShare to force an Xbox compatible startup. So we need to edit another uShare file:</p>
<p><span style="color: #0000ff;">sudo gedit /etc/init.d/ushare</span></p>
<p>&#8230;and add this line at the beginning of the script (I put it after the comments):</p>
<p><span style="color: #0000ff;">USHARE_OPTIONS=-x</span></p>
<p>My PC has several eth options, I use eth1 for my original Xbox, so didn&#8217;t want to tinker with it, eth4 is for my router, so that left eth3. So to bring up eth3 (in my case):</p>
<p><span style="color: #0000ff;">sudo ifconfig eth3 192.168.3.1</span></p>
<p>Now we need to restart uShare using the init script:</p>
<p><span style="color: #0000ff;">sudo invoke-rc.d ushare restart</span></p>
<p><span style="color: #ff0000;"><strong>NOTE:</strong></span> do above command twice, I know it seems crazy, but the second time I run that command it gives  me a warning, but it works fine. If I run the command only once, the 360 can&#8217;t connect to my PC. Might just be a quirk on my PC.</p>
<p>Also do the above init to refresh your file listing. You can enable the web interface if you want to refresh files, but the init command works just as good. Remember to run it twice though!</p>
<p><strong>OK you’re done.</strong></p>
<p>Turn on your Xbox 360, go to <em>My Xbox</em>, across to the <em>Video Library</em>, and click. You should, in the next screen, see &#8216;ushare&#8217; at the bottom of the list. Click it, and it should connect to your share directory. Voila! If you have mp3&#8217;s in your share dir, then come out of the video library and go in to the <em>music library,</em> they are all using the one share directory.</p>
<p>Playing AVI/DivX/XviD seems to be a bit of a problem. But one poster on the internet came with the simplistic solution of just renaming .AVI files to .WMV. <strong><em>Works like a charm!</em></strong></p>
<p><span style="color: #3366ff;"><strong>NOTE: The above might work even if you have a PS3 as there are no changes made on the 360, only in installing uShare and configuring it in Ubuntu.</strong></span><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://ronnietucker.co.uk/blog/2009/12/16/installing-ubuntu-9-10-and-xbmc-on-the-acer-aspire-revo/" rel="bookmark" title="December 16, 2009">Installing Ubuntu 9.10 and XBMC on the Acer Aspire Revo</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2010/03/03/how-to-install-google-sketchup-7-with-wine-in-ubuntu/" rel="bookmark" title="March 3, 2010">How To Install Google SketchUp 7 with Wine in Ubuntu</a></li>
<li><a href="http://ronnietucker.co.uk/blog/a-mame-machine-with-ubuntu-sdlmame-and-wahcade/" rel="bookmark" title="January 21, 2009">A MAME Machine with Ubuntu, SDLmame and Wahcade</a></li>
<li><a href="http://ronnietucker.co.uk/blog/2009/12/17/boxee-and-the-acer-aspire-revo/" rel="bookmark" title="December 17, 2009">Boxee and the Acer Aspire Revo</a></li>
<li><a href="http://ronnietucker.co.uk/blog/broadcasting-video-from-ubuntu-to-ustream-with-webcamstudio/" rel="bookmark" title="May 23, 2009">Broadcasting Video, from Ubuntu to Ustream, With WebcamStudio</a></li>
</ul>
<p><!-- Similar Posts took 2.578 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://ronnietucker.co.uk/blog/2009/05/10/ushare-xbox-360-media-streaming-goodness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
