<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>Apple &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Tue, 17 Feb 2026 10:22:47 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>Apple &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Yes, you can run the Apple Music app natively on your Amazon FireStick]]></title>
		<link>https://shkspr.mobi/blog/2023/06/yes-you-can-run-apple-music-natively-on-your-android-firestick/</link>
					<comments>https://shkspr.mobi/blog/2023/06/yes-you-can-run-apple-music-natively-on-your-android-firestick/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 12 Jun 2023 11:34:03 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Apple]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=46022</guid>

					<description><![CDATA[Apple have an Android version of their Apple Music app. The Amazon FireStick runs Android. So you can run Apple Music on the FireStick, right? WRONG!  The official advice is to link Apple Music to the Alexa Skill - with its justifiably low review score. But we&#039;re hackers, we can do better than that, right?  Here&#039;s how to run the native Apple Music app on a FireStick so you can listen to some…]]></description>
										<content:encoded><![CDATA[<p>Apple have an Android version of their Apple Music app. The Amazon FireStick runs Android. So you can run Apple Music on the FireStick, right? WRONG!</p>

<p>The official advice is to link Apple Music to the <a href="https://www.amazon.co.uk/Apple-Inc-Music/dp/B07LCQ5JT7/">Alexa Skill</a> - with its justifiably low review score. But we're hackers, we can do better than that, right?</p>

<p>Here's how to run the native Apple Music app on a FireStick so you can listen to some sweet tunes.</p>

<ol>
<li><a href="https://developer.amazon.com/docs/fire-tv/connecting-adb-to-device.html">Enable Developer Tool on your FireStick</a></li>
<li><a href="https://www.aftvnews.com/downloader/">Install the Downloader app</a></li>
<li>Using Downloader, download the <a href="https://apkpure.com/apple-music/com.apple.android.music/download">Apple Music APK</a> and install it</li>
<li>Here's where things get tricky.  Once you open the Apple Music app, there's no way to accept the EULA using the remote control - so you're stuck on this screen:<br><img src="https://shkspr.mobi/blog/wp-content/uploads/2023/06/appletv.jpg" alt="Photo of a TV showing a EULA." width="1024" height="768" class="aligncenter size-full wp-image-46023"></li>
<li>Find your FireStick's IP address (Settings ➡ My FireTV ➡ About ➡ Network):<br><img src="https://shkspr.mobi/blog/wp-content/uploads/2023/06/IP-Address-fs8.png" alt="Screenshot of the FireTV's settings screen." width="1024" height="576" class="aligncenter size-full wp-image-46024"></li>
<li>Install <a href="https://www.xda-developers.com/install-adb-windows-macos-linux/">ADB tools</a> on your laptop / desktop (I use Linux).</li>
<li>Open a terminal on your laptop and run <code>adb connect 192.168.1.123:5555</code> (remember to use the correct IP address)</li>
<li>Install <a href="https://github.com/Genymobile/scrcpy">scrcpy</a> and run it on the command line</li>
<li>You can now control your FireStick from your laptop! Use it to type in your Apple Music username and password.</li>
<li>And now you can listen to your Apple tunes via your FireStick. Sweeeeeeet!<br><img src="https://shkspr.mobi/blog/wp-content/uploads/2023/06/apple-tv-working.jpg" alt="Photo of a TV showing the Apple Music app." width="1024" height="768" class="aligncenter size-full wp-image-46025"></li>
</ol>

<p>Well, almost...</p>

<h2 id="what-works"><a href="https://shkspr.mobi/blog/2023/06/yes-you-can-run-apple-music-natively-on-your-android-firestick/#what-works">What Works</a></h2>

<ul>
<li>Stereo audio playback</li>
<li>The ⏯️ button on the remote</li>
<li>General navigation</li>
</ul>

<h2 id="what-doesnt-work"><a href="https://shkspr.mobi/blog/2023/06/yes-you-can-run-apple-music-natively-on-your-android-firestick/#what-doesnt-work">What Doesn't Work</a></h2>

<ul>
<li>Navigation is a bit hit and miss as not every UI element gets highlighted when selected</li>
<li>Text entry doesn't work - no virtual keyboard appears</li>
<li>The ⏪ and ⏩ buttons on the remote don't skip tracks</li>
<li>Spatial Audio - seems to be restricted to stereo only</li>
</ul>

<p>All of the navigation can be controlled by <code>scrcpy</code> if you want to. Or you can try the remote.</p>

<h2 id="is-it-worth-it"><a href="https://shkspr.mobi/blog/2023/06/yes-you-can-run-apple-music-natively-on-your-android-firestick/#is-it-worth-it">Is it worth it?</a></h2>

<p>Meh. I got a free trial of Apple Music. It's basically fine. It's not materially different from any of the music streaming apps. If you're super into the Apple Ecosystem, need it on your TV, can put up with the non-optimised interface, and don't want to cast from your phone, then it's just about acceptable.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=46022&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2023/06/yes-you-can-run-apple-music-natively-on-your-android-firestick/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Some Short Thoughts On Smart Tags]]></title>
		<link>https://shkspr.mobi/blog/2021/05/some-short-thoughts-on-smart-tags/</link>
					<comments>https://shkspr.mobi/blog/2021/05/some-short-thoughts-on-smart-tags/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 10 May 2021 11:01:34 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ble]]></category>
		<category><![CDATA[Chipolo]]></category>
		<category><![CDATA[location]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=38919</guid>

					<description><![CDATA[So Apple have released some BlueTooth tags. As per their standard operating procedure, the rest of us have been using them for years, but now Apple has &#34;invented&#34; them they are suddenly interesting.  Here&#039;s my review from 5 years ago of the Chipolo BlueTooth tag. Amusingly, Apple have decided to go with a user-replaceable battery - unlike many of their other devices. I wonder why they didn&#039;t go…]]></description>
										<content:encoded><![CDATA[<p>So Apple have released some BlueTooth tags. As per their standard operating procedure, the rest of us have been using them for years, but now Apple has "invented" them they are suddenly interesting.</p>

<p>Here's my review from <em>5 years ago</em> of <a href="https://shkspr.mobi/blog/2016/04/review-chipolo/">the Chipolo BlueTooth tag</a>. Amusingly, Apple have decided to go with a user-replaceable battery - unlike many of their other devices. I wonder why they didn't go for wireless charging - <a href="https://shkspr.mobi/blog/2016/06/tintag-unboxing-and-review/">like the TinTag had a few years ago</a>?</p>

<p>Anyway, the Apple involvement adds three significant things:</p>

<ol>
<li>Better directional navigation. Rather than just telling you how far away from the thing you are, it tells you roughly <em>where</em> the thing is.</li>
<li>Improved community features. Having everyone with an iThing being able to find your lost puppy is a game-changer. Companies like Chipolo could never get that traction by themselves.</li>
<li>Higher price. Because Apple.</li>
</ol>

<p>The first two are genuinely useful. First generation tags were able to give you distance and play a little noise. Good for Apple on innovating. With <a href="https://www.emarketer.com/content/iphones-gaining-us-market-share-losing-uk">40% of the UK having an iDevice</a> there's a good chance that someone will walk by your dropped keys.</p>

<p>But the price...</p>

<p>I used the Chipolo and TinTag for a long time - but I couldn't justify the cost. I just don't lose my keys that often. Having them on my luggage was vaguely useful when disembarking from an aeroplane - but hardly essential. In any case, you still want a physical tag with something written on it for people who don't have the right app.</p>

<p>I used <a href="https://shkspr.mobi/blog/2015/10/ibeacon-business-cards/">Physical Web Tokens</a> which also suffered from the same flaw - overpriced and inaccessible to the majority of people</p>

<p>Is £25 a reasonable price for insurance if you ever lose your bag, keys, or pet? Maybe. And I'm sure the PR teams will shortly begin churning out feel-good stories about how lost dogs were reunited with distraught owners thanks to the magic of Apple.</p>

<p>But do people lose valuable stuff that often? I want to know where I put the spare HDMI cable. Or which cupboard has the nutmug. Or who borrowed my favourite mug. No one is bunging a pony down for that.</p>

<p>I long for the world envisaged by Cory Doctorow in his book <a href="https://craphound.com/makers/Cory_Doctorow_-_Makers_A4.pdf">Makers</a> - where smart tags are cheap as dirt and ubiquitous.</p>

<blockquote><p>“One of the big barriers to roommate harmony is the correct disposition of stuff. When you leave your book on the sofa, I have to move it before I can sit down and watch TV. Then you come after me and ask me where I put your book. Then we have a fight. There’s stuff that you don’t know where it goes, and stuff that you don’t know where it’s been put, and stuff that has nowhere to put it. But with tags and a smart chest of drawers, you can just put your stuff wherever there’s room and ask the physical space to keep track of what’s where from moment to moment.</p>

<p>...</p>

<p>He reached for his computer and asked it to find him the baseball gloves. Two of the drawers on the living-room walls glowed pink. He fetched the gloves down, tossed one to Lester, and picked up his ball.</p></blockquote>

<p>We're a little way off that dream at the moment. <a href="https://shkspr.mobi/blog/2020/06/gadget-review-ysshui-ntag215-nfc-tags/">RFID tags are getting pretty cheap</a> - but they're short range. You'd need a network of high-powered sensors in a room to be able to do basic location finding.</p>

<p>So, a hearty well-done to Apple for getting in to the physical location game. Let's hope it re-energises the sector and drives the cost down to ubiquity.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=38919&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2021/05/some-short-thoughts-on-smart-tags/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Things I can't do on MacOS which I can do on Ubuntu]]></title>
		<link>https://shkspr.mobi/blog/2020/04/things-i-cant-do-on-macos-which-i-can-do-on-ubuntu/</link>
					<comments>https://shkspr.mobi/blog/2020/04/things-i-cant-do-on-macos-which-i-can-do-on-ubuntu/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 26 Apr 2020 11:14:04 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[rant]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=34793</guid>

					<description><![CDATA[I&#039;ve never &#34;got&#34; the appeal of a Mac. But I have to use one for work.  Here&#039;s a partial list of everything I cannot do on a Mac, but I can do on Ubuntu.  These are all objective facts. These are things which either are impossible, or require adding unsupported 3rd party software - sometimes at a cost.   Resize the system font   I find the menu bar at the top too small. The only way to do this on…]]></description>
										<content:encoded><![CDATA[<p>I've never "got" the appeal of a Mac. But I have to use one for work.</p>

<p>Here's a partial list of everything I <em>cannot</em> do on a Mac, but I <em>can</em> do on Ubuntu.</p>

<p>These are all objective facts. These are things which either are impossible, or require adding unsupported 3rd party software - sometimes at a cost.</p>

<ul>
<li>Resize the system font

<ul>
<li>I find the menu bar at the top too small. The only way to do this on MacOS is to lower the resolution of the entire screen!</li>
</ul></li>
<li>Change the system font

<ul>
<li>I know you like <del>Helvetica</del> San Francisco - but I find it a bit too thin to read.</li>
</ul></li>
<li>Focus Follow Mouse

<ul>
<li>I have multiple screens and multiple windows. I want to be able to hover over a new one and start interacting with it without clicking.</li>
</ul></li>
<li>Change my mouse button order

<ul>
<li>On Linux, this is a <a href="https://shkspr.mobi/blog/2011/06/review-evoluent-vertical-mouse-4-and-how-to-make-it-work-in-ubuntu/">complex command-line incantation</a>. On MacOS it is impossible. I use a vertical mouse and use my thumb to click. RSI FTW!</li>
</ul></li>
<li>Read files from MTP devices

<ul>
<li>If I stick a USB cable between my phone and Linux laptop, I can see the Android files on my laptop. I can open them, move them around, etc. On a Mac I need to install some shonky 3rd party software which rarely works.</li>
</ul></li>
<li>Always on top windows

<ul>
<li>Sometimes I want to keep the calculator on screen while I type an email. Is that too much to ask?</li>
</ul></li>
<li>No way to remove UI elements.

<ul>
<li>I don't want a notification icon in the top right of my screen. I prefer having the clock on the left. Trivial in Linux, static in MacOS.</li>
</ul></li>
<li>Window snapping

<ul>
<li>On Ubuntu, I drag a window to the side or to a corner, and it snaps into position. Vital when using multiple windows at once. On Mac there's a <a href="https://support.apple.com/en-gb/HT204948">half-hearted splitscreen view</a> which only supports horizontal splitting. Useless on a vertical monitor.</li>
</ul></li>
<li>See tooltips

<ul>
<li><a href="https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/">I can't see them on Mac when I have a larger cursor</a>. Weird!</li>
</ul></li>
<li>Mount an SSH or NFS drive

<ul>
<li>In Ubuntu, I get a nice little GUI for picking network shares. Impossible on Mac.</li>
</ul></li>
<li>Wobbly Windows!

<ul>
<li>Seriously MacOS. Where's the fun?</li>
</ul></li>
</ul>

<p>I know you're going to be tempted to reply with "<a href="https://knowyourmeme.com/memes/events/iphone-4-death-grip">you're using it wrong</a>" - but I'm not. This is how I like to use my computer. And it is clear that the MacBook isn't my computer - it is Apple's. 
(OK, OK! It belongs to my employer!)</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=34793&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2020/04/things-i-cant-do-on-macos-which-i-can-do-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>35</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Accessibility of macOS - large cursor hides tooltips]]></title>
		<link>https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/</link>
					<comments>https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 23 Apr 2020 11:07:57 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[usability]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=34771</guid>

					<description><![CDATA[Apple&#039;s attitude to usability is... complex. The general attitude of &#34;you&#039;re holding it wrong&#34; seems to be prevalent across all their products.  I like having a large mouse cursor. I find it easier to see on my large monitor, especially when sat at a safe distance.  But, if I use a large cursor - I can&#039;t see the tool-tips underneath it.  Annoyingly, Apple don&#039;t include the larger cursor sizes…]]></description>
										<content:encoded><![CDATA[<p>Apple's attitude to usability is... complex. The general attitude of "<a href="https://knowyourmeme.com/memes/events/iphone-4-death-grip">you're holding it wrong</a>" seems to be prevalent across all their products.</p>

<p>I like having a large mouse cursor. I find it easier to see on <a href="https://shkspr.mobi/blog/2020/04/review-iiyama-prolite-b2482hs-b1-24-vertical-monitor/">my large monitor</a>, especially when sat at a safe distance.  But, if I use a large cursor - I can't see the tool-tips underneath it.</p>

<p>Annoyingly, Apple don't include the larger cursor sizes when taking a screenshot. So you get the joy of me pointing a camera at my screen like some kind of troglodyte sharing memes on your neighbourhood's Facebook group.</p>

<h2 id="broken-behaviour"><a href="https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/#broken-behaviour">Broken Behaviour</a></h2>

<p>What does this tool-tip say?</p>

<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2020/04/Cursor-obscuring-tool-tip.jpg" alt="Cursor obscuring tool tip." width="512" height="208" class="aligncenter size-full wp-image-34774">
That's from "Finder" the default Mac file system app.</p>

<h2 id="expected-behaviour"><a href="https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/#expected-behaviour">Expected Behaviour</a></h2>

<p>With the "normal" size icon, I can see what the text says.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2020/04/Tool-Tip-visible.jpg" alt="Tool Tip visible." width="512" height="208" class="aligncenter size-full wp-image-34773"></p>

<h2 id="usability-pervasiveness"><a href="https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/#usability-pervasiveness">Usability pervasiveness</a></h2>

<p>OK, it's impossible to test <em>every</em> combination that a user might choose. But it really feels like bits of MacOS are hostile to accessibility changes.</p>

<p>It is impossible to change the system font size. That top menu is fixed at a tiny size. If you want a more readable font - tough.</p>

<p>Apple knows best.</p>

<h2 id="tool-tip-size"><a href="https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/#tool-tip-size">Tool tip size</a></h2>

<p>You <em>can</em> increase the font size of tool-tips with <a href="https://web.archive.org/web/20200513075433/http://hints.macworld.com/article.php?story=20061107125819464">this obscure command-line incantation</a>:</p>

<pre><code class="language-_">defaults write -g NSToolTipsFontSize -int 20
</code></pre>

<p>Restart the app and you'll get a larger font!</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2020/04/Large-text-obscured-by-large-cursor.jpg" alt="Large text obscured by large cursor." width="512" height="208" class="aligncenter size-full wp-image-34791">

<p>Which is still obscured by the cursor.</p>

<h2 id="report-this-bug"><a href="https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/#report-this-bug">Report this bug</a></h2>

<p><a href="https://discussions.apple.com/thread/2554173?page=2">Apple have known about this bug for at least 10 years</a>.</p>

<p>Apple knows best.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=34771&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2020/04/accessibility-of-macos-large-cursor-hides-tooltips/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Dying For An iPhone]]></title>
		<link>https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/</link>
					<comments>https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 17 Feb 2015 12:06:56 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[oxict4d]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=20517</guid>

					<description><![CDATA[Who made your iPhone?  Sure, the back of the box says &#34;Designed in California&#34; - but who were the men and women who assembled your phone?    How well are they treated? Are they paid well? Are they trapped in a living hell where many of them feel the only way out is suicide?  Christoph Lutz@lutzid&#34;achieve productivity or the sun will no longer rise.&#34; #foxconn slogan &#34;motivating&#34; their workers;…]]></description>
										<content:encoded><![CDATA[<p>Who made your iPhone?  Sure, the back of the box says "Designed in California" - but who were the men and women who assembled your phone?</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2015/02/Designed-In-California.jpg" alt="Designed In California" width="480" height="316" class="aligncenter size-full wp-image-20563">

<p>How well are they treated? Are they paid well? Are they trapped in a living hell where many of them feel the only way out is suicide?</p>

<blockquote class="social-embed" id="social-embed-562658699387629569" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/lutzid" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRngCAABXRUJQVlA4IGwCAABQCwCdASowADAAPrVUoUynJKMiJypI4BaJaQDRDvD+Tb2bHaK9HcrjhWU3sX1Vp4ZAW6RfSV8w/yKYH+Kgm1HyaDuy3ATgxl23Ug7/PhlCQEgVey8amxmJ23IAd0PJbZpkQAAA/vhdJvDbBnYMVlFWg+32cHOt4RAFM86Si6Es1uts+e+D6rGsyGQePmzZ+hKGJxuoJqQAEska8hfWEGSn/9cUa/rT/zT9DcsrUeolG08fiB7LmRieoZDwN2YxkFojEg27xMg9h9GSOXxNqXTT6UIOZUadSos14ukBgCNAi1i+M0oGDlBk9xxIvZ6Ba8tE7JTaLfRV7l9VyGVdfs/+ASN/l5yMrHaeQN6c/8N5tvpL7ys8Ksr/m+fTUW4Gw5tT+i2JyNr+6KTDALu6guNVICp06QUeyHKq25D2I7Q3hpKO7jMP2+jhOV4PQudtVzq5VM6iWv/EbJrFSLc8uDxrQg/ac0xr4FSBtT5UYgya6UmA6j/2AlW+/8DqbkFvCYH4WKh74mBV7xj2J64T614LcK7BpF+SfOChFSgDWnE82LudZx09eTGpDy5Oi7NYXuT7WVHwQtfWVKf74F2DaM4YBMPQ8VT4x3Gi2eABwSyrbcufgqpAcKqE4o359dcVXUzb6J3yUdzQ5bi/xDQnuoZL86N95UYOhJTCg3dcU7N54afvx7EeEzYOPSyiPR5n6k4nTrjfR5wxFioY2Sf/3z+XeXjsM8NIRfbxo1Z29XXHyP2xiZ7I8yBM3lDNpDieogqTd6camtfKHy88uHQ1pBNWleZm4KPBslhsK3t6OtiO0mfP53s+62/NukAAAA==" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Christoph Lutz</p>@lutzid</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">"achieve productivity or the sun will no longer rise." <a href="https://twitter.com/hashtag/foxconn">#foxconn</a> slogan "motivating" their workers; fascinating talk by jenny chan <a href="https://twitter.com/hashtag/oxict4d">#oxict4d</a></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/lutzid/status/562658699387629569"><span aria-label="0 likes" class="social-embed-meta">❤️ 0</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2015-02-03T17:07:42.000Z" itemprop="datePublished">17:07 - Tue 03 February 2015</time></a></footer></blockquote>

<p>This is the question posed by <a href="https://www.ccsp.ox.ac.uk/research-projects/dying-for-an-iphone">Dr Jenny Chan</a> in her upcoming book <a href="https://www.oii.ox.ac.uk/news-events/events/dying-for-an-iphone-the-hidden-struggle-of-chinas-workers/">Dying for an iPhone: The Hidden Struggle of China’s Workers</a> which she talked about in Oxford earlier this week.</p>

<p>You can read for yourself some of the <a href="https://web.archive.org/web/20150403070853/http://www.japanfocus.org/-Ngai-Pun/3408">reports written about factory conditions of iPhone workers</a>, including by <a href="https://web.archive.org/web/20150212033451/http://sacom.hk/wp-content/uploads/2014/09/SACOM-The-Lives-of-iSlaves-Pegatron-20140918.pdf">Students &amp; Scholars Against Corporate Misbehaviour</a>.  You can watch the BBC's Panorama programme <a href="http://www.bbc.co.uk/programmes/b04vs348">Apple's Broken Promises</a>.</p>

<p>I'm not particularly interested in discussing the veracity of the claims - nor whether this is a painful but necessary economic stepping stone.  I'll be discussing the points raised in the discussion about how we might go about improving the lives of the people slaving away to produce our electronics.  As with my blog post on <a href="https://shkspr.mobi/blog/2014/11/do-comrades-dream-of-electric-proletariat/" title="Do Comrades Dream of Electric Proletariat?">Communist Robots</a>, the views expressed are not necessarily mine and are deliberately unattributed.</p>

<blockquote class="social-embed" id="social-embed-562651416519774208" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/DIGOxford" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRjQDAABXRUJQVlA4ICgDAAAwDgCdASowADAAPqE+l0mmIyIhNUqowBQJbACdMoSB7IhpG538rgZjbj88R6QP856VXU3b0RZmzRztYw6sgTIFXHcz2/GgyDLnb/aHzWJsBY/ETjJVS9I/lvyK3DxuOgHJ1LKAF9c+M+Fb7nddiFGBlmSsIiTe2du0AAD+/UGbtKOb7mN8CJEXZsq5pCfbnWtBkyU2eHANsuESKZAHn0eFGdWwUtf6D42vW8ramZLGIIfDphXAzAOX7Xhqmz4/m62na5e7fAu/Nyz2S4vV1L7oV4MsP1U11A7wj0aGY916IUu9gFuTgEHVbEk5xOqi2wDxgwpVveR0y64YNQML6ORZo+6t7zGNfUZwgwP6X1X80COwAbdbiWhT65lNf9ahr/pdUdDXLxYjGAspvZP5FEP4PSM8NHygj5gn0j8zSTmhD+wtU3qjzOONJld5AggaFlEyXNRqtuuKBhAgmvCNVqkzBbqf8eBXf/l758eBXptaBqVHbRrIg3ic1dh6G1uu2wUuypvanNtIje0J1SMu+BIly8Dm6dXuWivKY7QULm/z2eUnzmv+cXbnFd2q5JfcH8M8UoyuGWiaS38iVdiDBljrXbr13qfZF645O1dy3S756cYBvqBcyPSIqX3r5MjTzIGnCyEp/+uY+LTpAWgHTR0yGjK0eDAqMTMnzWkYfXH9wHpHhQG/yJsfh0QsQUoPEG+BQkWtlYrnoKBtnCXfe7FfcK30D8oqoEWJlD9SDYvb/MvIl17ur70Cri6gLYvnNJaFySKBOxY/RANKUkCR26qHBVbXIV+Yp3IY8BNlI9ALPNNB9zYmR4alABYrjkZ5V01EvaFmnxbXap7jEqMd9Q+KuCJYuF/QIkrmo3kO3VL/GyKCD0Ln4w9my/rkqBU1lK3BM1P436MH3Na8JFIBxSJ0edltvOyaEMKyzCZhisWQY7Irt9kur3rPaGtcCHPq1Rj6vUSocU30nCqOEkux44O5LKQeqjPKwioEEZ8n8VuC4aG14lg8yKMygFOSsaEeg8LD+tbclTtukKvRKUi9vegKcAtsKHXpFWo2oe8PzEzWYW7Tnn+GAAAA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Digital Inequality Research Group</p>@DIGOxford</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">2010 - 18 Suicides in Foxconn factory - translation from worker blog "death was to testify that we were ever alive at all" <a href="https://twitter.com/hashtag/oxict4d">#oxict4d</a></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/DIGOxford/status/562651416519774208"><span aria-label="0 likes" class="social-embed-meta">❤️ 0</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2015-02-03T16:38:45.000Z" itemprop="datePublished">16:38 - Tue 03 February 2015</time></a></footer></blockquote>

<p>Firstly, it's worth noting that Apple and its partners <em>are</em> making progress on workers' right.</p>

<blockquote><p>Apple has banned the practice of bonded labour - where new recruits are charged a fee - from its factories.

</p><p>In its latest audit of factory conditions, the iPhone maker said that any such fee must be paid by its supplier and not the employee.

</p><p>Apple began the audits following criticism of the working conditions in some of its factories.
</p><p><cite><a href="http://www.bbc.co.uk/news/technology-31438699">"Apple bans 'bonded servitude' for factory workers" - BBC News 2015-02-12</a></cite>
</p></blockquote>

<p>Given that we believe Apple's suppliers - Foxconn - are deliberately mistreating their workers, what are our options for engendering change in these organisations?  These are money-hungry companies desperate to cut every corner and bypass every regulatory edict in the face of overwhelming profit.</p>

<blockquote class="social-embed" id="social-embed-562659982651695105" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/OxfordMediaLaw" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRgICAABXRUJQVlA4IPYBAACwCQCdASowADAAPrVYpE6nJSMiI4kA4BaJZwDRDrgIAZHG+DKB4G6QLGd6BOeSLD5u1YCrodYuYGqoxm36GB0KJjnHk+Iq0tlyV3j4wMnzBftj6xkloAD+/fdy4lV61HtZCLbeE3NW7ySaYlt5BfP4XHefW9173MmVuv0mkq5hy080UTtl61xLZWTz/TweqiN8HJIc0Qj8wwTTH/qo0DNfprLVegsZ3CBvn3ZRdPTvt0+t0e3+JMzJD95M2T43mHD1XS+Wdn3KRbgecQyzOSsFMatJosCGRqT2JWEnxyQJLfr09H0Hl3xtSxk8c+P3hJZFv4f2xSA110cg8aVhaYu8e6Lv9mFgx3Cb58qYc5yKgXUPd1WAueleru79wPmfAsKy7m9mPyFOwsqoaO0Cvr0yqYaPkAQXW/OawKt2CGDOP03MIgnZ/zpsnW44o+l3GcJfBnY/wXkW/EOoL1CRS64W1roWNVNOjol39dx+FSJ/SIf7iUBJatcLKpP29EGPfc+084w5DteYZLtmQ3BHLmFYUjQ2gOu2d6j2VSNsNIHU4ZM1/3GMd3Kn+2wwGEB5li/c9Wkv11O4PqP76htf/VjokVbdeX72OrwdEnRvujMg/gFNtcQ6owJgjoUC8oeHtP/W2tL96FvAbT0g6mKQFxiVgDaAAAAA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Programme in Comparative Media Law &amp; Policy</p>@OxfordMediaLaw</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">"To meet demand for the <a href="https://twitter.com/hashtag/ipad">#ipad</a>, Foxconn violates <a href="https://twitter.com/hashtag/China">#China</a>'s labour laws" - see undercover vid: <a href="http://bit.ly/1zyfEnD">bit.ly/1zyfEnD</a> <a href="https://twitter.com/hashtag/oxict4d">#oxict4d</a> @ciigroup_oxford</section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/OxfordMediaLaw/status/562659982651695105"><span aria-label="0 likes" class="social-embed-meta">❤️ 0</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2015-02-03T17:12:48.000Z" itemprop="datePublished">17:12 - Tue 03 February 2015</time></a></footer></blockquote>

<p>Broadly speaking, there are 4 major routes to change.</p>

<h2 id="agitating-for-change"><a href="https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/#agitating-for-change">Agitating For Change</a></h2>

<p>Apple trades on its reputation. Its brand relies on customer <em>loving</em> Apple.</p>

<p>It is imperative that the voices of those who are suffering are heard by those who are <strong>funding</strong> the suffering.</p>

<iframe title="Foxconn Holds `Treasure Your Life' Rallies in China: Video" width="620" height="465" src="https://www.youtube.com/embed/AwoKGAO4jd8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>

<p>This can be achieved via protests and other methods of consciousness raising - such as posting on social media, holding talks with concerned parties, and encouraging people to watch documentaries.</p>

<h2 id="pension-funds"><a href="https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/#pension-funds">Pension Funds</a></h2>

<p>Some of the <a href="https://finance.yahoo.com/q/mh?s=AAPL+Major+Holders">largest investors in Apple</a> are Teachers' Pensions.  Chances are, if you have a pension, you're invested in Apple.</p>

<p>We outsource our morality to pension funds.  We ask them to provide the best possible return on investment, and we close our eyes to <em>how</em> they do it.  Perhaps we should be lobbying teachers - and our own pension fund managers - to insist that Apple and Foxconn behave more ethically.  Would it lead to a lower ROI to pay people a living wage? Maybe.  Or would a more generous attitude pay dividends by increasing sales?</p>

<h2 id="conflict-minerals"><a href="https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/#conflict-minerals">Conflict Minerals</a></h2>

<p>The mobile phone industry has a large problem with <a href="https://web.archive.org/web/20150206080215/http://www.raisehopeforcongo.org/content/initiatives/conflict-minerals">conflict minerals</a>.  In particular <a href="http://en.wikipedia.org/wiki/Coltan">Coltan</a> is regularly mined by corrupt warlords and used to finance ongoing wars.</p>

<iframe title="Blood in the Mobile Official Trailer" width="620" height="349" src="https://www.youtube.com/embed/wQhlLuBwOtE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>

<p>There is hope though - regulators worldwide have <a href="http://www.enoughproject.org/conflicts/eastern_congo/conflict-minerals">enacted laws to curb the sale of conflict minerals</a>.  It's imperfect, but it's a start.</p>

<p>Continual lobbying of law makers and <a href="https://web.archive.org/web/20150418223611/https://www.vodafone.com/content/index/about/sustainability/sustainability_report/issue_by_issue/responsible_supply_chain/our_approach.html">phone companies</a> has helped improve the lives of tens of thousands of people.  There's no reason why the same can't happen with Apple.</p>

<h2 id="unions"><a href="https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/#unions">Unions</a></h2>

<p>There are two approaches to unionising.  The first is, somewhat obviously, getting the Foxconn workers into a strong and recognised labour union.  This is not without its problems.</p>

<blockquote class="social-embed" id="social-embed-562660213741084673" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/DIGOxford" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRjQDAABXRUJQVlA4ICgDAAAwDgCdASowADAAPqE+l0mmIyIhNUqowBQJbACdMoSB7IhpG538rgZjbj88R6QP856VXU3b0RZmzRztYw6sgTIFXHcz2/GgyDLnb/aHzWJsBY/ETjJVS9I/lvyK3DxuOgHJ1LKAF9c+M+Fb7nddiFGBlmSsIiTe2du0AAD+/UGbtKOb7mN8CJEXZsq5pCfbnWtBkyU2eHANsuESKZAHn0eFGdWwUtf6D42vW8ramZLGIIfDphXAzAOX7Xhqmz4/m62na5e7fAu/Nyz2S4vV1L7oV4MsP1U11A7wj0aGY916IUu9gFuTgEHVbEk5xOqi2wDxgwpVveR0y64YNQML6ORZo+6t7zGNfUZwgwP6X1X80COwAbdbiWhT65lNf9ahr/pdUdDXLxYjGAspvZP5FEP4PSM8NHygj5gn0j8zSTmhD+wtU3qjzOONJld5AggaFlEyXNRqtuuKBhAgmvCNVqkzBbqf8eBXf/l758eBXptaBqVHbRrIg3ic1dh6G1uu2wUuypvanNtIje0J1SMu+BIly8Dm6dXuWivKY7QULm/z2eUnzmv+cXbnFd2q5JfcH8M8UoyuGWiaS38iVdiDBljrXbr13qfZF645O1dy3S756cYBvqBcyPSIqX3r5MjTzIGnCyEp/+uY+LTpAWgHTR0yGjK0eDAqMTMnzWkYfXH9wHpHhQG/yJsfh0QsQUoPEG+BQkWtlYrnoKBtnCXfe7FfcK30D8oqoEWJlD9SDYvb/MvIl17ur70Cri6gLYvnNJaFySKBOxY/RANKUkCR26qHBVbXIV+Yp3IY8BNlI9ALPNNB9zYmR4alABYrjkZ5V01EvaFmnxbXap7jEqMd9Q+KuCJYuF/QIkrmo3kO3VL/GyKCD0Ln4w9my/rkqBU1lK3BM1P436MH3Na8JFIBxSJ0edltvOyaEMKyzCZhisWQY7Irt9kur3rPaGtcCHPq1Rj6vUSocU30nCqOEkux44O5LKQeqjPKwioEEZ8n8VuC4aG14lg8yKMygFOSsaEeg8LD+tbclTtukKvRKUi9vegKcAtsKHXpFWo2oe8PzEzWYW7Tnn+GAAAA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Digital Inequality Research Group</p>@DIGOxford</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">Can Foxconn workers organise and make voices heard? - Growing use of mobiles, workers posting online, threaten to commit suicide <a href="https://twitter.com/hashtag/oxict4d">#oxict4d</a></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/DIGOxford/status/562660213741084673"><span aria-label="0 likes" class="social-embed-meta">❤️ 0</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2015-02-03T17:13:43.000Z" itemprop="datePublished">17:13 - Tue 03 February 2015</time></a></footer></blockquote>

<blockquote class="social-embed" id="social-embed-562660821512495105" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/DIGOxford" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRjQDAABXRUJQVlA4ICgDAAAwDgCdASowADAAPqE+l0mmIyIhNUqowBQJbACdMoSB7IhpG538rgZjbj88R6QP856VXU3b0RZmzRztYw6sgTIFXHcz2/GgyDLnb/aHzWJsBY/ETjJVS9I/lvyK3DxuOgHJ1LKAF9c+M+Fb7nddiFGBlmSsIiTe2du0AAD+/UGbtKOb7mN8CJEXZsq5pCfbnWtBkyU2eHANsuESKZAHn0eFGdWwUtf6D42vW8ramZLGIIfDphXAzAOX7Xhqmz4/m62na5e7fAu/Nyz2S4vV1L7oV4MsP1U11A7wj0aGY916IUu9gFuTgEHVbEk5xOqi2wDxgwpVveR0y64YNQML6ORZo+6t7zGNfUZwgwP6X1X80COwAbdbiWhT65lNf9ahr/pdUdDXLxYjGAspvZP5FEP4PSM8NHygj5gn0j8zSTmhD+wtU3qjzOONJld5AggaFlEyXNRqtuuKBhAgmvCNVqkzBbqf8eBXf/l758eBXptaBqVHbRrIg3ic1dh6G1uu2wUuypvanNtIje0J1SMu+BIly8Dm6dXuWivKY7QULm/z2eUnzmv+cXbnFd2q5JfcH8M8UoyuGWiaS38iVdiDBljrXbr13qfZF645O1dy3S756cYBvqBcyPSIqX3r5MjTzIGnCyEp/+uY+LTpAWgHTR0yGjK0eDAqMTMnzWkYfXH9wHpHhQG/yJsfh0QsQUoPEG+BQkWtlYrnoKBtnCXfe7FfcK30D8oqoEWJlD9SDYvb/MvIl17ur70Cri6gLYvnNJaFySKBOxY/RANKUkCR26qHBVbXIV+Yp3IY8BNlI9ALPNNB9zYmR4alABYrjkZ5V01EvaFmnxbXap7jEqMd9Q+KuCJYuF/QIkrmo3kO3VL/GyKCD0Ln4w9my/rkqBU1lK3BM1P436MH3Na8JFIBxSJ0edltvOyaEMKyzCZhisWQY7Irt9kur3rPaGtcCHPq1Rj6vUSocU30nCqOEkux44O5LKQeqjPKwioEEZ8n8VuC4aG14lg8yKMygFOSsaEeg8LD+tbclTtukKvRKUi9vegKcAtsKHXpFWo2oe8PzEzWYW7Tnn+GAAAA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Digital Inequality Research Group</p>@DIGOxford</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">Growth of labour grievances and arbitration as employees try to fight for rights - but still discouraged by costs of arbitration <a href="https://twitter.com/hashtag/oxict4d">#oxict4d</a></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/DIGOxford/status/562660821512495105"><span aria-label="0 likes" class="social-embed-meta">❤️ 0</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2015-02-03T17:16:08.000Z" itemprop="datePublished">17:16 - Tue 03 February 2015</time></a></footer></blockquote>

<p>Foxconn workers report that they are victimised and harassed for standing up for their rights.  The unions which are afforded to them often report directly to their abusive bosses.</p>

<p>So, what other options are there?  Ask Apple workers in the USA and Europe to stand in solidarity with the people who make the products that they sell.  Would they be willing to agitate for change <em>within</em> Apple and also explain the problem to potential customers entering the stores?</p>

<p>In some cases, this has already happened - <a href="http://news.softpedia.com/news/Apple-Staffer-Protests-Against-Foxconn-Worker-Abuse-251973.shtml">Apple Store employees join with protesters to make their displeasure known</a>.</p>

<p></p><div id="attachment_20560" style="width: 709px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-20560" src="https://shkspr.mobi/blog/wp-content/uploads/2015/02/apple_store_picket.jpg" alt="Organizers picket an Apple store in San Francisco - carrying placards showing the names and ages of the Foxconn suicide victims Photo credit: Chinese Progressive Association San Francisco." width="699" height="465" class="size-full wp-image-20560"><p id="caption-attachment-20560" class="wp-caption-text">Organizers picket an Apple store in San Francisco - carrying placards showing the names and ages of the Foxconn suicide victims<br>Photo credit: <a href="http://www.cpasf.org/">Chinese Progressive Association</a> San Francisco.</p></div><p></p>

<p>It's a big ask.  And it leads us into the final problem.</p>

<h2 id="getting-people-to-care"><a href="https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/#getting-people-to-care">Getting People to Care</a></h2>

<p>It's <em>really</em> hard to get people to care.  It's one of the hardest things about trying to get people to join a cause, <em>any</em> cause.  There are so many worthy causes in the world and we can't devote our time or emotional energy to all of them.  Inevitably, people choose causes which affect them directly.</p>

<p>For most Western consumers, China is too far away to worry about.  If you think your own job sucks, you don't want to spend time thinking about the depravity, squalor, and misery of those who make your gadgets.  And if it means those shiny electronic toys cost a few dollars more...</p>

<p>As I'm fond of saying, we often treat our phones with more intimacy than our lovers.  We caress them, rub our cheeks to them, and whisper our most intimate secrets into them.  How can we stare at a screen multiple times per day and have so little regard for the plight of those who assemble our devices?</p>

<h2 id="its-working"><a href="https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/#its-working">It's Working</a></h2>

<p>All these efforts are ongoing - and they seem to be making a positive difference.</p>

<blockquote><p>Around the globe, Apple employees are united in bringing equality, respect for human rights and protection of the environment to the deepest levels of our supply chain. While we have made significant progress, gaps still exist, and there is more work to do. We know that workers are counting on us. We will not stop until every person in our supply chain is treated with the respect and dignity they deserve.

</p><p><cite><a href="https://web.archive.org/web/20150218160443/http://www.supplymanagement.com/news/2015/apple-terminated-relationships-with-18-suppliers-due-to-sustainability-code-violations">Jeff Williams, senior vice president of operations at Apple</a></cite></p></blockquote>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=20517&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2015/02/dying-for-an-iphone/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Minor Privacy Flaw in iTunes API (Disclosed)]]></title>
		<link>https://shkspr.mobi/blog/2014/05/minor-privacy-flaw-in-itunes-api-disclosed/</link>
					<comments>https://shkspr.mobi/blog/2014/05/minor-privacy-flaw-in-itunes-api-disclosed/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 12 May 2014 11:03:22 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=10281</guid>

					<description><![CDATA[A (very minor) privacy issue I found with the iTunes API - disclosed on 7th April.  Apple provide an API to allow users to search the iTunes store.  Let&#039;s suppose that a user wishes to search for Music Videos from The Beatles.  The search itself is performed over HTTPS.  https://itunes.apple.com/search?entity=musicVideo&#38;term=beatles  This means that anyone sniffing the connection won&#039;t see what…]]></description>
										<content:encoded><![CDATA[<p>A (very minor) privacy issue I found with the iTunes API - disclosed on 7th April.</p>

<p>Apple provide an <a href="https://web.archive.org/web/20140513213353/https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html">API to allow users to search the iTunes store</a>.</p>

<p>Let's suppose that a user wishes to search for Music Videos from The Beatles.  The search itself is performed over HTTPS.</p>

<pre>https://itunes.apple.com/search?entity=musicVideo&amp;term=beatles</pre>

<p>This means that anyone sniffing the connection won't see what the user searched for - nor will they see the response from Apple.</p>

<p>The only fly in the ointment is that <em>some</em> of the resources returned in the results are <strong>not</strong> served over HTTPS.</p>

<p>For example, here's the response from the Beatles search:</p>

<pre lang="json">{ "resultCount" : 31,
  "results" : [ { "artistId" : 136975,
        "artistName" : "The Beatles",
        "artistViewUrl" : "https://itunes.apple.com/us/artist/the-beatles/id136975?uo=4",
        "artworkUrl100" : "http://a2.mzstatic.com/us/r30/Video/16/d8/ba/mzi.otkgeuyk.100x100-75.jpg",
        "artworkUrl30" : "http://a4.mzstatic.com/us/r30/Video/16/d8/ba/mzi.otkgeuyk.40x30-75.jpg",
        "artworkUrl60" : "http://a5.mzstatic.com/us/r30/Video/16/d8/ba/mzi.otkgeuyk.80x60-75.jpg",
        "collectionCensoredName" : "Abbey Road",
        "collectionExplicitness" : "notExplicit",
        "collectionId" : 401186200,
        "collectionName" : "Abbey Road",
        "collectionPrice" : 12.99,
        "collectionViewUrl" : "https://itunes.apple.com/us/music-video/abbey-road-documentary/id401187199?uo=4",
        "country" : "USA",
        "currency" : "USD",
        "discCount" : 1,
        "discNumber" : 1,
        "kind" : "music-video",
        "previewUrl" : "http://a157.v.phobos.apple.com/us/r1000/060/Video/72/fe/52/mzm.bxhrrlns..640x480.h264lc.u.p.m4v",
        "primaryGenreName" : "Rock",
        "radioStationUrl" : "https://itunes.apple.com/us/station/idra.401187199",
        "releaseDate" : "2010-11-16T08:00:00Z",
        "trackCensoredName" : "Abbey Road (Documentary)",
        "trackCount" : 19,
        "trackExplicitness" : "notExplicit",
        "trackId" : 401187199,
        "trackName" : "Abbey Road (Documentary)",
        "trackNumber" : 18,
        "trackPrice" : -1.0,
        "trackTimeMillis" : 232000,
        "trackViewUrl" : "https://itunes.apple.com/us/music-video/abbey-road-documentary/id401187199?uo=4",
        "wrapperType" : "track"
      },
</pre>

<p>As you can see, the following are served over an unencrypted connection.</p>

<pre lang="json">"artworkUrl100" : "http://a2.mzstatic.com/us/r30/Video/16/d8/ba/mzi.otkgeuyk.100x100-75.jpg",
"artworkUrl30"  : "http://a4.mzstatic.com/us/r30/Video/16/d8/ba/mzi.otkgeuyk.40x30-75.jpg",
"artworkUrl60"  : "http://a5.mzstatic.com/us/r30/Video/16/d8/ba/mzi.otkgeuyk.80x60-75.jpg",
"previewUrl"    : "http://a157.v.phobos.apple.com/us/r1000/060/Video/72/fe/52/mzm.bxhrrlns..640x480.h264lc.u.p.m4v",
</pre>

<p>If the client automatically grabs the images - which most will in order to make the user interface look attractive - any malicious actor sniffing the traffic will be able to see these requests.</p>

<p>It's pretty easy to look at the returned image <a href="http://is5.mzstatic.com/image/thumb/Video/v4/4f/41/93/4f419341-0105-10ec-211e-465499221dac/source/100x100bb.jpg"><img src="https://shkspr.mobi/blog/wp-content/uploads/2014/04/Beatles-Abbey-Road.jpg" alt="Beatles Abbey Road" width="100" height="75" class="alignnone size-full wp-image-10284"></a> and make a reasonable guess as to the search term submitted.</p>

<aside>(I don't know whether knowledge of the plain-text could make an attack on the cipher-text any easier.)</aside>

<h2 id="impact"><a href="https://shkspr.mobi/blog/2014/05/minor-privacy-flaw-in-itunes-api-disclosed/#impact">Impact</a></h2>

<p>Ok, searching for music and videos may not be overly sensitive - unless your parents ban Rock 'n' Roll music.</p>

<p>But searching for other material such as eBooks could be problematic:</p>

<p><a href="https://itunes.apple.com/search?entity=ebook&amp;term=satanic%20verses"><img src="http://a5.mzstatic.com/us/r30/Publication/v4/32/35/0d/32350d6e-2331-3460-cde3-863f4b8be88f/9780307786654.100x100-75.jpg" width="65" height="100" alt="Satanic Verses" class="alignnone"></a>
It doesn't take a mastermind to work out what the user searched for to produce this result.</p>

<p>Searching for healthcare related information could reveal personal medical details:
<a href="https://itunes.apple.com/search?entity=ebook&amp;term=living%20with%20HIV"><img src="http://a3.mzstatic.com/us/r30/Publication/6c/55/70/mzi.vzhyepvh.100x100-75.jpg" width="80" height="100" class=""></a></p>

<p>If, all of a sudden, the network sniffer sees these images being transferred, it's pretty easy to work out what's being searched for.
<a href="https://itunes.apple.com/search?entity=movie&amp;term=gay"><img src="http://a3.mzstatic.com/us/r30/Video/f3/ea/87/mzi.bavetggk.100x100-75.jpg" width="67" height="100" alt="Make the Yuletide Gay">
<img src="http://a3.mzstatic.com/us/r30/Video/v4/54/61/00/54610077-c2b5-994d-bbe1-d0328383fd1a/AnotherGaySequel-Poster.100x100-75.jpg" width="67" height="100" alt="Another Gay Sequel">
<img src="http://a3.mzstatic.com/us/r30/Video/10/95/c3/mzi.aolyzcsr.100x100-75.jpg" width="67" height="100" alt="Gay Movie" class="alignnone"></a></p>

<h2 id="impact-and-mitigating"><a href="https://shkspr.mobi/blog/2014/05/minor-privacy-flaw-in-itunes-api-disclosed/#impact-and-mitigating">Impact And Mitigating</a></h2>

<p>Hey, it's only <em>metadata</em>.  The "bad guys" can't see <em>what</em> you searched for, only that it returned a list of books about suicide support, alcohol addiction, and divorce law.</p>

<p>Anyone between you and Apple can see the cover art of everything you search for.  Your ISP, the coffee-shop owner, an abusive spouse, a spy.</p>

<p>As I said at the start - this is a very minor privacy hole.  You may not believe that your reading habits should be private, but <a href="http://www.scls.info/management/law/enforcement/police.html">many people do</a>.</p>

<p>I've spoken to Apple repeatedly since the beginning of April, but they don't seem eager to fix it.</p>

<p>Apple can easily mitigate this problem by serving <em>all</em> resources securely.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=10281&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2014/05/minor-privacy-flaw-in-itunes-api-disclosed/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		<enclosure url="http://a157.v.phobos.apple.com/us/r1000/060/Video/72/fe/52/mzm.bxhrrlns..640x480.h264lc.u.p.m4v" length="10980360" type="video/mp4" />

			</item>
		<item>
		<title><![CDATA[How Not To Manage Email Subscriptions - Apple]]></title>
		<link>https://shkspr.mobi/blog/2013/06/how-not-to-manage-email-subscriptions-apple/</link>
					<comments>https://shkspr.mobi/blog/2013/06/how-not-to-manage-email-subscriptions-apple/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 11:12:16 +0000</pubDate>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=8447</guid>

					<description><![CDATA[As with most tasks in life, there are two paths you can go by - the easy way, or the right way.  Sadly, many of us choose the easy way which, in the long run, means more work for us all.  Take, for example, the seemingly dull task of email unsubscription.  A developer wants to make it easy for a user to unsubscribe from an email newsletter.  They want to place an unsubscribe link at the bottom of …]]></description>
										<content:encoded><![CDATA[<p>As with most tasks in life, there are two paths you can go by - the <em>easy</em> way, or the <em>right</em> way.  Sadly, many of us choose the easy way which, in the long run, means more work for us all.</p>

<p>Take, for example, the seemingly dull task of email unsubscription.  A developer wants to make it easy for a user to unsubscribe from an email newsletter.  They want to place an unsubscribe link at the bottom of an email, a user can click on it, be taken to a web page, then confirm her unsubscribe.</p>

<p>Let us assume - for a moment - that the developer isn't so sadistic as to make the user manually type in her email address.  We are left with an interesting problem: how do we tell the website which email address to display?</p>

<p>The easy way is very simple - example.com/unsubscribe?email=sjobs@apple.com</p>

<p>This is bad. Very bad.  Let's take, for example, Apple's developer portal.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2013/06/Apple-Unsubscribe-fs8.png" alt="Apple Unsubscribe-fs8" width="632" height="346" class="aligncenter size-full wp-image-8449">

<p>As you can see - Apple use this anti-pattern when asking developers to unsubscribe from their marketing efforts.  There is no requirement to be logged in, no double checking that the user is the owner of the email address, and there is no email confirmation of unsubscription.  If a malicious user hits that button....</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2013/06/Apple-Unsubscribe-Done-fs8.png" alt="Apple Unsubscribe Done-fs8" width="632" height="346" class="aligncenter size-full wp-image-8448">

<p>And that's that.</p>

<p>Apple have deliberately configured their systems in such a way that they - potentially - leak information about subscribers.  Or, rather, they let you confirm whether an email address exists on their system.</p>

<p>Knowing that an email address is subscribed to a developer marketing list is useful if you're a spammer - those are the addresses you may want to target - and useful if you're trying to hack in to someone's account - the email used for developer marketing is likely to be the same as their developer account credentials.  So, perfect for a spear-phishing vector.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2013/06/Apple-Email-Discovery-fs8.png" alt="Apple Email Discovery-fs8" width="632" height="346" class="aligncenter size-full wp-image-8451">

<p>Finally, what happens if your rivals see that you are subscribed to this mailing list?  Would removing you - or your boss - from it cause your business any issues?</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2013/06/Apple-Email-Discovery-billg-fs8.png" alt="Apple Email Discovery billg-fs8" width="632" height="346" class="aligncenter size-full wp-image-8452">

<h2 id="the-right-way"><a href="https://shkspr.mobi/blog/2013/06/how-not-to-manage-email-subscriptions-apple/#the-right-way">The Right Way</a></h2>

<p>So, we can hopefully see why the "easy" way causes problems in the long run.  What's the <strong>right</strong> way?</p>

<p>Generally speaking, we want to minimize the damage that any one individual can do while still making it easy to unsubscribe.</p>

<p>Rather than:</p>

<pre>example.com/unsubscribe?email=sjobs@apple.com</pre>

<p>The email should be given a unique ID which the website can then examine and validate - for example:</p>

<pre>example.com/unsubscribe?email=ed263e3881d6ae44d258eda63a1fbda1</pre>

<p>If the ID is found in the database, the website can return and display the correct email address.  It is impractical for a malicious user to input random unique ID's until they find a valid one.</p>

<p>There is no additional inconvenience for the user, no risk from malicious use, and only a minuscule amount of work for the designer of the system.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=8447&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2013/06/how-not-to-manage-email-subscriptions-apple/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[I Don't Want To Be Part of Your Fucking Ecosystem]]></title>
		<link>https://shkspr.mobi/blog/2012/11/i-dont-want-to-be-part-of-your-fucking-ecosystem/</link>
					<comments>https://shkspr.mobi/blog/2012/11/i-dont-want-to-be-part-of-your-fucking-ecosystem/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 23 Nov 2012 12:00:06 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ecosystem]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[NaBloPoMo]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=6697</guid>

					<description><![CDATA[I was chatting with a friend who expressed what I&#039;m finding is a fairly common opinion.  Well, yes, I&#039;d love to move to Android - but all my content is in iTunes.  I discovered that it wasn&#039;t apps which were the problem - buying them again is a pain, but most are free. It&#039;s media content which traps people into staying with services that they no longer want.  Music, movies, TV, and podcast…]]></description>
										<content:encoded><![CDATA[<p>I was chatting with a friend who expressed what I'm finding is a fairly common opinion.</p>

<blockquote><p>Well, yes, I'd <em>love</em> to move to Android - but all my content is in iTunes.</p></blockquote>

<p>I discovered that it wasn't apps which were the problem - buying them again is a pain, but most are free. It's media content which traps people into staying with services that they no longer want.</p>

<p>Music, movies, TV, and podcast subscriptions.  All tied up in Apple's little ecosystem.  A very pretty noose to keep people chained to its hardware.</p>

<p>Imagine, just for a moment, that your Sony DVD player would only play Sony Movies' films.  When you decided to buy a new DVD player from Samsung, none of those media files would work on your new kit without some serious fiddling.</p>

<p>That's the walled garden that so many companies are now trying to drag us into.  And I think it stinks.</p>

<p>On a mobile phone network in the UK, you can use any phone you want.  Hardware and services are totally divorced.  It promotes competition because customers know that if they have a poor experience with HTC, they can move to Nokia and everything will carry on working just as it did before.</p>

<p>But, if all of your contacts, entertainment services, and backups are chained into HTC - well, then you're just shit out of luck if you want to move.</p>

<p>I want to see a complete separation of church and state here.  Hardware should be separate from software. Software should be separate from services.</p>

<p>I want to watch Nokia movies on my Samsung hardware running Google's Android, and then back them up to DropBox.</p>

<p>That's how it works - more or less - in the PC space.  I don't understand why it doesn't in the tablet and smartphone space?  Why would I buy a tablet that <em>only</em> worked with content from one provider?  Whether that's Amazon, Microsoft or Apple - it's setting up a nasty little monopoly which will drive up prices and drive down quality.</p>

<p>I know, I know.  The mantra of "It Just Works".  I'm mildly sick of having to configure my tablet to talk to my NAS, and then get the TV to talk to both of them.  That situation isn't just due to my equipment all coming from different manufacturers - it's mostly due to those manufacturers not implementing open standards.</p>

<p>I fear what will happen when a provider shuts down a service.  I joke about Apple going bust - even if they stay solvent, what's to stop them wiping all your music and movie purchases? After all, they <a href="https://www.cnet.com/tech/tech-industry/mobileme-a-rare-apple-screwup-finally-bites-the-dust/">shuttered their Mobile Me service</a> with barely any warning and destroyed all the data their paying customers were hosting there.
Adobe <a href="https://web.archive.org/web/20120503114815/http://helpx.adobe.com/digital-editions/release-note/digital-editions-1-7-1.html">killed their DRM servers</a> with only 9 months notice - effectively stopping anyone from reading books they had bought.
<a href="http://www.guardian.co.uk/money/2012/oct/22/amazon-wipes-customers-kindle-deletes-account">Amazon wipes Kindles</a>.
Google took Google Video to the woodshed and shot it in the head - along with Buzz, Wave, and who know how many other products.
Microsoft set up <a href="http://en.wikipedia.org/wiki/Microsoft_PlaysForSure">PlaysForSure</a> - and then let it die, trapping millions of music files on devices which are no longer supported.</p>

<p>So, perhaps I'll stick with Google and hope that my Google TV talks to my Google Phone while I watch Google Play videos and listen to Google Play Music on my Google ChromeBook which I share on Google+ and purchase with Google Wallet. And send them the technology geek's prayer "Please don't decide that this useful service isn't profitable."</p>

<p>I just want us all to get along. I want my disparate equipment to talk to each other. I don't want to live in a house where every component <em>has</em> to be made by the same company otherwise nothing works correctly.  I don't want to be stuck using a crappy product because they're the only ones offering service X.</p>

<p>I don't want toys that only run on your flavour of batteries.</p>

<p>I don't want to be part of your <em>fucking</em> ecosystem.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=6697&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2012/11/i-dont-want-to-be-part-of-your-fucking-ecosystem/feed/</wfw:commentRss>
			<slash:comments>64</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Apple - Death Through Familiarity]]></title>
		<link>https://shkspr.mobi/blog/2012/11/apple-death-through-familiarity/</link>
					<comments>https://shkspr.mobi/blog/2012/11/apple-death-through-familiarity/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 13 Nov 2012 12:00:39 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[doom mongering]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[NaBloPoMo]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=6330</guid>

					<description><![CDATA[I like predicting the death of the iPhone. I&#039;ve been doing it since the device was first released - and I&#039;m sure, one day, my doom-mongering will be proved correct!  Apple is at an interesting nexus with its iPhone. It&#039;s hugely popular, vastly profitable, beloved by millions, and plagiarised by its competitors.  The only fly in the ointment? It&#039;s just a little bit dull!  Dull is, of course,…]]></description>
										<content:encoded><![CDATA[<p>I like predicting the death of the iPhone. I've been doing it since the device was first released - and I'm sure, one day, my doom-mongering will be proved correct!</p>

<p>Apple is at an interesting nexus with its iPhone. It's hugely popular, vastly profitable, beloved by millions, and plagiarised by its competitors.  The only fly in the ointment? <em>It's just a little bit dull</em>!</p>

<p>Dull is, of course, another word for consistent. Predictable. Comforting.  Pick up an original iPhone and the newly released model and see if you can spot the difference in the user interface.  Yes, the screen is nicer and the processor is faster - but the same basic grid of static icons have persisted throughout the last 5 years.  The basic UI elements haven't changed a great deal since inception.</p>

<p>Customers <strong>love</strong> the fact that they don't have to learn a new set of icons and interactions.  That one of the reasons that iPhone users are statistically unlikely to churn away from the platform. Not only do all their games, apps, music, and settings seamlessly transfer to the new device - so does their learned behaviour.</p>

<p>The problem that Apple now faces is how it will incorporate innovative new features into the iPhone without disturbing the existing paradigm of static icons and modal dialogue boxes.  It has successfully manage to cram in Android's notification bar without too much trouble.  Will it be able to add widgets, screen gestures, radial menus,  lateral scrolling, and all the other UI tools which customers are learning to love on other platforms?</p>

<p>This was the problem that Nokia faced with Symbian.  The Symbian UI was clean, uncluttered, simple and static - much like iOS.  Customers bought Symbian phones in their droves because they appreciated the design consistency.</p>

<p>Then things changed.</p>

<p>The Internet became popular and all of a sudden Symbian users were bombarded by notifications "helpfully" asking them if they were <em>really</em> sure that they want wanted to connect to the Internet?</p>

<p>Notifications - for so long the preserve of SMS only - suddenly had to be extended to MySpace and Facebook.</p>

<p>Apps needed to run in the background to provide a constant source of information to the user.</p>

<p>The architecture and UI of Symbian just wasn't up to the job.  Even the very latest - and possibly last - device, the N8, feels like a phone from 10 years ago with the modern features shoehorned in.  Last year, Symbian was taken out to the woodshed and shot by Stephen Elop.  It was a small mercy (and one likely to be visited on Elop by the Nokia shareholders before too long).</p>

<p>Is the iPhone about to reach that tipping point?  Users with "unlimited" data plans are still forced to download certain large items over wifi.  Users dissatisfied with the browser or the mapping apps are unable to set other apps to take over their duties. Power users are frustrated that they can't use better keyboards.</p>

<p>All little niggles, for now - and all straightforward to fix.  But in fixing those problems, and modernising the UI, Apple risks alienating its core customers</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=6330&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2012/11/apple-death-through-familiarity/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[EXCLUSIVE! Nokia Phones *WILL* Have Android!]]></title>
		<link>https://shkspr.mobi/blog/2010/07/exclusive-nokia-phones-will-have-android/</link>
					<comments>https://shkspr.mobi/blog/2010/07/exclusive-nokia-phones-will-have-android/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 24 Jul 2010 09:34:33 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[nitdroid]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[os]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=2196</guid>

					<description><![CDATA[Sauntering down Oxford Street, Mauricio Reyes spotted Nokia&#039;s secret Android plans.  Nokia phones &#34;running&#34; Android Is this just a hapless Photoshop mistake - or a sign of things to come?!?!?!?!  It&#039;s a daft graphic designer - obviously.  But that doesn&#039;t mean we shouldn&#039;t take the possibility of Nokia devices running Android seriously.  Oh, don&#039;t get me wrong, Nokia will never ship and Android…]]></description>
										<content:encoded><![CDATA[<p>Sauntering down Oxford Street, <a href="https://web.archive.org/web/20100725201331/https://reyes.posterous.com/spot-the-mistake-three-mobile-poster-on-oxfor">Mauricio Reyes spotted Nokia's secret Android plans</a>.</p>

<p></p><div id="attachment_2197" style="width: 725px" class="wp-caption aligncenter"><a href="https://shkspr.mobi/blog/wp-content/uploads/2010/07/2010-07-22_13.29.19.jpg"><img aria-describedby="caption-attachment-2197" src="https://shkspr.mobi/blog/wp-content/uploads/2010/07/2010-07-22_13.29.19-715x1024.jpg" alt="Nokia phones &quot;running&quot; Android" width="715" height="1024" class="size-large wp-image-2197"></a><p id="caption-attachment-2197" class="wp-caption-text">Nokia phones "running" Android</p></div>
Is this just a hapless Photoshop mistake - or a sign of things to come?!?!?!?!
<span id="more-2196"></span>
It's a daft graphic designer - obviously.  But that doesn't mean we shouldn't take the possibility of Nokia devices running Android seriously.  Oh, don't get me wrong, Nokia will <em>never</em> ship and Android powered phone - they've invested too much in Symbian and MeeGo for that.  But Nokia devices will run Android.<p></p>

<p>A few years ago, <a href="https://shkspr.mobi/blog/?p=18">I coaxed my Nokia N810 into running a prototype version of Android</a> - NitDroid.  The project has been resurrected by <a href="http://twitter.com/DMonsterProd">Stephen Hyde</a> at <a href="https://web.archive.org/web/20100723105608/http://www.nitdroid.com/index.php?title=Main_Page">NITDroid.com</a>.</p>

<p>This latest video shows the Nokia N900 running Android's FroYo.</p>

<iframe title="NITDroid N900 Froyo Proper Demo" width="620" height="465" src="https://www.youtube.com/embed/1POI8yiuWCo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>

<h2 id="why-is-this-useful"><a href="https://shkspr.mobi/blog/2010/07/exclusive-nokia-phones-will-have-android/#why-is-this-useful">Why Is This Useful?</a></h2>

<p>Nokia coined the term "Mobile Computer" for its range of phones.  Computers aren't hermetically sealed consumer devices.  They allow the customer to modify both hardware and software.  You would be understandably upset if the computer you bought last year wouldn't let you install the latest version of Windows, MacOS, or Linux.  But that's the situation mobile phone customers are faced with today.</p>

<p>The Android G1 has been abandoned by HTC and T-Mobile - <a href="http://www.consumingexperience.com/2010/07/nokia-n900-mobile-phone-review-for.html">much to the chagrin of customers</a>.
The HTC Hero has only been grudgingly updated to Android 2.1.
Nokia left the N800 and N810 to rot.  Nokia regularly stops development of its "mobile computer" software even when the devices are in active use.</p>

<p>Mobile phone manufacturers exist to sell phones.  They don't get any extra revenue for releasing new firmware.  Indeed, the cost of developing, testing, and shipping new firmware is prohibitively expensive.  Not to mention dealing with customer complaints when things inevitably go wrong.</p>

<p>We are finally in a position to change that mindset.  Hackers (in the original sense of the word) are now able to create custom firmware for new phones.  Take a look at the <a href="http://forum.xda-developers.com/">XDA Developer Forums</a>.  Almost every Android phone released can have an improved firmware running on it.</p>

<p>True, a significantly older phone may not have hardware capable of running bleeding edge code - but it's enough to give it a new lease of life.</p>

<p>I'd love it if Nokia updated the N95 8GB firmware.  The hardware is still incredibly capable.</p>

<p>In these tough economic times, it makes perfect sense to focus efforts on software, rather than hardware.</p>

<p>Look at the PS3 or the Xbox 360.  A single model with firmware updates to increase its functionality.</p>

<p>Rather than tooling up a factory for a 6 month run of hardware - phone manufacturers should be looking to keep churning out a limited number of models of high spec phones for <em>years</em>.  As manufacturing efficiencies improve, the hardware becomes cheaper and - like the PS3 and Xbox - cheaper models can be produced.</p>

<p>The PS3 came out in November 2006.  Nearly 4 years ago.  Can you think of a phone released four years ago which is still in production - let alone receiving firmware updates?  The original iPhone was released in 2007 - it got a firmware update earlier this year but won't be receiving iOS4.  Also, you can't buy a new iPhone 2G.  Apple aren't in the business of selling inexpensive hardware.</p>

<h2 id="the-future"><a href="https://shkspr.mobi/blog/2010/07/exclusive-nokia-phones-will-have-android/#the-future">The Future</a></h2>

<p>I predict - or rather, I hope - we will see the following pattern emerge.  Either from Google or Nokia.</p>

<ul>
    <li>An insanely expensive and over-spec'd phone will be released.&nbsp; I expect in the £500 - £1,000 range.</li>
    <li>A public roadmap for its OS will be released - new features promised every 3-6 months.</li>
    <li>A guarantee that official firmware development will continue for at least 3 years.</li>
    <li>The OS will be sufficiently open to allow "homebrew" firmware to run.&nbsp; Hackers will jump at it.</li>
    <li>The hardware will sell - poorly at first.</li>
    <li>As production efficiencies are found, the price will come down.&nbsp; The hardware capabilities will stay compatible with older models.</li>
    <li>The firmware will progress based upon consumer need, manufacturer desire and what hackers manage to achieve.</li>
    <li>At around the 18 month mark, major new features in the firmware will be announced.&nbsp; This keeps the MNO happy as they don't have to subsidise the cost of new hardware for customers coming to the end of their contracts.</li>
    <li>At the 2 year mark, the next hardware revision will be launched.&nbsp; More memory and megapixels - cheaper price.</li>
    <li>If the hardware is still selling, expect others to follow.</li>
</ul>

<p>The fly in the ointment for this is continuous manufacturer profitability.&nbsp; Apple, I understand, gets a cut of call and text revenue.&nbsp; Google gets a cut of apps sold.&nbsp; Microsoft and Sony sell licences for releasing games on their platform.</p>

<p>Would this "super phone" have to sell firmware updates?&nbsp; Would MNOs subsidise firmware rather than hardware?&nbsp; Would customers part-exchange&nbsp; an unfashionably old phone for the latest model?</p>

<p>Or will we be stuck with phones that are thrown on the scrap-heap by their creator in order to force us into buying the latest model?</p>

<p>One thing's for certain.&nbsp; Where there are hackers - there will always be updates.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=2196&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2010/07/exclusive-nokia-phones-will-have-android/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Hate Microsoft - Love Windows Phone 7?]]></title>
		<link>https://shkspr.mobi/blog/2010/07/hate-microsoft-love-windows-phone-7/</link>
					<comments>https://shkspr.mobi/blog/2010/07/hate-microsoft-love-windows-phone-7/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 17 Jul 2010 15:23:22 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[wp7]]></category>
		<category><![CDATA[xbox]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=2167</guid>

					<description><![CDATA[I&#039;m not the biggest fan of Microsoft.  Both my original Xboxes now run Linux, I&#039;ve converted my laptop and computers to Ubuntu, and I generally laugh in the face of Microsoft&#039;s increasingly desperate attempts to stay relevant.  So it was with great mirth that I went along to a BizSpark event a few weeks ago.  Microsoft were going to be showing off their latest &#34;innovation&#34; - Windows Phone 7.  I…]]></description>
										<content:encoded><![CDATA[<p>I'm not the biggest fan of Microsoft.  Both my original Xboxes now run Linux, I've converted my laptop and computers to Ubuntu, and I generally laugh in the face of Microsoft's increasingly desperate attempts to stay relevant.</p>

<p>So it was with great mirth that I went along to a BizSpark event a few weeks ago.  Microsoft were going to be showing off their latest "innovation" - Windows Phone 7.</p>

<p>I went along expecting to hate it and, instead, found myself curiously drawn to it.</p>

<p><a href="https://web.archive.org/web/20100819025125/http://www.windowsphone7.com/">Take a look at the emulator for an interactive demo</a>.</p>

<p>I played with the demo hardware and software and had my expectations blown away.&nbsp; I'll be honest - I expected crap.&nbsp; I had horrible memories of the stylus oriented Windows Mobile 6.&nbsp; The phone which would display an hourglass if you had the temerity to receive a phone call while playing solitaire.</p>

<p>Windows Phone 7 (WP7) was a million miles away from the old Microsoft experience.</p>

<h2 id="pros"><a href="https://shkspr.mobi/blog/2010/07/hate-microsoft-love-windows-phone-7/#pros">Pros</a></h2>

<p>The user interface is refreshingly simple and fun to use.&nbsp; It's like nothing else I've tried before and I really think that Microsoft has outclassed both Android and Apple.</p>

<p>Pushing so much information to the homescreen really makes you want to use your phone constantly. iPhone only does this half-heartedly and Android does it without much animation or UI consistency.</p>

<p>App Store.&nbsp; One excellent feature of the MS app store is the "Try Before You Buy" model.&nbsp; Rather than a developer putting out a free, limited version and a "pro" version they can publish a single app.&nbsp; They can restrict the features and functionality of the "demo" version until the customer makes the purchase. Or, after a set period of time, the demo version can become non-functioning. Or have reduced function.&nbsp; Brilliant.</p>

<p>Gaming on this device will be huge. It looks like it will be simple to port games from the Xbox to WP7 - that gives it a great competative advantage. Tie in Xbox Live (or whatever it's called) and you'll get gamers buying the same game twice - once on the console and once on the phone.&nbsp; The 3D power of the phones was stunning.</p>

<h2 id="cons"><a href="https://shkspr.mobi/blog/2010/07/hate-microsoft-love-windows-phone-7/#cons">Cons</a></h2>

<p>There are some serious shortcomings in the Windows Phone 7 vision of the future which Microsoft urgently need to address.</p>

<ul>
    <li>Expand the development options.&nbsp; If you want to write for Windows Phone 7, you'll need Windows installed on your computer.&nbsp; Given that Android allows you to develop on Windows, Mac and Linux, it doesn't make sense to make developers buy a new operating system.&nbsp; Especially as iPhone development is tied to Apple.</li>
    <li>Open it up.&nbsp; I love the <em>idea</em> of integrating my phone with my Xbox live account - but I don't have an Xbox! Open it up so that my Wii or PS3 gaming experience can be pushed to the homescreen.</li>
    <li>The same goes for mail and IM - don't restrict it just to Exchange and MSN.&nbsp; Openness is hard for Microsoft, but it will attract more customers to the platform.</li>
    <li>Have a firm, public roadmap for enhancements which <em>all</em> manufacturers stick to.&nbsp; Android is currently being stifled by manufacturers like HTC who refuse to update the software on their customers' devices.</li>
    <li>Revenue share for developers needs to be better. At the moment it's the same 70/30 split being offered by Android and Apple.&nbsp; It needs to be lower for two key reasons.</li>
</ul>

<ol>
    <li>Attract developers to the fledgling ecosystem.</li>
    <li>To avoid any accusations of a cartel.&nbsp; To have all three major platforms "independently" converge on the same revenue share deal looks suspicious.</li>
</ol>

<h2 id="now-what"><a href="https://shkspr.mobi/blog/2010/07/hate-microsoft-love-windows-phone-7/#now-what">Now What?</a></h2>

<p>I've played with the prototype hardware and I'm impressed.&nbsp; The software is really good. Much better that Microsoft's usual standard.</p>

<p>It has to be.</p>

<p>Microsoft are betting their mobile future on this platform.&nbsp; Win6.5 failed. Kin failed. They can't afford another high profile failure like this.&nbsp; Mirosoft are putting their best people on this project and, as far as I can tell, are revisiting their Xbox strategy; SPEND SPEND SPEND.</p>

<p>By the time the phones launch (holiday season 2010) you won't be able to move without seeing an advert.&nbsp; They will crank up their media machine to 11.&nbsp; Just like the original Xbox, they will buy their way in to the market with a view that - like the Xbox 360 - the real prize is several years away.</p>

<p>I hope they succeed.&nbsp; Not because I have any love for Microsoft, but because Nokia, Apple, and Google will all have to raise the quality of their software and hardware to compete against Microsoft's marketing expenditure.</p>

<p>I'm a Linux geek - and I think Windows Phone 7 is the best thing to come out of Redmond in a very long time.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=2167&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2010/07/hate-microsoft-love-windows-phone-7/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Mobile Badvertising - Guardian, Barclay's, Apple Redux]]></title>
		<link>https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/</link>
					<comments>https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 18:29:35 +0000</pubDate>
				<category><![CDATA[badvertising]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[barclays]]></category>
		<category><![CDATA[guardian]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=2107</guid>

					<description><![CDATA[Once again my wrath is targeted at The Guardian, Barclays and Apple.  Three massive companies - each one of whom could have stopped this advertising disaster.  Mistake #1  Take a look at this rather charming advert on the Guardian&#039;s mobile site.  The more astute among you will recognise the problem.  I&#039;m being advertised an iPhone game when I&#039;m browsing the site using an Android phone.  This is…]]></description>
										<content:encoded><![CDATA[<p>Once again my wrath is targeted at The <a href="https://shkspr.mobi/blog/tag/guardian/">Guardian</a>, <a href="https://shkspr.mobi/blog/tag/barclays/">Barclays</a> and <a href="https://shkspr.mobi/blog/tag/apple/">Apple</a>.  Three massive companies - each one of whom could have stopped this advertising disaster.</p>

<h2 id="mistake-1"><a href="https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/#mistake-1">Mistake #1</a></h2>

<p>Take a look at this rather charming advert on the Guardian's mobile site.  The more astute among you will recognise the problem.
<a href="https://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_194429.png"><img class="aligncenter size-full wp-image-2110" title="snap20100623_194429" src="https://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_194429.png" alt="" width="480" height="800"></a>
I'm being advertised an iPhone game when I'm browsing the site using an Android phone.  This is the fault of the Guardian - or, more likely, whoever runs their advertising department.</p>

<p>Well, let's click on it.</p>

<h2 id="mistake-2"><a href="https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/#mistake-2">Mistake #2</a></h2>

<p>The image expansion doesn't work.  This is probably because it uses iPhone specific code.
<a href="https://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_193030.png"><img class="aligncenter size-full wp-image-2111" title="snap20100623_193030" src="https://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_193030.png" alt="" width="480" height="800"></a></p>

<h2 id="mistake-3"><a href="https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/#mistake-3">Mistake #3</a></h2>

<p>Let's take a look at the raw image.
<a href="https://shkspr.mobi/blog/wp-content/uploads/2010/06/4th_screen_300x300_v1.png"><img class="aligncenter size-full wp-image-2112" title="4th_screen_300x300_v1" src="https://shkspr.mobi/blog/wp-content/uploads/2010/06/4th_screen_300x300_v1.png" alt="" width="300" height="300"></a>
The image is a 135KB PNG.  That's massive.  At a time when unlimited downloads are under threat, it is incumbent on the mobile web designer to minimise needless data usage.</p>

<p>If we convert the image to a JPG, the size goes down to 26KB.  Can you spot the difference in quality?
<a href="https://shkspr.mobi/blog/wp-content/uploads/2010/06/4th_screen_300x300_v1.jpg"><img class="aligncenter size-full wp-image-2108" title="4th_screen_300x300_v1" src="https://shkspr.mobi/blog/wp-content/uploads/2010/06/4th_screen_300x300_v1.jpg" alt="" width="300" height="300"></a></p>

<h2 id="mistake-4"><a href="https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/#mistake-4">Mistake #4</a></h2>

<p>What happens if we visit the destination?
<a href="https://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_194452.png"><img class="aligncenter size-full wp-image-2109" title="snap20100623_194452" src="https://shkspr.mobi/blog/wp-content/uploads/2010/06/snap20100623_194452.png" alt="" width="480" height="800"></a>
Ah.  Apple send us to the desktop version of iTunes.  This is better than what used to happen, where they tried to install iTunes!</p>

<h2 id="preventing-the-problem"><a href="https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/#preventing-the-problem">Preventing The Problem</a></h2>

<p>Every browser sends a <a href="http://tools.ietf.org/html/rfc1945">User-Agent String</a>.  The advertising server should be configured to only send iPhone-specific adverts to iPhones.</p>

<p>It really is that simple.  You can use services like WURFL and DeviceAtlas to automate this process if you like.</p>

<h2 id="what-should-have-happened"><a href="https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/#what-should-have-happened">What Should Have Happened</a></h2>

<ul>
    <li> The advert shouldn't have been shown in the first place.  The Guardian needs to ensure that the advertising space it is selling is being correctly targeted.</li>
    <li>The click should have gone directly to Barclays - if they saw the phone viewing the content wasn't an iPhone they should display alternate content.</li>
    <li>Apple needs to have a mobile friendly page.  It really is that simple.  A great mobile friendly page with a link that says "<span style="text-decoration: underline;"><strong>Want to play this games? Find your nearest Apple Store here</strong></span>".</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=2107&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2010/06/mobile-badvertising-guardian-barclays-apple-redux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Mobile Badvertising - Flickr & iPhone]]></title>
		<link>https://shkspr.mobi/blog/2009/12/mobile-badvertising-flickr-iphone/</link>
					<comments>https://shkspr.mobi/blog/2009/12/mobile-badvertising-flickr-iphone/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 04 Dec 2009 12:30:29 +0000</pubDate>
				<category><![CDATA[badvertising]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[advert]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[iphone]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=1329</guid>

					<description><![CDATA[Once again, I dive into the confusing world of Mobile Internet Advertising. A world, so we&#039;re told, where the streets are paved with gold.  Based on the evidence I&#039;ve accumulated, mobile advertising is subject to a lot of hype and not a lot of professionalism.  Take this example as seen on my BlackBerry 9000.   Flickr iPhone Advert    First off the bat, it gets my phone wrong. It should be using…]]></description>
										<content:encoded><![CDATA[<p>Once again, I dive into the confusing world of Mobile Internet Advertising. A world, so we're told, where the streets are paved with gold.</p>

<p>Based on <a href="https://shkspr.mobi/blog/tag/badvertising/">the evidence I've accumulated</a>, mobile advertising is subject to a lot of hype and not a lot of professionalism.</p>

<p>Take this example as seen on my BlackBerry 9000.</p>

<div class="wp-caption alignnone" style="width: 490px;"><img class="alignnone size-full" title="Flickr iPhone Advert" src="https://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture8_39_0.jpg" alt="Flickr iPhone Advert" width="480" height="320">
<p class="wp-caption-text">Flickr iPhone Advert</p>

</div>

<p>First off the bat, it gets my phone wrong. It should be using the User Agent to determine which advert to serve.</p>

<p>Well, let's be a good consumer and click on it any way...</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture8_39_27.jpg" alt="iTunes' Web Interface saying &quot;One moment please&quot;." width="480" height="320" class="aligncenter size-full wp-image-33940">

<p></p>

<p>What the deuce?!</p>

<p>It has taken me to the <strong>Desktop version of the iTunes installation page</strong> - despite knowing I'm on a mobile!</p>

<h2 id="what-should-have-happened"><a href="https://shkspr.mobi/blog/2009/12/mobile-badvertising-flickr-iphone/#what-should-have-happened">What Should Have Happened?</a></h2>

<ul>
    <li> My phone requests the advert.</li>
    <li> Advertising agency serves up a device specific ad.</li>
    <li> I click on the ad.</li>
    <li> The ad server sees my User Agent</li>
    <li>For iPhone, it should automatically redirect me to the App Store</li>
    <li>For BlackBerry / Android / S60&nbsp; etc, it should automatically redirect me to the native app store</li>
    <li>For everything else, it should automatically redirect me to <a href="http://m.flickr.com/">http://m.flickr.com/</a></li>
</ul>

<h2 id="how-can-it-go-so-wrong"><a href="https://shkspr.mobi/blog/2009/12/mobile-badvertising-flickr-iphone/#how-can-it-go-so-wrong">How Can It Go So Wrong?!</a></h2>

<p>I'm making the assumption that this is an advert <em>by</em> flickr.&nbsp; It may well be an advert by a third-party who have a (chargeable) app for iPhone.</p>

<p>Even if it is the latter - why are they advertising on BlackBerry?&nbsp; Or, rather, why is their advertising agency <strong>wasting</strong> their marketing budget by showing an advert on a device which can't support the content?</p>

<h3 id="make-sure-your-advert-works"><a href="https://shkspr.mobi/blog/2009/12/mobile-badvertising-flickr-iphone/#make-sure-your-advert-works">Make Sure Your Advert Works</a></h3>

<p>It's not rocket science.&nbsp; If people can't get to your product, they won't spend money with you.&nbsp; They'll also get a negative impression of your brand.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=1329&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2009/12/mobile-badvertising-flickr-iphone/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[BlackBerry AppWorld - Pictures and thoughts]]></title>
		<link>https://shkspr.mobi/blog/2009/04/blackberry-appworld-pictures-and-thoughts/</link>
					<comments>https://shkspr.mobi/blog/2009/04/blackberry-appworld-pictures-and-thoughts/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 02 Apr 2009 13:15:00 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[AppWorld]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[Screenshots]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/index.php/2009/04/blackberry-appworld-pictures-and-thoughts/</guid>

					<description><![CDATA[So, RIM have finally released their Application Store (hereafter called AppWorld) Let&#039;s take it for a spin on a BlackBerry Bold (9000 running 4.6.0.237 for those who care about such things).  All screenshots taken with the magnificent CaptureIt from The Tech Mogul.You can grab it by pointing your &#039;Berry at http://blackberry.mobi/appworld.First off, it&#039;s very good looking. A good layout showing…]]></description>
										<content:encoded><![CDATA[<p>So, RIM have <span style="font-style: italic;">finally</span> released their Application Store (hereafter called <span style="font-weight: bold;">AppWorld</span>) Let's take it for a spin on a BlackBerry Bold (9000 running 4.6.0.237 for those who care about such things).  All screenshots taken with the magnificent <a href="https://web.archive.org/web/20101001103800/http://www.thetechmogul.com:80/index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=34&amp;Itemid=50">CaptureIt from The Tech Mogul</a>.<br><br>You can grab it by pointing your 'Berry at <a href="https://web.archive.org/web/20090323165656/http://blackberry.mobi/appworld">http://blackberry.mobi/appworld</a>.<br><br>First off, it's very good looking. A good layout showing featured apps.  Underneath are links to Categories, Top Downloads, Search, and My World (where you can see what you've downloaded)<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture7_26_3-746661.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture7_26_3-746659.jpg" alt="" border="0"></a><br><br>There's a fairly large selection of applications already available - not as many as iPhone, but this is a lot newer.  The applications have a more professional feel.  There are a few "fart" apps - but not the hundred which clog up Apple and Android.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture7_30_21-746676.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture7_30_21-746674.jpg" alt="" border="0"></a><br><br>The Top Downloads section is well arranged<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture7_33_54-775745.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture7_33_54-775743.jpg" alt="" border="0"></a><br><br>Interestingly, RIM have chosen PayPal to handle the billing.  This means they don't need to do deals with carriers or set up their own payment gateway.  I can't help but wonder how much they will have to give away on each transaction and how many people will be turned off after suffering PayPal's lousy customer service.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture7_34_16-775761.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture7_34_16-775759.jpg" alt="" border="0"></a><br>A note to Apple - you don't need to sign up to PayPal in order to download free apps.  Take the hint!<br><br>Again, a well arranged My World section allows a user to send in reviews for the apps.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture7_43_56-717149.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture7_43_56-717148.jpg" alt="" border="0"></a><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture7_43_43-717136.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture7_43_43-717134.jpg" alt="" border="0"></a><br><br><br>The recommend functionality is well integrated.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture7_44_12-759981.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture7_44_12-759979.jpg" alt="" border="0"></a><br><br>If you have AppWorld installed, your 'Berry will recognise the link and attempt to open it in the AppWorld, rather than the browser.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture8_11_16-759996.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture8_11_16-759994.jpg" alt="" border="0"></a><br><br><br>This is where it starts to go wrong.  If you try to open the link in the web browser, you <span style="font-style:italic;">don't</span> get taken to a mobile friendly page.  This is simply inexcusable. <br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture8_12_51-792879.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture8_12_51-792877.jpg" alt="" border="0"></a><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture8_13_6-792896.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture8_13_6-792894.jpg" alt="" border="0"></a><br><br>Overall, this is a really solid offering from RIM.  They've taken their time and come up with a quality product.  Very interesting to note that while there are some free and sub-$9.99 applications, there are some apps ranging from $49.99 to <span style="font-weight:bold;">$200</span>.  Wow.  These apps are obviously targeting business users who haven't quite get their head around the credit crunch yet.<br><br>Only two things spoil the party.<br>1) Pricing is in USD - there doesn't seem to be an option for GBP or CAD (the AppWorld is currently only available in US, Canada and UK).<br><br>2) I made it crash</p>

<blockquote class="social-embed" id="social-embed-1430072623" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/edent" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRkgBAABXRUJQVlA4IDwBAACQCACdASowADAAPrVQn0ynJCKiJyto4BaJaQAIIsx4Au9dhDqVA1i1RoRTO7nbdyy03nM5FhvV62goUj37tuxqpfpPeTBZvrJ78w0qAAD+/hVyFHvYXIrMCjny0z7wqsB9/QE08xls/AQdXJFX0adG9lISsm6kV96J5FINBFXzHwfzMCr4N6r3z5/Aa/wfEoVGX3H976she3jyS8RqJv7Jw7bOxoTSPlu4gNbfXYZ9TnbdQ0MNnMObyaRQLIu556jIj03zfJrVgqRM8GPwRoWb1M9AfzFe6Mtg13uEIqrTHmiuBpH+bTVB5EEQ3uby0C//XOAPJOFv4QV8RZDPQd517Khyba8Jlr97j2kIBJD9K3mbOHSHiQDasj6Y3forATbIg4QZHxWnCeqqMkVYfUAivuL0L/68mMnagAAA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Terence Eden is on Mastodon</p>@edent</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">Well, that didn't take long! To crash BlackBerry AppWorld, select an app, while it's loading, hit the BB key then "Read Review" Crash occurs</section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/edent/status/1430072623"><span aria-label="0 likes" class="social-embed-meta">❤️ 0</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2009-04-01T07:36:57.000Z" itemprop="datePublished">07:36 - Wed 01 April 2009</time></a></footer></blockquote>

<p><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/Capture8_32_1-711009.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 213px;" src="https://shkspr.mobi/blog/uploaded_images/Capture8_32_1-711007.jpg" alt="" border="0"></a><br>While a loading screen is running, hit the BB button, then select "Read Reviews".<br>The crash is nothing too serious, but it does point to a little lack of testing.<br><br>Very impressive RIM, let's see how it evolves.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=24&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2009/04/blackberry-appworld-pictures-and-thoughts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[iTunes - Why The Sad Face?]]></title>
		<link>https://shkspr.mobi/blog/2009/02/itunes-why-the-sad-face/</link>
					<comments>https://shkspr.mobi/blog/2009/02/itunes-why-the-sad-face/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:30:00 +0000</pubDate>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[Apple]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/index.php/2009/02/itunes-why-the-sad-face/</guid>

					<description><![CDATA[After much faffing about - with a lot of help from  Jon Price - I&#039;ve finally got the damned iPhone working with iTunes.  But what a pain in the arse.  How this is the SAVIOUR OF THE MOBILE PHONE INDUSTRY is quite beyond me.First up, yet another EULA.I think that&#039;s the third one that I&#039;ve had to agree with.  For one piece of software.  If I were to actually read each of them, it would take a full…]]></description>
										<content:encoded><![CDATA[<p>After much faffing about - with a lot of help from  <a href="https://twitter.com/jonprice">Jon Price</a> - I've finally got the damned iPhone working with iTunes.  But what a pain in the arse.  How this is the SAVIOUR OF THE MOBILE PHONE INDUSTRY is quite beyond me.<br><br>First up, yet another EULA.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/yet-another-EULA-724789.png"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 233px;" src="https://shkspr.mobi/blog/uploaded_images/yet-another-EULA-724783.png" border="0" alt=""></a><br>I think that's the third one that I've had to agree with.  For one piece of software.  If I were to actually read each of them, it would take a full seventeen years. Probably.<br><br>So, on to registration.  Here's the form.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/apple-id-705791.png"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 233px;" src="https://shkspr.mobi/blog/uploaded_images/apple-id-705786.png" border="0" alt=""></a><br>Is there <i>anything</i> on here that I couldn't do on my phone?  I appreciate that on a crappy T9 keypad it would be a pain to type out all the information - but on the iPhone, it should be a joy. Right?<br><br>Then payment.  I want to make it very clear that I don't want to buy anything from Apple.  There's plenty of free apps, music and podcasts.  But, no, Apple knows best and will safely store all my credit card details just in case I ever get drunk and have an insatiable urge to download Mungo Gerry's Greatest Hits.<br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://shkspr.mobi/blog/uploaded_images/itunes-payment-705894.png"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 233px;" src="https://shkspr.mobi/blog/uploaded_images/itunes-payment-705890.png" border="0" alt=""></a><br><br>This gets me to the crux of my frustrations with Apple - it's their way or the highway.  You <b>must</b> follow Apple's proscribed path. Any deviation results in instant death.<br><br>All of which wouldn't be so bad, if its path was any good.  Can anyone give me an explanation why I need to tether my mobile device to my computer?  All the registration could be done by phone.  It's not even as if I can break my bank balance by downloading GB OTA - Apple cripples the device so that large downloads have to go through WiFi.  Utterly absurd when I have an unlimited HSDPA connection.<br><br>Are there any Apple defends out there who can say why the need for a computer?<br><br>(Of course, the real answer is that Apple makes more money on iMacs and iBooks than it does on iPhones - so it hopes to trap you in its purchase cycle.)</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=26&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2009/02/itunes-why-the-sad-face/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[iTunes Sucks. A Rational Discussion]]></title>
		<link>https://shkspr.mobi/blog/2009/02/itunes-sucks-a-rational-discussion/</link>
					<comments>https://shkspr.mobi/blog/2009/02/itunes-sucks-a-rational-discussion/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 16 Feb 2009 19:49:00 +0000</pubDate>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[flame]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/index.php/2009/02/itunes-sucks-a-rational-discussion/</guid>

					<description><![CDATA[I&#039;ve largely stayed out of the Apple sphere of influence. I&#039;m stuck on Windows XP at work and use Ubuntu at home.  The first - and last - Apple product I owned was a blueberry iMac.   I think it may have had an early version of OS X on it. It was fun enough, but I eventually replaced the OS with YellowDog.  Now I find myself in possession of a 16GB iPhone 3G. Nice! Or so I thought.    For various …]]></description>
										<content:encoded><![CDATA[<p>I've largely stayed out of the Apple sphere of influence. I'm stuck on Windows XP at work and use <a href="http://www.ubuntu.com/">Ubuntu</a> at home.</p>

<p>The first - and last - Apple product I owned was a blueberry iMac.</p>

<p><img src="https://shkspr.mobi/blog/uploaded_images/blueberryimac-799612.jpeg" alt="Terence holding a very old iMac">
I think it may have had an early version of OS X on it. It was fun enough, but I eventually replaced the OS with <a href="http://lowendmac.com/ppclinux/02/0806.html">YellowDog</a>.</p>

<p>Now I find myself in possession of a 16GB iPhone 3G. Nice! Or so I thought.</p>

<img src="https://shkspr.mobi/blog/uploaded_images/unboxing-795631.jpg" border="0" alt="Lots of iPhone in a box">

<p>For various dull reasons, the iPhone is an unlocked Portuguese model. It was simplicity itself to set it to UK English and add my APN details etc. That's where the fun &amp; simplicity stopped.</p>

<p>I thought I'd try the fabled AppStore. Download a few free apps and the like - and thus the nightmare of "The-One-True-Apple-Way" descended on me.</p>

<p>First of all, all the apps were priced in €. I would have thought me manually setting the phone to UK &amp; having a UK SIM in there &amp; being on a UK network would have convinced Apple to price things in £. Not so.</p>

<p>When I tried to download a <em>free</em> app I was told to enter my iTunes account information. This was problematic for two reasons
1) It was a free app. On every other device I've ever owned I can click on a free app and install it without giving away so much as an email address.
2) I don't have an iTunes account. As far as I can determine, there's no way to obtain one from the phone.</p>

<p>This is meant to be a super-duper converged smartphone but apparently it can't even handle a simple sign up process.</p>

<p>It turns out that the only way to get an iTunes account is to install the iTunes software. Again, this is problematic.
1) Not everyone has - or wants - a computer. Apple has drastically cut its user base for no reason as far as I can see.
2) Not everyone who has a computer has sole use of it. You might not be able to install iTunes on your work computer. If you &amp; your family share a computer, how does iTunes handle multiple accounts?
3) How do you get the software? There's no CD in the box, the iPhone doesn't show up as a USB hard disk, so the software can't stored on there like the Huawei/Vodafone 810.</p>

<p>So, off to the website to download iTunes.
It's nearly 70MB! How the <a href="https://web.archive.org/web/20090117043009/http://www.theinquirer.net/inquirer/news/421/1050421/guaranteed-broadband-for-every-uk-home">40% of people without broadband</a> are meant to grab this I have no idea.</p>

<p>The installation process was another of Apple's famed usability triumphs...</p>

<img src="https://shkspr.mobi/blog/uploaded_images/itunes-UI-795660.jpg" border="0" alt="Text from an iTunes screen overflowing its bounds">

<p>I can't choose my native language - "English (British)". I can't even trust it not to break Outlook.</p>

<img src="https://shkspr.mobi/blog/uploaded_images/itunes-outlook-728172.jpg" border="0" alt="An error message telling me to close Outlook">

<p>It spent ~20 minutes installing the software, agreeing to two separate EULAs, only to be greeted by this screen.</p>

<img src="https://shkspr.mobi/blog/uploaded_images/genius-de-728199.jpg" border="0" alt="iTunes in German">

<p>So much for my language preferences.</p>

<p>Oh well, let's ignore that. Let's sign up for an account.</p>

<img src="https://shkspr.mobi/blog/uploaded_images/de-itunes-741160.jpg" border="0" alt="More German text">

<p>Oh.</p>

<p>All the settings on my computer are set to UK, iTunes is set to English. My physical location is in the UK but I go through a proxy in Germany.</p>

<p>Would it be beyond the wit of Apple's usability guru's to add a "Choose Your Country" option? Apparently so.</p>

<p>It also turns out that Apple insist that their products look like OS X apps even when they run on Windows XP. Great, yet another interface language to learn. I'm sure that Apple's products are the most amazing in the world - but this looks out of place on my system. Why should I have to mould myself to Apple? Shouldn't they work for my needs? No, silly grasshopper, The-One-True-Apple-Way has one path that all must adhere to or face certain death.</p>

<p>At this point, I got bored. If was a paying customer, I'd be on the verge of returning the device.</p>

<p>I'm obviously missing the gene that makes me fall in love with Apple products. Or is the rabid Apple fanboism just an elaborate hoax? Come on guys, let me in on the joke...</p>

<p>May be I'll try again tomorrow.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=27&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2009/02/itunes-sucks-a-rational-discussion/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
