Magic Trackpad

Apples Magic Trackpad

Having used a Macbook pro for the last year and a half I have grown to love the way the trackpad works. Coming from a PC background I found it really hard not to use a mouse with a laptop. So I brought a Magic Mouse without any hesitation. The versatility of the swipes and gestures make the device a wonderful thing to use. But then after a while I started to find that I was using the trackpad, one because it was there, and two because it actually really works well with OSX. It wasn’t long before the magic mouse became somewhat obsolete and was collecting dust and begging for more double AA batteries, its only draw back!

I also own an iMac, and whenever I am working on that I was finding that I was looking for a trackpad that wasn’t there and was having to use my other Magic Mouse. I had grown accustomed to working different ways on each machine, and was fairly happy in doing so.

I then started to use the Developer Preview of OSX Lion; and its use of gestures is now even better and the poor little magic mouse doesn’t have the real-estate to perform all the lovely new features! Well it doesn’t at the time of writing; maybe the final release of Lion will change things? Anyway I should stop rambling and get on with a review.

Trackpad next to its box
One of the first things you notice is its size; its much bigger than a trackpad on a Macbook/Pro. This isn’t a bad thing, in fact its a great thing I sometimes find that performing a complex rotate, pinch and zoom on a laptops trackpad can be a bit unforgiving as you reach the edge and it all goes wrong! This is big enough to perform all the swipes and gestures without having to contort your hand into (even) stranger positions than you could imagine.

The device itself oozes typical Apple minimalist design. It’s a sheet of aluminium that sits on your desk at a slight angle waiting to be touched, and coated with a wear-resistant glass surface. The angle is created by the battery tube at the top, which takes two AA batteries. Apple claims this will be enough to power it for around 2 months. That tube houses the power switch and the gubbins to make it all work. Aside from a green light that only lights up when it is pairing, there is very little to report here.

While the top is metal the underside is white plastic – identical to the Apple Bluetooth keyboard. In fact design-wise it is identical in its approach. It’s the same brushed metal on top, the same angle, the same depth, the same height, in fact you can put the two together and pretend they are one piece.

Unlike most other computer peripherals, the surface is free from buttons. But you still get the ability to left or right click, thanks to the small feet on the leading edge of the underside. It’s an incredibly simple and clever idea that works just like the MacBook Pro’s system – you just click on the trackpad without realising there is no button.

The Magic Trackpad is connected to your Mac via Bluetooth, and the only other requirement here is that you are running OSX 10.6.4. Connect the device to your Mac and at first you’ll believe that you’ve bought a rather uninspiring and expensive trackpad that doesn’t do much.

Just perform a software update (if you haven’t already) and empower your Magic Trackpad to deliver on its promises. A quick restart later and you’re ready to tinker if you so wish, although for the most part you won’t have to.

The new software gives you the power to scroll, rotate, pinch, open and close, screen zoom, and secondary click when using two fingers.

Trackpad preference pane in action

Add a third finger and you can swipe to navigate and drag windows around, while four fingers up and down opens Expose and swiping left and right gives you the ability to change applications.

Don’t panic you can just use the one finger. The travel of your finger on the trackpad is more than enough to cover your screen within a single motion and that saves you having to keep lifting your finger.

There are other options with your single finger; i.e. tap to click (which can be turned off) and secondary click zoned into the bottom right corner, for example: we found a two finger click was easier, but there are choices so you can set it to your preference. You can adjust tracking, double-click and scrolling speed as well.

In practice, and it really is the same as the MacBook Pro trackpad, although we found it easier to use three and four finger movements due to the increased real-estate. The glass is beautifully smooth on your fingers and the click, which can be done from anywhere with very little effort, is responsive and you don’t really have to press that hard.

With the resting feet responsible for the clicking part of the trackpad you will have to have it on a level surface. I tried balancing it on a leg – it just doesn’t work – but you can use it up to 10 metres away.

Verdict

So desktop users should you ditch your mouse? The mouse might be ugly but it will allow you to whizz around the desktop quickly and it is what you are used to. This brings with it a host of new functions and we feel it is better than the company’s Magic Mouse offering.

At £59 you really want to make sure this is magical enough to replace your current mouse and we would have to say this comes down to how much you enjoy using a trackpad. For MacBook users wanting to bring that touch experience to their desktop Mac, or if dock your MacBook at your desk, then you probably don’t need convincing. For us, this gives you the chance to break the excellent touchpad experience out of your notebook and get it on your desk.

If you spend most of your time on the road, with a MacBook Pro in tow, you probably don’t need to lug around an extra trackpad and you won’t be able to use it fully without a surface to put it on.

For me this is a mouse replacement, but it’s worth heading down to your local Apple Store and trying it out for yourself.

Rating: ★★★★½

 
Apple's new beast Lion

When I first heard Lion wouldn’t be available on an optical disk, I was concerned: How do you fix your Mac with no alternative start-up disk? I’m still concerned there will be unforseen problems, but Apple does have a plan: that’s because Lion carries its own restore partition which is pre-installed when you upgrade to the OS.

This 600MB ‘Restore HD’partition is accessed when you depress the option key while booting your machine. It then shows up beside your other partitions, select it and you’ll be straight into recovery mode, which lets you restore your Mac from a Time Machine backup, reinstall Mac OS X, run Disk Utility or use Safari. If this new system works, it looks like Mac repair could be made a little easier.

 

If you are lucky enough to be using OS X Lion Developer Preview and you have a NAS drive, you will most likely come across a problem trying to connect to it.

Ok the issue is that i tried to access my Buffalo LinkStation over AFP with OS X LION Beta 1 and got a error message like this one above. I couldn’t login with a registered user on my Buffalo LinkStation. The guest account worked fine but no chance with a registered one.

So i found a solution and explanation at the Apple Developer Forum. Apple disables support for the “DHCAST128″ in OS X 10.7 LION , which is commonly used by NAS boxes. Apple thinks is it insufficiently secure. So all the Vendors must work with Apple for Lion compatibility.

To turn on “DHCAST128″ support please do the following:

1)  Launch /Applications/Utilities/Terminal and do:

sudo chmod o+w /Library/Preferences
defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1

Now restart your computer.

2)  From Finder, select an AFP server, or use “Connect To…”.  This will cause the AFP Client to create the full preferences file

3)  Launch Terminal again and do:

sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
sudo chmod o-w /Library/Preferences

Now restart your computer.

You should now be able to connect to your NAS device.

If your NAS provider fixes the issue; you can add a “DHCAST128″ to the disable list, by doing this:

sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array-add "DHCAST128"

I tried it at my OS X LION installation an it worked like a dream. I hope that all the Vendors like Buffalo, QNAP, Synology etc. will patch that in future firmware releases.

© 2011 Aaron Thorne's Blog Suffusion theme by Sayontan Sinha