<?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>Dave's Happy Place</title>
	<atom:link href="http://www.teirney.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teirney.net/blog</link>
	<description>Where's your happy place?</description>
	<lastBuildDate>Thu, 02 Sep 2010 09:22:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Backup Strategy Using Backupninja</title>
		<link>http://www.teirney.net/blog/2010/08/linux-backup-strategy-using-backupninja/</link>
		<comments>http://www.teirney.net/blog/2010/08/linux-backup-strategy-using-backupninja/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 09:44:46 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/?p=136</guid>
		<description><![CDATA[No-one likes to loose digital data, especially precious memories in photos that can&#8217;t be replaced. I&#8217;ve had two pretty major hard drive failures in the last year and there&#8217;s nothing like the thought of having lost photos or other important information to give you the kick in the arse you need to make sure you [...]]]></description>
			<content:encoded><![CDATA[<p>No-one likes to loose digital data, especially precious memories in photos that can&#8217;t be replaced. I&#8217;ve had two pretty major hard drive failures in the last year and there&#8217;s nothing like the thought of having lost photos or other important information to give you the kick in the arse you need to make sure you have a backup strategy that is being&nbsp;followed.</p>
<p>About 9 months ago I had a <span class="caps">1TB</span> hard drive start to fail. It had 360+ identified reallocated sectors and had numerous I/O errors while trying to access specific areas of the drive. That drive had all our photos on it. Luckily I got most of the data off it and, combined with a simple manual backup I was doing to an external drive, I didn&#8217;t loose a thing. It was a painful and somewhat stressful process restoring and checking the recovered data and could have easily resulted in significant data&nbsp;loss.</p>
<p>I needed a more robust backup process. Our entire home computing system is based on Linux - <a href="http://www.ubuntu.com/">Ubuntu</a> Lucid Lynx 10.04. This includes a desktop computer and a <span class="caps">HTPC</span> that triples as <span class="caps">NAS</span>, <span class="caps">VDR</span> using <a href="http://www.mythtv.org/">MythTV</a>, and media centre using <a href="http://xbmc.org/"><span class="caps">XBMC</span> Media Centre</a>. After review of the backup options available I finally settled on using <a href="https://labs.riseup.net/code/projects/backupninja/">backupninja</a>. It&#8217;s a piece of cake to install as it&#8217;s available in the Ubuntu repositories, is easy to setup, has good documentation, and has just the right amount of notification related bells and whistles to let me know that things are running when they should, and when things don&#8217;t go as they&nbsp;should.</p>
<p>The backup strategy I use now is pretty straight forward, with all the important information on those 2 machines being backed up to 3 places using&nbsp;backupninja:</p>
<ol>
<li>Automatically to the other computer on a daily&nbsp;basis</li>
<li>Manually to an external drive stored in our detached garage (in case the house burns down or we are burgled) on a weekly&nbsp;basis</li>
<li>Manually to an external drive stored at work (in case both the house and garage burn down) on a weekly (turning out to be more like monthly)&nbsp;basis</li>
<li><strong>Future:</strong> Automatically to an Amazon S3 account in the cloud (only for the very most important information since bandwidth is an issue here in New&nbsp;Zealand)</li>
</ol>
<p><a href="https://labs.riseup.net/code/projects/backupninja">Backupninja</a> provides built in support for all the types of information I needed backing up and includes support for setting them up using the curses based <a href="https://labs.riseup.net/code/projects/backupninja/wiki/Usage#ninjahelper">ninjahelper</a> interface. Configuring the necessary files manually is also ridiculously&nbsp;easy.</p>
<ul>
<li>System Information dump - e.g. hard drive partition information, installed&nbsp;packages</li>
<li>MySQL database dump - for all of the MythTV recorded <span class="caps">TV</span> show&nbsp;information</li>
<li>File backup using rdiff-backup over <span class="caps">SSH</span> or directly to a locally mounted drive - for all our photos and other&nbsp;multimedia</li>
<li><strong>Future:</strong> File backup using duplicity to Amazon S3 - for all our&nbsp;photos</li>
</ul>
<p>To install backupninja and the other utilities that it can leverage, use the following command line:<br />
<code>$ sudo apt-get install backupninja, debconf-utils, hwinfo,&nbsp;rdiff-backup</code></p>
<p>Below is part of a sample configuration file for an rdiff-backup configuration to show how easy it is to configure:<br />
<code>include = /etc<br />
include = /home<br />
include = /root<br />
include = /mnt/drive1/multimedia<br />
include = /usr/local/*bin<br />
include = /var/backups<br />
include = /var/lib/dpkg/status*<br />
include = /var/spool/cron/crontabs<br />
exclude = **/.ccache<br />
exclude = **/.local/share/Trash<br />
exclude = **/.thumbnails<br />
exclude =&nbsp;**/.Trash*</code></p>
<p>There is oodles of other useful information in the <a href="https://labs.riseup.net/code/projects/backupninja/wiki">Backupninja Wiki</a> so go and have a look at that if you want to know&nbsp;more.</p>
<p>I&#8217;m also using <a href="http://sourceforge.net/apps/trac/smartmontools/wiki">smartmontools</a> to monitor the <a href="http://en.wikipedia.org/wiki/S.M.A.R.T."><span class="caps">SMART</span></a> status of the hard drives in all our machines totalling ~<span class="caps">3TB</span> of data across 5 drives. Getting a heads up that you might need to move data off a drive onto a new one before it fails is sometimes the easier option than restoring from a&nbsp;backup.</p>
<p>Putting a backup strategy in place is only something most people consider once they&#8217;ve already lost data - the same way that most people only get a house alarm after they have been burgled. If you need to go into your house to access any important digital information, then you are at risk of loosing something. Be smart, do something before you lose&nbsp;something.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2010/08/linux-backup-strategy-using-backupninja/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Zealand Freeview&#124;HD running on XBMC from Myth TV</title>
		<link>http://www.teirney.net/blog/2009/06/new-zealand-freeviewhd-running-on-xbmc-from-myth-tv/</link>
		<comments>http://www.teirney.net/blog/2009/06/new-zealand-freeviewhd-running-on-xbmc-from-myth-tv/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 10:44:29 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[XBMC Media Center]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/?p=115</guid>
		<description><![CDATA[UPDATE (20-Aug-2009): The bulk of the patch has now been committed to XBMC in revision 22285. A few extra goodies added to the patch now. Might cause some conflicts once these are committed, but that might not be for a week or&#160;more.
UPDATE (18-Aug-2009): A recent update of ffmpeg in XBMC (revision 21993 on 04-Aug-2009) meant [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span class="caps">UPDATE</span> (20-Aug-2009):</strong> The bulk of the patch has now been committed to <span class="caps">XBMC</span> in <a href="http://xbmc.org/trac/changeset/22285">revision 22285</a>. A few extra goodies added to the patch now. Might cause some conflicts once these are committed, but that might not be for a week or&nbsp;more.</p>
<p><strong><span class="caps">UPDATE</span> (18-Aug-2009):</strong> A recent update of ffmpeg in <span class="caps">XBMC</span> (<a href="http://xbmc.org/trac/changeset/21993">revision 21993</a> on 04-Aug-2009) meant that the original patch and instructions no longer worked. The instructions below have been updated and a new patch released. Much of the original patch is now directly in <span class="caps">XBMC</span> Media Center due to the ffmpeg update so it is much&nbsp;smaller.</p>
<p>I maintain the <a href="http://xbmc.org/wiki/?title=MythTV">Myth <span class="caps">TV</span> page in the <span class="caps">XBMC</span> wiki</a>. Some people in New Zealand have contacted me to get instructions on what needs to be done to get recorded <a href="http://www.freeviewnz.tv/all_about_freeview/page/freeviewhd_and_myfreeviewhd">Freeview|<span class="caps">HD</span></a> content playing in <a href="http://xbmc.org/"><span class="caps">XBMC</span></a> from a <a href="http://www.mythtv.org/">Myth <span class="caps">TV</span></a>&nbsp;backend.</p>
<p>Well, here those instructions are. Luckily there isn&#8217;t as much voodoo magic as there used to be. There will be even less voodoo once some of my other patches make it into <span class="caps">XBMC</span> proper, and Paul Kendall&#8217;s patches for <a href="http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-May/070347.html"><span class="caps">LATM</span> encapsulated <span class="caps">AAC</span> decoding</a> finally wiggle their way into&nbsp;<a href="http://ffmpeg.org/">ffmpeg</a>.</p>
<p>These instructions&nbsp;assume:</p>
<ul>
<li>You already have Myth <span class="caps">TV</span> working as expected with the digital terrestrial Freeview|<span class="caps">HD</span> broadcast. Getting this working isn&#8217;t covered here. Go to <a href="http://www.mythtv.co.nz/mythtv/">Myth <span class="caps">TV</span> <span class="caps">NZ</span></a> as a starting point or join the <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/">mythtvnz mailing list</a> for more&nbsp;information.</li>
<li>You have seen the light and are using Linux and not&nbsp;Windoze</li>
<li>You have a level of confidence with&nbsp;Linux</li>
<li>You are happy to compile <span class="caps">XBMC</span> Media Center from source code (and have some concept of what compiling&nbsp;is)</li>
<li>You have a smoking fast <span class="caps">CPU</span>. A dual core 3.0GHz or faster <span class="caps">CPU</span> is needed or an nVidia video card / chipset that supports <a href="http://en.wikipedia.org/wiki/VDPAU"><span class="caps">VDPAU</span></a>. Decoding 1080i H264 content from <span class="caps">TV3</span> is super <span class="caps">CPU</span> intensive or needs to be offloaded to the&nbsp;<span class="caps">GPU</span>.</li>
</ul>
<p>The New Zealand Freeview|<span class="caps">HD</span> digital free-to-air transmission <span class="caps">DVB</span>-T video stream uses the <a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC">H264</a> codec (along with <span class="caps">PAFF</span> interlacing for <span class="caps">TV3</span>). The <span class="caps">DVB</span>-T audio stream uses either <a href="http://en.wikipedia.org/wiki/AC3"><span class="caps">AC3</span></a> or <span class="caps">LATM</span> (Low-overhead <span class="caps">MPEG</span>-4 Audio Transport Multiplex) encapsulated <a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding"><span class="caps">HE</span>-<span class="caps">AAC</span></a>. The audio and video streams are transmitted within an <a href="http://en.wikipedia.org/wiki/MPEG_transport_stream"><span class="caps">MPEGTS</span></a> container.<br />
<span id="more-115"></span></p>
<p>Without further&nbsp;ado:</p>
<ol>
<li><strong>Install <a href="http://subversion.tigris.org/">Subversion</a></strong>.<br />
<code>$ sudo apt-get install&nbsp;subversion</code></li>
<li>Change to a directory where the <span class="caps">XBMC</span> source code will be downloaded to (a new directory called <span class="caps">XBMC</span> will be created after this&nbsp;step).</li>
<li><strong>Download the <span class="caps">XBMC</span> Media Center source code</strong> from <a href="http://sourceforge.net/scm/?type=svn&#038;group_id=87054">SourceForge</a> using subversion. This will create a directory called <span class="caps">XBMC</span> that contains the source code for the linuxport version of <span class="caps">XBMC</span>. This step will take a while as all the source code downloads.<br />
<code>$ svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC&nbsp;XBMC</code></li>
<li>Once finished, change to the new <span class="caps">XBMC</span> directory.<br />
<code>$ cd&nbsp;XBMC</code></li>
<li><strong>Install build / compile dependencies.</strong> Follow the instructions in the <span class="caps">README</span>.linux file to obtain all the build&nbsp;dependencies.</li>
<li><strong>Remove pulse audio (optional)</strong> I strongly recommend removing <a href="http://en.wikipedia.org/wiki/Pulse_audio">pulse audio</a> as <a href="http://en.wikipedia.org/wiki/Advanced_Linux_Sound_Architecture"><span class="caps">ALSA</span> audio</a> works fine. I had nothing but problems trying to get pulse audio to work. The step below is optional but strongly recommended:<br />
<code>$ sudo aptitude remove&nbsp;libpulse-dev</code></li>
<li><strong>Install libfaad</strong><br />
<code>$ sudo aptitude install&nbsp;libfaad-dev</code></li>
<li><strong>Download the latest Freeview|<span class="caps">HD</span> patch file</strong> to the <span class="caps">XBMC</span> directory.<br />
<code>$ wget http://s3.teirney.net/xbmc/freeview-hd-linuxport-r22286.patch</code><br />
<em>The remaining areas from the original Freeview|<span class="caps">HD</span> patch have been removed pending further testing of the mpegts seek handling improvements added directly to the <span class="caps">XBMC</span> source tree. The updates to mpegts file handing to continue playing after seeking if there is a timestamp discontinuity within the mpegts container have also been removed pending further testing with the seeking changes directly in <span class="caps">XBMC</span>. The Freeview|<span class="caps">HD</span> patch used to bundle the patches attached to ffmpeg issues <a href="https://roundup.ffmpeg.org/roundup/ffmpeg/issue1128">1128</a> and <a href="https://roundup.ffmpeg.org/roundup/ffmpeg/issue452">452</a>. You can apply these patches from ffmpeg directly if you have any problems with playback stopping when trying to seek (let me know here if you do as well). The remaining patches in the original Freeview|<span class="caps">HD</span> patch have already been committed to <span class="caps">XBMC</span> or will be committed shortly. Below are some of the goodies. If you have any conflicts with future updates, revert the file that&nbsp;conflicts.</em></p>
<ul>
<li>Correct frame rate detection for 1080i <span class="caps">TV3</span> so the commercial breaks are automatically skipped in the correct place (if flagged correctly by&nbsp;mythcommflag)</li>
<li>Tweaks to reduce the amount of time it takes to start playing MythTV files - this will depend on your MythTV configuration, but helps immensely for me with a Nova T&nbsp;500.</li>
<li>Another tweak to help better determine if something is a movie if using the movie length <span class="caps">HACK</span>, which I don&#8217;t think I&#8217;ve documented&nbsp;yet.</li>
</ul>
</li>
<li><strong>Revert any existing Freeview|<span class="caps">HD</span> patches.</strong> Any existing Freeview|<span class="caps">HD</span> patches need to be reverted prior to applying this new patch (in fact any existing patches wouldn&#8217;t have worked after the big ffmpeg update in <span class="caps">XBMC</span>). This step is only needed if you have installed a previous Freeview|<span class="caps">HD</span> patch.<br />
<code>$ svn revert -R .</code><br />
<code>$ make&nbsp;distclean</code></li>
<li><strong>Install the <span class="caps">NEW</span> Freeview|<span class="caps">HD</span> patch</strong>.<br />
<code>$ patch -p0 <&nbsp;freeview-hd-linuxport-r22286.patch</code></code></li>
<li><strong>Configure the <span class="caps">XBMC</span> source tree enabling external libfaad support.</strong> This will take some time (~5 minutes). External libfaad support is needed to decode the <span class="caps">HE</span>-<span class="caps">AAC</span> content and turns on the <span class="caps">LATM</span> handling.<br />
<code>$ ./configure&nbsp;--enable-external-libfaad</code></li>
<li><strong>Make <span class="caps">XBMC</span></strong>. This will take longer (~15 minutes).<br />
<code>$&nbsp;make</code></li>
<li><strong>Install <span class="caps">XBMC</span></strong><br />
<code>$ sudo make&nbsp;install</code></li>
</ol>
<p>Hopefully that&#8217;s all gone smoothly. Now you should be able to follow the instructions on the <a href="http://xbmc.org/wiki/?title=MythTV"><span class="caps">XBMC</span> wiki for Myth <span class="caps">TV</span></a> to get the out-of-the-box Myth <span class="caps">TV</span> integration in <span class="caps">XBMC</span> up and&nbsp;running.</p>
<p>Any problems, kudos, whatever. Leave a&nbsp;comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2009/06/new-zealand-freeviewhd-running-on-xbmc-from-myth-tv/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Upgrade to Wordpress 2.5 went more or less to plan</title>
		<link>http://www.teirney.net/blog/2008/08/upgrade-to-wordpress-25-went-more-or-less-to-plan/</link>
		<comments>http://www.teirney.net/blog/2008/08/upgrade-to-wordpress-25-went-more-or-less-to-plan/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 00:18:19 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Gripes]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/?p=112</guid>
		<description><![CDATA[I have finally upgraded Wordpress to the latest version after becoming stagnant on some old 1.x version. It&#8217;s more or less gone to plan, although for some reason all of my category names have become&#160;empty!
The Wordpress administration UI improvements are a welcome and refreshing change but there are still some confusing parts with quite different [...]]]></description>
			<content:encoded><![CDATA[<p>I have finally upgraded Wordpress to the latest version after becoming stagnant on some old 1.x version. It&#8217;s more or less gone to plan, although for some reason all of my category names have become&nbsp;empty!</p>
<p>The Wordpress administration <span class="caps">UI</span> improvements are a welcome and refreshing change but there are still some confusing parts with quite different background colors behind some of the buttons. I can understand why they did it, but for some reason I didn&#8217;t even see some of the buttons first time round &#8220;where is the Publish button?&#8221; Generally the important stuff is much more accessible so great&nbsp;job!</p>
<p>As expected since there is no plug-in management to speak of in Wordpress all of the plug-ins I had were well out of date. I&#8217;d really appreciate some form of management for these (similar to the package management on Linux) so I can just be told when there is new stuff and say &#8220;yes, please download and update to the latest version, thank-you&#8221;. Trawling around the internet to get the latest versions is a bit&nbsp;painful.</p>
<p>Anyway, watch this space for a slowly updating Wordpress theme based on <a href="http://www.jdavidmacor.com/2007/05/10/wordpress-theme-deliciously-blue/">Deliciously Blue</a>, which was curiously based on the previous theme I was using (<a href="http://www.ndesign-studio.com/resources/wp-themes/glossyblue/">Glossy Blue</a>). I&#8217;m going to try for a strictly gray-scale theme with a splash of two contrasting colors to see what I&#8217;ve learned from my typography&nbsp;reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2008/08/upgrade-to-wordpress-25-went-more-or-less-to-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.1 Photeon backgrounds for XBMC AEON skin released</title>
		<link>http://www.teirney.net/blog/2008/07/version-11-photeon-backgrounds-for-xbmc-aeon-skin-released/</link>
		<comments>http://www.teirney.net/blog/2008/07/version-11-photeon-backgrounds-for-xbmc-aeon-skin-released/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 23:56:16 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[XBMC Media Center]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/2008/07/27/version-11-photeon-backgrounds-for-xbmc-aeon-skin-released/</guid>
		<description><![CDATA[After several hundred downloads of version 1.0 of the Photeon (Photo + AEON) backdrops/backgrounds for the XBMC  Media Center AEON skin, a bigger, better, brighter version 1.1 is now available for&#160;download.
Download Photeon Backgrounds version&#160;1.1
If you download and use the backgrounds please leave a comment. I&#8217;d love to know what people think of them or [...]]]></description>
			<content:encoded><![CDATA[<p>After several hundred downloads of <a href="http://www.teirney.net/blog/2008/05/21/photeon-backdrops-for-xbmc-aeon-skin-released">version 1.0</a> of the Photeon (Photo + <span class="caps">AEON</span>) backdrops/backgrounds for the <a href="http://xbmc.org"><span class="caps">XBMC</span></a>  Media Center <a href="http://www.aeonproject.com"><span class="caps">AEON</span> skin</a>, a bigger, better, brighter version 1.1 is now available for&nbsp;download.</p>
<h3><a href="http://s3.teirney.net/xbmc/aeon/photeon-backgrounds-1.1.zip">Download Photeon Backgrounds version&nbsp;1.1</a></h3>
<p>If you download and use the backgrounds please leave a comment. I&#8217;d love to know what people think of them or what could be&nbsp;improved!</p>
<p><strong>Movies</strong> - original by Jean-Luc <span class="caps">ST</span>-Hilaire (<a href="http://www.sxc.hu/profile/clasixart">clasixart</a>) of Quebec, Canada.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Movies.jpg" alt="Photeon Movies XBMC Media Center sample" /></p>
<p><strong><span class="caps">TV</span> Shows</strong> - original by Miroslav Sárička (<a href="http://www.sxc.hu/profile/v_hujer">v_hujer</a>) of Prievidza, Slovakia.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/TV Shows.jpg" alt="Photeon TV Shows XBMC Media Center sample" /></p>
<p><strong>Clips</strong> - original by Melanie Kuipers ** (<a href="http://www.sxc.hu/profile/yum">yum</a>) of Germany.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Clips.jpg" alt="Photeon Clips XBMC Media Center sample" /></p>
<p><strong>Pictures</strong> - original by Piotr Lewandowski ** (<a href="http://www.sxc.hu/profile/LeWy2005">LeWy2005</a>) of Gdynia, Pomorskie, Poland.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Pictures.jpg" alt="Photeon Pictures XBMC Media Center sample" /></p>
<p><strong>Music</strong> - original by Bart Noszka (<a href="http://www.sxc.hu/profile/noszki">noszki</a>) of Dabrowa, Slaskie, Poland.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Music.jpg" alt="Photeon Music XBMC Media Center sample" /></p>
<p><strong>Games</strong> - original by Stephen Davies (<a href="http://www.sxc.hu/profile/steved_np3">steved_np3</a>) of the <span class="caps">UK</span>.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Games.jpg" alt="Photeon Games XBMC Media Center sample" /></p>
<p><strong>Arcade</strong> - original by Sas Van Veen ** (<a href="http://www.sxc.hu/profile/xtrapink">xtrapink</a>) of the Netherlands.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Arcade.jpg" alt="Photeon Arcade XBMC Media Center sample" /></p>
<p><strong>Apps</strong> -  original by Brian Lary (<a href="http://www.sxc.hu/profile/blary54">blary54</a>) of the United States.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Apps.jpg" alt="Photeon Apps XBMC Media Center sample" /></p>
<p><strong>Weather</strong> - original by G Schouten de Jel (<a href="http://www.sxc.hu/profile/gabriel77">gabriel77</a>) of Den Haag, Z-H, Netherlands.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Weather.jpg" alt="Photeon Weather XBMC Media Center sample" /></p>
<p><strong>Settings</strong> - original by Giovanni Miniato (<a href="http://www.sxc.hu/profile/desmox">desmox</a>) of Italy.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Settings.jpg" alt="Photeon Settings XBMC Media Center sample" /></p>
<p><strong>Extras</strong> - originals by <span class="caps">GLS</span> (<a href="http://www.sxc.hu/profile/glspro5">glspro5</a>) of Argentina, and Laura Shreck (<a href="http://www.sxc.hu/profile/Columbine">Columbine</a>) of the United States.<br />
<img src="http://s3.teirney.net/xbmc/thumbnails/Extras-0.jpg" alt="Photeon Extras XBMC Media Center sample" /></p>
<p><img src="http://s3.teirney.net/xbmc/thumbnails/Extras-1.jpg" alt="Photeon Extras XBMC Media Center sample" /></p>
<p>The backgrounds are all 720p <span class="caps">BMP</span> images so will work with both original XBox hardware and Linux/Windows <span class="caps">HTPC</span> solutions without any&nbsp;rescaling.</p>
<h3>Legal&nbsp;Stuff</h3>
<p>All images in the Photeon series of backgrounds were obtained from <a href="http://www.sxc.hu/">stock.xchng</a>, a free stock photo site, and then modified as necessary by David&nbsp;Teirney.</p>
<p>All images remain protected by the <a href="http://www.sxc.hu/help/7_2">original terms and conditions of stock.xchng</a>. Please respect the original license conditions as also noted in the enclosed <code>License.txt</code>&nbsp;file.</p>
<h3>Changes from&nbsp;1.0</h3>
<ul>
<li>Added &#8220;Apps&#8221;&nbsp;image.</li>
<li>Added &#8220;Arcade&#8221;&nbsp;image.</li>
<li>Added &#8220;Clips&#8221;&nbsp;image.</li>
<li>Added &#8220;Extras&#8221;&nbsp;images.</li>
<li>Added &#8220;Games&#8221;&nbsp;image.</li>
<li>Changed &#8220;Settings&#8221;&nbsp;image.</li>
<li>Removed the &#8220;<span class="caps">TV</span> Shows&#8221; image and replaced with the old &#8220;Live <span class="caps">TV</span>&#8221;&nbsp;image.</li>
<li>Repositioned the existing version 1.0 images to better work with the Showcase view and the <span class="caps">AEON</span> menu&nbsp;bar.</li>
<li>Cleaned the close-up images to remove unsightly artifacts like small hairs and other imperfections that were blatantly obvious when blown up to 46+ inches on an <span class="caps">HD</span>&nbsp;<span class="caps">TV</span>.</li>
<li>Altered the color curves for most images so they are more consistent across the set of&nbsp;images.</li>
</ul>
<h3>Installation</h3>
<p>Download the <a href="http://s3.teirney.net/xbmc/aeon/photeon-backgrounds-1.1.zip">photeon-backgrounds-1.1.zip</a> file (18.2 <span class="caps">MB</span>) and follow the instructions within the enclosed <code>Readme.txt</code>&nbsp;file.</p>
<p>The download is hosted by <a href="http://en.wikipedia.org/wiki/Amazon_S3">Amazon S3</a> (Simple Storage Service) so tell all your friends as it&#8217;s hardly costing anything to host and share this with&nbsp;everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2008/07/version-11-photeon-backgrounds-for-xbmc-aeon-skin-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>XBMC on XBox is definitely too slow to play HD H264 content</title>
		<link>http://www.teirney.net/blog/2008/07/xbmc-on-xbox-definitely-too-slow-to-play-h264-content/</link>
		<comments>http://www.teirney.net/blog/2008/07/xbmc-on-xbox-definitely-too-slow-to-play-h264-content/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 04:52:03 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[XBMC Media Center]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/2008/07/06/xbmc-on-xbox-definitely-too-slow-to-play-h264-content/</guid>
		<description><![CDATA[For a while I&#8217;ve known that getting the original XBox to play HD content was going to be a big ask. Plenty of places have said it just won&#8217;t&#160;happen.
Today I tested a 720p H264 movie that is freely available for download called Big Buck&#160;Bunny.
With debug information turned on there was still plenty of memory free [...]]]></description>
			<content:encoded><![CDATA[<p>For a while I&#8217;ve known that getting the original XBox to play <span class="caps">HD</span> content was going to be a big ask. Plenty of places have said it just won&#8217;t&nbsp;happen.</p>
<p>Today I tested a 720p H264 movie that is freely available for download called <a href="http://www.bigbuckbunny.org/">Big Buck&nbsp;Bunny</a>.</p>
<p>With debug information turned on there was still plenty of memory free (~20Mb) but the <span class="caps">CPU</span> spiked to 100% and playback was a miserable 17fps. The sound was playing fine, but the video was very&nbsp;laggy.</p>
<p>In the debug log I was very amused to see the&nbsp;following:</p>
<p><code>16:39:31 M: 18128896   DEBUG:   msg:<br />
************************************************<br />
**** Your system is too <span class="caps">SLOW</span> to play this!  ****<br />
************************************************<br />
Possible reasons, problems, workarounds:<br />
- Most common: broken/buggy _audio_ driver<br />
- Try -ao sdl or use the <span class="caps">OSS</span> emulation of <span class="caps">ALSA</span>.<br />
- Experiment with different values for -autosync, 30 is a good start.<br />
- Slow video output<br />
- Try a different -vo driver (-vo help for a list) or try -framedrop!<br />
- Slow <span class="caps">CPU</span><br />
- Don't try to play a big <span class="caps">DVD</span>/DivX on a slow <span class="caps">CPU</span>! Try some of the lavdopts, e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.<br />
- Broken file<br />
- Try various combinations of -nobps -ni -forceidx -mc 0.<br />
- Slow media (<span class="caps">NFS</span>/<span class="caps">SMB</span> mounts, <span class="caps">DVD</span>, <span class="caps">VCD</span> etc)<br />
- Try -cache 8192.<br />
- Are you using -cache to play a non-interleaved <span class="caps">AVI</span> file?<br />
- Try -nocache.<br />
Read <span class="caps">DOCS</span>/<span class="caps">HTML</span>/en/video.html for tuning/speedup tips.<br />
If none of this helps you, read&nbsp;<span class="caps">DOCS</span>/<span class="caps">HTML</span>/en/bugreports.html.</code></p>
<p>It&#8217;s very saddening to see that the Xbox has almost come to the end of it&#8217;s&nbsp;usefulness.</p>
<p>I could look at hooking in some of the mplayer options to try and help the <span class="caps">CPU</span> out but it really looks like its time to start putting together a new Linux <span class="caps">HTPC</span> now that <span class="caps">HD</span> <span class="caps">TV</span> is available in New Zealand via&nbsp;<span class="caps">DVB</span>-T.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2008/07/xbmc-on-xbox-definitely-too-slow-to-play-h264-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add page up and page down functions to the XBox remote for XBMC</title>
		<link>http://www.teirney.net/blog/2008/05/how-to-add-page-up-and-page-down-functions-to-the-xbox-remote-for-xbmc/</link>
		<comments>http://www.teirney.net/blog/2008/05/how-to-add-page-up-and-page-down-functions-to-the-xbox-remote-for-xbmc/#comments</comments>
		<pubDate>Fri, 23 May 2008 08:53:33 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[XBMC Media Center]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/2008/05/23/how-to-add-page-up-and-page-down-functions-to-the-xbox-remote-for-xbmc/</guid>
		<description><![CDATA[I&#8217;m using the Aeon skin for XBMC and the skin doesn&#8217;t support scroll bars. This makes it a bit time consuming navigating long&#160;lists.
To workaround this you can configure the XBox remote to perform PageUp and PageDown actions by altering the Keymap.xml file in the UserData&#160;folder.
UPDATE: This no longer seems to work on later versions of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using the <a href="http://www.aeonismine.com">Aeon skin</a> for <a href="http://xbmc.org"><span class="caps">XBMC</span></a> and the skin doesn&#8217;t support scroll bars. This makes it a bit time consuming navigating long&nbsp;lists.</p>
<p>To workaround this you can configure the XBox remote to perform PageUp and PageDown actions by altering the <code>Keymap.xml</code> file in the <code>UserData</code>&nbsp;folder.</p>
<p><strong><span class="caps">UPDATE</span>:</strong> This no longer seems to work on later versions of <span class="caps">XBMC</span>. I will post another article that contains details on the changes&nbsp;necessary. </p>
<p>Change the existing buttons mapped to the <code>PageUp</code> and <code>PageDown</code> actions for the&nbsp;remote.</p>
<p>Change them to be <code><skipplus></skipplus></code> and <code><skipminus></skipminus></code> as shown below (at the top of the <code>Keymap.xml</code>&nbsp;file).</p>
<pre>
&lt;keymap&gt;
  &lt;global&gt;
    &lt;remote&gt;
      &lt;three&gt;VolumeUp&lt;/three&gt;
      &lt;six&gt;VolumeDown&lt;/six&gt;
      &lt;nine&gt;Mute&lt;/nine&gt;
      &lt;play&gt;Play&lt;/play&gt;
      &lt;pause&gt;Pause&lt;/pause&gt;
      &lt;stop&gt;Stop&lt;/stop&gt;
      &lt;forward&gt;FastForward&lt;/forward&gt;
      &lt;reverse&gt;Rewind&lt;/reverse&gt;
      &lt;left&gt;Left&lt;/left&gt;
      &lt;right&gt;Right&lt;/right&gt;
      &lt;up&gt;Up&lt;/up&gt;
      &lt;down&gt;Down&lt;/down&gt;
      &lt;select&gt;Select&lt;/select&gt;
      &lt;!-- Alteration for PageUp/PageDown starts --&gt;
      &lt;skipplus&gt;PageDown&lt;/skipplus&gt;
      &lt;skipminus&gt;PageUp&lt;/skipminus&gt;
      &lt;!-- Ends --&gt;
      &lt;back&gt;ParentDir&lt;/back&gt;
      &lt;menu&gt;PreviousMenu&lt;/menu&gt;
      &lt;title&gt;ContextMenu&lt;/title&gt;
      &lt;info&gt;Info&lt;/info&gt;
      &lt;skipplus&gt;SkipNext&lt;/skipplus&gt;
      &lt;skipminus&gt;SkipPrevious&lt;/skipminus&gt;
      &lt;display&gt;FullScreen&lt;/display&gt;
      &lt;start&gt;PreviousMenu&lt;/start&gt;
      &lt;record&gt;Screenshot&lt;/record&gt;
      &lt;volumeplus&gt;VolumeUp&lt;/volumeplus&gt;
      &lt;volumeminus&gt;VolumeDown&lt;/volumeminus&gt;
      &lt;mute&gt;Mute&lt;/mute&gt;
      &lt;power&gt;XBMC.ShutDown()&lt;/power&gt;
      &lt;myvideo&gt;XBMC.ActivateWindow(MyVideos)&lt;/myvideo&gt;
      &lt;mymusic&gt;XBMC.ActivateWindow(MyMusic)&lt;/mymusic&gt;
      &lt;mypictures&gt;XBMC.ActivateWindow(MyPictures)&lt;/mypictures&gt;
      &lt;mytv&gt;XBMC.ActivateWindow(Home)&lt;/mytv&gt;
    &lt;/remote&gt;
  &lt;/global&gt;
&lt;/keymap&gt;
</pre>
<p>The <span class="caps">XBMC</span> wiki has <a href="http://xbmc.org/wiki/?title=Keymap.xml">more information about the Keymap.xml&nbsp;file</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2008/05/how-to-add-page-up-and-page-down-functions-to-the-xbox-remote-for-xbmc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photeon backdrops for XBMC Aeon skin released</title>
		<link>http://www.teirney.net/blog/2008/05/photeon-backdrops-for-xbmc-aeon-skin-released/</link>
		<comments>http://www.teirney.net/blog/2008/05/photeon-backdrops-for-xbmc-aeon-skin-released/#comments</comments>
		<pubDate>Wed, 21 May 2008 08:42:17 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[XBMC Media Center]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/2008/05/21/photeon-backdrops-for-xbmc-aeon-skin-released/</guid>
		<description><![CDATA[Version 1.0 of the Photeon (Photo + Aeon) backdrops for XBox Media Center (XBMC) Aeon skin are now available for&#160;download.
UPDATE: An updated Version 1.1. of the Photeon Backgrounds for the XBMC AEON skin have been&#160;released!
Download Photeon Backdrops Version 1.0. If you download and use them please leave a comment. I&#8217;d love to know what people [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.0 of the Photeon (Photo + Aeon) backdrops for XBox Media Center (<a href="http://xbmc.org"><span class="caps">XBMC</span></a>) Aeon skin are now available for&nbsp;download.</p>
<p><strong><span class="caps">UPDATE</span>:</strong> <a href="http://www.teirney.net/blog/2008/07/27/version-11-photeon-backgrounds-for-xbmc-aeon-skin-released/">An updated Version 1.1. of the Photeon Backgrounds for the <span class="caps">XBMC</span> <span class="caps">AEON</span> skin have been&nbsp;released!</a></p>
<p><a href="http://s3.teirney.net/xbmc/aeon/photeon-backdrops-1.0.zip">Download Photeon Backdrops Version 1.0</a>. If you download and use them please leave a comment. I&#8217;d love to know what people think of&nbsp;them!</p>
<p>All images in this Photeon series of backdrops for the <a href="http://www.aeoncentral.com/">Aeon skin</a> were obtained from <a href="http://www.sxc.hu/">stock.xchng</a> and then modified as necessary. All images are still protected by the original terms and conditions of that web site. Please respect the original license conditions as noted within the <code>photeon-backdrops-1.0.zip</code>&nbsp;file.</p>
<p>Special thanks to each of the image authors for giving permission to redistribute the modified versions of the images:
<ul>
<li><strong><span class="caps">TV</span> Shows</strong> - Jayson Gatdula (<a href="http://www.sxc.hu/profile/jaylopez">jaylopez</a>)</li>
<li><strong>Movies</strong> - Jean-Luc <span class="caps">ST</span>-Hilaire (<a href="http://www.sxc.hu/profile/clasixart">clasixart</a>)</li>
<li><strong>Pictures</strong> - Piotr Lewandowski (<a href="http://www.sxc.hu/profile/LeWy2005">LeWy2005</a>) - no response after a week so I hope it&#8217;s&nbsp;<span class="caps">OK</span></li>
<li><strong>Music</strong> - Bart Noszka (<a href="http://www.sxc.hu/profile/noszki">noszki</a>)</li>
<li><strong>Weather</strong> - Gabriel Schouten de Jel (<a href="http://www.sxc.hu/profile/gabriel77">gabriel77</a>)</li>
<li><strong>Live <span class="caps">TV</span></strong> - Viktor Hujer (<a href="http://www.sxc.hu/profile/v_hujer">v_hujer</a>)</li>
<li><strong>Settings</strong> - Kalyana Sundaram (<a href="http://www.sxc.hu/profile/kavitha">kavitha</a>)</li>
</ul>
<p><span class="caps">TV</span> Shows<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/tv-shows.jpg' alt='Photeon TV Shows XBMC screenshot' /></p>
<p>Movies<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/movies.jpg' alt='Photeon Movies XBMC screenshot' /></p>
<p>Pictures<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/pictures.jpg' alt='Photeon Pictures XBMC screenshot' /></p>
<p>Music<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/music.jpg' alt='Photeon Music XBMC screenshot' /></p>
<p>Weather<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/weather.jpg' alt='Photeon Weather XBMC screenshot' /></p>
<p>Live <span class="caps">TV</span> (courtesy of the <a href="http://xbmc.org/forum/showthread.php?t=31250">aeonmod</a> by <a href="http://xbmc.org/forum/member.php?u=16752">Rand Al Thor</a>)<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/live-tv.jpg' alt='Photeon Live TV XBMC screenshot' /></p>
<p>Settings<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/settings.jpg' alt='Photeon Settings XBMC screenshot' /></p>
<p>To install:
<ol>
<li>Download the <a href="http://s3.teirney.net/xbmc/aeon/photeon-backdrops-1.0.zip">photeon-backdrops-1.0.zip</a>&nbsp;(9.8Mb)</li>
<li>Unzip the <code>photeon-backdrops-1.0.zip</code> file and transfer to the <code>skin</code> directory of your XBMC installation. This will created a series of named folders within <code>XBMC/skin/Aeon/backdrops/photeon/720p</code>. Each named folder corresponds to Live TV, Movies, Music etc. and contains a single 720p BMP backdrop&nbsp;image.</li>
<li>Open Settings for <span class="caps">XBMC</span> (press Up from the main menu while using the Aeon&nbsp;skin)</li>
<li>Choose Aeon from the Settings menu and then configure the backdrop folders for each of the main menu items to point to the appropriate folder under&nbsp;<code>.../photeon/720p</code>.</li>
<li>Configure the Settings backdrop image to point to the image within the <code>.../photeon/720p/Settings</code> folder. If this is not done, the existing Settings image will be used when a Setting menu item is&nbsp;chosen.</li>
</ol>
<p>The download is hosted by <a href="http://en.wikipedia.org/wiki/Amazon_S3">Amazon S3</a> (Simple Storage Service) so tell all your friends, it&#8217;s hardly costing anything to host and share this with&nbsp;everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2008/05/photeon-backdrops-for-xbmc-aeon-skin-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Abstract backdrops for XBMC Aeon Skin</title>
		<link>http://www.teirney.net/blog/2008/05/abstract-backdrops-for-xbmc-aeon-skin/</link>
		<comments>http://www.teirney.net/blog/2008/05/abstract-backdrops-for-xbmc-aeon-skin/#comments</comments>
		<pubDate>Mon, 12 May 2008 09:31:59 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[XBMC Media Center]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/2008/05/12/abstract-backdrops-for-xbmc-aeon-skin/</guid>
		<description><![CDATA[I&#8217;ve created some abstract backdrops for the XBox Media Center (XBMC) Aeon&#160;Skin.
Sample photos of the backdrops using the Aeon skin are shown&#160;below.

TV Shows



Movies



Pictures



Music



Weather



Live TV (part of the Rand Al Thor Aeonmod)



Live TV recordings listing



Live TV channel listing



Settings


All of the images were sourced from stock.xchng which is a stock image library with free content. I still [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created some abstract backdrops for the XBox Media Center (<a href="http://xbmc.org/"><span class="caps">XBMC</span></a>) <a href="http://xbmc.org/forum/showthread.php?p=182775">Aeon&nbsp;Skin</a>.</p>
<p>Sample photos of the backdrops using the Aeon skin are shown&nbsp;below.</p>
<p>
<span class="caps">TV</span> Shows<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5267.JPG' alt='Aeon Skin TV Shows' />
</p>
<p>
Movies<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5268.JPG' alt='Aeon Skin Movies' />
</p>
<p>
Pictures<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5269.JPG' alt='Aeon Skin Pictures' />
</p>
<p>
Music<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5270.JPG' alt='Aeon Skin Music' />
</p>
<p>
Weather<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5271.JPG' alt='Aeon Skin Weather' />
</p>
<p>
Live <span class="caps">TV</span> (part of the <a href="http://xbmc.org/forum/showthread.php?t=31250">Rand Al Thor Aeonmod</a>)<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5272.JPG' alt='Aeon Skin Live TV' />
</p>
<p>
Live <span class="caps">TV</span> recordings listing<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5273.JPG' alt='Aeon Skin Live TV recordings' />
</p>
<p>
Live <span class="caps">TV</span> channel listing<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5274.JPG' alt='Aeon Skin Live TV channels' />
</p>
<p>
Settings<br />
<img src='http://www.teirney.net/wordpress/wp-content/uploads/2008/05/img_5275.JPG' alt='Aeon Skin Settings' />
</p>
<p>All of the images were sourced from <a href="http://www.sxc.hu/">stock.xchng</a> which is a stock image library with free content. I still need to contact the authors of the images that were manipulated to get their permission to redistribute to anyone else that would like to use&nbsp;them.</p>
<p>I purposefully chose images that were crisp and not colored. I wanted the actual colored content in each menu, such movies and pictures, to pop out of the screen yet still have some level of eye candy for the menus. There could still be some improvements to align better with the Aeon menu overlay and perhaps refining of each image, but these will do for the&nbsp;moment.</p>
<p>If you are interested in using these backdrops with your Aeon skin please leave a comment below (might help convince the photo owners to allow&nbsp;redistribution).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2008/05/abstract-backdrops-for-xbmc-aeon-skin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Another place to go for iPhone modifications in New Zealand</title>
		<link>http://www.teirney.net/blog/2008/04/another-place-to-go-for-iphone-modifications-in-new-zealand/</link>
		<comments>http://www.teirney.net/blog/2008/04/another-place-to-go-for-iphone-modifications-in-new-zealand/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 23:03:11 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/2008/04/13/another-place-to-go-for-iphone-modifications-in-new-zealand/</guid>
		<description><![CDATA[There&#8217;s now another place to get modifications for your iPhone so it works as well as it can in New Zealand on the Vodafone&#160;network.
Kiwi-ise contains a number of packages that can be installed using Installer.app to&#160;provide:

Caller&#160;ID
Phone Number&#160;Formatting
Voicemail&#160;button
Call Forwarding Active&#160;Fix
Alerts for Unread SMS messages and Missed&#160;Calls
Kiwi-ised Google Maps application&#160;icon

It includes all of the great stuff that [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s now another place to get modifications for your iPhone so it works as well as it can in New Zealand on the Vodafone&nbsp;network.</p>
<p><a href="http://www.kiwi-ise.co.nz/">Kiwi-ise</a> contains a number of packages that can be installed using Installer.app to&nbsp;provide:</p>
<ul>
<li>Caller&nbsp;<span class="caps">ID</span></li>
<li>Phone Number&nbsp;Formatting</li>
<li>Voicemail&nbsp;button</li>
<li>Call Forwarding Active&nbsp;Fix</li>
<li>Alerts for Unread <span class="caps">SMS</span> messages and Missed&nbsp;Calls</li>
<li>Kiwi-ised Google Maps application&nbsp;icon</li>
</ul>
<p>It includes all of the great stuff that was in the <span class="caps">XK72</span> repository plus some other goodies. I particularly look forward to seeing how the alerts for unread <span class="caps">SMS</span> messages and missed calls will work. I really missed that feature off my old Samsung&nbsp;phone.</p>
<p>It&#8217;s great to see so much effort being put into making using the iPhone as simple as possible here in New&nbsp;Zealand.</p>
<p>There&#8217;s also great reading about jailbreaking and unlocking in&nbsp;general.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2008/04/another-place-to-go-for-iphone-modifications-in-new-zealand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using version 1.1.3 on the iPhone in New Zealand</title>
		<link>http://www.teirney.net/blog/2008/02/using-version-113-on-the-iphone-in-new-zealand/</link>
		<comments>http://www.teirney.net/blog/2008/02/using-version-113-on-the-iphone-in-new-zealand/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 08:49:09 +0000</pubDate>
		<dc:creator>David Teirney</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.teirney.net/blog/2008/02/17/using-version-113-on-the-iphone-in-new-zealand/</guid>
		<description><![CDATA[It&#8217;s finally possible to upgrade to the latest version of the iPhone software (1.1.3) in New Zealand. And it&#8217;s really straightforward - way easier than some of the previous&#160;unlocks.

Sync your iPhone to create a backup of the configuration within iTunes (just in case something goes wrong and you need to restore to&#160;1.1.3).
Upgrade the iPhone to&#160;1.1.3
Follow [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s finally possible to upgrade to the latest version of the iPhone software (1.1.3) in New Zealand. And it&#8217;s really straightforward - way easier than some of the previous&nbsp;unlocks.</p>
<ol>
<li>Sync your iPhone to create a backup of the configuration within iTunes (just in case something goes wrong and you need to restore to&nbsp;1.1.3).</li>
<li>Upgrade the iPhone to&nbsp;1.1.3</li>
<li>Follow the instructions at <a href="http://iclarified.com/">iClarified</a> to <a href="http://iclarified.com/entry/index.php?enid=666">Unlock Your iPhone with ZiPhone <span class="caps">GUI</span> (Windows)</a>. I used <a href="http://www.ziphone.org">ZiPhone</a> 2.2 on Windows and didn&#8217;t have any problems with <span class="caps">SMS</span> or dialing crashing the iPhone after the&nbsp;unlock.</li>
<li>Open Installer and add the <span class="caps">XK72</span> repository&nbsp;<code>http://xk72.com/iphone/repos</code></li>
<li>Within Installer, open the Tweaks (<span class="caps">XK72</span>) category and install all 1.1.3 packages - <em>Caller <span class="caps">ID</span> update (1.1.3), <span class="caps">NZ</span> Phone Formats&nbsp;(1.1.3)</em></li>
<li>Set the Region Format to New Zealand. Settings > General > International > Region&nbsp;Format</li>
<li>Set the <span class="caps">APN</span> for Edge to <code>direct.vodafone.net.nz</code> (leave Username and Password blank). Settings > General > Network > Edge >&nbsp;APN.</li>
<li>Change the Voicemail button so it dials 707 rather than nothing. Manually dial&nbsp;<code>*5005*86*707#</code>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.teirney.net/blog/2008/02/using-version-113-on-the-iphone-in-new-zealand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
