Fixing the Apple iOS SSL bug on a jailbroken iPhone, without upgrading

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

My iPhone (4S) is jailbroken.  I won’t go into the details of how I did it as it changes with every release but I currently run iOS 7.0.4 and I used the Evasi0n method. Unfortunately, Apple has a pretty shocking bug in that version of iOS which means SSL transactions are not secure.

I didn’t want to go to the hassle of upgrading the OS, then jailbreaking again and, luckily, there is a workaround for fixing the iOS SSL issue on jailbroken iPhones without updating to iOS 7.0.6 (or 6.1.6) – although by the time I get this post written, 7.1 may well have hit the streets…

  1. Launch Cydia
  2. Switch to the Manage page, then select Sources
  3. Add Ryan Petrich’s repo (URL is http://rpetri.ch/repo)
  4. Go back to Manage and select Sources
  5. Search for SSLPatch and install as usual
  6. Restart SpringBoard when prompted

To test the patch (before and after), use the Goto Fail Apple SSL bug test site.

Removing Tesco customisations from my Hudl

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

Just over a week ago, I bought a Tesco Hudl. It was an impulse purchase but the reviews were good considering the low price point (Gizmodo, Engadget) and that £119 price tag meant the risk to me as a consumer was low (considering what I paid for an iPad 4 years ago, which admittedly is a premium device but has hardly stood the test of time…).

After a couple of days I knew I’d made the right decision – I’ve been disappointed with Android on my phone but on a tablet it’s really usable (the Hudl uses Android 4.2.2 JellyBean) – and Tesco have provided an almost stock distribution. Even so, there are some “customisations” – a few apps and widgets to try and encourage more Tesco shopping, and a [T] launcher button in the bottom-left corner of the screen.  The apps and widgets are easy enough to move out of sight, but I really wanted to lose the Tesco Launcher [T]…

Rooting the tablet

Step one is to “root” the operating system – i.e. to give myself full access to all of the files and folders on the device.  Paul O’Brien (@paulobrien) has a great post on his MoDaCo forum on rooting the Hudl.

I fired up my Linux netbook (it still has some uses!), downloaded the ROMraid archive for the version of the Hudl software my device was running (JDQ39.20131016.200812) and extracted it but running sudo ./flashroot.hudl.linux.sh returned command not found.

After scratching my head for a few minutes I realised I also needed to chmod 755 flashroot.hudl.linux.sh to make it executable.  I tried the script again but this time the response was cannot execute binary file – it seems that the version of rkflashtool.linux included in the ROM download was for 64-bit Linux and my netbook only has a 32-bit installation.

Plan B

Being a good geek, I have a pile of media waiting to be “sorted out” including some Linux live CDs, so I fired that up on another PC and this time managed to flash the Hudl (I used an Ubuntu 13.10 live CD – CentOS 5.5 refused to play).  If you’re having trouble getting the device into the right state, then check out Matt Foot (aka @glossywhite)’s advice on MoDaCo:

  1. Turn Hudl off.
  2. Connect via USB to PC.
  3. Hold down Volume Up (+), push the reset button for one sec (recessed hole with gold dot in it) and continue holding the Volume Up button.
  4. To check that this has put the Hudl in flashing mode, and to verify that it isn’t merely in charging mode, release Volume Up after around 10 seconds and tap once on the power button; if you see a battery, it has failed, so try again.

I found that the Live CD didn’t want to execute anything from a USB stick or local hard disk in the PC (Windows file systems), so I copied the following files to /home/ubuntu:

flashroot.hudl.linux.sh
rkflashtool-linux
system.backup.img

I also chmodded and to make them executable, then ran sudo ./flashroot.hudl.linux.sh

At this point, I saw lots of lines like:

rkflashtool: info: writing flash memory at offset 0x00000000

(up to 0x00341fe0) and then:

rkflashtool: info: rkflashtool v5.1
rkflashtool: info: Detected RK3188…
rkflashtool: info: interface claimed
rkflashtool: info: rebooting device…

The device then restarted in charging mode, and I powered it up as usual. Paul’s instructions say to install SuperSU from the Google Play Store but it seemed to be installed already; however I did update it.

Removing Tesco customisations

As I mentioned at the top of the post, the Hudl comes with a Tesco Launcher icon in the bottom-left of the screen and is also pre-loaded with a number of apps for Tesco services. Paul O’Brien has posted one method of removing the Tesco Launcher [T] but I decided to use a variation of Mr Akufu’s method, with Paul’s hacked SystemUI.apk file (which can be used with the JDQ39.20131016.200812 firmware):

  1. Extract SystemUI.apk from SystemUI.hudl.zip.
  2. Using your method of choice, transfer the file to your device – I used Dropbox, and then selected the option to Export, then Save to SD card (Internal Storage) but others have suggested Bluetooth, or ADB.
  3. Install Rooted SSH/SFTP Daemon from the Google Play store and start it.
  4. Connect using your SSH client of choice (I used PuTTY) over a Wi-Fi connection to the Hudl.
  5. Login as root, with password abc123
  6. Issue the following commands:
    su
    mount -o remount,rw /system
    cp /system/app/SystemUI.apk SystemUI.mybackup.apk (I didn’t do this but it would have been sensible…)
    cp /storage/emulated/legacy/SystemUI.apk /system/app/SystemUI.apk
  7. After this, the Hudl should reboot.
  8. Following restart, the Tesco button should be gone – use Root Uninstaller to disable (not remove) the Hudl Updates package.

If you want to go further, there’s another MoDaCo post that talks about removing all of the Tesco application packages… and more information on which Android packages are safe to remove at Android Central.

iOS Mail app lost its settings? Try this…

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

Over the weekend, my iPhone suddenly “forgot” how to access my email. I hadn’t changed the configuration (just left it on the kitchen counter for a while!) so I was pretty confused.

I tried to add an Exchange account for my Office 365 connection but it said I already had one and, sure enough… it was still there in Settings. So I turned to Twitter, where @TheoCarpenter came back with a suggestion:

Sure enough, that did the trick (if you don’t know how to kill tasks on iOS 7, this post will help) and within a few seconds I was reading email again. Thanks Theo!

Unable to install Xbox Live Arcade games on the 360’s hard drive

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

I’m not a big gamer, but I do have an Xbox 360 and there may be some video evidence on the ‘net of me sampling a game or two at an MVP event a few years back…

These days, much of the console’s use is from my children and, last weekend, my 9 year-old son was keen to buy Minecraft for the Xbox 360 after spotting it on sale in Sainsbury’s.  After coming home and researching, including prices elsewhere, we decided that it was a good deal and I took him back the next day to buy a copy.  One happy little boy.

Unfortunately, when we got home, I was having difficulty installing the game on the Xbox’s hard drive. I do this to avoid wear and tear on the DVD drive in the Xbox, as well as to keep down the noise whilst playing. I expect to supply the optical media to verify that we have a copy (for any piracy purposes) but, from then on, our games run from from the hard drive.

Unfortunately, that option didn’t seem to be available for Minecraft and it seems that it’s the same for all Xbox Live Arcade games. Ludicrous – bizarrely it’s possible to buy the game online and download it to the Xbox via that route (and it would have saved some of my son’s pocket money)!  Unfortunately I don’t think this counts as “faulty” for return to the retailer…

An evening with Sony, at their 2014 consumer electronics product preview

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

A couple of weeks ago, I found myself heading to Brooklands, site of the world’s first purpose-built motor racing circuit, except that the purpose of my visit was not to experience any form of motor sport, but to spend an evening with Sony, at their UK headquarters, taking a look at the consumer electronics products that the Japanese giant is bringing to market in 2014.

Working for another Japanese technology giant, as I do, it’s easy to forget just how big Sony is in the consumer electronics space.  Happily, in the UK, we don’t really compete (except maybe around PCs – and even then we focus on different markets). As news since my visit suggests that Sony is looking to dispose of its Vaio PC business and transform the TV business into a wholly owned subsidiary (perhaps to resolve the issue of the innovators’ dilemma?), I’m happy that I could learn about the sound and vision, photography and computing devices that Sony is bringing to market this year without any conflict of interest.  And Sony started the evening off by telling us how they are concentrating on the user experience – on the best picture and sound quality – be that for televisions, cameras, projectors or other digital devices.

TV – forget 3D – 4K is where it’s at

It has to be said that Sony’s 4K TVs are stunning.  I first saw 4K Ultra HD images whilst visiting The Design Museum late last year and my trip to Brooklands re-enforced my view – whether it’s for watching films or sport.  Quite how I’ll be able to receive a 4K signal at my house is another issue (I have “up to 8Mbps” ADSL2) and whilst I like the idea of a 65″ TV, our living room is not really large enough… but hey! (It should be noted that Sony’s X-Reality processing engine can upscale some content too).

Sony X9Sony explained some of the technologies that their mid-high end 2014 TVs feature and it’s clear that it’s no longer just about being “super slim”.  The quest for enhanced picture and sound quality includes a range of technologies such as:

  • X-Reality PRO image enhancement for increased realism, texture and a more refined output
  • Triluminos imaging (launched last year – but now with increased colour range and much improved viewing angle – as shown in this image from Sony with, from left to right,  a 2013 Sony TV, a 2014 Sony TV and a Samsung TV)
  • X-tended Dynamic Range – improved brightness, whilst retaining detail and colour.
  • Long duct speakers with a new wedge shape to increase speaker capacity and sound quality – including software to adjust the settings depending on whether the panel is wall or table mounted (wall-mounted units use the wall for reverberation – I pity the neighbours!)
  • Front mounted speakers on some models for better sound direction, a magnetic fluid system as coolant and conductor for efficient sound transfer – and an RF-connected subwoofer option for those who don’t want a 5.1 system.
  • ClearAudio+ sound processing, to separate dialogue from sound effects, reduce/increase sports commentary volume, or provide virtual surround sound.

And, when one Sony representative was asked a question about the future of 3D TV:

“Our focus is 4K”

I think that says it all really (the 3D glasses for my TV have never come out of their box)!

Smart viewing

I have a mid-range Samsung TV, which, on the whole I’ve been very pleased with but I do have to admit that the SmartHub is a little less smart than I would like at times. Clearly Sony seems Samsung as a leading competitor (their competitor comparison units are all Samsungs!) and, from what I saw of the developments in Sony’s Bravia software, it seems that they have a much better user interface – and an interesting approach to control with their “One-Flick”gesture-based remote (a standard remote is provided too). Whilst some of the apps seem a little gimmicky (e.g. “Football mode” for “less ghosting and more immersive viewing” because of Sony’s tie up with the 2014 World Cup), the usuals are there too (iPlayer, etc.) as well as Sony’s Music Unlimited and Video Unlimited services.

The features I found most interesting were Social Viewing (integrating social media use with television-watching, albeit with some issues around content filtering) and Photo share (using the TV as a hub to share images between devices, scanning a QR code or using NFC to connect, with no app required).

As for the full range of 2014 Sony TVs, rather than rely on my notes being correct, why not get it straight from the horses’ mouth, as it were.

Getting connected

I also had some time to spend in Sony’s “network room” and whilst I have to say I was pretty impressed with the range of Vaio laptops in touch and non-touch forms (including the lightest ultrabook in Europe), all with NFC and some featuring ClearAudio+ (which really made a difference using the PC speakers), the potential sale of Sony’s PC business and my own professional IT links made these no more than a “ooo – that’s nice” view…

There were Xperia phones and tablets too but the real items I found of interest were the wearables – a Smartband that pairs with an Android phone for “life logging” and the SmartWatch 2 which acts as a remote screen for an Android phone, but also runs some of its own apps.  Wearables are big right now and I find this a particularly exciting market – it will be interesting to see how Sony’s devices take off…

 

Digital imaging (and a date for my diary)

A few years ago, Sony bought Konica-Minolta’s digital imaging business and they’ve clearly used it to good effect, expanding the Sony range to cover everything from digital compacts to high-end DSLRs (and of course expanding their own range of digital still and video cameras).  As a Nikon DSLR-shooter, I found the range confusing, with seemingly competing models using two different lens mount systems:

  • The A-mount is effectively the old Konica-Minolta system.
  • The E-mount is used by the modern, small form factor cameras.

Thankfully there are converters available, which means A-mount E-mount users can use adapters for Nikon and Canon lenses.  I guess I’m a bit of a Luddite too – I like a solid full-frame DSLR with high quality (often heavy) glass up front and am unconvinced by the new ranges of small cameras with interchangeable lenses (possibly because I got burned by Minolta in the late-1990s with an interchangeable lens APS film camera!).  Having said that, I increasingly find myself using the camera in my pocket (my phone) and it was interesting to see how Sony is enhancing the user experience with seamless integration between devices, including built-in NFC and Wi-Fi communications, together with iOS and Android PlayMemories apps for a range of photography uses).  I was also impressed to see that Sony is really moving ahead with behind full-frame cameras – be that the DSC-RX1, the prosumer ?7/7R or the ?99. Indeed I’d be happy to have an RX1 as my carry-everywhere camera (albeit a rather pricey one!)

On the video front, Sony has always been a leader and I was impressed to see both the NEX-VG900 full-frame interchangeable lens camcorder and the AX100 – a 4K Handycam targeted at home film-makers, using a 1″ sensor and class 10 SD card storage (that reminds me, I really should find a way to stream all of the raw footage off my collection of DV tapes onto a disk somewhere!).

Oh yes, and that date for my diary? Sony sponsors the World Photography Awards, and the 2014 exhibition will take place at Somerset House in London from 1-18 May.

Wall of sound

The last demonstration of the evening was focused on audio.  I didn’t check out the high resolution audio systems (although I heard others doing so, and they certainly sounded good) – I was interested in something portable – like the Bluetooth and NFC SRS-BTS50 or the higher-end SRS-X5 unit.  After all, when all you’re playing is compressed MP3 files, or music streamed from Spotify, it’s amazing how good it can sound on a small speaker setup. Then there were earphones, modern Walkman digital music players (I didn’t know that brand still existed but it seems you can get everything from a USB stick to an iPod competitor and even an MP3 Walkman built into a set of headphones!), clock radios, docking stations, DAB radios, all in one Hi-Fi systems – the works.

<tl;dr>

I’m pretty impressed with Sony’s consumer electronics plans for 2014.  Sure, what geek wouldn’t be interested in huge super-high definition TVs, some smart PCs and wearable tech, a selection of imaging devices that meet the needs of most, if not all, consumers and some seriously big sounds. But it’s more than that.  Maybe I drank the Sony Kool-Aid but I really did leave with the distinct impression that Sony is out to create a user experience that transcends devices and simply delivers the best picture and sound quality.  If I didn’t already have a Samsung Smart TV, Apple and Samsung phones, a Lenovo PC, Nikon cameras and an Xbox 360, I might well be persuaded to make my next consumer electronics purchase one from Sony…

[Update 19 Feb 2014: corrected statement re: adapters for third party lenses with Sony cameras]

Adventures with Android: a few “tweaks” on my Samsung Galaxy S3 Mini

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

I’ve been using an Android phone for work for a few months now (a Samsung Galaxy S3 Mini: GT-I8190N) and, on the whole, I’ve been pretty disappointed.  The user interface is clunky (and downright confusing at times) and the battery life terrible – but I’m also more than a little aware that there is a certain amount of OEM- or carrier-supplied software on the device and that a “stock” Android phone might be a little more “polished”.

I started to look into wiping the device and starting afresh but, after consulting with Dan Delaney (@dan_delaney), who knows more about this stuff than I do,  I decided not to bother as it looked as though I’d need to root the device – something I’d be happy to do on my own phone but am not permitted to do on a company device that’s connected to our corporate infrastructure.

Even so, I’ve made a few tweaks over recent months that have slightly improved the experience, and I thought I’d make a note of them here…

First up, battery life.  Three things that have made an enormous difference:

  1. Firstly, I dropped the polling interval for email in the settings for TouchDown (the app used for ActiveSync connectivity to my Exchange email and calendar).  Instead of push email, I poll every 10 minutes, or every hour during off-peak times (I have peak times set as 07:00-19:00 Monday to Friday).
  2. Secondly, I removed the native ActiveSync connection to my Office 365 account as, between them, Exchange Services and TouchDown were drinking a lot of juice.
  3. Finally, I installed the free Battery Doctor app, which not only intelligently charges the device but also watches out for apps that are draining the battery and gives me the ability to disable them.

Another change I made was to install the Android 4.4 Kit Kat Launcher. I may be stuck with Android “Jelly Bean” 4.1.2 but I can at least have some of the latest bits – although I now have such an odd collection of widgets that it looks a complete mess (sorry guys, Microsoft has tiles nailed in Windows/Windows Phone).  The process for installing the Kit Kat parts is described on WonderHowTo and I have Google Play Services, Google Search and the Google Launcher all running happily now.

Still bogged down with Samsung and other bundled software, I decided to follow Jon Spriggs (@jontheniceguy)’s guide to stripping a UK O2 Samsung Galaxy SIII Mini down to the bare essentials.  Jon’s guide is based on a “clean” device and mine has a load of extra apps I’ve installed, plus the customisations I mentioned earlier but I used it to disable some of the built in apps that I don’t use (if you can’t disable them, uninstall updates first, then the disable option should be available).  Unfortunately, I can’t see how to hide the unused apps, now that I have changed the launcher!

My Android adventure continues… but it’s still very tempting to wipe the device and start again!

Short takes: Android screenshots; LinkedIn invitation preferences; and hiding Excel headings

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

Every now and again, in an attempt to close down some “must blog about that” tabs in my browser, I write one of these “short takes” posts… here’s the latest snippets from the world of Mark…

Screen-grabbing on Android

There have been a couple of occasions recently when I’ve wanted to take a screenshot on my Samsung Galaxy S3 Mini… but couldn’t find how to…

Having to Google to work out how to take a screen shot in Android is… a little odd… but there are a couple of methods mentioned in an Android News post (and six more methods here).  And the reason for the most recent screengrab?  This:

Why does LinkedIn sometimes need an email address before you can send an invitation to connect

I’ve noticed a few times recently that I’ve needed to supply someone’s email address (to prove I know them) when connecting on LinkedIn.  Whilst some Internet reports suggest this is because you’ve been marked as having too many “I don’t know this person” reports, it seemed to be inconsistent for me so that’s not the only reason this happens.  It turns out that there’s an option deep within LinkedIn’s preferences to only receive invitations from members who know your email address.  Now that I know about it, I’ve activated it on my profile too…

Displaying/hiding row and column headings in Excel

I received an Excel workbook recently where all of the row and column headings were missing.  Confused? I certainly was (especially as I wanted to add some columns) but it seems it’s a simple configuration option (just maybe not that commonly used?!), at least in Excel 2013 (your mileage may vary with other versions).

Microsoft’s new focus on solutions…

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

Throughout its history, Microsoft has relied on a partner ecosystem to drive their business forward.  Now, as the Redmond giant transforms from a software/platform company to a devices and services company, that’s starting to change – and multiple teams are focusing all or part of their time on developing and publishing lab-tested, multi-product, end-to-end solution content.

As an employee of one of Microsoft’s largest partners, we can either ignore this, or work with Microsoft to ensure that we benefit from their solutions content and use it to improve our own, value-add services.  With that in mind, a colleague alerted me to the presence of Microsoft’s Solutions Advisory Board (SAB) and, yesterday, I attended the first of the bi-monthly webinars that the SAB team are hosting.

In an hour, we briefly covered 4 topics – at a very high level – but to give some idea of the scenarios that were discussed:

  • New Office Solutions Content – content that’s been created by Microsoft to help customers make the most of integrating Office client and server products (and, to move towards the cloud at their own pace).
  • Using Windows Azure for disaster recovery of an an-premises SharePoint farm.
  • Integrating Lync Server on premise with Exchange Online.
  • Hosting Internet websites (on SharePoint) in Windows Azure.

I plan to follow up with more detail next week (after the slides have been published) – but this could well be a very interesting forum to take part in…

In the meantime, check out the solution guides for IT professionals section on the TechNet website.

Publishing an Exchange calendar from Outlook to Outlook.com – not as simple as it should be

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

Despite the existence of standards, Calendar synchronisation is not easy.  I did once have a convoluted system that worked (sort of) but it fell apart when I switched away from using Google products.

Last night I was trying to work out why an old recurring calendar appointment from years ago was still popping up in the Windows 8.1 Calendar on my family PC.  It turned out to be quite simple: my outlook.com account was still subscribed to an old Google calendar that I don’t keep updated.  Unfortunately, what followed was about an hour of trying various solutions to get my calendars in sync again when I should really have been sleeping…

Removing old calendar subscriptions from outlook.com was fairly straightforward but I wanted to allow my work calendar (on Exchange) to be visible in Outlook.com (and hence on my family PC).  Access controls mean that a “pull” approach won’t work but, in the past, I’ve “pushed” a calendar using Outlook’s publish to a WebDAV server feature. When I had this working before (probably several PC rebuilds ago), I used a private URL for a Google calendar in the format  http://www.google.com/calendar/ical/user@domain.com/private-longstring/basic.ics but Outlook 2013 refused to use that location last night, telling me that “The address you typed is not valid. Check the address, and then try again.”

I could just maintain two calendars and overlay them in Outlook, but, whilst that will show me my personal and work appointments in a single view, it doesn’t help with free/busy time (i.e. stopping someone from booking an appointment with me at work when I’m not available to work). So my work calendar has to be the “master” and I simply sync it to another location so I can view it on other devices.

So, I set up an account with iCal Exchange (iCalShare is an alternative), creating a private calendar that Outlook was happy to publish to.  Result. Except it seems that outlook.com can only subscribe to calendars that are not password protected.  Meanwhile, Microsoft’s advice for sharing an Outlook calendar on Outlook.com would be better described as “export a point in time copy of an Outlook calendar to Outlook.com, and then share it”.

With my bed calling me, I set up a public calendar as a workaround but I’d rather keep my calendar private – even if I’m not sharing the full details of my appointments.  So, it looks like I’ll have to set up my own WebDav server (security by obscurity is not ideal either) just to publish from Outlook (connected to Exchange) to Outlook.com (and on to my family’s Windows 8.1 PC).

Incidentally, whilst working on this issue, I stumbled on an interesting post about “private” items in Outlook/Exchange – they may not be as private as you think!

Hardware lineup for 2014

This content is 11 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

For the last few years, I’ve written a post about my “hardware lineup” – the tech I use pretty much every day (2011, 2012, and 2013). This year, Dan Delaney reminded me when he borrowed the idea (and I originally stole it from someone else…) so here’s the belated 2014 line-up…

Car: Volkswagen Tiguan 2.0 TDI Sport

I’m still enjoying my current company car even as it approaches its 2 year anniversary and am actively working to keep the mileage down as I may buy it at the end of the lease. Whilst I might be able to get a deal on a second hand Q7 or Toureg, this was specced up the way I wanted it  including a retractable towbar and I’m more than happy. Verdict 8/10. Hold (tied into a 3-year lease).

Phones: Apple iPhone 4S and Samsung Galaxy S3 Mini

Windows Phone 7.8 was a disappointment and the lack of apps for the Windows Phone platform means I’ve gone back to iOS for my personal phone (second-hand from the SmartfoneStore), although I hope to jailbreak it to get some of the features that are missing for me in iOS 7. Meanwhile, my company iPhone 3GS has been replaced with an Android model (the Samsung Galaxy S3 Mini), which is infuriating in many ways but at least lets me get experience of working with the other dominant mobile platform. (iPhone) Verdict 7/10. Hold – something new is too expensive. (Galaxy Mini) Verdict 5/10. Not mine to sell!

Tablet: Apple iPad 3G 64GB

Apple iPadMy iPad never replaced a laptop as a primary computer but it’s still great as a Kindle, for catching up on social media content, and for casual gaming (read, occasional babysitter and childrens’ amusement on long car journeys). I was disappointed to have to pay to replace it after the screen developed a fault, but there’s no reason to trade up yet, especially since we bought a touch PC for the family (read on). If anything, I might consider a smaller tablet (maybe a Google Nexus 7 or a Tesco Hudl). Verdict 5/10. Hold, although it’s getting old now.

Everyday PC: Fujitsu Lifebook P702 (Intel Core i5 3210M 2.5GHz, 8GB RAM, 320GB hard disk)

This PC is my main computing device and is a small form-factor replacement for the previous Lifebook I used.  I like it, but a BYOC scheme would be more likely to leave me buying a competitor’s PC. Just as well we only have CYOD! Verdict 7/10. Still hoping for a BYOC scheme at work but not holding my breath.

Family PC: Lenovo Flex 15 (Intel Core i5 4200U 1.6GHz, 4GB RAM, 500GB hard disk)

Lenovo Flex 15When it eventually arrived, I set this PC up with Windows 8.1, Office 2013 and an account for everyone in the family.  It’s been a huge hit – the kids love it and I find it really useful to have a PC in the kitchen/family room.  I’m glad I held out for a touch screen – Windows 8 is so much better with Touch – but I should possibly have got something with a bit more memory… Verdict 8/10. A bit underpowered but a good balance between price and form factor.

Netbook: Lenovo S10e (Intel Atom N270 1.6GHz, 2GB RAM, 160GB hard disk)

Lenovo IdeaPad S10Rarely taken out of the drawer – only used when I want to play with Linux (Ubuntu) or upload some new code to the Arduino. Verdict 2/10. Not worth selling, so keep for tech projects.

Digital Cameras: Nikon D700 and Coolpix P7100

Nikon D700Nikon P7100Although I’ve fallen out of love with photography, I’m sure I’ll get back on the wagon some time. A full-frame DSLR is still my favourite format and the D700 will be with me for a while yet. Indeed, it’s more likely that I would buy some new lenses and a flashgun before I replace my camera body.  Newer bodies offer video but I don’t miss that, and the low light performance on the D700 is pretty good. The P7100 continues to function as my carry-everywhere camera (it lives in the car), offering entry-level DSLR levels of control in a small package, although it’s not as responsive as I’d like and I increasingly tolerate using the iPhone instead (poor camera, but always with me). (D700) Verdict 9/10. Hold. (P7100) Verdict 6/10. Hold.

Photography PC: Apple MacBook MB062LL/B (Intel Core 2 Duo T7500 2.2GHz, 4GB RAM, 750GB hard disk)

Apple Macbook White (late 2007)My MacBook is getting old and, although I upgraded to a 750GB disk, I’m struggling with disk space whilst 4GB of RAM is starting to feel a bit light for big Photoshop jobs but new Macs are expensive. Still too expensive to replace, but as long as I’m not doing much photography, this will last a while longer… Verdict 4/10. Hold.

Media: Samsung UE37ES6300 Smart TV

Samsung UE37ES6300Our late-2012 technology purchase, this replaced an aging (c1998) Sony Trinitron 32″ widescreen CRT and Internet-connected television is now an integral part of my family’s media consumption habit with my children watching more iPlayer content than live.  The software is a little “buggy” but it does the job – as a half decent TV it’s more than adequate and I’m thinking of getting a 22″ version for the den (when we build one…) Verdict 9/10. Hold.

Media: Apple Mac Mini MA206LL/A (Intel Core Duo 1.66GHz, 2GB RAM, 120GB hard disk)

(+ iPad, iPhone 4S, various iPods, Altec Lansing iM7 iPod speakers, Samsung UE37ES6300) Apple Mac MiniNo change here since last year and I still haven’t re-ripped my CDs after the NAS failure a couple of years ago (although the Dell server I bought a few years ago has come out of retirement in preparation for that task). We bought a Yamaha PSR E-343 music keyboard for my son this Christmas so this PC may be brought back to life with Garage Band or as a media server as it takes up almost no space at all. Verdict 6/10. Hold.

Gaming: Microsoft Xbox 360 S 250GB with Kinect Sensor

Microsoft Xbox 360sI don’t play this as much as I should but my sons make more and more use of it, and bought me a copy of FIFA 2014 for Christmas, so the Xbox is starting to get a lot more use. No plans to replace it with a newer model though. Verdict 7/10. Hold.

Servers and Storage: Raspberry Pi, 2x Netgear ReadyNAS Duo, various USB HDDs

The Raspberry Pi has replaced my atom-based infrastructure PC, whilst one ReadyNAS is used to back up my work and the other has still not been recovered from its multiple disk failure a couple of years ago.  I still need to consolidate the various USB hard drives onto the  3GB Seagate Backup Plus Desktop drive and sort out the various cloud-based services that I use. (Raspberry Pi) Verdict 10/10. What’s not to like about a computer that costs just £25? (ReadyNAS Duo) Verdict 5/10. RAID failures mean I’ve lost confidence.

Other tech: Arduino Uno, Canon ImageFormula P-215 document scanner

I’m still occasionally playing around with electronics using an Arduino – although I need to do more with this. I’m also slowly regaining control over my filing using the document scanner (and it’s very cathartic shredding old documents!) (Arduino Uno) Verdict 10/10. Inexpensive, with loads of scope for electronic prototyping and a thriving community for support. (Canon P-215) Verdict 9/10. Impressive scanner, although a little on the expensive side.

Potential new toys: Nest learning thermostatLego Mindstorms

Just as last year, I still have my eyes on home automation and tech toys but budgets (and other hobbies) mean they are unlikely to become real for a while yet.  A smart watch is a possibility too… just waiting for the right one…