<?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>Too busy to... &#187; Geeky</title>
	<atom:link href="http://www.toobusyto.org.uk/tooBusy/categories/geeky/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toobusyto.org.uk/tooBusy</link>
	<description>Do busy people have time to blog?</description>
	<lastBuildDate>Sun, 30 May 2010 21:56:29 +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>FreeviewHD PVR Review</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2010/05/30/freeviewhd-pvr-review/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2010/05/30/freeviewhd-pvr-review/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:42:04 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=496</guid>
		<description><![CDATA[FreeviewHD has been broadcasting in our area for several months but since we almost never watch live television it seemed pointless to to buy a FreeviewHD (or DVB-T2 to use the technical name) receiver without some sort of recording capability. These have taken a surprisingly long time to reach the market but I noticed last [...]]]></description>
			<content:encoded><![CDATA[<p>FreeviewHD has been broadcasting in our area for several months but since we almost never watch live television it seemed pointless to to buy a FreeviewHD (or DVB-T2 to use the technical name) receiver without some sort of recording capability. These have taken a surprisingly long time to reach the market but I noticed last weekend that the venerable <a href="http://www.johnlewis.com/">John Lewis</a> were selling a 500GB <em>Digital Stream DHR8205U</em> FreeviewHD hard-disk recorder and since the reviews on the web forums were broadly positive, made something of an impulse buy. </p>
<p>I quickly discovered that if the TV is not plugged in during boot then the box will flash &#8220;loading&#8221; at you forever but after that initial false start installation was smooth and the HD reception is an appreciable upgrade. The feature set appears comprehensive and although there is no option to repeat a recording daily or weekly, it can be instructed to record an entire series of programmes which is usually sufficient.</p>
<p>My biggest complaint is that the user interface is definitely quirky, which reminds you that this is definitely early-adopter territory. Most annoying is the remote control which has some of the most commonly used features (such as &#8216;pause&#8217; and &#8216;library&#8217;) on tiny buttons which are laid out with no semblance of logical grouping. The listings guide is quite useable, although the ordering of the channel list is not customisable which means the three HD channels are 6 screens away from their non-HD equivalents. Pressing the large &#8220;OK&#8221; button during viewing brings up the list of channels with no programme information which seems redundant: on my previous PVR this button showed the current and next programmes. The screen showing the recorded programmes appears to have had so little attention that it might actually be an afterthought: recordings are laughably labelled simply as ProgrammeName_DDMMHHMM.trp.  Fortunately there is at least a chance that the software issues might be fixed with the next software update scheduled for the end of June.</p>
<p>The user guide suffers from similar problems of poor readability including at least one circular reference (the effect of enabling &#8220;standby power-saving mode&#8221; is never explained). The packaging describes the product as &#8220;Manufactured in the UK&#8221; but DigitalStream itself seems to be a Korean company and the terminology used by the software is from a bizarre parallel universe: channels are called &#8220;services&#8221;, future recording &#8220;reservations&#8221; and the stored programmes library is  &#8220;media&#8221;. Despite these foibles, so far I am a happy customer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2010/05/30/freeviewhd-pvr-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Personal History of UNIX Tool Management on OS X</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2010/05/25/unix-tool-management-on-os-x/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2010/05/25/unix-tool-management-on-os-x/#comments</comments>
		<pubDate>Tue, 25 May 2010 22:36:24 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=491</guid>
		<description><![CDATA[When I first switched to Mac from Linux I used fink to provide the simple software installation (and removal!) to which I had become addicted while using Debian. In addition to being command line compatible, fink also shipped the software as binaries which on the relatively slow CPUs of the day meant the software was [...]]]></description>
			<content:encoded><![CDATA[<p>When I first switched to Mac from Linux I used <a href="http://www.finkproject.org/">fink</a> to provide the simple software installation (and removal!) to which I had become addicted while using Debian. In addition to being command line compatible, fink also shipped the software as binaries which on the relatively slow CPUs of the day meant the software was able to be used much more immediately than if it had to be compiled.</p>
<p>About three years ago, I noticed that the fink binary distribution no longer had all the packages I wanted to use. The website would indicate the package was available but actually it would be only available in source code form and my aging laptop did not have the CPU or disk space available to compile not just the package but all its dependencies.  When I upgraded that old laptop, and compiling everything from source seemed feasible, I decided that the <a href="http://www.macports.org/">MacPorts</a> project had more community activity and jumped ship. </p>
<p>MacPorts worked very well. The initial install took time, and worked the fan of my MacBook quite hard, but once the base packages were compiled, subsequent software installs and updates were mostly painless. MacPorts also made it vary easy to tweak installs using its <a href="http://guide.macports.org/#using.variants">variants</a> mechanism. However MacPorts&#8217; downfall, in my opinion, is that it is not content to be just a  way of augmenting the existing UNIX tools on my Mac but that it wants to be a self-contained operating system itself.  For example, in order to install the git-svn tool MacPorts was going to download, compile and install not only an older version of Perl than is shipped with 10.6 but also a second version of the subversion tool that Apple have already provided. I am sure this is a good way to deliver a powerful and stable system, but it felt like MacPorts was taking over. </p>
<p>I am not the first to think this since someone has developed <a href="http://mxcl.github.com/homebrew/">homebrew</a>. It has the explicit goals of playing nicely with the OS defaults and programming language specific distribution systems such as RubyGems, CPAN and PyPi. I am pleased to be report that homebrew was very quick to setup and install the few remaining UNIX packages to which I remain addicted. The installer makes the assertion that every user on your system should be in the staff group,<sup><a href="#footnote-1-491" id="footnote-link-1-491" title="See the footnote.">1</a></sup> but the script was very simple to modify and I have submitted <a href="http://gist.github.com/403175">my version</a>  back to the maintainer.</p>
<p>The one package where I do not find homebrew satisfactory is LaTeX. homebrew uses the <a href="http://www.tug.org/texlive/">TeX Live</a> distribution  rather than the tetex package I have used in the past. However TeX Live is a humungous 1GB download and some quick research showed that it was very much a kitchen sink package with many sub-packages that were completely unnecessary for me. Instead I highly recommend the 85MB download (234MB installed) <a href="http://www.tug.org/mactex/morepackages.html">BasicTeX</a> package which has proved to be entirely adequate for my needs, even if it does have softie GUI installer!</p>
<br /><ol class="footnotes"><li id="footnote-1-491">I noticed that on a fresh install of 10.6 no one is a member of the staff group. It appears that all Administrator users are members of the admin group though, and since it seems to only allow admins to change the machine&#8217;s homebrew install, I forked this gist and replaced all the instances of staff with admin.  [<a href="#footnote-link-1-491">back</a>]</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2010/05/25/unix-tool-management-on-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On Motion Pictures</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2010/03/04/on-motion-pictures/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2010/03/04/on-motion-pictures/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 23:24:43 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=466</guid>
		<description><![CDATA[I have a fairly sizeable collection of video clips from our trip to New Zealand, which one day I hope to assemble into something which might be worthy of the term film.
My first observation is that while holiday photographs need a nominal amount of sorting and post-processing before being displayed, video is much more demanding [...]]]></description>
			<content:encoded><![CDATA[<p>I have a fairly sizeable collection of video clips from our trip to <a href="http://www.toobusyto.org.uk/tooBusy/tag/new-zealand/">New Zealand</a>, which one day I hope to assemble into something which might be worthy of the term <em>film</em>.</p>
<p>My first observation is that while holiday photographs need a nominal amount of sorting and post-processing before being displayed, video is much more demanding of time, effort, and computing power.  Having struggled to get to grips with previous incarnations, Apple&#8217;s iMovie 09 has been fantastic: arranging clips through drag and drop is very natural and when a &#8220;drop&#8221; is ambiguous it pops up a short menu of options. Cropping, rotating and reversing clips is simple and speedy (admittedly this is a borrowed MacBook Pro rather than my own wimpier and older MacBook). At first I was wary of the themes but the strong visual style makes it easy to decorate the film in an attractive way.</p>
<p>My second observation is that next time we capture videos there are some basic rules we can follow to make the post-processing a lot easier!</p>
<ul>
<li>Set the scene with a strong opening shot. For example, when capturing a ferry crossing, start the clip with the shot of the ferry&#8217;s funnel instead of panning onto it at the end (the aforementioned &#8220;reverse clip&#8221; feature has rescued at least one such clip which ended where it should have started).</li>
<li>Keep the panoramas to a minimum: the vista may be beautiful but try to capture something a photograph cannot, such as the motion of waves lapping/pounding a shoreline.</li>
<li>Leading on from the previous point, sound is important. The camera records audio as well as video, so even if there is little or no action the sound can bring interest to a clip.</li>
</ul>
<p>To thank you for reading this far, while I have not finished my masterpiece film of our entire three week trip, I did make a short trailer featuring just the footage from our dolphin encounter in Kaikoura. </p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/nqe0y9pyng4&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nqe0y9pyng4&#038;fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2010/03/04/on-motion-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Upgrade: 8.04 to 9.04</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2009/04/19/ubuntu-upgrade-804-to-904/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2009/04/19/ubuntu-upgrade-804-to-904/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 21:55:27 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=382</guid>
		<description><![CDATA[Yesterday I upgraded my Ubuntu machine directly from Hardy Heron to Jaunty Jackalope (release candidate&#160;1), in defiance of the release notes. I could not find any specific problems indicating what would happen if I broke the rules so I went ahead anyway and it worked fine&#8212;fortunately there is no Change Management Board in this flat!
Upon [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I upgraded my Ubuntu machine directly from Hardy Heron to <a href="https://wiki.ubuntu.com/JauntyJackalope">Jaunty Jackalope</a> (release candidate&nbsp;1), in defiance of the <a href="http://www.ubuntu.com/getubuntu/releasenotes/904">release notes</a>. I could not find any specific problems indicating what would happen if I broke the rules so I went ahead anyway and it worked fine&#8212;fortunately there is no <a href="http://en.wikipedia.org/wiki/ITIL">Change Management Board</a> in this flat!</p>
<p>Upon first boot it is not immediately obvious what is new in this release, although the new &#8216;Dust&#8217; theme is so polished it feels like my desktop has received a heavy application of windolene, and it was nice to see that my widescreen monitor was now recognised automatically rather than requiring the installation of an additional package. Moving to Jaunty also brought an upgrade of my entire application set, including the latest version of <a href="http://do.davebsd.com/">Gnome Do</a> which features an OS X-style dock. </p>
<p>Rarely is an upgrade without issues but this was a pretty good one:</p>
<ul>
<li>The Gnome desktop sharing service (vino-server) now causes X to consume 60% of CPU time even when no one is connected. The only workaround is to turn off desktop sharing. </li>
<li>The new human-theme package conflicts with the Blubuntu theme packages. I just left this un-upgraded since I really like the blue theme.</li>
<li>Not so much an issue, but after three years of successive upgrades there was some junk that needed to be removed manually: php5 and emacs22 are now default/production (and you still need emacs-snapshot for anti-aliased fonts) so I removed all the php4 and emacs21 packages. There were also half a dozen old kernels that were too out of date to be any use.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2009/04/19/ubuntu-upgrade-804-to-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogs: Conversation or Monologue?</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2009/04/05/blogs-conversation-or-monologue/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2009/04/05/blogs-conversation-or-monologue/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 21:45:35 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=370</guid>
		<description><![CDATA[This weblog now allows for commenting via Facebook. Read on for the reasons why social networks will make blogs are proper conversation.]]></description>
			<content:encoded><![CDATA[<p>Back in February, the twitter-verse reverberated with a post describing a <a href="http://dsandler.org/wp/archives/2009/02/26/twitter-comments">system for using twitter as a replacement for comments on blog posts</a>. Regardless of the effectiveness or shortcomings of that particular system, I think the author explains very succinctly the failings of blog comments and the potential of using a social network to overcome them. Recently another blogger noted that  <a href="http://inessential.com/2009/03/30/comments_theory">when it comes to popular websites</a>:</p>
<blockquote><p>I&#8217;d rather hear what any of my friends says on any topic, rather than what people I don&#8217;t know say about a specific article.</p></blockquote>
<p>Sites such as <a href="http://disqus.com/docs/about/">Disqus</a> and <a href="http://intensedebate.com/">Intense Debate</a> also try to address these problems but populating yet another website with &#8216;friend&#8217; information seems like duplication  compared to using an existing network like Twitter, or Facebook. </p>
<p>Facebook recently released a very simple <a href="http://wiki.developers.facebook.com/index.php/Comments_Box">Comments Widget</a> which I have installed below as a trial-replacement for traditional comments. To leave a comment, click &#8216;Connect with Facebook&#8217; and authorise toobusyto.org.uk as a Facebook application, then leave your comment in the box. Regular comments are available below the Facebook Comment widget for people without Facebook accounts but since the Facebook widget can be customised to support anonymous comments, if the experiment is successful I eventually plan to turn that off.  Let me know what you think! </p>
<p><del datetime="2009-05-04T17:35:05+00:00"><em>PS &#8211; The &#8216;number of comments&#8217; stat on the front page will be inaccurate due to the new system.</em></del><br />
<ins datetime="2009-05-04T17:35:05+00:00">Comment counts should now (mostly) be accurate.</ins> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2009/04/05/blogs-conversation-or-monologue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internet document sharing done right?</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2008/11/28/internet-document-sharing-done-right/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2008/11/28/internet-document-sharing-done-right/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 19:16:35 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=329</guid>
		<description><![CDATA[Glowing review of a &#8220;make my files available everywhere&#8221; service called Dropbox.  (Via Ranchero.com.)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.randsinrepose.com/archives/2008/11/25/dumbing_down_the_cloud.html">Glowing review</a> of a &#8220;make my files available everywhere&#8221; service called <a href="http://getdropbox.com">Dropbox</a>.  (Via <a href="http://ranchero.com">Ranchero.com</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2008/11/28/internet-document-sharing-done-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One to watch&#8230;</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2008/11/25/one-to-watch/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2008/11/25/one-to-watch/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 21:12:37 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=327</guid>
		<description><![CDATA[&#8230;for the wrong reasons. It Died is a site which tracks the shutdown of web sites offering &#8220;Software-as-a-Service&#8221;. (Via Daring Fireball.)
]]></description>
			<content:encoded><![CDATA[<p>&#8230;for the wrong reasons. <a href="http://itdied.com/">It Died</a> is a site which tracks the shutdown of web sites offering &#8220;Software-as-a-Service&#8221;. (Via <a href="http://daringfireball.net/">Daring Fireball</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2008/11/25/one-to-watch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Netgear DG834Gv3 as an ADSL modem</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2008/09/07/using-a-netgear-dg834gv3-as-an-adsl-modem/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2008/09/07/using-a-netgear-dg834gv3-as-an-adsl-modem/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 22:25:12 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[netgear]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=285</guid>
		<description><![CDATA[Last week I treated myself to a new NAS device (cost: £££; good backups: priceless) which also has a built-in 802.11N wireless access point. Consequently I needed to find a way to make my Netgear DG834Gv3 act as a pure ADSL modem to avoid the headache of two layers of NAT.
While not documented/officially supported, the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I treated myself to a new NAS device (cost: £££; good backups: priceless) which also has a built-in 802.11N wireless access point. Consequently I needed to find a way to make my <a href="http://www.toobusyto.org.uk/tooBusy/archives/2008/03/15/netgear-dg834gv3-ichat-and-linux/">Netgear DG834Gv3</a> act as a pure ADSL modem to avoid the headache of two layers of <a href="http://en.wikipedia.org/wiki/Network_address_translation">NAT</a>.</p>
<p>While not documented/officially supported, the Netgear can be used as a pure modem (sometimes called &#8220;Bridge-only Mode&#8221; by other vendors) using a hidden link and selecting &#8220;modem-only&#8221; mode: http://192.168.0.1/setup.cgi?next_file=mode.htm</p>
<p>This was trivial to find using the leading search engine, but it does not work using the default settings in the UK&#8212;you must also change the ADSL multiplex method to &#8220;LLC&#8221; on the &#8220;ADSL Settings&#8221; page<sup><a href="#footnote-1-285" id="footnote-link-1-285" title="See the footnote.">1</a></sup>. Having done this, connect the second wireless AP/router/computer to the Netgear via ethernet and configure it to connect to the Internet using PPPoE.</p>
<br /><ol class="footnotes"><li id="footnote-1-285">Confusingly this is the opposite to the standard setting used when configuring UK ADSL which would normally be VC-based multiplexing  [<a href="#footnote-link-1-285">back</a>]</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2008/09/07/using-a-netgear-dg834gv3-as-an-adsl-modem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Film</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2008/08/27/the-future-of-film/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2008/08/27/the-future-of-film/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 20:35:35 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=275</guid>
		<description><![CDATA[Wired has a fascinating article about the technology that could replace 35mm film [via Daring Fireball].
]]></description>
			<content:encoded><![CDATA[<p>Wired has a fascinating <a href="http://www.wired.com/entertainment/hollywood/magazine/16-09/ff_redcamera?currentPage=all">article</a> about the technology that could replace 35mm film [via <a href="http://daringfireball.net/linked/2008/08/27/red">Daring Fireball</a>].</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2008/08/27/the-future-of-film/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Voicemail Setup Problems (&amp; Solution)</title>
		<link>http://www.toobusyto.org.uk/tooBusy/2008/08/23/iphone-voicemail-setup-problems-solution/</link>
		<comments>http://www.toobusyto.org.uk/tooBusy/2008/08/23/iphone-voicemail-setup-problems-solution/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 17:18:58 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.toobusyto.org.uk/tooBusy/?p=272</guid>
		<description><![CDATA[The first time you select the voicemail button your an iPhone, in typical Apple fashion, it offers to help you configure your voicemail. This was much nicer than the traditional voice prompts one normally has to navigate, but the final step (talking to the network) repeatedly failed for me. Google indicated that it might be [...]]]></description>
			<content:encoded><![CDATA[<p>The first time you select the voicemail button your an iPhone, in typical Apple fashion, it offers to help you configure your voicemail. This was much nicer than the traditional voice prompts one normally has to navigate, but the final step (talking to the network) repeatedly failed for me. Google indicated that it might be necessary to manually activate the voicemail by calling 1750, but that did not work for me.  O2 customer service suggested that turning the voicemail off then on again would help (1760 [send] then 1750 [send]) but the setup failed again. </p>
<p>The solution that eventually worked for me was to configure voicemail in the &#8220;old-fashioned&#8221; (&#8220;non-visual&#8221;?) manner by dialling 901 and then following the tedious voice prompts. Once this had completed, I retried the iPhone visual voicemail setup using the same PIN as I configured at the voice prompts, and it worked first time. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.toobusyto.org.uk/tooBusy/2008/08/23/iphone-voicemail-setup-problems-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
