<?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>iphone &#8211; John Large &#8211; Technology, Hardware,Web Development, Digital Privacy &amp; Ethics</title>
	<atom:link href="https://www.johnlarge.co.uk/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.johnlarge.co.uk</link>
	<description>I&#039;m a Computer science academic, working towards a PhD. I&#039;m researching digital privacy &#38; ethics. I also run a busy e-commerce business.</description>
	<lastBuildDate>Fri, 04 Sep 2026 08:45:23 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">6164056</site>	<item>
		<title>OneOdio A30 Active Noise Cancelling Bluetooth headphones</title>
		<link>https://www.johnlarge.co.uk/oneodio-a30-active-noise-cancelling-bluetooth-headphones/</link>
		
		<dc:creator><![CDATA[John Large]]></dc:creator>
		<pubDate>Mon, 08 Feb 2021 15:24:10 +0000</pubDate>
				<category><![CDATA[Tech Reviews]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[AAC]]></category>
		<category><![CDATA[ANC]]></category>
		<category><![CDATA[apple music]]></category>
		<category><![CDATA[aptx]]></category>
		<category><![CDATA[bluetooth headphones]]></category>
		<category><![CDATA[headphones]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[Noise Cancelling]]></category>
		<category><![CDATA[OneOdio]]></category>
		<category><![CDATA[OneOdio A30]]></category>
		<guid isPermaLink="false">https://www.johnlarge.co.uk/?p=2340</guid>

					<description><![CDATA[Long time readers of my website will know I&#8217;m a bit of a sucker for music &#38; by extension any hardware or accessories which allow me to enjoy my music in a new way. I&#8217;ve been using my Beats Solo 3 for a while now but was contacted by OneOdio before Christmas to test their [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Long time readers of my website will know I&#8217;m a bit of a sucker for music &amp; by extension any hardware or accessories which allow me to enjoy my music in a new way. I&#8217;ve been using my Beats Solo 3 for a while now but was contacted by <a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow">OneOdio</a> before Christmas to test their new <a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow">A30 noise cancelling headphones</a>.</p>
<p>A week later I had the <a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow">OneOdio A30&#8217;s</a> in my hand, and I was instantly impressed with this little gem. I wasn&#8217;t expecting great things given the sub £60 price tag, but I&#8217;ve got to say I&#8217;m blown away by how good these headphones are. My expectations were low due to price, but that was misplaced. They are wonderful.</p>
<p>They are on over ear design so the soft ear cups naturally block out a lot of ambient noise. Trigger the ANC switch though &amp; you have 26db active noise cancelling which is brilliant. Like all noise cancelling, it is better at blocking out constant pitch of noise such as the hum of an engine, but these do well to block out most sounds, even sudden bangs and crashes in the environment.</p>
<p>Without the noise cancelling active, the sound response is decent from the 40mm drivers. Bass is punchy but not overpowering &amp; treble doesn&#8217;t get muddy like it tends to on a lot of Bluetooth headphones. I&#8217;ve paired them with my MacBook, iMac, Apple Watch &amp; iPhone, and they work flawlessly with each device, also allowing for easy switching between devices as they favour the current connected device which is outputting audio. Simply pause on one device and start playing on another and the audio source automatically switches. I have found that they work best without any EQ settings on iOS. I had a bass booster turned on for my earpods, but have switched it off for use with these. It was too bassy.</p>
<p>The multi function buttons on the side allow you to power on/off the headphones and also feature volume up and down buttons. Tap the power button to pause and resume and long press the volume buttons to skip tracks. The controls are always at hand, but I tend to use my Apple Watch to control my music, so not a function I use often.</p>
<p>One problem I did find was when pairing with my MacBook &amp; iMac, the Bluetooth codec would default to SBC which is the basic Bluetooth reference codec &amp; means audio will go out of sync with videos when playing. However, not stated on the box is that these headphones support the AAC codec which is the native apple codec on Mac/iOS devices. AAC is normally reserved for much higher end hardware &amp; I&#8217;m surprised it isn&#8217;t advertised on the specs as it would make these even more desirable with apple users. Running the following commands in terminal on my iMac and MacBook enabled AAC support &amp; audio/video streaming was in sync &amp; the audio much better quality. I also enabled aptX for other headphones.</p>
<p>To enable AptX support<br />
<code>sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true</code></p>
<p>And AAC support</p>
<p><code>sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true</code></p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-2353" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/Screenshot-2021-02-08-at-15.25.23.png?resize=486%2C159&#038;ssl=1" alt="OneOdio running on my iMac using AAC" width="486" height="159" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/Screenshot-2021-02-08-at-15.25.23.png?w=486&amp;ssl=1 486w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/Screenshot-2021-02-08-at-15.25.23.png?resize=300%2C98&amp;ssl=1 300w" sizes="(max-width: 486px) 100vw, 486px" /></p>
<p>The headphones charge using a USB C cable which is supplied &amp; the <a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow">OneOdio A30 headphones</a> also come with carry case, wired cable for use when battery is low or on older non Bluetooth devices &amp; an airline adaptor to allow you to use them on a plane.</p>
<p>The headphones are made out of plastic, which doesn&#8217;t feel premium like the alloys used in other brands, but they feel robust and hard wearing. The ear cups are a comfortable synthetic leather &amp; I haven&#8217;t had any issues with hot ears or itching. The headband is padded in a similar vegan leather and one aspect I really like is that the top of the headband where the logo is, is also padded. I can&#8217;t tell you how many times I&#8217;ve banged my beats against things like car doors and not wanted to look at the scratches &amp; gouges. A nice touch.</p>
<p>Battery life is excellent. Specs quote that you will get 15 hours using Bluetooth and noise cancelling, while you should get 25 hours with noise cancelling disabled &amp; 45 hours of just noise cancelling without Bluetooth switched on. This all from a 500mAH battery. For my usage, listening to music, meditating &amp; watching films while I work, I find that I&#8217;m charging them once a week. I don&#8217;t tend to use ANC when sat in the office, but will when meditating or walking outdoors &amp; I&#8217;ve found it a really handy feature. It really does help. These headphones also have mics built in for hands-free calling which is a feature I&#8217;m using a lot during lockdown.</p>
<p>For under <a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow">£60 on Amazon</a> these are a no brainer. Great price, great product and wonderful value for money. As good if not better than headphones I’ve used at 5-6 times the price. Their support of AAC makes them perfect for iOS &amp; Mac users &amp; if you stream from Apple Music, you will notice that the audio is crisp and pleasant as intended. A highly recommended purchase.</p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" decoding="async" class="aligncenter wp-image-2341 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-2-1024x768.jpeg?resize=648%2C486&#038;ssl=1" alt="" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-2-scaled.jpeg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-2-scaled.jpeg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-2-scaled.jpeg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-2-scaled.jpeg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-2-scaled.jpeg?resize=2048%2C1536&amp;ssl=1 2048w" sizes="(max-width: 648px) 100vw, 648px" /></a></p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" decoding="async" class="aligncenter wp-image-2343 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-1024x768.jpeg?resize=648%2C486&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones folded" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?resize=2048%2C1536&amp;ssl=1 2048w" sizes="(max-width: 648px) 100vw, 648px" /></a></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-large wp-image-2343" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-1024x768.jpeg?resize=648%2C486&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones folded" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-1-1-scaled.jpeg?resize=2048%2C1536&amp;ssl=1 2048w" sizes="auto, (max-width: 648px) 100vw, 648px" /></p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2344 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-9-768x1024.jpeg?resize=648%2C864&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones Box" width="648" height="864" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-9-scaled.jpeg?w=768&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-9-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-9-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-9-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a></p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2345 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-8-768x1024.jpeg?resize=648%2C864&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones Carry Bag" width="648" height="864" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-8-scaled.jpeg?w=768&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-8-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-8-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-8-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a></p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2351 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-768x1024.jpeg?resize=648%2C864&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones Details" width="648" height="864" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-scaled.jpeg?w=768&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-large wp-image-2351" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-768x1024.jpeg?resize=648%2C864&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones Details" width="648" height="864" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-scaled.jpeg?w=768&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-0-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w" sizes="auto, (max-width: 648px) 100vw, 648px" /></p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2350 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-3-768x1024.jpeg?resize=648%2C864&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones Headband" width="648" height="864" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-3-scaled.jpeg?w=768&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-3-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-3-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-3-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a></p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2349 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-6-768x1024.jpeg?resize=648%2C864&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones Controls" width="648" height="864" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-6-scaled.jpeg?w=768&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-6-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-6-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-6-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a></p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2348 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-7-1024x768.jpeg?resize=648%2C486&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones Box" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-7-scaled.jpeg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-7-scaled.jpeg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-7-scaled.jpeg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-7-scaled.jpeg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-7-scaled.jpeg?resize=2048%2C1536&amp;ssl=1 2048w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a></p>
<p><a href="https://amzn.to/3q25b3o" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2347 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-4-768x1024.jpeg?resize=648%2C864&#038;ssl=1" alt="OneOdio A30 Noise Cancelling Headphones" width="648" height="864" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-4-scaled.jpeg?w=768&amp;ssl=1 768w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-4-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-4-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2021/02/OneOdio-A30-Active-noise-cancelling-headphones-4-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2340</post-id>	</item>
		<item>
		<title>Anker PowerCore 20100 4.8 amp Mobile Power Bank</title>
		<link>https://www.johnlarge.co.uk/anker-powercore-20100-4-8-amp-mobile-power-bank/</link>
		
		<dc:creator><![CDATA[John Large]]></dc:creator>
		<pubDate>Thu, 08 Sep 2016 12:02:26 +0000</pubDate>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[anker]]></category>
		<category><![CDATA[charging]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[power bank]]></category>
		<category><![CDATA[power core]]></category>
		<category><![CDATA[powerbank]]></category>
		<category><![CDATA[powercore]]></category>
		<guid isPermaLink="false">https://www.johnlarge.co.uk/?p=1522</guid>

					<description><![CDATA[Modern smart phones aren&#8217;t great when it comes to battery life. This can be blamed on the user as much as the device itself. We tend to use smart phones for everything nowadays. From MP3 playback to calls, texts, social media &#38; maps. The usage is endless. Unfortunately the power life is not. I often find myself [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Modern smart phones aren&#8217;t great when it comes to battery life. This can be blamed on the user as much as the device itself. We tend to use smart phones for everything nowadays. From MP3 playback to calls, texts, social media &amp; maps. The usage is endless. Unfortunately the power life is not.</p>
<p>I often find myself in cities &amp; on trips without access to an outlet &amp; I can be down to 50% before 10AM. I use my iPhone to conduct my business, manage my life, listen to music &amp; take photos. I use it to pay for coffee, to organise meeting friends &amp; reply to business emails on the go. I use it a lot. I don&#8217;t tend to kill time with the iPhone, I&#8217;m not a Facebook user and tend to limit my social media usage, but I still struggle to maintain battery life.</p>
<p>I was excited when Apple introduced their low power mode, but I&#8217;ve mostly found it useless as it manages to save very little power. In the past I&#8217;ve used low quality power banks. I had a cheap one from Primark which would give me around a 50% charge on the iPhone 6. I&#8217;ve also resorted to dropping into Apple stores in Liverpool, Manchester, London, Amsterdam &amp; San Fransisco on my travels to replace the display iPhones with my own to sneak a charge. It would be handy if Apple provided charging bays at tables for this very purpose.</p>
<p>Anyway, after all of the road warrior action I decided to address the problem. A power outlet isn&#8217;t always available. You find them in places like Starbucks, but they normally have someone tethered to them for the long haul. I therefore opted for a high-capacity power bank.</p>
<p>After a search  &amp; reading plenty of reviews I decided to buy the <a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=bfa8d4a6ad49b929bb3bf2a4ab494be8" target="_blank" rel="nofollow">Anker PowerCore 20100</a> power bank from <a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=563b133b9fc6303488b1cd29621471ea" target="_blank" rel="nofollow">Amazon</a>. It is currently reduced from £59.99 to £29.99 so it is an absolute bargain. This is a 20,000mAH battery pack and I&#8217;ve found it can keep my iPhone 6 charged for an entire week. The power bank itself takes a while to charge on a standard USB port or USB charger. I&#8217;ve been using my high-capacity <a href="https://www.amazon.co.uk/Apple-Adapter-Compatible-generation-PACKAGING/dp/B017RNDHKW/ref=as_li_ss_tl?ie=UTF8&amp;qid=1473334497&amp;sr=8-7&amp;keywords=ipad+charger&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=0c5e2e053f3535c27a85defdc566f3ed" target="_blank" rel="nofollow">12w iPad charger</a> to charge the power bank much more quickly &amp; find an overnight charge will fill the power bank.</p>
<p>I do like Anker products, the build quality is second to none &amp; the quality in general of their products is superb. I prefer to buy once &amp; buy well &amp; this fits the bill. It&#8217;s made from sturdy, rugged plastic and is quite heavy. It has a charge indicator button and four small blue LED&#8217;s to show you the current charge level of the power bank, much like that found on Macbook&#8217;s.</p>
<p>This particular model has a single micro usb input for charging (with the supplied cable) and two standard USB outputs for charging any USB device. The Power Bank also comes in a great padded sleeve with a draw cord, which is perfect for travelling &amp; throwing into your backpack.</p>
<p>The <a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=563b133b9fc6303488b1cd29621471ea" target="_blank" rel="nofollow">Anker PowerCore 20100</a> can charge two devices at the same time &amp; I find it charges my iPhone 6 as quickly as a mains adapter. On a recent trip, it managed to keep my iPhone 6 charged for an entire week, which is crazy.</p>
<p>The <a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=563b133b9fc6303488b1cd29621471ea" target="_blank" rel="nofollow">Anker PowerCore 20100</a> can output 4.8 amps and features something they call Power IQ technology, which optimizes charging based on the device it is charging &amp; can rapid charge supported devices. I feel more confident using a device like this over a generic one as I trust the quality of the cells used &amp; trust it won&#8217;t burst into flames or fry my devices.</p>
<figure id="attachment_1523" aria-describedby="caption-attachment-1523" style="width: 959px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1523 size-full" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/anker-stats.jpg?resize=648%2C405&#038;ssl=1" alt="Anker Power Core specifications" width="648" height="405" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/anker-stats.jpg?w=959&amp;ssl=1 959w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/anker-stats.jpg?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/anker-stats.jpg?resize=768%2C481&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1523" class="wp-caption-text">Anker Power Core specifications</figcaption></figure>
<p>I also found this is the maximum capacity I would go for as anything larger can been troublesome when it comes to airport security &amp; carry on luggage. There is a limit on the size of lithium-ion batteries that can be taken on a plane without scrutiny, so to save the hassle I went with an acceptable battery capacity.</p>
<p>Finally the packaging. I&#8217;m a bit of a packaging geek &amp; Anker satisfied my geekiness. The packaging is wonderful &amp; even feels nice. You can see just how good the packaging is in the pictures below.</p>
<p>If you use your smart phone or tablet on the go I would recommend you go &amp; grab one of these before the price increases. It has become a staple in my everyday carry &amp; always sites fully charged in my backpack. No more hunting for sockets. I&#8217;ve also been able to bail out friends when their devices have died.</p>
<p>Do you use a power bank? Let me know which ones you use &amp; your experience with them. In the days pokémon Go it would appear more &amp; more people rely on them to keep their devices charged.</p>
<p style="text-align: center;"><iframe loading="lazy" style="width: 120px; height: 240px;" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=GB&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=tewt-21&amp;marketplace=amazon&amp;region=GB&amp;placement=B00VJSGT2A&amp;asins=B00VJSGT2A&amp;linkId=741962ce8487ccfafcea356af85513ae&amp;show_border=false&amp;link_opens_in_new_window=true" width="300" height="150" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><iframe loading="lazy" style="width: 120px; height: 240px;" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=GB&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=tewt-21&amp;marketplace=amazon&amp;region=GB&amp;placement=B017RNDHKW&amp;asins=B017RNDHKW&amp;linkId=6d391c0723f53d3b7983ca2fa1435f3f&amp;show_border=false&amp;link_opens_in_new_window=true" width="300" height="150" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<figure id="attachment_1524" aria-describedby="caption-attachment-1524" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1524 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2799.jpg?resize=648%2C486&#038;ssl=1" alt="Anker Power Core 20100 packaging" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2799.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2799.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2799.jpg?resize=768%2C576&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1524" class="wp-caption-text">Anker Power Core 20100 packaging</figcaption></figure>
<figure id="attachment_1525" aria-describedby="caption-attachment-1525" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1525 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2798.jpg?resize=648%2C486&#038;ssl=1" alt="Anker Power Core 20100 packaging" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2798.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2798.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2798.jpg?resize=768%2C576&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1525" class="wp-caption-text">Anker Power Core 20100 packaging</figcaption></figure>
<figure id="attachment_1526" aria-describedby="caption-attachment-1526" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1526 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2803.jpg?resize=648%2C486&#038;ssl=1" alt="Anker Power Core 20100 charging ports" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2803.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2803.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2803.jpg?resize=768%2C576&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1526" class="wp-caption-text">Anker Power Core 20100 charging ports</figcaption></figure>
<figure id="attachment_1527" aria-describedby="caption-attachment-1527" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1527 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2801.jpg?resize=648%2C486&#038;ssl=1" alt="Anker Power Core 20100 &amp; packaging" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2801.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2801.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2801.jpg?resize=768%2C576&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1527" class="wp-caption-text">Anker Power Core 20100 &amp; packaging</figcaption></figure>
<figure id="attachment_1528" aria-describedby="caption-attachment-1528" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1528 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2800.jpg?resize=648%2C486&#038;ssl=1" alt="Anker Power Core 20100 packaging" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2800.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2800.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2800.jpg?resize=768%2C576&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1528" class="wp-caption-text">Anker Power Core 20100 packaging</figcaption></figure>
<figure id="attachment_1529" aria-describedby="caption-attachment-1529" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1529 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2805.jpg?resize=648%2C486&#038;ssl=1" alt="Anker Power Core 20100 packaging" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2805.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2805.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2805.jpg?resize=768%2C576&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1529" class="wp-caption-text">Anker Power Core 20100 packaging</figcaption></figure>
<figure id="attachment_1530" aria-describedby="caption-attachment-1530" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1530 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2809.jpg?resize=648%2C486&#038;ssl=1" alt="Anker Power Core 20100 &amp; packaging" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2809.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2809.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2809.jpg?resize=768%2C576&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1530" class="wp-caption-text">Anker Power Core 20100 &amp; packaging</figcaption></figure>
<figure id="attachment_1531" aria-describedby="caption-attachment-1531" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.amazon.co.uk/gp/product/B00VJSGT2A/ref=as_li_ss_tl?ie=UTF8&amp;psc=1&amp;linkCode=ll1&amp;tag=tewt-21&amp;linkId=8160e31e77d585fea7b300fa2ed7c233" target="_blank" rel="nofollow"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1531 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2808.jpg?resize=648%2C486&#038;ssl=1" alt="Anker Power Core 20100 &amp; packaging" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2808.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2808.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/09/IMG_2808.jpg?resize=768%2C576&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-1531" class="wp-caption-text">Anker Power Core 20100 &amp; packaging</figcaption></figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1522</post-id>	</item>
		<item>
		<title>iPhone storage full when using iCloud music *fix*</title>
		<link>https://www.johnlarge.co.uk/iphone-storage-full-using-icloud-music-fix/</link>
		
		<dc:creator><![CDATA[John Large]]></dc:creator>
		<pubDate>Mon, 23 May 2016 11:16:41 +0000</pubDate>
				<category><![CDATA[Apple Hardware]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[icloud music library]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone 6]]></category>
		<category><![CDATA[iphone 6 storage full]]></category>
		<category><![CDATA[itunes match]]></category>
		<guid isPermaLink="false">http://www.johnlarge.co.uk/?p=1414</guid>

					<description><![CDATA[I&#8217;ve been having major issues with my iPhone 6 running out of storage capacity. I have a modest amount of apps installed on the iPhone &#38; I have the 16GB version of the iPhone 6. I was constantly receiving the storage almost full banner on my iPhone and even when looking at the storage &#38; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been having major issues with my iPhone 6 running out of storage capacity. I have a modest amount of apps installed on the iPhone &amp; I have the 16GB version of the iPhone 6. I was constantly receiving the storage almost full banner on my iPhone and even when looking at the storage &amp; iCloud usage in settings I couldn&#8217;t figure out what was taking up all the space. This tutorial will also apply to iPad as it&#8217;s an iOS issue and not an iPhone specific issue. Works well if you keep receiving the message &#8220;iphone storage full&#8221; and you use iTunes match or iCloud Music Library</p>
<p>I first tried deleting old apps and app data. This helped a little. I then deleted all of the music off my device which freed up some space but not a great deal. Next I opened the Battery Doctor app and ran the clean up scripts included, which clean out old cache and orphaned files. Again, this gave me a few extra MB but nothing noticeable.</p>
<p>The final thing I tried was to disable iCloud music under settings &gt; music. As soon as I returned to check the storage space available I could see I had quite a bit more free. I checked back 5 minutes later and I had gone from almost full to 2GB free. It would seem that the caching of music on the iPhone with iTunes match is very inefficient on smaller devices. I see the benefit of caching music files for quicker retrieval &amp; a reduction in cellular usage, but on smaller devices this really doesn&#8217;t help and I do wish they would include a way to disable caching, or a cache time-out.</p>
<p>If you use an Apple iPhone or iPad along with iTunes match/iCloud music I would advise giving this trick a go. Turn off iCloud music and watch your free space return. I now do this on a regular basis to free up space &amp; delete the cache. It has really helped me free up space &amp; made my 16GB iPhone much more useable.</p>
<p>If you are having the same issue please do let me know. I would love to hear your own fixes for storage issues on smaller iOS devices. iTunes match &amp; iCloud music library seem very under-optimised in iOS 9 &amp; I do hope they invest some more time &amp; effort into improving this, especially on 16GB devices which I assume they will phase out in future iPhone &amp; iPad models.</p>
<p>&nbsp;</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-large wp-image-1415 aligncenter" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0247-576x1024-1.jpg?resize=576%2C1024" alt="iCloud Music Library Enabled" width="576" height="1024" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0247.png?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0247.png?w=169&amp;ssl=1 169w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0247.png?w=750&amp;ssl=1 750w" sizes="auto, (max-width: 576px) 100vw, 576px" /></p>
<figure id="attachment_1416" aria-describedby="caption-attachment-1416" style="width: 576px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-large wp-image-1416" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0248-576x1024-1.jpg?resize=576%2C1024" alt="Turn Off iCloud Music Library" width="576" height="1024" /><figcaption id="caption-attachment-1416" class="wp-caption-text">Turn Off iCloud Music Library</figcaption></figure>
<figure id="attachment_1417" aria-describedby="caption-attachment-1417" style="width: 576px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-large wp-image-1417" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0249-576x1024-1.jpg?resize=576%2C1024" alt="iCloud Music Library toggled off" width="576" height="1024" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0249.png?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0249.png?w=169&amp;ssl=1 169w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0249.png?w=750&amp;ssl=1 750w" sizes="auto, (max-width: 576px) 100vw, 576px" /><figcaption id="caption-attachment-1417" class="wp-caption-text">iCloud Music Library toggled off</figcaption></figure>
<figure id="attachment_1418" aria-describedby="caption-attachment-1418" style="width: 576px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-large wp-image-1418" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0947-1-576x1024.jpg?resize=576%2C1024" alt="Almost 2GB free space on iPhone. Previously it was as low as 200MB free" width="576" height="1024" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0947-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/05/IMG_0947-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /><figcaption id="caption-attachment-1418" class="wp-caption-text">Almost 2GB free space on iPhone. Previously it was as low as 200MB free</figcaption></figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1414</post-id>	</item>
		<item>
		<title>Apple Error 53 &#038; tech repairability</title>
		<link>https://www.johnlarge.co.uk/apple-error-53-tech-repairability/</link>
					<comments>https://www.johnlarge.co.uk/apple-error-53-tech-repairability/#comments</comments>
		
		<dc:creator><![CDATA[John Large]]></dc:creator>
		<pubDate>Wed, 10 Feb 2016 14:10:55 +0000</pubDate>
				<category><![CDATA[Apple Hardware]]></category>
		<category><![CDATA[Frugality & Organisation]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[error 53]]></category>
		<category><![CDATA[fairphone]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hardware hacker]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone 6]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[obsoletion]]></category>
		<category><![CDATA[repair]]></category>
		<guid isPermaLink="false">http://www.johnlarge.co.uk/?p=1337</guid>

					<description><![CDATA[I&#8217;ve been considering this for a long time but over recent weeks the ability to repair my own technology has become far more important to me. Only a few weeks back, I was unfortunate enough to splash a few drops of coffee onto the keyboard of our Macbook Pro. We cleaned it off &#38; thought [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been considering this for a long time but over recent weeks the ability to repair my own technology has become far more important to me. Only a few weeks back, I was unfortunate enough to splash a few drops of coffee onto the keyboard of our Macbook Pro. We cleaned it off &amp; thought nothing more of it until later in the day, when the machine failed to switch on. This was such a stressful thing to happen. The Macbook is 4 years old but is still in great condition &amp; used constantly. It doesn&#8217;t warrant an upgrade.</p>
<p>I looked online &amp; the tear down guides &amp; forum posts looked complex. By all accounts, the liquid had fried the logic board and it was toast. I enquired about repair which was starting at many hundreds of £££. I then considered a refurbished machine which would have been £500+ for the exact same laptop (age &amp; spec). I then snapped back into my old ways &amp; started troubleshooting.</p>
<p>Out came the screwdrivers &amp; apart came the unibody. After carefully removing the keyboard ribbon cable &amp; starting the laptop using the diagnostic power pads on the logic board, I was surprised to see it boot up. I plugged in an external keyboard and the Macbook was fine. This instantly pointed to a faulty keyboard. As the power button and keyboard are on the same circuit it would appear that the liquid had bridged the power circuits permanently and that&#8217;s why it wouldn&#8217;t power up. It was like permanently holding the power button down.</p>
<p>I headed over to eBay &amp; a new keyboard &amp; backlight was only £24.99 delivered. This was for a brand new, official apple replacement. I bought the keyboard &amp; the next day installed it in the Macbook. The dismantling was tedious, over 100 screws most of which are tiny. But I installed the keyboard, reassembled the machine &amp; it&#8217;s now better than it was before. Brand new, grippy matte keyboard and backlight.</p>
<figure id="attachment_1339" aria-describedby="caption-attachment-1339" style="width: 648px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-large wp-image-1339" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/02/office-583839_1920-1024x680.jpg?resize=648%2C430" alt="Apple Devices I own" width="648" height="430" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/02/office-583839_1920.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/02/office-583839_1920.jpg?resize=300%2C199&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/02/office-583839_1920.jpg?resize=768%2C510&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /><figcaption id="caption-attachment-1339" class="wp-caption-text">Apple Devices I own</figcaption></figure>
<p>This is why the ability to repair an item is so important. The laptop would have been scrap, like I&#8217;m sure many are, for the sake of a simple replacement keyboard &amp; a bit of labour. Without this I would have been unable to replace the laptop due to cost &amp; would have likely gone into debt to acquire a new one.</p>
<p>I&#8217;m not one to throw things away, technology lasts a lot longer in my household than it does in most. I had an original Xbox 360 for 10+ years which became a Frankenstein of a machine, most components repaired or replaced. The same with my old iMac which is my main machine. In fact I&#8217;ve always been like this.</p>
<p>The fact that technology is now being crippled by software updates is worrying. Apple have essentially ruined my old iPad 2 with iOS 9. It&#8217;s slow &amp; laggy and the ability to downgrade to a useful iOS has been removed. This is forced obsoletion. This week in the news we are learning that Error 53, caused by the replacement or damage of the home button/finger print scanner in modern iPhones, essentially causes the handsets to brick on update. This is wrong. Apple say this is a security measure, but surely the software should disable the fingerprint scanning capability and not the whole handset. I&#8217;m sure people would still be angry about this but at least they could use a pass code and still use their phone.</p>
<p>This sounds less like security &amp; more like apple clamping down on unauthorised repair of their products. Everyone will know that apple repairs are far more expensive than a local repair shop, or even self repair. I&#8217;m glad to see this is being investigated legally, as it sets a dangerous precedent for us as consumers of technology. If an item we own can be made redundant by a software update, surely that can be classed as criminal damage. At the very least it can be classed as a perfectly usable product not being fit for purpose.</p>
<p>Can you imagine if your car needed repair &amp; you took it to a normal mechanic (not affiliated with the manufacturer) only to find your car had become a useless hunk of junk. I for one pay more for Apple Products than I did for my car so this analogy is not that far out.</p>
<p>This corporate control of devices after purchase needs to stop. I&#8217;ve always been a hardware hacker, I like to see what technology can be pushed to do. The way I see it, when I buy hardware, I want to be in charge of what I can do with it.</p>
<p>For this very reason, I&#8217;m now actively seeking out repairable tech. Companies like <a href="http://fairphone.com/" rel="nofollow" target="_blank">Fairphone</a> are challenging the corporate attitude to closed systems. They offer an easily repairable smart phone &amp; will supply all the parts &amp; help required. They are also ethical &amp; transparent. This pleases me greatly. Smart phones are expensive. If anyone told you 15 years ago that you would spend £600+ on a mobile phone you would have laughed, but here we are. Convergence of technology means we rely on them more than ever &amp; so pay the high price tags. Surely that means that if we are so invested, we should be able to at least attempt repair.</p>
<figure id="attachment_1338" aria-describedby="caption-attachment-1338" style="width: 648px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-large wp-image-1338" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/02/18826723676_dfdcbbdb65_k-1024x576.jpg?resize=648%2C365" alt="Fairphone 2 - Fully repairable &amp; open" width="648" height="365" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/02/18826723676_dfdcbbdb65_k.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/02/18826723676_dfdcbbdb65_k.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2016/02/18826723676_dfdcbbdb65_k.jpg?resize=768%2C432&amp;ssl=1 768w" sizes="auto, (max-width: 648px) 100vw, 648px" /><figcaption id="caption-attachment-1338" class="wp-caption-text">Fairphone 2 &#8211; Fully repairable &amp; open</figcaption></figure>
<p>If you have any views on this I would love to hear from you. I&#8217;ll do a full write up of the Macbook repair &amp; diagnostics as soon as possible.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.johnlarge.co.uk/apple-error-53-tech-repairability/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1337</post-id>	</item>
		<item>
		<title>Rural Internet Access &#8211; Cornwall</title>
		<link>https://www.johnlarge.co.uk/rural-internet-access-cornwall/</link>
		
		<dc:creator><![CDATA[John Large]]></dc:creator>
		<pubDate>Mon, 26 Oct 2015 13:53:17 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[2G]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[4G]]></category>
		<category><![CDATA[Cornwall]]></category>
		<category><![CDATA[EE]]></category>
		<category><![CDATA[GiffGaff]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile broadband]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[O2]]></category>
		<category><![CDATA[St Blazey]]></category>
		<category><![CDATA[Virgin Mobile]]></category>
		<category><![CDATA[Vodafone]]></category>
		<guid isPermaLink="false">http://www.johnlarge.co.uk/?p=1296</guid>

					<description><![CDATA[All of my social media followers will now know I&#8217;ve taken a short lease on a converted church in Cornwall &#38; plan to relax &#38; research for the foreseeable future until completing my move to Amsterdam. This downtime is needed to really become an expert in my field again, over the past 24 months of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>All of my social media followers will now know I&#8217;ve taken a short lease on a converted church in Cornwall &amp; plan to relax &amp; research for the foreseeable future until completing my move to Amsterdam. This downtime is needed to really become an expert in my field again, over the past 24 months of downsizing &amp; paying off debt all of my own personal development went out of the window. This time will put that right.</p>
<p>The first stumbling block I had when moving to Cornwall was perhaps the biggest, internet access. We live in between the villages of St Blazey &amp; Lostwithiel on the south coast of Mid Cornwall. Coming from a major metropolitan area &amp; back to Cornwall meant giving up any notion of 4G and hopefully falling back on 3G. That was a no go with my GiffGaff sim as the O2 coverage in my new house was 2G (gprs) only. And that was too slow to even send iMessage over. I therefore started ordering sim cards from all of the major mobile phone providers in the uk. This would prove to be a bigger challenge than I expected.</p>
<p>The first one to arrive was an EE sim. The coverage checker showed low coverage, but our property is near to 3 EE towers so I thought I would give it a go. No signal indoors and barely any outdoors. Certainly no data to speak of. Rubbish!</p>
<p>Before I go any further I need to set the scene in the new property. It&#8217;s a converted church from 1840. It has walls made of granite which are almost a metre thick. Couple that with the fact we are in a valley &amp; things don&#8217;t look great.</p>
<p>The next sim I tried was a sim from 3. Again, their coverage checker said no coverage but what the hell, it&#8217;s worth a go. I tried outside and got a signal but nothing substantial and very weak. No signal indoors. Booooo!</p>
<p>The next sim up was a Virgin Media sim. At this point I ordered everything I could. Again, no signal.</p>
<p>The last sim I tried was a Vodafone sim. Vodafone are a company I&#8217;ve never used &amp; I&#8217;ve always thought they are overpriced. Their coverage checker did show coverage &amp; even said 4G coverage within 3 months. Great I thought. I bought the sim &amp; topped up. Nothing. GPRS 2G signal only with zero throughput. This is where things got interesting. I got onto Vodafone support online &amp; they said I had used all of my data. They reckoned I&#8217;d used all 500MB in 20 minutes over a non functioning gprs connection. Complete nonsense. We went through all of the scripted rubbish for over an hour in which time the agent kept contradicting themselves. Saying my internet wouldn&#8217;t work without the apn settings being correct, which they where, then saying I&#8217;d used all my data, which I hadn&#8217;t. Never did get that refund &amp; I would advise everyone to be cautious dealing with them. I certainly won&#8217;t consider them in the future.</p>
<p>So I was left with my trusty GiffGaff sim on the O2 network, limited to GPRS only. I did find that forcing my iPhone 6 to only use 2G or 3G did allow some date transfer, but it took 5 minutes to send an iMessage.</p>
<figure id="attachment_1297" aria-describedby="caption-attachment-1297" style="width: 648px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1297 size-large" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/10/sim-cards-for-rural-broadband-e1445867158155-1024x672.jpg?resize=648%2C425" alt="The selection of Sim cards used for my conrwall rural mobile phone test" width="648" height="425" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/10/sim-cards-for-rural-broadband-e1445867158155.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/10/sim-cards-for-rural-broadband-e1445867158155.jpg?resize=300%2C197&amp;ssl=1 300w" sizes="auto, (max-width: 648px) 100vw, 648px" /><figcaption id="caption-attachment-1297" class="wp-caption-text">The selection of Sim cards used for my conrwall rural mobile phone test</figcaption></figure>
<p>I find it ridiculous that this is still the case in 2015 Britain. I can travel in all directions upto 4 miles before I get 3G &amp; most of the time I only have a shaky gprs connection. The lack of rollout in rural areas has never really affected me until moving back to Cornwall but I can see it being a massive barrier to digital economy access for rural residents.</p>
<p>Luckily at home (thanks to the Superfast Cornwall initiative) I now have a solid BT Fibre connection at 38Mbps, but outside and around my home I have nothing but voice and limited gprs. Hopefully things will get better as O2 have a 98% coverage commitment and have access to 800Mhz and 900Mhz frequencies which allow for lower throughput but better range &amp; building penetration. We will wait &amp; see. Until then I will be constantly nagging O2 to upgrade my local masts.</p>
<p>UPDATE: 26th October 2015</p>
<p>Overnight, 3G &amp; 4G where activated on my local mast. I now have 4G signal in my home and 3G signal for a mile or so around it. Thank you so much O2 for undertaking this much-needed work. And please keep working to get more &amp; more rural residents &amp; businesses connected. It is vital that people have easy access to the internet &amp; the digital economy. Not to mention the boosts to a tourist area like this if people can use maps, review sites, social media and more to research and self promote the area.</p>
<figure id="attachment_1300" aria-describedby="caption-attachment-1300" style="width: 576px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-large wp-image-1300" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/10/4G-with-giffgaff-stblazey-cornwall-576x1024.jpg?resize=576%2C1024" alt="4G with GiffGaff as of 26th October 2015" width="576" height="1024" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/10/4G-with-giffgaff-stblazey-cornwall.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/10/4G-with-giffgaff-stblazey-cornwall.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /><figcaption id="caption-attachment-1300" class="wp-caption-text">4G with GiffGaff as of 26th October 2015</figcaption></figure>
<figure id="attachment_1301" aria-describedby="caption-attachment-1301" style="width: 300px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1301" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/10/GiffGaff-Rural-4G-Speedtest.jpg?resize=300%2C135" alt="GiffGaff Rural 4G Speedtest" width="300" height="135" /><figcaption id="caption-attachment-1301" class="wp-caption-text">GiffGaff Rural 4G Speedtest</figcaption></figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1296</post-id>	</item>
		<item>
		<title>ios 8.4 apple music and beats 1 radio is a go</title>
		<link>https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/</link>
		
		<dc:creator><![CDATA[John Large]]></dc:creator>
		<pubDate>Tue, 30 Jun 2015 16:37:14 +0000</pubDate>
				<category><![CDATA[Apple Hardware]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[apple music]]></category>
		<category><![CDATA[beats 1 radio]]></category>
		<category><![CDATA[ios 8.4]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[streaming]]></category>
		<guid isPermaLink="false">http://www.johnlarge.co.uk/?p=1220</guid>

					<description><![CDATA[I was lucky enough to get everything done early today &#38; by 4PM I was already updating my iPhone 6 to IOS 8.4. &#8211; 15 minutes later I was signed up to the 3 month trial of Apple Music &#38; trialing this exciting service. Initially Beats 1 Radio was just a loop of ambient music called [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I was lucky enough to get everything done early today &amp; by 4PM I was already updating my iPhone 6 to IOS 8.4. &#8211; 15 minutes later I was signed up to the 3 month trial of Apple Music &amp; trialing this exciting service. Initially Beats 1 Radio was just a loop of ambient music called Ambient 1 &#8211; Music for airports by Brian Eno. We kept getting brief voice over of Zane Lowe chatting to other locations &amp; engineers in the run up to a 5PM GMT launch. And then at 5PM Zane launched with a local Manchester Band named Spring King and the song City. Manchester went worldwide &amp; opened Beats 1 Radio. Good work.</p>
<p>So far Apple Music is an hour old in my hands &amp; I&#8217;m already loving it. The initial setup was pretty easy with the exception of some awkward genre bubbles to select when setting up your profile. There seems to be a ton of artists available to stream and iTunes match has been integrated into a My Music tab.</p>
<p>I&#8217;ve followed a few of my favourite artists already &amp; played with the streaming quality which seems responsive &amp; crisp. No load times to speak of &amp; nice bitrate streaming. I would like to see a way to limit the bitrate for use on mobile like in the Google Play app, hopefully apple will adopt that for users with smaller data plans.</p>
<p>The UI also seems pretty good. I keep losing the now playing as it minimises to a bar which needs to be clicked to bring it back. Will get used to it in no time but weird as users are used to looking at the bottom or top of a screen for minimised windows.</p>
<p>As it&#8217;s a brand new platform, a lot of the connect features are yet to be populated. Artists will need to start using the service &amp; scrapers will need to start collecting content for the artists. I also found that bands such as Tool are not available to stream, but this is pretty standard as they aren&#8217;t on Spotify. Also Steve Wilson&#8217;s new material isn&#8217;t available. I&#8217;ve already found a bunch of music which isn&#8217;t available to stream so this will compliment my library &amp; iTunes match as opposed to replacing it.</p>
<p>Anyway this is all new &amp; I&#8217;m still playing with it, but I&#8217;ll write another post when I&#8217;ve got to know Apple Music better. Until then, a bunch of screenshots for you.</p>

<a title="IMG 3229"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3229/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3229.png?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3229" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3229.png?w=750&amp;ssl=1 750w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3229.png?w=169&amp;ssl=1 169w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3229.png?w=576&amp;ssl=1 576w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3230"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3230/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3230.png?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3230" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3230.png?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3230.png?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3232 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3232/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3232-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3232 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3232-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3232-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3233 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3233/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3233-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3233 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3233-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3233-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3234 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3234/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3234-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3234 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3234-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3234-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3235 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3235/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3235-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3235 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3235-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3235-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3236 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3236/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3236-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3236 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3236-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3236-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3237 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3237/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3237-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3237 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3237-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3237-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3238 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3238/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3238-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3238 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3238-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3238-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3239 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3239/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3239-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3239 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3239-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3239-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3240 1"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3240/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3240-1.jpg?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3240 1" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3240-1.jpg?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3240-1.jpg?resize=169%2C300&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>
<a title="IMG 3242"  href='https://www.johnlarge.co.uk/ios-8-4-apple-music-and-beats-1-radio-is-a-go/img_3242/'><img loading="lazy" decoding="async" width="576" height="1024" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3242.png?fit=576%2C1024&amp;ssl=1" class="attachment-large size-large" alt="IMG 3242" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3242.png?w=576&amp;ssl=1 576w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/IMG_3242.png?w=169&amp;ssl=1 169w" sizes="auto, (max-width: 576px) 100vw, 576px" /></a>

]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1220</post-id>	</item>
		<item>
		<title>WWDC2015 &#8211; Thoughts on WWDC, IOS 9, Watch OS and OSX El Capitan</title>
		<link>https://www.johnlarge.co.uk/wwdc2015-thoughts-on-wwdc-ios-9-watch-os-and-osx-el-capitan/</link>
		
		<dc:creator><![CDATA[John Large]]></dc:creator>
		<pubDate>Tue, 09 Jun 2015 16:11:49 +0000</pubDate>
				<category><![CDATA[Apple Hardware]]></category>
		<category><![CDATA[Apple Watch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[apple music]]></category>
		<category><![CDATA[apple watch]]></category>
		<category><![CDATA[beats 1]]></category>
		<category><![CDATA[ios9]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx el capitan]]></category>
		<category><![CDATA[watch os]]></category>
		<category><![CDATA[wwdc]]></category>
		<category><![CDATA[wwdc2015]]></category>
		<guid isPermaLink="false">http://www.johnlarge.co.uk/?p=1213</guid>

					<description><![CDATA[Like all tech folk I ate dinner early yesterday &#38; sat down to watch the live stream of the WWDC 2015. This is a big day in the tech calendar &#38; we often learn of new &#38; exciting things coming out of the super secret Apple engineering labs. It wasn&#8217;t quite as good as 2013 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Like all tech folk I ate dinner early yesterday &amp; sat down to watch the live stream of the WWDC 2015. This is a big day in the tech calendar &amp; we often learn of new &amp; exciting things coming out of the super secret Apple engineering labs. It wasn&#8217;t quite as good as 2013 when I was in San Francisco for the WWDC but I can&#8217;t complain.</p>
<p>The three big announcements this year where iOS 9, OSX El Capitan and Watch OS &#8211; With a little extra bit at the end for Apple Music &amp; Beats 1 radio. All exciting things &amp; a lot to get your head around.</p>
<figure id="attachment_1214" aria-describedby="caption-attachment-1214" style="width: 610px" class="wp-caption aligncenter"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1214" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/os-x-el-capitan-logo.jpg?resize=610%2C365" alt="OSX El Capitan" width="610" height="365" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/os-x-el-capitan-logo.jpg?w=610&amp;ssl=1 610w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/06/os-x-el-capitan-logo.jpg?resize=300%2C180&amp;ssl=1 300w" sizes="auto, (max-width: 610px) 100vw, 610px" /><figcaption id="caption-attachment-1214" class="wp-caption-text">OSX El Capitan</figcaption></figure>
<p>The thing I&#8217;m most excited about is OSX El Capitan. Whilst the name won&#8217;t be to everyone&#8217;s liking the underlying improvements should be. Improving the architecture of the OS and utilising Metal to boost core graphics and core animation by almost 50%, not to mention improving efficiency by providing low overhead access to the GPU should be of great benefit to OSX users. This is achieved by shifting more processing over to the GPU without the overhead for faster processing and a snappier feel. The demo that Epic gave of the upcoming title Fortnite ran crisp &amp; smooth on the test hardware. Also with Swift now going open source I expect to see a lot more development using swift &amp; with more integration of swift into El Capitan we should see some great stuff from developers.</p>
<p>I will be really interested to see if Metal and other improvements will run on older hardware. I&#8217;m still using an early 2009 iMac as my main development machine which is still more than capable and as yet not worth the upgrade. We do have a newer Macbook pro but I will be over the moon if this runs well on our older hardware too. I had to revert back to Mountain Lion on the main machine as Yosemite was very buggy &amp; full of memory leaks. It ran at an acceptable speed but nowhere near as fast as ML. From the App Store reviews it seems a lot of people have had issues with Yosemite so I reverted back to ML until such a time that stability is improved.</p>
<p>iOS 9 was also announced at WWDC and some of the new features do look great. Most notably the new News app looks like a game changer. It&#8217;s essentially a proprietary RSS aggregator using apples own mark-up but the articles and formatting did look great on the demo. I wonder how it will work now more &amp; more news content is going behind a pay wall? I tend to use the BBC app on iOS for my news and Feedly for all of my other RSS feeds but in the days of twitter I tend to follow the major sources of news such as Cnet, The Verge, The Register etc and read their articles as &amp; when they tweet a link. With tweetbot this works great as I can view them in reader view. If news works as suggested &amp; the news outlets do adopt the platform it will be amazing, if they decide not to support News it may just add to the already fragmented news/article reading experience.</p>
<p>Also in iOS 9 apple announced new multi tasking &amp; keyboard functions along with split screen multi tasking. Granted the Split Screen will only work on Apple&#8217;s flagship iPad Air 2 but for future generations it&#8217;s the right direction to go for tablets. The new keyboard functions including using two fingers to create a trackpad with cursor have been a long time coming. How often are you trying to edit text in iOS, it magnifies where it thinks you want the cursor to be then starts jumping all over the place. Not Cool.</p>
<p>The new multi tasking does look great &amp; should help people be even more productive with a tablet. As an old school techie I would never be without a desktop computer *shivers*, however many people now only have a smart phone or tablet for all of their computing tasks so the more capable these machines are the better for everyone who designs or develops apps &amp; websites. The more people we have actively online the greater potential we have to achieve great things with our work.</p>
<p>Also announced for iOS 9 are new Maps which include better walking &amp; transit maps. Granted these will only support major cities so the majority of people will never benefit from this, however it should be a good improvement when visiting unfamiliar cities, especially by integrating mass transit into maps itself. It will give you detailed instructions including transit times and numbers along with detailed internal maps of stations. I&#8217;m a bit of a mass transit geek so don&#8217;t often struggle with figuring out subways and trains, however for many people this is a hugely daunting task so can only be a good thing.</p>
<p>Finally apple announced a more energy-efficient iOS 9, with an estimated 1 hour extra of battery life under general usage &amp; a new low energy mode to conserve upto an additional 3 hours of battery time. That&#8217;s got to be a good thing as smart phones become more and more etched into our lives. A few other things were announced for iOS 9 but I&#8217;m just covering the things that got me excited.</p>
<p>With regards Watch OS I&#8217;m not really that excited. The Apple Watch is a great device, I&#8217;ve played with them &amp; love them, however I just don&#8217;t have a need for one yet. I may in the future pick one up but right now it&#8217;s just not something I want or need. The fact that apps will run natively in Watch OS 2 is great for developers. I&#8217;m sure developers will come up with uses for the apple watch that apple never even dreamed of. I&#8217;m just not prepared to be an early adopter on this so not much to say on Watch OS.</p>
<p>Just as we all thought the WWDC keynote was over we heard Tim Cook mention we have something else to talk about. I for one was preying it was an Apple TV update but alas it was something completely different. Apple Music &amp; Beats 1 was announced. As always when apple bring in musicians to talk to a room of developers it all gets a little awkward and weird. Almost like they have had the worst actor in the building quickly learn a script that goes totally wrong. I was happy to see Trent Reznor talking about Apple Music &amp; his involvement and the service does look good. I&#8217;ll be happy to get my 3 month trial on the 30th June when iOS 8.4 comes out.</p>
<p>Apple Music is essentially all the best bits of Spotify, myspace of old, twitter, instagram, facebook and music news websites all rolled into one. With connect you can follow your favourite artists, see latest releases &amp; checkout stuff they are working on &amp; generally connect more with your favourite artists. This has been a long time coming. Since the shift from physical media to MP3/AAC/Streaming storage &amp; acquisition of music has become far easier, but the social aspects of music &amp; music discovery have faltered. I used to love going to a record shop(s) and browsing the racks, seeing new releases, chatting with like-minded people &amp; hearing new music in store. I loved swapping CD&#8217;s with friends &amp; discovering new bands. In the age of iTunes &amp; streaming this has all but disappeared. I&#8217;m hoping that the new connect service goes some way to bridging that gap &amp; hopefully artists will promote music they love &amp; not just self promote. The new discovery tools are apparently user curated &amp; not algorithm led so hopefully the suggestions will be just as good as those made by your mates/peers back in the CD/Tape/Vinyl days.</p>
<p>Alongside the Apple Music subscription service they announced beats 1 radio. Broadcasting out of London, NYC &amp; LA it&#8217;s meant to be a 24 hour global radio station. I hope that they bring some more countries into the mix as broadcasting from two US locations &amp; London hardly seems representative of the world. I&#8217;m glad to see they brought in Zane Lowe. I didn&#8217;t like a lot of his Radio 1 stuff but that&#8217;s simply because I don&#8217;t rate mainstream chart music, however in his early MTV days &amp; in his own music taste this guy does know what he is talking about. It may finally shake up the old chart system &amp; broadcast radio nonsense &amp; finally expose some new genuine talent.</p>
<p>So that&#8217;s my quick recap of WWDC 2015. I hope I managed to express what parts of WWDC I most enjoyed. Did you guys watch? What in particular are you looking forward to?</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1213</post-id>	</item>
		<item>
		<title>Apple EarPods with Remote and Mic</title>
		<link>https://www.johnlarge.co.uk/apple-earpods-with-remote-and-mic/</link>
		
		<dc:creator><![CDATA[John Large]]></dc:creator>
		<pubDate>Sat, 21 Feb 2015 15:41:26 +0000</pubDate>
				<category><![CDATA[Apple Hardware]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[earphones]]></category>
		<category><![CDATA[earpods]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[music]]></category>
		<guid isPermaLink="false">http://www.johnlarge.co.uk/?p=1094</guid>

					<description><![CDATA[This week a good friend of mine gave me a pair of&#160;Apple EarPods with Remote and Mic. He was sent a replacement iPhone 5S to replace a faulty unit and they sent it retail boxed with another set of EarPods so I was given the new pair. The ones I currently use are the ones [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This week a good friend of mine gave me a pair of&nbsp;Apple EarPods with Remote and Mic. He was sent a replacement iPhone 5S to replace a faulty unit and they sent it retail boxed with another set of EarPods so I was given the new pair. The ones I currently use are the ones that shipped with my iPhone 4. They are now pushing 4 years old &amp; still in perfect working order. In fact since my first iPod in 2006 I&#8217;ve never had a set of Apple Headphones go faulty. They are great quality &amp; pretty much indestructible (I still have that original pair from my iPod I bought in San Francisco back in 2006).</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-1095" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/02/IMG_8154.jpg?resize=648%2C486&#038;ssl=1" alt="Apple Earpods" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/02/IMG_8154.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/02/IMG_8154.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/02/IMG_8154.jpg?resize=1576%2C1182&amp;ssl=1 1576w" sizes="auto, (max-width: 648px) 100vw, 648px" /></p>
<p>I love how the apple earphones integrate with iPod and the Ipod music app for iPhone. The play/pause &amp; volume controls are great when I put my music on Shuffle. I use iTunes match so I stream my entire library to my iOS devices. My library has over 15,000 songs in it so I use the skip button quite often &amp; it&#8217;s great to be able to do it via the cable remote. I also like to answer my calls while I&#8217;m on the go, walking around cities. It seamlessly mutes my music so i can take the call using the built in cable mic and then resumes playback at the end.</p>
<p>The new EarPods are a revelation. The positioning of the bass and treble speakers are perfect. The bass essentially plays into the cartilage/bone around your ear so it&#8217;s full bodied &amp; not deafening. It&#8217;s so much richer. The small treble speaker gives great definition to higher notes &amp; the whole experience is a major improvement on the older earphone design. They come in Apple&#8217;s infamous rubbery finish and the parts of the cable that meet the ear buds &amp; the 3.5mm audio jack are perfectly reinforced to stop bending and splitting. They come beautifully packaged in a plastic wrap box. These are well worth the money &amp; I would recommend them to anyone. I also find that they sit in my ears much better &amp; feel far more comfortable.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-1097" src="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/02/IMG_8156.jpg?resize=648%2C486&#038;ssl=1" alt="Apple Earpods Box" width="648" height="486" srcset="https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/02/IMG_8156.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/02/IMG_8156.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/www.johnlarge.co.uk/wp-content/uploads/2015/02/IMG_8156.jpg?resize=1576%2C1182&amp;ssl=1 1576w" sizes="auto, (max-width: 648px) 100vw, 648px" /></p>
<p>As someone who listens to really heavy music (I tested these with Down, Lamb Of God &amp; Kyuss) I really recommend them. The bass is incredible for in earphones and doesn&#8217;t leave that horrible muffled hearing when you stop listening.</p>
<p>You can buy them directly from Apple or <a href="http://www.amazon.co.uk/gp/product/B0097BEG1C/ref=as_li_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B0097BEG1C&amp;linkCode=as2&amp;tag=tewt-21&amp;linkId=WGA72X7A54G3YAGY" target="_blank" rel="nofollow">Amazon</a>. Amazon have them for £10.95 delivered. Absolute bargain!&nbsp;<a 
</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1094</post-id>	</item>
	</channel>
</rss>
