<?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>BTP &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/btp/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Wed, 20 Aug 2025 07:32:20 +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>BTP &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[British Transport Police - Pickpockets QR Code]]></title>
		<link>https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/</link>
					<comments>https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 11:24:01 +0000</pubDate>
				<category><![CDATA[qr]]></category>
		<category><![CDATA[badvertising]]></category>
		<category><![CDATA[BTP]]></category>
		<category><![CDATA[police]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=5141</guid>

					<description><![CDATA[Terence Eden specialises in helping organisations craft amazing QR campaigns. Contact Terence for a consultation  Wander around the London Underground and you&#039;re likely to see safety posters from the British Transport Police (BTP).  This is the first one that I&#039;ve seen with a QR code on it.   It&#039;s a fairly good poster.  A good call to action, a URL in case your phone can&#039;t read QR codes, and the…]]></description>
										<content:encoded><![CDATA[<blockquote>Terence Eden specialises in helping organisations craft amazing QR campaigns. <a href="http://edent.tel/">Contact Terence for a consultation</a></blockquote>

<p>Wander around the London Underground and you're likely to see safety posters from the British Transport Police (BTP).  This is the first one that I've seen with a QR code on it.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/BTP-QR-Poster.jpg" alt="BTP QR Poster" title="BTP QR Poster" width="600" height="800" class="aligncenter size-full wp-image-5142"></p>

<p>It's a fairly good poster.  A good call to action, a URL in case your phone can't read QR codes, and the code itself is well sized and has a high level of error correction.</p>

<p>Scanning the code, however, leads to a rather disappointing user experience.</p>

<h2 id="a-non-mobile-mobile-site"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#a-non-mobile-mobile-site">A non-mobile mobile site</a></h2>

<p>Here's what the user sees when they land on <a href="https://web.archive.org/web/20120328120812/https://www.btp.police.uk/pickpockets/mobile.html">the BTP's "mobile" site</a>.</p>

<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/BTP-Mobile-Site-Screenshot.jpg" alt="BTP Mobile Site Screenshot" title="BTP Mobile Site Screenshot" width="320" height="533" class="alignleft size-full wp-image-5145"> The site is incredibly poorly formatted.  It is evidently not designed for mobile, nor has it been tested on a wide range of phones.</p>

<p>No viewport has been set, meaning most phones will show the site zoomed out.</p>

<p>The images are all fixed at 480px wide, so any phones with a smaller screen may have difficultly rendering the page.</p>

<h2 style="clear:both;" id="the-videos"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#the-videos">The Videos</a></h2>

<p>The videos themselves are well produced, but almost totally unsuitable for mobile.  The videos are around 30 seconds long - yet weigh in at around 3.6MB!</p>

<p>Even on 3G, that's a a long wait for the file to download.  On 2G? Forget it.</p>

<p>The files aren't streamed - they have to be downloaded. Finally, the resolution is fixed at 640*360, and so the videos are not adapted to each device's screen resolution.</p>

<h2 id="click-to-call"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#click-to-call">Click To Call</a></h2>

<p>If you are the police, you probably want people to be able to phone you.  So the BTP place their phone numbers on their site.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/BTP-non-click-to-call.png" alt="BTP non click-to-call" title="BTP non click-to-call" width="480" height="289" class="aligncenter size-full wp-image-5152">
There's only one problem - you can't click on the number to call them!  So, you're left in the annoying situation where you either have to remember the phone number, or borrow another phone to call them.</p>

<p><a href="https://shkspr.mobi/blog/2010/03/mobile-badvertising-guardian-sta/">Making telephone numbers "click-to-call" is really easy</a>.  Literally, all you need to do is write</p>

<pre>&lt;a href="tel:0800405040"&gt;Call us on 0800 40 50 40&lt;/a&gt;</pre>

<p>Hey presto! Users can click on your phone number and place a call from their mobile phone.</p>

<h2 id="the-stats"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#the-stats">The Stats</a></h2>

<p>As I discussed in an earlier post, <a href="https://shkspr.mobi/blog/2011/12/bit-ly-considered-unsafe-for-qr-codes/">using a URL shortner means that anyone can see your QR statistics</a>!</p>

<p>So let's take a look at how the BTP have done.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/BTP-QR-Stats.png" alt="BTP QR Stats" title="BTP QR Stats" width="600" height="757" class="aligncenter size-full wp-image-5143"></p>

<p>At the moment, they're averaging 12 scans a day for this poster (I don't know if other posters have the same code - I suspect so).  Naturally, iPhone is at the top of the scans, with BlackBerry following close behind.</p>

<p>Is this a good result?  I don't know.  If there was just a URL on there, how many visits would it get?</p>

<h2 id="making-it-better"><a href="https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/#making-it-better">Making It Better</a></h2>

<p>This is such a brilliant idea for a QR poster campaign.  With only a little work, it can be made really useful for Londoners.</p>

<ul>
    <li>Create a responsive mobile site.</li>
    <li>Use click-to-call for all phone numbers.</li>
    <li>Optimise the videos for mobile download and viewing.</li>
    <li>Consider streaming the videos - perhaps using a service like YouTube.</li>
</ul>

<p>If you would like a bespoke QR consultation, <a href="http://edent.tel/">contact me</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=5141&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2012/01/british-transport-police-pickpockets-qr-code/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[FoI BTP]]></title>
		<link>https://shkspr.mobi/blog/2008/08/foi_btp/</link>
					<comments>https://shkspr.mobi/blog/2008/08/foi_btp/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 20 Aug 2008 09:21:00 +0000</pubDate>
				<category><![CDATA[politics]]></category>
		<category><![CDATA[BTP]]></category>
		<category><![CDATA[FoI]]></category>
		<category><![CDATA[police]]></category>
		<category><![CDATA[sousveillance]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/index.php/2008/08/40/</guid>

					<description><![CDATA[Following on from my encounter with the police, I decided to file a complaint against Office 4825 for refusing to show me his ID via the BTP&#039;s public complaint form.  Dear Sir or Madam,Office 4825 of the British Transport Police refused to show my his ID or Warrant Card when asked.  I had been stopped under S.44(2) of The Terrorism Act 2000.  The incident happened at around 0854BST on…]]></description>
										<content:encoded><![CDATA[<p>Following on from my <a href="https://shkspr.mobi/blog/2008/08/am-i-a-dick/">encounter with the police</a>, I decided to file a complaint against Office 4825 for refusing to show me his ID via the <a href="http://www.btp.police.uk/contact_us/give_us_feedback/complaints_against_individuals.aspx">BTP's public complaint form</a>.<br><br></p>

<blockquote>Dear Sir or Madam,<br><br>Office 4825 of the British Transport Police refused to show my his ID or Warrant Card when asked.  I had been stopped under S.44(2) of The Terrorism Act 2000.  The incident happened at around 0854BST on 19/08/2008.<br><br>The officer was, I consider, rude and unprofessional. He made a protracted phone call using what appeared to be a private mobile phone (not on the TETRA system) indicating personal information about me and my whereabouts.  He would not give me any information about the call.<br><br>I have captured the incident on camera and you may view it at <a href="https://web.archive.org/web/20080821230801/http://politics.phreadz.com/p/15ROH206TI2T/">politics.phreadz.com/p/15ROH206TI2T/</a><br><br>I would like the following<br>1) Confirmation that this man is indeed a member of the British Transport Police.<br>2) Details about whether this man was correct not to show me his identification.<br>3) Details of the phone call he placed concerning me.  Please let me know if I need to submit a separate FOI request for this. <span style="font-style: italic;">[In retrospect, I think I should be asking under the <a href="https://web.archive.org/web/20080828152720/http://www.ico.gov.uk/what_we_cover/data_protection.aspx">DPA</a> not the <a href="http://www.opsi.gov.uk/Acts/acts2000/ukpga_20000036_en_1">FOIA</a>]</span><br><br>Many thanks<br><br>Terence Eden<br></blockquote>

<p><br>I was impressed with their speed of response. Less than 24 hours.<br></p>

<blockquote><br>Mr. Eden<br><br>I can confirm that Officer 4825 is a British Transport Police Officer.<br><br>If an officer is in plain clothes he is obliged to show identification<br><br>In respect of the telephone call that was made, I cannot assist with that.<br><br>Regards<br><br>William Farrell<br><br>PSD Office Manager<br></blockquote>

<p><br><br>It is correct, so I discover from investigation, that uniformed officers don't have to show ID.  I think that's a shame.  If they've got nothing to hide, they've got nothing to fear.<br><br>I really don't think I can be bothered chasing this with the BTP any further.  I've stood up to authority and survived. I will continue to <a href="http://www.writetothem.com/">write to my MP</a> and <a href="https://www.libertyhumanrights.org.uk/">keep the money flowing to Liberty</a>.<br><br>Many thanks to Cory at <a href="http://www.boingboing.net/2008/08/19/visitor-to-london-vi.html">Boing Boing for featuring my story</a>. To <a href="http://qik.com/">QIK</a> for providing a streaming service. To <a href="http://kosso.co.uk/">Kosso</a> at <a href="http://phreadz.com/">Phreadz</a> for creating a fantastic video discussion forum.  Thanks also for <a href="http://peteashton.com/2008/08/stopped_under_s44_of_the_terrorism_act_2000/">all</a> <a href="http://www.craigmcginty.com/news/2008/08/stopped-under-s.html">those</a> <a href="https://web.archive.org/web/20130326160130/http://forums.macnn.com/95/political-war-lounge/375075/stopped-under-s-44-terrorism-act/">who've</a> <a href="https://sparkshouse.com/wordpress/?p=231">blogged </a> and <a href="https://web.archive.org/web/20080823102801/http://digg.com:80/political_opinion/Citizen_randomly_searched_under_S_44_of_the_Terrorism_Act/">digged</a> this (sorry if I missed any).  Please keep the comments, tweets and jaikus coming in - it's been fascinating to read both the positive and negative views people have of my actions.<br><br>Finally, a huge amount of love and respect to my wife, Liz, for not making me sleep on the sofa last night ;-) She understands me like no one else.<br><br>This blog now returns to wittering about QR Codes, mobile phones and Shakespeare.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=40&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2008/08/foi_btp/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Am I A Dick?]]></title>
		<link>https://shkspr.mobi/blog/2008/08/am-i-a-dick/</link>
					<comments>https://shkspr.mobi/blog/2008/08/am-i-a-dick/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 16:59:00 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[BTP]]></category>
		<category><![CDATA[police]]></category>
		<category><![CDATA[sousveillance]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/index.php/2008/08/am-i-a-dick/</guid>

					<description><![CDATA[Well.  Yes, probably.  I have a small character flaw.  I don&#039;t like authority.  I question authority.  I overreact sometimes.  This is me being stopped under Section 44(2) of The Terrorism Act 2000.  I informed the police that I would be videoing and streaming to QIK.  The video was cross posted to Phreadz and discussed on BoingBoing.     (Note - the Qik video service died in 2015 and I rehosted…]]></description>
										<content:encoded><![CDATA[<p>Well.  Yes, probably.  I have a small character flaw.  I don't like authority.  I question authority.  I overreact sometimes.
<br>
<br>This is me being stopped under <a href="http://www.opsi.gov.uk/Acts/acts2000/ukpga_20000011_en_5">Section 44(2) of The Terrorism Act 2000</a>.  I informed the police that I would be videoing and streaming to <a href="https://web.archive.org/web/20080902161442/http://qik.com/edent">QIK</a>.  The video was cross posted to <a href="https://web.archive.org/web/20080823105223/http://politics.phreadz.com/json/15ROH206TI2T/">Phreadz</a> and <a href="https://web.archive.org/web/20080902002836/https://boingboing.net/2008/08/19/visitor-to-london-vi.html">discussed on BoingBoing</a>.
<br></p>

<iframe title="Section 44 Stop &amp; Search in Waterloo Station by BTP" width="620" height="465" src="https://www.youtube.com/embed/jLMurjLaLBs?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><ins datetime="2015-08-18T14:56:36+00:00">(Note - the Qik video service died in 2015 and I rehosted a copy of the video on YouTube. The video is missing a few minutes from the end.)</ins>
<br>
<br>So, is my antagonistic whining at the police useful in any way? In my twisted mind, I see this as a good thing... sometimes.  I believe it's up to all of us to occasionally turn around and say "Are you allowed to do that?" To say "Why?"  I'm not trying to be melodramatic, but I don't think that enough people perform checks on authority.  Power, so they say, corrupts.  We've seen how police can be used against the population in Zimbabwe and other countries.
<br>
<br>Now, I'm not naive enough to claim "OMFG POLICE STATE!" to being stopped - annoying and distressing as it is. Britain is a hell of a lot better than many other countries.  But that doesn't mean we shouldn't strive to make it even better.
<br>
<br>A lot of people (especially those whose parents escaped Europe during the war) are vigilant - perhaps over vigilant - against the return of fascism. And the first step towards that kind of rule is to stir up fear and hate in the population and use the civilian police for political purposes. Hence, I suppose, the emotional response.
<br>
<br>The UK is not a police state.  But it's up to each of us to make sure it doesn't become one.  It's up to us to vote, to talk to our MPs, to expose violence and intimidation.
<br>
<br>Let me make one thing clear; I have enormous respect for the police. They do a tough job and get a lot of abuse for it. I'm too much of a coward to put myself in harm's way every day like they do. The Security Services' failures are very public - and their successes are very private. We often only get to see the "bad" side of them.  That distorts our perception of the work they do to keep all of us safe.
<br>
<br>Some people have said that <a href="https://web.archive.org/web/20150707185236/https://twitter.com/giagia/statuses/892030214">I'm a dick</a>, that I'm looking for <a href="http://twitter.com/paulcarr/statuses/892181035">my 15MB of fame</a> (excellent turn of phrase), that I'm <a href="http://twitter.com/Champney/statuses/892158680">goading the police for a reaction</a>.
<br>Others think I'm <a href="http://twitter.com/jimh/statuses/892203542">highlighting security theatre</a>, a <a href="http://twitter.com/solobasssteve/statuses/892009180">citizen journalism hero</a>, that I was <a href="http://twitter.com/egrommet/statuses/892195901">perfectly reasonable</a>.
<br>Those are a selection of people's thoughts.  <a href="http://web.archive.org/web/20080823102801/http://digg.com:80/political_opinion/Citizen_randomly_searched_under_S_44_of_the_Terrorism_Act/">There are more on digg</a>.
<br>
<br>Ultimately, I'm conflicted.  I feel that it's right to highlight the silliness of these random searches.  I feel that my right to free speech has been exercised and I'm hugely grateful that I live in a society that values and respects the free discourse of ideas.
<br>However, I should have handled it better.  I should have been calmer and more professional.  I don't think I was in any serious danger of being carted away - but it terrifies me that had I slipped and made comment too provocative I'd now be <a href="http://web.archive.org/web/20080807174540/http://www.liberty-human-rights.org.uk/issues/2-terrorism/extension-of-pre-charge-detention/index.shtml">in jail for 28 days</a>.
<br>
<br>I'm grateful to James Bridle for filing a <a href="http://www.whatdotheyknow.com/request/results_of_random_searches_under">Freedom of Infomation</a> request to the Home Office, via <a href="http://www.whatdotheyknow.com/">What Do They Know</a>.  If these "random" stop and searches result in a significant number of arrests and prosecutions; I'll accept that I'm a hysterical moaner and let them get on with it.  If, however, all it accomplishes is to piss off innocent citizens.....
<br>
<br>Please, if you care about your freedoms in the UK, <a href="http://www.liberty-human-rights.org.uk/support/">join Liberty</a>.
<br>
<br>Night all.
<br>
<br>(This post comprises a distillation of a number of tweets, comments on digg, phreadz and conversations with people. I'll update it with trackbacks to other blogs covering this when I get some free time.)</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=41&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2008/08/am-i-a-dick/feed/</wfw:commentRss>
			<slash:comments>23</slash:comments>
		
		
			</item>
	</channel>
</rss>
