<?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>Greg Hesp</title>
	<atom:link href="http://greghesp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://greghesp.com</link>
	<description>Just my little place on the web</description>
	<lastBuildDate>Sat, 05 May 2012 10:31:59 +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>Get the Samsung Galaxy S3 and save some money</title>
		<link>http://greghesp.com/2012/05/samsung-galaxy-s3-save-money/</link>
		<comments>http://greghesp.com/2012/05/samsung-galaxy-s3-save-money/#comments</comments>
		<pubDate>Sat, 05 May 2012 10:31:59 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile OS]]></category>
		<category><![CDATA[Galaxy S3]]></category>
		<category><![CDATA[Samsung]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=268</guid>
		<description><![CDATA[So you want the latest Samsung Galaxy phone, the S3, however the cheapest this appears to be available is for £787 over the course of a 18 month contract.  With that, you&#8217;re getting: 400 minutes Unlimited Texts 250Mb Data 18 Month Contract &#8230; <a href="http://greghesp.com/2012/05/samsung-galaxy-s3-save-money/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you want the latest Samsung Galaxy phone, the S3, however the cheapest this appears to be available is for £787 over the course of a 18 month contract.  With that, you&#8217;re getting:</p>
<ul>
<li>400 minutes</li>
<li>Unlimited Texts</li>
<li>250Mb Data</li>
<li>18 Month Contract</li>
</ul>
<p>If you can afford to buy the phone outright, then you can save yourself a fair chunk of money.  Buy the phone outright from the Carphone Warehouse for £499.95, then get yourself a <a href="http://giffgaff.com/orders/affiliate/evostance">GiffGaff Sim Card</a>.</p>
<p>For £10 a month, you can get:</p>
<ul>
<li>250 minutes</li>
<li>Unlimited Texts</li>
<li>Unlimited Data</li>
<li>Freedom to change phones whenever you like</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2012/05/samsung-galaxy-s3-save-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Create a Fully Automated Media Server</title>
		<link>http://greghesp.com/2012/03/create-full-automated-media-server/</link>
		<comments>http://greghesp.com/2012/03/create-full-automated-media-server/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 22:21:38 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Technical Talk]]></category>
		<category><![CDATA[Automated]]></category>
		<category><![CDATA[DNLA]]></category>
		<category><![CDATA[Filebot]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Serviio]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=251</guid>
		<description><![CDATA[So you&#8217;ve got an old computer lying around at home and you want to make a fully automated DLNA compliant media server.  Below are some simple steps to get you started.  By the end of this tutorial, you will have &#8230; <a href="http://greghesp.com/2012/03/create-full-automated-media-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve got an old computer lying around at home and you want to make a fully automated DLNA compliant media server.  Below are some simple steps to get you started.  By the end of this tutorial, you will have the following setup and running:</p>
<ul>
<li>Automated downloads of your media</li>
<li>Automated renaming of your media</li>
<li>Automated sorting of your media into specified folders</li>
<li>Automated emails to alert you of your media</li>
<li>Media streamed to any DLNA Client on your network including all the metadata to go with it</li>
</ul>
<h2><span id="more-251"></span>What you&#8217;ll need:</h2>
<ul>
<li>A torrent application</li>
<li><a title="Filebot" href="http://filebot.sourceforge.net/" target="_blank">Filebot</a></li>
<li><a title="SendMail" href="http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v156-notls.zip" target="_blank">SendMail</a> (<a href="http://dl.dropbox.com/u/28534583/sendEmail-v156-notls.zip" target="_blank">Mirror</a>)</li>
<li><a title="Serviio" href="http://www.serviio.org/download" target="_blank">Serviio</a></li>
</ul>
<h2>Step 1 &#8211; Setup The Feeds</h2>
<p>OK, to start off you&#8217;re going to want to make sure you&#8217;re torrent app supports RSS Feeds.   Then you will want to find an RSS feed of torrents for your media.  A quick Google should be able to help you out here</p>
<h2>Step 2 &#8211; Configure Completion</h2>
<p>Once you&#8217;ve configured your RSS feed, put that into your torrent program and it should start detecting the feeds.  What you need to do now is to change the settings of your torrent program to download to one folder, and upon completion move it to another folder. For this example, the folder the files are moved to once completed will be:</p>
<blockquote><p>D:\Media</p></blockquote>
<h2>Step 3 &#8211; Install SendMail</h2>
<p>Now you&#8217;ve got your RSS sorted, download the SendMail executable from above and copy it to:</p>
<blockquote><p>C:\Windows\System32</p></blockquote>
<h2>Step 4 &#8211; Create The GroovyScript</h2>
<p>Install Filebot to the default directory and then create a file called <em>email.groovy.  </em>The full file path for this should be:</p>
<blockquote><p>C:\Program Files\Filebot\email.groovy</p></blockquote>
<h2>Step 5 &#8211; Edit The GroovyScript</h2>
<p>Open email.groovy in notepad and enter the following content (Edit the bold parts):</p>
<blockquote><p>def updateFreq = 5 * 60 * 1000</p>
<p>Thread.startDaemon<br />
{<br />
while (sleep(updateFreq) || true) {<br />
def groups = args.getFiles().groupBy{<br />
def tvs = detectSeriesName(it)<br />
def mov = detectMovie(it, false)<br />
println &#8220;$it.name [series: $tvs, movie: $mov]&#8221;</p>
<p>// DECIDE EPISODE VS MOVIE (IF NOT CLEAR)<br />
if (tvs &amp;&amp; mov) {<br />
if (it.name =~ &#8220;(?i:$tvs &#8211; .+)&#8221; || parseEpisodeNumber(it.name) || parseDate(it.name)) {<br />
println &#8220;Exclude Movie: $mov&#8221;<br />
mov = null<br />
} else if (detectMovie(it, true)) {<br />
println &#8220;Exclude Series: $tvs&#8221;<br />
tvs = null<br />
}<br />
}<br />
return [tvs:tvs, mov:mov]<br />
}</p>
<p>groups.each{ group, files -&gt;<br />
// EPISODE MODE<br />
if (group.tvs &amp;&amp; !group.mov) {<br />
args.eachMediaFolder() {<br />
//CHANGE THE FORMAT AS YOU WISH<br />
def paths = rename(file:files, format:&#8217;H:/TV/{n}/Season {s}/{n} Season {s} Episode {e} {t}&#8217;, db:&#8217;thetvdb&#8217;, strict:false)<br />
paths.each {<br />
def msg = &#8220;${it.name} has been added to the library&#8221;<br />
//EDIT YOUR DETAILS<br />
execute(&#8220;sendemail.exe&#8221;, &#8220;-f&#8221;, &#8220;[b]FROM EMAIL ADDRESS[/b]&#8220;, &#8220;-t&#8221;, &#8220;[b]TO EMAIL ADDRESS[/b]&#8220;, &#8220;-s&#8221;, &#8220;[b]SMTP SERVER:PORT[/b]&#8220;, &#8220;-xu&#8221;, &#8220;[b]SMTP USERNAME[/b]&#8220;, &#8220;-xp&#8221;, &#8220;[b]SMTP PASSWORD[/b]&#8220;, &#8220;-u&#8221;, msg, &#8220;-m&#8221;, msg)<br />
}</p>
<p>}   }</p>
<p>// MOVIE MODE<br />
if (group.mov &amp;&amp; !group.tvs) {<br />
args.eachMediaFolder() {<br />
//CHANGE THE FORMAT AS YOU WISH<br />
def paths = rename(file:files, format:&#8217;G:/Videos/Films/{n} ({y})&#8217;, db:&#8217;TheMovieDB&#8217;, strict:false)<br />
paths.each {<br />
def msg = &#8220;${it.name} has been added to the library&#8221;<br />
//EDIT YOUR DETAILS<br />
execute(&#8220;sendemail.exe&#8221;, &#8220;-f&#8221;, &#8220;[b]FROM EMAIL ADDRESS[/b]&#8220;, &#8220;-t&#8221;, &#8220;[b]TO EMAIL ADDRESS[/b]&#8220;, &#8220;-s&#8221;, &#8220;[b]SMTP SERVER:PORT[/b]&#8220;, &#8220;-xu&#8221;, &#8220;[b]SMTP USERNAME[/b]&#8220;, &#8220;-xp&#8221;, &#8220;[b]SMTP PASSWORD[/b]&#8220;, &#8220;-u&#8221;, msg, &#8220;-m&#8221;, msg)<br />
}</p>
<p>}   }<br />
}</p>
<p>}<br />
}<br />
println &#8220;Press ENTER to abort&#8221;<br />
console.readLine()</p></blockquote>
<p>For example:</p>
<blockquote>
<div>From Email Address = <a href="mailto:noreply@domain.com">noreply@domain.com</a><br />
To Email Address = <a href="mailto:me@domain.com">me@domain.com</a><br />
SMTP Server &amp; Port = smtp.gmail.com:587<br />
SMTP Username = <a href="mailto:bob@gmail.com">bob@gmail.com</a><br />
SMTP Password = Password123</div>
<div></div>
</blockquote>
<h2>Step 6 &#8211; Turn on Folder Monitoring</h2>
<p>Create a file called monitor.bat inside the folder where you&#8217;re completed downloads are stored.  In our case its D:\Media.  Put the following content inside the file</p>
<blockquote><p>filebot -script &#8220;C:/Program Files/Filebot/email.groovy&#8221; -trust-script D:/Media</p></blockquote>
<p>Then you want to create a shortcut to this file and add it to your start up programs.  This command tells filebot to run the script you made in Step 5 on the folder D:/Media &#8211; You can change this path to match where you&#8217;re downloads are.</p>
<h1>Step 7 &#8211; What Just Happened?</h1>
<p>The last 2 steps create a groovy script which will rename the media using information from The TVDB, then it will automatically sort the media into a logical format ie:</p>
<blockquote><p>D:\TV\Show Name\Season Number\Episode Number &amp; Name</p></blockquote>
<p>If it detects your media is a Film, it will automatically sort the media:</p>
<blockquote><p><span style="font-family: Georgia, 'Bitstream Charter', serif;">G:/Videos/Films/Film Name (Year)</span></p></blockquote>
<p>Once it has done this, it will send an email to yourself via the SendMail program we installed earlier.</p>
<h2>Step 8 &#8211; Serviio</h2>
<p>Install Serviio using the default settings, make sure you set it up as a service if it gives you the option.  Then you want to open the console, if this doesn&#8217;t open, click the icon in the system tray and open it.</p>
<p>In the console you want to go to the Library tab.  In here you can add in the root folder which holds all your media.  In our case, add in D:\TV.  Make sure you tick the check boxes to say its a video, you want metadata and to auto-refresh it.</p>
<p>Have a look around the console and see if theres anything else you want to change, but the default settings should work just fine.</p>
<h2>Step 9 &#8211; Enjoy</h2>
<p>Thats it.  Go to your DLNA Client and you should see the Serviio Media Server.  Now you just need to wait for the media to come in.  Once its complete, you should get an email and by the time you get to your DLNA Client, your new media should be available for viewing.</p>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2012/03/create-full-automated-media-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 3: Android 10 Billion Promo. 10 Apps, 10p each</title>
		<link>http://greghesp.com/2011/12/day-3-android-10-billion-promo-10-apps-10p/</link>
		<comments>http://greghesp.com/2011/12/day-3-android-10-billion-promo-10-apps-10p/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 19:29:23 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile OS]]></category>
		<category><![CDATA[10 billion]]></category>
		<category><![CDATA[ADWLauncher EX]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Blue Skies Donation Wallpaper]]></category>
		<category><![CDATA[Can Knockdown 2]]></category>
		<category><![CDATA[Homerun Battle 3D]]></category>
		<category><![CDATA[Kids Learn to Read (Preschool)]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[Reckless Getaway]]></category>
		<category><![CDATA[Space Physics]]></category>
		<category><![CDATA[Talking Tom Cat 2]]></category>
		<category><![CDATA[TETRIS®]]></category>
		<category><![CDATA[Toki Tori]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=238</guid>
		<description><![CDATA[Google recently hit 10 Billion app downloads from the Marketplace, so in celebration of this they have teamed up with various developers to bring you 10 apps everyday for 10p each. This promotion will run from December 6th till December &#8230; <a href="http://greghesp.com/2011/12/day-3-android-10-billion-promo-10-apps-10p/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google recently hit 10 Billion app downloads from the Marketplace, so in celebration of this they have teamed up with various developers to bring you 10 apps everyday for 10p each.</p>
<p>This promotion will run from December 6th till December 16th</p>
<h1>Day 3</h1>
<ul>
<li>Blue Skies Donation Wallpaper</li>
<li>Homerun Battle 3D</li>
<li>Reckless Getaway</li>
<li>Talking Tom Cat 2</li>
<li>Kids Learn to Read (Preschool)</li>
<li>ADWLauncher EX</li>
<li>Space Physics</li>
<li>Toki Tori</li>
<li>Can Knockdown 2</li>
<li>TETRIS®</li>
</ul>
<p><a href="https://market.android.com/details?id=apps_timed_promotion&amp;feature=banner#?t=W251bGwsMSwyLDIwMSwibnVsbC10b3BfZmVhdHVyZWRfYXBwc19HQl9fMV9wcm9tb18xMzIzMjgyMDIxNjkyIl0" target="_blank">Get them HERE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2011/12/day-3-android-10-billion-promo-10-apps-10p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 2: Android 10 Billion Promo. 10 Apps, 10p each</title>
		<link>http://greghesp.com/2011/12/day-2-android-10-billion-promo-10-apps-10p/</link>
		<comments>http://greghesp.com/2011/12/day-2-android-10-billion-promo-10-apps-10p/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 23:59:31 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile OS]]></category>
		<category><![CDATA[10 billion promo]]></category>
		<category><![CDATA[AirSync by doubleTwist]]></category>
		<category><![CDATA[Beautiful Widgets]]></category>
		<category><![CDATA[Bedtime Battle]]></category>
		<category><![CDATA[Christmas HD]]></category>
		<category><![CDATA[Flick Golf!]]></category>
		<category><![CDATA[Fruit Ninja]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[NFL Rivals]]></category>
		<category><![CDATA[Read It Later Pro]]></category>
		<category><![CDATA[Reckless Racing]]></category>
		<category><![CDATA[Star Chart]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=231</guid>
		<description><![CDATA[Google recently hit 10 Billion app downloads from the Marketplace, so in celebration of this they have teamed up with various developers to bring you 10 apps everyday for 10p each. This promotion will run from December 6th till December &#8230; <a href="http://greghesp.com/2011/12/day-2-android-10-billion-promo-10-apps-10p/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google recently hit 10 Billion app downloads from the Marketplace, so in celebration of this they have teamed up with various developers to bring you 10 apps everyday for 10p each.</p>
<p>This promotion will run from December 6th till December 16th</p>
<h1>Day 2</h1>
<p>Reckless Racing<br />
Christmas HD<br />
AirSync by doubleTwist<br />
Flick Golf!<br />
Beautiful Widgets<br />
Read It Later Pro<br />
Fruit Ninja<br />
Star Chart<br />
NFL Rivals<br />
Bedtime Battle</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2011/12/day-2-android-10-billion-promo-10-apps-10p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 1: Android 10 Billion Promo. 10 Apps, 10p each</title>
		<link>http://greghesp.com/2011/12/day-1-android-10-billion-promo/</link>
		<comments>http://greghesp.com/2011/12/day-1-android-10-billion-promo/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 23:54:26 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile OS]]></category>
		<category><![CDATA[10 billion promo]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[marketplace]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=227</guid>
		<description><![CDATA[Google recently hit 10 Billion app downloads from the Marketplace, so in celebration of this they have teamed up with various developers to bring you 10 apps everyday for 10p each. This promotion will run from December 6th till December &#8230; <a href="http://greghesp.com/2011/12/day-1-android-10-billion-promo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google recently hit 10 Billion app downloads from the Marketplace, so in celebration of this they have teamed up with various developers to bring you 10 apps everyday for 10p each.</p>
<p>This promotion will run from December 6th till December 16th</p>
<h1>Day 1</h1>
<p>Swiftkey<br />
Great Little War Game<br />
Sketchbook Mobile<br />
SoundHound<br />
Asphalt 6<br />
Fieldrunners HD<br />
Minecraft Pocket<br />
Endomondo SportsTracker Pro</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2011/12/day-1-android-10-billion-promo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup an OSX Lion Time Machine share on Ubuntu 11.10</title>
		<link>http://greghesp.com/2011/12/setup-osx-lion-time-machine-share-ubuntu-11-10/</link>
		<comments>http://greghesp.com/2011/12/setup-osx-lion-time-machine-share-ubuntu-11-10/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 18:34:25 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Technical Talk]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[Ubuntu 11.10]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=224</guid>
		<description><![CDATA[Since my last tutorial on how to get Time Machine working on Ubuntu, 11.10 of Ubuntu was released which breaks Time Machine and all OS X sharing capabilities.  Fortunately its pretty straight forward to get you back on the road &#8230; <a href="http://greghesp.com/2011/12/setup-osx-lion-time-machine-share-ubuntu-11-10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since my last tutorial on how to get Time Machine working on Ubuntu, 11.10 of Ubuntu was released which breaks Time Machine and all OS X sharing capabilities.  Fortunately its pretty straight forward to get you back on the road again should you follow this tutorial.   Some of it you might be able to skip if you have set this up before</p>
<p>&nbsp;</p>
<h2><strong>Step 1 &#8211; Remove Netatalk</strong></h2>
<p>Login to your Ubuntu box and open up Terminal, type:</p>
<blockquote><p><em>sudo apt-get remove netatalk &#8211;purge</em></p>
<p><em>sudo rm /etc/netatalk -r -f</em></p></blockquote>
<p>&nbsp;</p>
<h2><strong>Step 2 &#8211; Add repo&#8217;s</strong></h2>
<p>Login to your Ubuntu box and open up Terminal, type:</p>
<blockquote><p><em>sudo add-apt-repository <strong>ppa:jstrunk-math/ppa</strong></em></p></blockquote>
<p><span id="more-224"></span></p>
<h2><strong>Step 2 &#8211; Install Netatalk 2.2</strong></h2>
<p>Open up Terminal and enter the following:</p>
<blockquote><p><em>sudo apt-get update</em></p>
<p><em>sudo apt-get install netatalk</em></p></blockquote>
<p>This should then start downloading the latest version of Netatalk from the repo&#8217;s added in the first step.</p>
<p>Once the download has completed, you can check the version installed by typing:</p>
<blockquote><p><em>dpkg -s netatalk</em></p></blockquote>
<p>Hopefully, it should say that we have version 2.2.x installed.</p>
<p>&nbsp;</p>
<h2><strong>Step 3 &#8211; Configuring Netatalk</strong></h2>
<p>Now Netatalk is installed, we need to modify the apfd.conf to get it working. In Terminal type:</p>
<blockquote><p><em>sudo gedit /etc/netatalk/afpd.conf</em></p></blockquote>
<p>At the end of the file, enter this:</p>
<blockquote><p><em>- -tcp -noddp -uamlist uams_dhx.so,uams_dhx2_passwd.so -nosavepassword</em></p></blockquote>
<p>Now Netatalk is installed we need to go ahead and tell it what to share.  Open up Terminal again and type the following:</p>
<blockquote><p><em>sudo gedit /etc/netatalk/AppleVolumes.default</em></p></blockquote>
<p>Go to the bottom of the file and look for the line that says:</p>
<blockquote><p><em>~/     &#8220;Home Directory&#8221;</em></p></blockquote>
<p>What you need to do is delete this line and add in the location of your backup drive, a name and some options.  Heres what I put in mine:</p>
<blockquote><p><em>/media/backupdisk/     &#8220;Time Machine&#8217;     cnidscheme:dbd options:usedots,upriv,tm</em></p></blockquote>
<p>&nbsp;</p>
<h2><strong>Step 4 &#8211; Restart the Netatalk Service</strong></h2>
<p>The next step is to restart the Netatalk service.  Just open up Terminal again and type:</p>
<blockquote><p><em>/etc/init.d/netatalk restart</em></p></blockquote>
<p>Easy!</p>
<p>&nbsp;</p>
<h2><strong>Step 5 &#8211; Connecting to the share</strong></h2>
<p>Go back to  your OSX Lion machine and open up Terminal.  Type the following:</p>
<blockquote><p><em>defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</em></p></blockquote>
<p><em></em>Then reboot your Mac.</p>
<p>Once rebooted open Finder and click <em>Go -&gt; Connect to server.</em></p>
<p>What you need to enter here is the ip address of your server using the following layout:</p>
<blockquote><p><em>afp://&lt;server ip&gt;</em></p></blockquote>
<p>Login with your Linux account details when it asks.  Then open the shared drive through Finder so it gets mounted</p>
<p>&nbsp;</p>
<h2><strong>Step 6 &#8211; Create a sparsebundle</strong></h2>
<p>There are several ways of doing this, all which seem pretty complex.  So instead, download this makeImage.sh file to your OSX Lion machine from here:</p>
<p><a href="http://www.insanelymac.com/forum/index.php?s=c16393f5a35718586df225fb1252dc31&amp;showtopic=184462&amp;view=findpost&amp;p=1253495">http://www.insanelymac.com/forum/index.php?s=c16393f5a35718586df225fb1252dc31&amp;showtopic=184462&amp;view=findpost&amp;p=1253495</a></p>
<p>Make sure you save it as a .sh file and not a .txt.</p>
<p>Open up Terminal in OSX and navigate to the folder the .sh file was downloaded to.  The run the following command:</p>
<blockquote><p><em>sh  ./makeImage.sh 1000 </em></p></blockquote>
<p>This will create a sparsebundle of 1000GB in size.  Just alter the number for the amount of GB you want</p>
<h2><strong>Step 7 &#8211; Setting up Time Machine</strong></h2>
<p>The last step is to copy the sparsebundle that has just been made to the share you mounted earlier.  Once copied over, leave the shared drive mounted and open up Time Machine as usual.  Select the mounted shared drive and away you go</p>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2011/12/setup-osx-lion-time-machine-share-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>How To Restore the Galaxy Nexus to Stock</title>
		<link>http://greghesp.com/2011/11/restore-galaxy-nexus-stock/</link>
		<comments>http://greghesp.com/2011/11/restore-galaxy-nexus-stock/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 23:38:19 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile OS]]></category>
		<category><![CDATA[Technical Talk]]></category>
		<category><![CDATA[Android 4.0]]></category>
		<category><![CDATA[galaxy nexus]]></category>
		<category><![CDATA[ice cream sandwich]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[Nexus Prime]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[stock]]></category>
		<category><![CDATA[unroot]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=216</guid>
		<description><![CDATA[&#160; This is a tutorial on how to return your Galaxy Nexus to stock if needed. It involves restoring to a Stock Unrooted ROM, flashing the stock boot.img, and flashing the stock recovery.img. This is a bit of a crude &#8230; <a href="http://greghesp.com/2011/11/restore-galaxy-nexus-stock/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://greghesp.com/wp-content/uploads/2011/11/Untitled-1.jpg"><img class="aligncenter size-full wp-image-221" title="Untitled-1" src="http://greghesp.com/wp-content/uploads/2011/11/Untitled-1.jpg" alt="" width="530" height="150" /></a></p>
<p>&nbsp;</p>
<p>This is a tutorial on how to return your Galaxy Nexus to stock if needed. It involves restoring to a Stock Unrooted ROM, flashing the stock boot.img, and flashing the stock recovery.img. This is a bit of a crude way, but it works</p>
<p><strong><span style="color: red;">I am not to be held responsible if anything goes wrong when attempting this. This includes bricking your phone, flashing a bad image, causing WW3 etc. I am also not responsible for any files in this tutorial. They were all provided by other people.</span></strong></p>
<p>There may be inaccuracies in this post that may lead to various things such as bricked devices so be warned. Let someone check it over first! If you see anything wrong, let me know and I will edit it!</p>
<p><strong><span style="text-decoration: underline;">What you need</span></strong></p>
<ul>
<li>Samsung Galaxy Nexus GSM Version</li>
<li>All the usual fastboot &amp; ADB drivers etc</li>
<li>Fastboot</li>
<li>Stock Backup</li>
<li>Stock Recovery.img</li>
<li>Clockwork Mod</li>
</ul>
<p><strong><span id="more-216"></span>Fastboot</strong><br />
I used the fastboot provided by Paul O&#8217;Brien in his Superboot: <a href="http://android.modaco.com/topic/348161-18-nov-r2-superboot-rooting-the-galaxy-nexus/" rel="nofollow" target="_blank">DOWNLOAD</a></p>
<p><strong>Stock Backup &#8211; Provided by matt2053</strong><br />
Mediafire: <a href="http://www.mediafire.com/?7k9076axlyg7r7u" rel="nofollow" target="_blank">DOWNLOAD</a><br />
Filesonic: Coming Soon</p>
<p><strong>Stock Recovery &#8211; Provided by Peter Alfonzo</strong><br />
Filesonic: <a href="http://www.filesonic.com/file/4034159904/recovery.img" rel="nofollow" target="_blank">DOWNLOAD</a></p>
<p><strong>Clockwork Mod</strong><br />
<a href="http://download.clockworkmod.com/recoveries/recovery-clockwork-5.5.0.2-maguro.img" rel="nofollow" target="_blank">DOWNLOAD</a><br />
MD5: 445887336a863573997ccbaeedddc984</p>
<p>&nbsp;</p>
<blockquote><p>I am assuming that you already have Clockwork Mod flashed to you phone as I did. If you do not, you should be able to boot into Clockwork Mod, however I have NOT tried this and you do so at your own risk.<br />
a) Put your phone into fastboot mode<br />
b) Copy recovery-clockwork-5.5.0.2-maguro.img to your Superboot location<br />
c) Open CMD in the location of Superboot<br />
d) Type:<br />
fastboot-windows boot recovery-clockwork-5.5.0.2-maguro.img<br />
e) Your phone should boot into CWM. You will lose this if you reboot.</p>
<p>Alternatively, you can always flash CWM instead</p>
<p>&nbsp;</p>
<p>1) Take a Nandroid Backup!</p>
<p>2) Extract the content of the Stock Backup zip to your phone. It needs to go in the download folder which is inside the Clockwork Mod folder</p>
<p>2) Boot your phone into Recovery mode</p>
<p>4) Select Backup &amp; Restore</p>
<p>5) Select Restore and choose the folder from the Stock Backup zip you just put on your phone</p>
<p>6) Your phone will start to restore to the backup you downloaded</p>
<p>7) Once restored, just boot into your phone and make sure all is in order</p>
<p> <img src='http://greghesp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Restart your phone to Bootloader mode</p>
<p>9) Copy the Recovery.img into the same location as Superboot on your computer</p>
<p>10) Open CMD in the location of Superboot</p>
<p>11) Type:<br />
fastboot-windows flash recovery recovery.img</p>
<p>12) This should flash the stock recovery.img to you phone</p>
<p>13) Reboot your phone to bootloader, and use the volume buttons to select Recovery. Hit the power button. You should get an Android with a red triangle &#8211; this is the stock recovery</p>
<p>14) The last step is to lock the bootloader. Restart the phone into the bootloader</p>
<p>15) Open CMD in the location of Superboot and type:<br />
fastboot-window oem lock<a href="http://greghesp.com/wp-content/uploads/2011/11/Untitled-1.jpg"><br />
</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2011/11/restore-galaxy-nexus-stock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to unlock the bootloader &amp; root the Galaxy Nexus</title>
		<link>http://greghesp.com/2011/11/unlock-bootloader-root-galaxy-nexus/</link>
		<comments>http://greghesp.com/2011/11/unlock-bootloader-root-galaxy-nexus/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 11:55:38 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile OS]]></category>
		<category><![CDATA[Technical Talk]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[galaxy nexus]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=212</guid>
		<description><![CDATA[I know there a few tutorials already about, however it seems quite a lot of people are either asking questions about the ADB method, or cannot understand other methods. So i&#8217;ll try and put it all in one easy to follow tutorial &#8230; <a href="http://greghesp.com/2011/11/unlock-bootloader-root-galaxy-nexus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know there a few tutorials already about, however it seems quite a lot of people are either asking questions about the ADB method, or cannot understand other methods. So i&#8217;ll try and put it all in one easy to follow tutorial<br />
For this method we are going to use Paul O&#8217;Briens Superboot.</p>
<blockquote><p>Superboot is a boot.img that when booted, will root your device the first time you boot (installing su and the superuser APK). No need to flash any partitions, no need to mess around with ADB, no messing with the contents of your data partition, no overwriting the shipped ROM on your device, just boot the boot image using the instructions below and you&#8217;re done!</p></blockquote>
<p><span style="color: red;"><strong>APPLY THIS AT YOUR OWN RISK! I AM NOT RESPONSIBLE FOR ANY ISSUES</strong></span></p>
<p>Download the latest version of Superboot: <a href="http://android.modaco.com/topic/348161-18-nov-r2-superboot-rooting-the-galaxy-nexus/" rel="nofollow" target="_blank">DOWNLOAD</a></p>
<p>You might need the drivers, however its worth getting them anyway as you&#8217;ll probably need them in the future: <a href="http://junefabrics.com/android/driver.php" rel="nofollow" target="_blank">DOWNLOAD DRIVERS</a></p>
<p>&nbsp;</p>
<h1><span style="text-decoration: underline;"><strong>Windows</strong></span></h1>
<blockquote><p>1) Extract the contents of the above file into C:\root</p>
<p>2) Power your device off</p>
<p>3) Connect your phone to your computer</p>
<p>4) Put device into the bootloader by holding down Vol Up + Vol Down + Power</p>
<p>5) Open up cmd and navigate to by typing to following (Hit enter after each line):<br />
<em>cd C:/<br />
cd root</em></p>
<p>6) Unlock your bootloader by typing - <span style="color: red;">this will wipe your device!</span>:<br />
<em>.\fastboot-windows oem unlock</em></p>
<p>7) You should get a warning on your phone. Use the volume keys to select an option, and press the power button to confirm it</p>
<p> <img src='http://greghesp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Your bootloader should now say that it is unlocked at the bottom</p>
<p>9) To root your device, double click:<br />
install-superboot-windows.bat</p>
<p>10) You should now be able to reboot your phone and it will have root</p></blockquote>
<h1><span style="text-decoration: underline;"><strong>Linux</strong></span></h1>
<blockquote><p>1) Extract the contents of the above file into a folder</p>
<p>2) Power your device off</p>
<p>3) Connect your phone to your computer</p>
<p>4) Put device into the bootloader by holding down Vol Up + Vol Down + Power</p>
<p>5) Open up terminal and navigate to the folder used in step 1</p>
<p>6) Unlock your bootloader by typing - <span style="color: red;">this will wipe your device!</span>:<br />
<em>./fastboot-linux oem unlock</em></p>
<p>7) You should get a warning on your phone. Use the volume keys to select an option, and press the power button to confirm it</p>
<p> <img src='http://greghesp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Your bootloader should now say that it is unlocked at the bottom</p>
<p>9) To root your device, type the following (Hit enter after each line):<br />
<em>chmod +x install-superboot-linux.sh<br />
./install-superboot-linux.sh</em></p>
<p>10) You should now be able to reboot your phone and it will have root</p>
<p>&nbsp;</p></blockquote>
<h1><span style="text-decoration: underline;"><strong>OS X</strong></span></h1>
<blockquote><p>1) Extract the contents of the above file into a folder</p>
<p>2) Power your device off</p>
<p>3) Connect your phone to your computer</p>
<p>4) Put device into the bootloader by holding down Vol Up + Vol Down + Power</p>
<p>5) Open up terminal and navigate to the folder used in step 1</p>
<p>6) Unlock your bootloader by typing - <span style="color: red;">this will wipe your device!</span>:<br />
<em>./fastboot-mac oem unlock</em></p>
<p>7) You should get a warning on your phone. Use the volume keys to select an option, and press the power button to confirm it</p>
<p> <img src='http://greghesp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Your bootloader should now say that it is unlocked at the bottom</p>
<p>9) To root your device, type the following (Hit enter after each line):<br />
<em>chmod +x install-superboot-mac.sh<br />
./install-superboot-mac.sh</em></p>
<p>10) You should now be able to reboot your phone and it will have root</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2011/11/unlock-bootloader-root-galaxy-nexus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Possible Samsung Galaxy Nexus Prices with O2</title>
		<link>http://greghesp.com/2011/11/samsung-galaxy-nexus-prices-o2/</link>
		<comments>http://greghesp.com/2011/11/samsung-galaxy-nexus-prices-o2/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 22:57:05 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile OS]]></category>
		<category><![CDATA[galaxy nexus]]></category>
		<category><![CDATA[Nexus Prime]]></category>
		<category><![CDATA[o2]]></category>
		<category><![CDATA[o2 contract]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[sim free]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=206</guid>
		<description><![CDATA[theuniboy over at xda-developers went to visit his local O2 store today to find they gave him a quote on the handset prices for the Samsung Galaxy Nexus.   The prices give us a good starting point for what they &#8230; <a href="http://greghesp.com/2011/11/samsung-galaxy-nexus-prices-o2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>theuniboy over at <a href="http://forum.xda-developers.com/showpost.php?p=19345377&amp;postcount=255">xda-developers</a> went to visit his local O2 store today to find they gave him a quote on the handset prices for the Samsung Galaxy Nexus.   The prices give us a good starting point for what they could be.  Where the prices look good, something tells me these aren&#8217;t quite right down the lower end of the scale.</p>
<p>Since these match very closely to the prices of the Galaxy S II, then I think we will be seeing the Galaxy Nexus at the same price.</p>
<p>&nbsp;</p>
<p><img class="alignnone" title="O2 Galaxy Nexus 24 Month Contract" src="https://lh3.googleusercontent.com/-mcwWYpgHROc/TsF5esbH83I/AAAAAAAACNk/25NX-ItKPW8/s512/IMG_20111114_195618.jpg" alt="" width="384" height="512" /><img class="alignnone" title="O2 18 &amp; 12 Month Galaxy Nexus Prices" src="https://lh4.googleusercontent.com/-8Gf4VD4FO9M/TsF5eEm2C0I/AAAAAAAACNo/z-xXuZjBcfQ/s512/IMG_20111114_195647.jpg" alt="" width="384" height="512" /></p>
<p><img class="alignnone" title="O2 Simplicity and Sim Free Prices, Galaxy Nexus" src="https://lh6.googleusercontent.com/-bFSVoivb1h8/TsF5eX8LhCI/AAAAAAAACNI/ELeImS7jWQk/s512/IMG_20111114_195712.jpg" alt="" width="384" height="512" /></p>
<p>&nbsp;</p>
<p>After doing some totting up, I think the prices we will be see&#8217;ing are as follows:</p>
<p><strong><span style="text-decoration: underline;">4 Month &#8211; 500mb Data</span></strong><br />
24M 900: £59 / £37pm<br />
24M 600: £79.99 / £32pm<br />
24M 300: £104 / £32pm<br />
24M 200: £149 / £21.50pm<br />
24M 100: £179 / £21.50pm<br />
24M 50: £199 / £16.50pm</p>
<p><strong><span style="text-decoration: underline;">18 Month &#8211; 500Mb Data</span></strong><br />
18M 900: £59 /£47pm<br />
18M 600: £79.99 / £42pm<br />
18M 300: £104 / £37pm<br />
18M 200: £149 / £32pm<br />
18M 100: £179 / £27pm<br />
18M 50: £199 / £21.50</p>
<p><strong><span style="text-decoration: underline;">Upgrade Only &#8211; 500Mb Data<br />
</span></strong>12M 900: £199.99 / £47pm<br />
12M 600: £224.99 / £42pm<br />
12M 300: £249.99 / £37pm<br />
12M 100: £274.99 / £27pm<br />
12M 50: £299.99 / £21.50</p>
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2011/11/samsung-galaxy-nexus-prices-o2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you like Ice Cream?</title>
		<link>http://greghesp.com/2011/10/ice-cream/</link>
		<comments>http://greghesp.com/2011/10/ice-cream/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 22:56:55 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile OS]]></category>

		<guid isPermaLink="false">http://greghesp.com/?p=191</guid>
		<description><![CDATA[Live: YouTube.com/Android, 10/19/11, 10AM, Hong Kong Time (HKT) Ice Cream Sandwich is coming next week along with the release of the Samsung Galaxy Nexus.   Despite the delayed release due to the passing of Steve Jobs, Google &#38; Samsung are &#8230; <a href="http://greghesp.com/2011/10/ice-cream/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Live: YouTube.com/Android, 10/19/11, 10AM, Hong Kong Time (HKT)</strong></p>
<p style="text-align: center;"><code><iframe src="http://www.youtube.com/embed/RX4btquQzUE?version=3&amp;rel=0&amp;fs=1&amp;wmode=transparent" width="560" height="340" title="YouTube video player" style="background-color:#000;display:block;margin-bottom:0;max-width:100%;" frameborder="0" allowfullscreen></iframe><p style="font-size:11px;margin-top:0;"><a href="http://www.youtube.com/watch?v=RX4btquQzUE" target="_blank" title="Watch on YouTube">Watch this video on YouTube</a>.</p></code></p>
<p style="text-align: left;">Ice Cream Sandwich is coming next week along with the release of the Samsung Galaxy Nexus.   Despite the delayed release due to the passing of Steve Jobs, Google &amp; Samsung are pressing on and have moved the conference to Hong Kong on the 19th October.  I wonder what Siri thinks of all this?</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://greghesp.com/2011/10/ice-cream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

