Sunday, February 27, 2011

Software : Tutorial: How to detect unknown malware with WinPatrol

Software : Tutorial: How to detect unknown malware with WinPatrol


Tutorial: How to detect unknown malware with WinPatrol

Posted: 27 Feb 2011 02:00 AM PST

Host-based intrusion detection is a serious consideration for people wishing to stay safe online from as-yet unknown threats.

Knowing exactly what's happening under the hood is also the first step in controlling what your computer does and when. Linux has enjoyed the protection of major open source intrusion detection systems (IDS) for some time.

Windows users have fewer options, but that doesn't mean the threats facing it are any less dangerous. The landscape is now changing so fast that it takes a large and growing online security industry to keep up.

To help gain and keep the upper hand, it's becoming necessary to counter unknown threats as well as trying to spot and stop the known ones. To help, a new class of anti-malware has emerged.

Combining the advantages of an intrusion detection system (IDS) with other software can help detect and block malicious activity, and even clean up after a successful attack.

Detecting intrusions

There are two main types of IDS, which differ in the scope of their protection. A network IDS (NIDS) sits at a strategic point on the network – such as between the internet router and the internal network – where it can see all the data packets as they flow by. It inspects all traffic flowing across, into and out of the network, looking for activity indicating a remote attack.

By contrast, a host-based IDS (HIDS) is installed on each networked computer, and monitors traffic flowing in and out of just that machine. This second type of IDS can be quite specialised, and can monitor individual aspects of the system and its behaviour – such as changes to the Registry.

A protocol-based IDS (PIDS) is an even more dedicated IDS. It's installed on a server (or somewhere it can see all the traffic flowing in and out of the server) and monitors use of the server's specific network connections. It might be installed on a web server protocols, for example.

The detection techniques employed by an IDS fall into several categories. The simplest of these is signature-based. Like most antivirus packages, this tests a huge number of traffic patterns against a large database of profiles generated by known attack types. As with antivirus software, this database must be updated regularly, as new attack signatures become available.

Unlike static virus signatures however, an IDS attack signature has a distinct time element because it needs to understand the order, sequence and possibly even the delays between the packets involved in the attack as they arrive.

Anomaly detection

Anomaly-based intrusion detection is more sophisticated and intelligent. It first establishes a baseline of 'normal' network activity by monitoring network traffic for a while, including the general amounts of bandwidth used, the protocols used, the associated ports, the number of connections and which devices generally connect to each other.

Once in detection mode, the system will compare this baseline to subsequent network traffic patterns. Anything out of the ordinary is considered suspicious.

detected threat

POSSIBLE THREATS: If you find something potentially dodgy on your system, you can view its details and even add a note for future reference so you don't forget

In an application protocol IDS (APIDS), the baseline is even more specific and has to be far more detailed. To be effective, the APIDS monitors the traffic received and transmitted by the network protocol, so it has to understand in depth the way the protocol is being used in order to look for anything that deviates from the way it's normally used.

Regardless of the detection technique used, once an IDS identifies suspicious activity, it can take two courses of action: active or passive. A passive IDS simply detects and logs anomalies in system behaviour and reports them to the user or system administrator.

An active IDS (intrusion prevention system) can respond automatically to the perceived threat by blocking incoming IP addresses, blocking specific applications from transmitting data, blocking potentially malicious changes to the system, and even by preventing code from running.

WinPatrol

WinPatrol has been protecting computers for over a decade, and has just received an overhaul for Windows 7. Although the commercial version has some very useful facilities, the free one is perfectly good for protecting computers on a home network.

After downloading, run the installation executable and click 'Next'. That's all there is to it. At the end, click 'Finish' to run the application and the user interface will appear. If you have audio enabled you'll hear a 'woof' sound.

The main user interface is packed with three rows of tabs, though some are only accessible in the Plus (paid) version of the software. Click the 'Startup programs' tab and you'll see a list of all the programs that start when Windows does.

Although Windows 7 is blindingly fast to boot up compared to earlier versions of the operating system, it can be slowed by this extra load. By selecting a program and clicking 'Remove' or 'Disable', you can temporarily suspend auto-startup of that program, or if it proves to be the one increasing your system boot up time, remove it from the list.

Removal doesn't uninstall the program. If there's anything in this list that you don't recognise, select it and press the 'Info' button. If you're still not convinced that it's benign based on the information, disable it and reboot. If nothing untoward happens, remove it from the list.

The next tab, 'Delayed start', enables you to stagger the startup times of different applications. If you always use a browser first when you boot up and log in, you can add it to the 'Delayed start' tab to make sure that there are no resource contentions, and that the rest of the operating system is up and running before the browser tries to connect to the internet.

Click 'Add', then navigate to the executable for the application. Select it and click 'OK'. Select whether you want the application to start for all users or just you then click 'OK'. Now click the 'Delay options' button. Enter a title for the startup job and a time to wait from bootup to running the application. If the program needs any command line options passing to it, enter these in the 'Parameters' box.

Finally, select the way you want the program to appear – maximised, in a window or minimised to the task bar. Click 'OK' and the name of the delayed startup job changes to the one you entered. Reboot and WinPatrol should implement your changes.

Many people refuse to upgrade to the latest version of Internet Explorer, which means it's the target of all kinds of malicious and potentially malicious browser helper objects (BHOs). These extend the functionality of IE and are loaded when you run the browser. They can also increase the browser's startup time.

They often can't be uninstalled or even seen by normal users – perfect for installing adware and spyware.

Cleaning up IE

Click on the 'IE Helpers' tab in WinPatrol and you'll see a long list of these, plus the browser's toolbar add-ons. If you're irritated by installation programs insisting that you install the Yahoo Search bar, for example, you can remove it here.

The amount of on-screen space taken up by IE's normal toolbars is substantial, without having it further reduced by something you don't want. Select a BHO or toolbar from the list and click 'Info' to learn more. If you don't like what you see, click 'Remove' to delete it from IE and the system.

You'll be asked to confirm your choice before deletion takes place. Malware can also pose as or hijack legitimate scheduled tasks. To inspect these, click the 'Scheduled tasks' tab. Again, click 'Remove' to take any unnecessary or dodgy tasks out of the list.

This and the other two startup tabs are also a great way to clean up a new PC that annoys you with nagware. Now we can move on to the meat of host-based intrusion detection: detecting changes to the system that may indicate the presence of malware, spyware, or adware.

Click the 'Options' tab to configure WinPatrol for detection. Homepage hijacking is finding increasingly sophisticated roles in online crime. With 'Detect Changes to Internet Explorer home and search pages' selected, you'll be notified of any changes to the browser or its configuration.

Detecting changes

The HOSTS file is a throwback to the days before DNS, but it's also the first port of call for any internet-aware program trying to resolve domain names into IP addresses. These programs will use the domain/IP address mappings in the HOSTS file without question, so if this file is changed it can make you believe you're accessing legitimate websites when in fact you're being redirected to malicious ones.

HOSTS

HOSTS FILE: If malware makes changes to the HOSTS file on your computer, it can redirect you to anywhere on the internet without your knowledge

The 'Warn if changes are made to my internet HOSTS and critical system files' option will keep you safe from this form of attack. You can also view the 'HOSTS' file with the appropriate button; Notepad pops up to display it.

The 'HOSTS' file contains a few examples of mappings between DNS names and the associated IP addresses. If you see one without a hash ('#') symbol before it, indicating that the line is edited out, and you didn't put it there, place a hash at the start of the line, save the file and reboot to see if it breaks anything. If not, malware may well be trying to redirect you to a malicious page.

As WinPatrol runs, it creates a log file of events that you can view with the 'WinPatrol log' button. The resulting HTML page gives information about everything that happens on your PC. Pressing the 'Spreadsheet report' button will create a spreadsheet containing the same data. This is written to 'BillP\WinPatrol' in the 'Program Files' folder of your C:\ drive.

One last useful option on this tab is 'Lock file types'. If you've ever been frustrated by legitimate programs changing your carefully modified file associations even when you asked them not to, this option is for you. It prevents such changes from happening.

Tutorial: Windows Event Viewer tips and tricks

Posted: 27 Feb 2011 12:00 AM PST

The Event Viewer doesn't look like a very exciting Windows componment. If your PC is unstable you might use it to check for error messages, but otherwise, well, that's about all. Or is it?

Look a little closer and you'll discover that the tool has all kinds of useful additional capabilities. It can sometimes be hard to find important events using the default settings, but creating a custom view will help you zoom in quickly on the data that really matters, which can be an essential troubleshooting aid.

If you have a network, then you can set up one copy of the Event Viewer to collect events from several PCs, and manage them all centrally.

One excellent feature gives you the ability to run a particular program or task when a given event occurs. If a program crashes you could restart it, for example. If you're short on hard drive space, you could delete your temporary files – whatever you like.

Then there are the secret Event Logs that you may not even know exist, the leftover logs that need to be deleted, the hidden management features and a whole lot more.

Please note, while we're focusing on the Windows 7 Event Viewer here, much of what we're saying also applies to Vista and even XP. Whichever version of Windows you're using, the Event Viewer deserves a much closer look.

The basics

Event viewer

The prime purpose of Event Viewer is to act as a log for various applications and Windows components. Many of these issues don't have an interface, or don't report all their problems and status issues via alert messages, so if you want to find out what's really going on with your PC then it's essential to take a look at the Event Viewer on a regular basis.

You can access the viewer via the Control Panel (go to 'System and security | Administrative tools | View event logs' if you're using Windows 7), but we find it easier to launch the tool directly: click 'Start', type eventvwr.msc, click the 'Event Viewer' link and it will pop up in a second or two.

If you just want to find out more about your PC, then you can expand the 'Windows Logs' section of the tree and browse the Application, Security, Setup and System logs for any interesting looking events.

These logs are presented in reverse chronological order, so the most recent events are at the top and as you scroll down you'll move back in time.

What will you see here? It depends entirely on the setup of your system, but we checked a test PC and came up with many interesting entries. There were detailed error messages for application and system crashes, for instance. If you come home and someone tells you the PC crashed an hour ago, but they can't remember the error message, the Event Log may tell you more.

We found performance-related information, including an Outlook message that said its launch was delayed because of a particular add-on. There were also warnings about four boot drivers that had failed to load. That's information we wouldn't have found anywhere else, and could explain all kinds of odd system behaviour.

Other issues

There were also events relating to the PC startup and shutdown process, installed programs, hardware problem, and many other issues. You wouldn't want to browse the Event Viewer for fun, but if you're having any kind of computer issues then it's wise to give it a closer look – you just might find the clues you need to uncover their real cause.

The problem with scrolling through the main Windows logs is that there are only a few interesting events, and they're masked by a great deal of irrelevant junk. Fortunately the Event Viewer provides several alternatives that will help you zoom in on the data that matters.

Custom view

The Windows 7 Event Viewer, for instance, opens with a useful 'Summary of Administrative Events'. Particularly important event types, such as 'Critical', 'Error' and 'Warning', are listed right at the top and you can expand these to find out more.

Trying this on our test system revealed seven disk errors in the past week. Double-clicking the entry revealed the details, and it turned out one of our drives was experiencing controller errors. Could the drive be about to fail? We're not sure, but at least the Event Viewer has given us a warning so we can back it up.

Another possible option is to expand the 'Applications and Services Logs' section of the viewer. This area contains logs dedicated to applications and areas of your system, such as hardware events, Internet Explorer and Media Center.

Perhaps the most important log here is a little buried, though. Browse to 'Applications and services logs | Microsoft | Windows | Diagnostics-Performance | Operational' and you'll find information about your PC's boot and shutdown processes. Again, everyone will see different things, but when we checked this log on our PC we found a wealth of essential data.

There were events warning us that the Bonjour Service, Function Discovery Resource Publication Service and Orbit Downloader were all causing delays in the system shutdown process. Other events pointed fingers at particular programs for delaying our PCs boot, too – if we were to remove anything non-essential, our system would speed up.

There were general warning events too, such as 'Video memory resources are over-utilised and there is thrashing happening as a result'. If your PC seems slow, or unstable, then this could be a clue. Simply closing some windows could make all the difference, as might updating the video drivers.

As usual, these logs are packed with clues to all sorts of problems, many of which you may not even realise you have. Take a look – it's surprising what you can learn.

Subscriptions

Subscriptions

The Event Viewer isn't only able to reveal issues with your own PC. It can also collect information on Vista or Windows 7 systems all across your network, so you can troubleshoot many problems from the comfort of your own desktop.

To set this up you must prepare the remote computers to forward events. First launch an elevated command prompt on each of these (do this by right-clicking the link 'cmd.exe' and selecting 'Run as administrator'), then enter the command winrm quickconfig.

Next, go to the central PC where you'll be collecting these events, launch another elevated command prompt and enter the command wecutil qc.

You can then launch the Event Viewer on the collecting computer, click 'Subscriptions | Create subscription' and tell the system exactly which events you'd like to collect from which computers. These will then appear in the log you specify, and you'll be able to view and filter them just as you can events on your own computer. Well, that's the basic principle at least.

In practice, there are usually some complications. You might have to specifically allow the Remove Event Log Management process to connect through your firewall, for instance, and you'll need to add an account with administrator privileges to the Event Log Readers group on each of the remote PCs. Check the 'Event viewer help' file under 'Manage subscriptions' for more details.

Run a task

Alert

So far we've only used Event Viewer in a passive way, allowing it to record what various apps are doing, but the best part of the tool is that it can also be active and dynamic, responding to events with the specific action that you choose.

Suppose one of your favourite apps has its own event log, for instance. It might only add one event a week, but that event might be very important and you may want to know about it right away. Is this a problem? Not at all. In a few clicks you can be alerted whenever a new event appears.

To make this happen, launch Event Viewer, expand the 'Applications and services logs' section of the tree, right-click your log of choice and select 'Attach a task to this log'. Click 'Next' twice, choose the 'Display a message' option, and click 'Next' again. Enter a title for your message, then the message itself, and click 'Next'. Click 'Finish' and that's it – Windows will now display a pop-up alert with your selected message whenever an event is placed in this particular log.

You can also attach a task to a specific event. If you see something that might be really important, like a message that a hard drive is returning controller errors, then right-click it, select 'Attach a task to this event' and the wizard will appear. With a few clicks, you can ensure that you're informed directly about important events, rather than just hoping you'll catch them later.

Perhaps most usefully, the Event Viewer can also launch a task in response to a particular event. If your system is regularly displaying some low-level drive error, for example, you could automatically launch Windows chkdsk or some other drive error checker to confirm that all is well.

If you're running short of hard drive space and related events are appearing, you could have these launch something like CCleaner to quickly free up a little space.

The principle is the same: right-click an event and select 'Attach a task to this event' to launch the Create Basic Task Wizard. This time, when you get to the 'Action' point, select 'Start a program'. Click 'Next', choose your program or script and any optional command line arguments, then click 'Next', finish the wizard and your configuration is complete.

Event details

Windows will now respond automatically to events as they occur, which could mean your PC problems are fixed before you realise they've occurred.

Friday, February 25, 2011

Software : Google Cloud Connect now on general release

Software : Google Cloud Connect now on general release


Google Cloud Connect now on general release

Posted: 25 Feb 2011 07:19 AM PST

Google's Cloud Connect plug-in is now on general release, having been on a limited beta since late last year.

The free plug-in allows Windows users with Microsoft Office 2003, 2007 or 2010 to synchronise Office documents with a Google account, keeping both the cloud and local files the same.

Once uploaded, Word, Excel and Powerpoint files can all be edited online using Google Docs; as Google Apps puts it, "Google Cloud Connect teaches your old docs new tricks".

Google Office

When working locally, the Google Docs link to your document appears in a Google Cloud Connect toolbar on the Office document so syncing the two as you go is a breeze.

Microsoft itself is hoping to take on the administrative cloud with Office 365, itself currently in beta. Microsoft's software, however, comes at a premium price.

Google probably hopes to take Microsoft down a peg or two with its easy to use, free version of what is essentially the same product.

No doubt many businesses will feel more secure opting for Microsoft's paid-for version though, particularly as Google makes no reference to document security when using Cloud Connect.

Android apps running on BlackBerry phones?

Posted: 25 Feb 2011 03:02 AM PST

An app developer has noticed that someone has been running its Android app ShopSavvy on several BlackBerry handsets.

That someone could well be RIM, as rumours that the company is looking to the Android App Store to bolster its PlayBook app offerings surfaced earlier this year.

Analytics data showed that the Android shopping app was accessed on a BlackBerry 8300, 8600 and 8520 during January and February of this year.

Appetising

It could, feasibly, have been anyone trying to get Android apps working on BlackBerry hardware and not necessarily RIM itself.

ShopSavvy delved a little further into the analytics data which apparently shows that these server requests came from Waterloo, Ontario in Canada.

Coincidentally, that's where RIM is based.

The three handsets are pretty aged BlackBerrys, which suggests that if it is RIM, the company could be hoping to get an Android Market tie-in up and running on all BlackBerry phones and not just the QNX-running BlackBerry PlayBook as was previously imagined.

Thursday, February 24, 2011

Apple : Mac OS X Lion unleashed to developers

Apple : Mac OS X Lion unleashed to developers


Mac OS X Lion unleashed to developers

Posted: 24 Feb 2011 09:01 AM PST

Apple has quickly followed up the announcement of a new line of Intel Thunderbird-powered MacBook Pros with the news that it is nearing the release of its next operating system, Mac OS X Lion.

The new Mac operating system is expected to arrive at some point later this summer, with Apple releasing a developer preview of the new OS this week.

Devs catch the early Lion

As of today, devs will be able to get hold of Mac OS X Lion, providing they are members of Apple's Mac Developer Program.

This will give developers a bit of time to familiarise themselves with Apple's new operating system before it arrives later this year.

With new multitouch gestures, full-screen app control options and more, Apple promises that Mac OS X Lion "takes some of the best ideas from iPad and brings them back to the Mac."

Mission Control calling

"The iPad has inspired a new generation of innovative features in Lion," said Philip Schiller, Apple's SVP of worldwide product marketing.

"Developers are going to love Mission Control and Launchpad, and can now start adding great new Lion features like full screen, gestures, Versions and Auto Save to their own apps."

Expect lots more on Apple's new Mac OS X Lion features such as Mission Control and Launchpad over the coming months as we approach release.

FaceTime for Mac costs 59p

Posted: 24 Feb 2011 07:49 AM PST

Apple has announced that current Mac users will need to pay a whole 59 pence to download the new version of FaceTime for Mac, although those buying the new MacBook Pro laptops will get it for free.

59p is hardly going to break anybody's bank, and if you are parting with the best part of a grand or more for a new MacBook Pro, then you surely would expect to get Apple's latest version of its video-calling software bundled in!

59 pence to vid-call

"FaceTime is included with all new MacBook Pro models and is available for other Intel-based Macs from the Mac App Store for £0.59 (99c)," Apple joyfully says in its launch press release for the new MacBook Pros.

Apple iPhone 4 and (latest model) iPod touch users are still able to use FaceTime for free, which means that you will now be able to share your face over the internet with any Mac user, or any new MacBook Pro owner rocking Apple's new "FaceTime HD camera."

We will be sure to test out the high-def versions of Apple's latest FaceTime offering between new MacBook Pro laptops as soon as we can.

For now, if you have a Mac, you can grab the app over at the Mac App Store to give it a whirl.

In Depth: Intel Thunderbolt in Apple MacBook Pro explained

Posted: 24 Feb 2011 07:25 AM PST

Apple's new MacBook Pro is the first computer to include a new connectivity technology called Thunderbolt. But what is it?

The answer, is that it's actually a rebrand of Intel's long-talked of Light Peak technology – Light Peak, it appears, was a codename. Thunderbolt is a new cable interface enabling you to connect up compatible devices – and, crucially, existing devices too.

Thunderbolt also supports electrical cables as well as optical and it's this version of Thunderbolt that's in the MacBook Pro.

And, if adopted across the industry, should lead to lighter and thinner laptops from all manufacturers.

As Apple says, "Thunderbolt delivers PCI Express directly to external high performance peripherals such as RAID arrays, and can support FireWire and USB consumer devices and Gigabit Ethernet networks via adaptors."

Intel thunderbolt

THUNDERBOLT CABLES: Apple's cabling for Thunderbolt

The tech also supports DisplayPort for HD displays and can, through more adaptors, connect up HDMI, DVI and VGA displays.

So it's a connector that can replace literally all other connectors on your PC. Wow. If you're a peripherals manufacturer, you should be making Thunderbolt adaptors for everything, right now.

So how fast is it? There's massive bandwidth available with Thunderbolt – up to 10 Gbps, which could grow by up to 10 times that by 2020.

Intel thunderbolt

Thunderbolt means you can now transfer an entire Blu-ray disc in 30 seconds or a year's worth of back-to-back MP3s in 10 minutes. And it's dual-channel, which means information can flow both ways, as you can see here:

Intel thunderbolt

Thunderbolt can also power bus-powered devices over the connections while Intel promises that files can have highly accurate time synchronisation too.

Intel demonstrated the technology inside a laptop nearly a year ago when it sent two HD video streams across a single Light Peak connection. You can also daisy chain devices, seemingly without performance loss – there's a video of that in action here.

Of course, Light Peak is intended as a replacement for current connectivity standards including USB and eSATA – in fact, it could be a replacement for all storage and display standards.

Suddenly the MacBook Air, with its single USB port, doesn't look so limited. Surely MacBook Air 2011 means you'll be able to connect up everything via a single port.

It clearly shows Apple also believes in Intel's new technology. Of course, that doesn't automatically mean it will be a success. Apple also put the ExpressCard into the MacBook Pro a while back and, due to the rise in wireless connectivity and USB mobile broadband, that has died a death.

Intel thunderbolt

HOW IT WORKS: A block diagram of Thunderbolt

However, because this looks to be such a groundbreaking technology, it surely will seep into competing laptops and netbooks before long – depending on the duration of Apple's inevitable exclusivity deal of course.

Despite the huge potential for connecting to legacy display and storage standards, Thunderbolt will also need mass adoption inside PCs for external display and storage devices to use it natively.

One thing's for sure, if Intel and Apple can force the connection to permeate through the industry, it could be have interesting consequences for USB 3 and eSATA, which are still struggling to get a foothold in the market.

Intel thunderbolt

CONTROLLER: The Thunderbolt controller chip

New MacBook Pro line-up confirmed, Thunderbolt technology inside

Posted: 24 Feb 2011 06:00 AM PST

Apple has confirmed the existence of its new MacBook Pro line-up, with the 13, 15, and 17-inch models coming with next generation processors and graphics, high-speed Thunderbolt I/O technology and a new FaceTime HD camera.

Available now from the Apple Store, the new MacBook Pro range is the company's greenest line-up ever and is up to twice as fast as the previous generation.

Speaking about the new range, Philip Schiller, Apple's senior vice president of Worldwide Product Marketing, said: "The new MacBook Pro brings next generation dual and quad Core processors, high performance graphics, Thunderbolt technology and FaceTime HD to the great design loved by our pro customers.

"Thunderbolt is a revolutionary new I/O technology that delivers an amazing 10 gigabits per second and can support every important I/O standard which is ideal for the new MacBook Pro."

The new MacBook Pro line-up prices begin at £999 for the 13-inch version. Specs for the 13-inch model include either an Intel Core i5 and Core i7 dual-core processors up to 2.7 GHz and Intel HD Graphics 3000.

The 15-inch screen and 17-inch screens feature quad-core Core i7 processors up to 2.3 GHz and AMD Radeon HD graphics processors with up to 1GB of video memory.

Thunderbolt from the blue

And what of this Thundebolt I/O magic Apple speaks of? Well, this ups transfer speeds of data, with the two bi-directional channels clocking up to10Gbps each.

Apple is calling this technology "a new standard for high performance I/O".

The MacBook Pros also have FaceTime, feature Apple's aluminium unibody chassis, Multi-Touch trackpad, LED-backlit widescreen display, illuminated full-size keyboard and 7-hour battery.

Price-wise, if you wanted the 15-inch model, then this starts at £1549, while the 17-inch model is available from £2099.

For more details go to www.apple.com/uk/macbookpro.

Wednesday, February 23, 2011

Software : Android to get ad-free Angry Birds in March

Software : Android to get ad-free Angry Birds in March


Android to get ad-free Angry Birds in March

Posted: 23 Feb 2011 05:17 AM PST

Ad-addled Angry Birds addicts on Android will be all atingle at the announcement that advert-free Angry Birds is on its way to Android.

Rovio Mobile, the company behind the habit-forming game, has tweeted that the premium advertless version will be coming to Android at some point in March.

Responding to a tweet asking if the ad-free version is coming soon for Android, Rovio replied, "Within a month is the current plan".

Angry Androids

Currently, there is no paid-for version of Angry Birds on Android, despite other platforms, including iOS, offering the game unsullied by marketing messages for a small fee.

The premium ad-free version will hit Android at about the same time as Angry Birds Rio, an Angry Birds game featuring characters from Fox's animated film Rio.

There's no word on what UK users can expect to pay for the ad-free Android app, but we don't imagine that it will cost you more than the 59p iOS version.

Tuesday, February 22, 2011

Apple : iPad 2 release could slip to June, says Taiwanese source

Apple : iPad 2 release could slip to June, says Taiwanese source


iPad 2 release could slip to June, says Taiwanese source

Posted: 22 Feb 2011 06:05 AM PST

The eagerly-awaited Apple iPad 2 launch could now be delayed until June, according to a Taiwanese source.

As reported by Reuters, Yuanta Securities have sent out a note about iPad manufacturer Hon Hai suggesting that there are bottlenecks in the production that will delay the second coming (of the iPad, at least).

The follow up to the huge hit that was the original iPad is perhaps the most anticipated, and certainly most hyped, launch of 2011, with Apple keen to build on the success of its first foray into the tablet market.

New issues

Yuanta Securities' note suggests that 'new issues' will mean that the wait for the device will be delayed into the summer.

"Our checks suggest new issues are being encountered with the new production process and it is taking time to resolve them," Yuanta's head of downstream tech equities, Vincent Chen, wrote in the note on Tuesday.

The iPad 2 rumours include some fairly strong suggestions that the device will feature cameras and have a better resolution screen.

Software : In Depth: 17 best Twitter apps for 2011

Software : In Depth: 17 best Twitter apps for 2011


In Depth: 17 best Twitter apps for 2011

Posted: 22 Feb 2011 08:37 AM PST

From deposing dictators to slagging off X Factor contestants, Twitter is everywhere

The microblogging service has become a very big deal very quickly - so big, in fact, that Google and Facebook have both been making goo-goo eyes at the firm.

Mobile app stores are stuffed with Twitter clients, but what about when you want to tweet from your PC or your Mac? In our opinion, these are the best Twitter clients to use.

Chromed Bird (Chrome) - Free

Installing Chromed Bird adds a little birdie next to Chrome's spanner icon; click on it and you've got Twitter. It covers the essentials: timeline, mentions, DMs, favourites and even lists. It's very customisable and unlike most Twitter clients, it hides away when you're not using it.

Chromed bird

DestroyTwitter (Windows, OS X, Linux) - Free

Written in Adobe's AIR, DestroyTwitter is a multi-platform client which promises ultra-low memory usage, support for additional services including Foursquare and Gowalla and handy filters to get rid of unnecessary tweets. The default interface is a bit hard on our ageing eyes but themes enable you to completely customise DestroyTwitter's appearance.

DestroyTwitter

Sobees (Windows) - Free

The desktop version of Sobees is written in .NET so it's a Windows-only job, although if you're running the Silverlight plugin you can access a browser-based version too. Sobees supports Facebook. MySpace and LinkedIn as well as multiple Twitter accounts.

Sobees

Blu (Windows) - Free

This very pretty Windows client doesn't do anything particularly spectacular but if you want a good-looking program that covers the Twitter basics, then Blu does the job.

Blu

Mixero (Windows, OS X, Linux) - Free

Multiple accounts, inline image previews and lots of options for organising and filtering Tweets make Mixero one for the power-Twitter crowd. Don't use the Mac theme, though: it's vile.

Mixero

Buffer (Firefox / Chrome) - Free

A clever idea brilliantly implemented, Buffer stores your tweets in its titular buffer and sends them at the pre-defined times you specify. The free account gives you a ten-tweet buffer that can post three tweets today; paid accounts dramatically increase the buffer size and tweets per day, support multiple accounts and start at $5 per month.

Buffer

Echofon (Firefox, OS X) - Free

The excellent, minimalist Echofon for iOS and Mac is joined by an equally excellent Echofon for Firefox add-on (formerly known as TwitterFox) that floats above your browser window, which is particularly useful if you're constantly clicking links in people's tweets or posting links yourself.

If you need more features, the desktop version handles multiple accounts and easy file attachments and is free if you don't mind the odd ad. $20 gets shot of them. Both desktop and Firefox versions sync with the iPhone version, which is clever.

Echofon

Tweetdeck (Windows, OS X, Linux, Chrome) - Free

In addition to its popular iOS and Android apps, Tweetdeck is also available as desktop software for Windows and OS X or as a Chrome extension. The desktop version is the prettiest but the Chrome extension hasn't exactly been bashed with the Ugly Stick either, and the multi-column layout makes it easy to stay on top of not just Twitter, but Facebook, Foursquare and Google Buzz too. If you like the new Twitter website, you'll like this.

Tweetdeck

Twidget (OS X) - Free

Twidget is simple and straightforward: it's an OS X dashboard widget that shows your timeline, enables you to post and can automatically link replies together to form conversations. Er, that's pretty much it.

Twidget

Seesmic (Windows, OS X, Linux, Chrome) - Free

Seesmic is available in several forms: as a desktop Adobe AIR application, as a web application and as a Chrome App. The latter has a few bugs - text rendering went crazy a few times on our Mac - and it's not the prettiest, but there's support for multiple accounts and multiple services including LinkedIn, Foursquare, Facebook and Google Buzz together with integrated translation and the option to schedule tweets for later posting.

Given the choice between the Chrome/web apps and the desktop version, we'd go for the desktop one: it's a nicer place to spend time in and integrates with more services including Google Reader, Formspring and Gowalla.

Seesmic

Twitterrific (OS X) - Free / $9.95

A typically elegant multi-platform offering from the Icon Factory, Twitterrific comes in OS X and iOS flavours. The updated desktop app is free for single-account use, while $9.95 zaps the ads and enables multiple accounts and windows. Version 4 brings a redesigned interface, inline picture viewing, the ability to view conversations and integrated picture and video uploading. It can also translate tweets from other languages.

Some of the best Twitter apps have been for iOS and Android, but now the Mac App Store has launched it's already filling up with Twitter software. The current crop includes the following interesting offerings - and Twitter's own official OS X client.

Twitterific

Twitter (OS X) - Free

The app formerly known as Tweetie is a bit of a Marmite affair, with a non-standard OS X interface and, on our machine at least, a tendency to crash every time we retweet something. It's a very polished client, though, and it's particularly good at displaying Twitter conversations.

Twitter

Tweetings for Twitter - £1.79

Multiple accounts, image uploads, inline images and keyword/user filtering.

Tweetings

Heltweetica for Twitter - £0.59

Multiple accounts in a love it or hate it interface for the price of a packet of sweets.

Heltweetica

Hibari for Twitter - £7.99

Very minimalist OS X client with a clever temporary mute-user feature - handy if they're banging on about some TV programme.

Hibari

Kiwi - £0.59

Tabbed windows for multiple accounts, easy and powerful filtering and customisable themes.

Kiwi

Weet - £2.99

Clean and attractive Twitter client with support for multiple accounts, Instapaper and ReadItLater.

Weet

Monday, February 21, 2011

Apple : Updated: iPad 2 rumours: what you need to know

Apple : Updated: iPad 2 rumours: what you need to know


Updated: iPad 2 rumours: what you need to know

Posted: 21 Feb 2011 02:53 AM PST

The internet loves Apple and it loves ill-founded speculation, so it's hardly surprising that iPad 2 rumours were flying before the first iPad even reached the UK.

With only weeks to go before its expected unveiling the iPad 2 release date, specs and price are still closely guarded secrets, but that doesn't mean there aren't some juicy rumours, inspired guesses and possibly even Apple leaks to consider.

Reports suggest Apple is also expecting massive demand for the new device and has ordered six million units per month.

Here's our pick of the latest iPad 2011 rumours.

UPDATE: iPad 2 has apparently been spotted. Reuters reports on a "source with knowledge of the device" who spotted the new iPad at the launch of News Corp's The Daily.

UPDATE: On 8 February 2011 the Wall Street Journal claimed that the new iPad has gone into full production.

iPad 2 specs: cameras and a gyroscope

Gizmodo reckons that FaceTime support's a given, and that means a front-facing camera like the iPhone 4. BuzzBizzNews echoes the camera story, suggesting twin cameras. It also suggests that there'll be a three-axis gyroscope like there is in the iPhone 4. EETimes says Apple has been testing gyroscopes but decided not to put one in the original iPad.

On 10 December 2010, images of a new iPad case appeared online, suggesting that the iPad 2nd generation will feature a rear-facing camera.

On 17 January 2011, we heard word of not only a rear camera, but a front one too... it seems more likely that FaceTime will be coming to the iPad 2 as well.

iPad 2 specs: a USB port and SD card slot

Rumours suggest that the iPad 2 will have a USB port, which BuzzBizzNews says will enable users to "upload movies, documents and photos". We're not convinced it's for that, because Apple is moving increasingly to wireless. The iPad prints wirelessly. The iPad streams media wirelessly. Why add USB? More likely, we think, is a MicroUSB port or adapter so the iPad meets new EU regulations on mobile device chargers.

Images of a new iPad case have appeared online that seem to show space for an SD card slot.

On 17 January 2011, we also reported on said SD clard slot - it would be a dramatic move for Apple to go with such expandable memory, but a clever one if true.

iPad 2 specs: GSM and CDMA

AllThingsDigital quotes analyst Brian Blair, who says that Apple may be readying a "world iPad" that uses both GSM and CDMA networks, enabling it to get online anywhere in the world. CDMA, incidentally, is the technology used by Verizon in the US.

iPad 2 case: thinner and more like a MacBook

Brian Blair also says: "the new iPad is thinner than the existing model and is essentially made from one piece of metal with no pins needed. We understand it requires a new type of manufacturing process as a result, similar to the company's unibody approach seen in MacBooks."

iPad 2 specs: retina display

Will the gorgeous screen from the iPhone 4 make its way to the iPad? The Apple Blog thinks so: "You can be sure that Apple's Retina Display, or something very close, will make its way to iPad".

Then again, such a screen would massively increase the number of pixels, increasing the demands on both the iPad's processor and its battery, so a nine-inch Retina Display is a challenge. If Apple's solved it we'll see you down the Apple Store the second it goes on sale.

iPad 2 specs: a seven-inch screen?

All of Apple's rivals have plumped for 7-inch displays, which means their tablets are lighter than the iPad. Will Apple follow them into seven-inch territory?

iLounge says prototypes exist, while earlier this year DigiTimes predicted not just a seven-inch iPad 2, but a 5.6-inch iPad 2. Apparently the smaller iPads would target ebooks while the current iPad would target multimedia entertainment, "sources stated". We're doubtful. Apple already does a mini-iPad with a retina display. It's the iPod touch.

The idea of a smaller iPad 2 took another knock in November, when 9to5Mac reported that the iPad 2 adverts have already been shot - with current-generation iPads playing the role of iPad 2s. The iPad 2s will be digitally added nearer the time, and of course that's much harder to do if the iPad 2 is smaller than the iPads the actors are actually holding.

iPad 2 specs: a faster processor

KitGuru "has been hearing rumours from the Far East" that the iPad 2 will be a seven-inch job with a 2GHz processor and an HD video camera. It reckons the processor will be based on ARM's Cortex A9, the 1GHz dual-core processor that you'll find in the BlackBerry PlayBook.

On 18 January, we also reported the iPad 2 will have a boosted dual core GPU, based on an upgraded graphical core from Apple. This will allow better pixel management, lending weight the theory that the iPad 2 will have a much higher-res screen.

iPad 2 specs: more memory

This is a no-brainer: the iPhone 4 has twice the memory of the iPad (512MB compared to 256MB), largely because the iPhone does multitasking. Since the iOS 4.2 release, iPads do multitasking too. 256MB already seems a little bit stingy.

iPad 2 specs: no home button

Boy Genius Report says a source has told it that Apple has employees testing iPads with no home buttons, but we're inclined to agree with ZDNet, which says "don't bet on it".

iPad 2 features: Find My Friends

On 13 January 2011 we reported that Apple seems to have a location-based tool called Find My Friends in the works for its iOS 4.3 iPhone and iPad update.

The iPad 2 release date is probably in the Spring

Rumours suggested that the iPad 2 would be rushed out in time for Christmas, but if that's Apple's plan they're being awfully last-minute about it. Early 2011 seems like a much better bet, and it fits with Apple's annual product cycle: the first iPad was announced in January and shipped in the spring.

On 7 December we reported on rumours that Apple would be shipping iPad 2 units out to warehouses in February 2011. If that date is correct, it suggests an iPad 2 release date of some time around April.

This has been corroborated by our report on 17 January, with the April UK release date backed up by 'insiders'.

On 20 January 2011 we reported that the iPad 2 release date could be 9 February, after images leaked showing that date on the home screen (the original iPad launch promotional material had a 27 January 2010 date on the home screen - the date the first iPad launched).

On 7 February 2011, Elton John, speaking on BBC Breakfast, said he is looking forward to buying an iPad 2 in April so he can make video calls using Skype. Did he just out the iPad 2 release date or has he been hearing the same rumours that we have?

On 21 February 2011, we reported that T-Mobile and Orange have dropped their iPad prices. This could indicate that a new iPad is imminent as the carriers try to clear out old stock.

The iPad 2 price won't change much

Unless there's a new seven-inch model we'll be amazed if the iPad 2 price is dramatically lower than the model it replaces: Apple isn't struggling to shift units and rivals are charging similar prices. Cheapo tablets do exist, but they're rubbish.

In Depth: 10 best iPhone and iPad Twitter apps

Posted: 21 Feb 2011 02:00 AM PST

Users of Apple's mobile devices are spoilt for choice when it comes to Twitter clients - there are loads of the things littering the App Store.

The official Twitter client is free, stable and fairly feature-rich, but with the wealth of apps, you'd be crazy to not at least see what's available elsewhere, and so we've unearthed what we think are the best Twitter clients for the iPhone, iPod touch and iPad.

1. Twitter (free, universal)

On the iPhone, Twitter is an evolved version of top Twitter client Tweetie, rebranded when the service bought out the developer. It's a simple, elegant app that ably does its job.

On the iPad, you'd at first glance be forgiven for thinking you'd launched an entirely different app, such is the change in interface. While divisive, Twitter's pane-based swipe-oriented approach proves usable and efficient once you're used to it, although the iPad version oddly lacks the ability to create lists (which it has when running on the iPhone) and supports a relatively limited range of services.

Twitter ipad

2. Echofon (free with ads or £2.99 for 'pro', universal)

Plain and simple, Echofon is great if you just want fast access to content, and unlike Twitter it's similar in use across devices.

A big plus for Echofon is its ability to sync unread tweets between installs across mobile and desktop platforms, but it lets itself down a bit with occasional crashes on iPhone when sending emails and loading the in-app browser.

Echofon

3. Twitterrific (free/£2.99 for 'pro', universal)

At one point, Twitterrific was feature-packed but becoming more complex with every update. The developers bravely stripped everything back and started again. The result is an impressively usable and great-looking client - although you'll need to pay to go 'pro' on each device you want multiple accounts on.

Twitterrific

4. Twittelator Pro (£2.99, separate apps)

Seemingly taking the baton from Twitterrific in terms of complexity, the iPhone version of Twittelator Pro is feature-rich, with great search, theming and drafting capabilities.

On the iPad version, theming is gone and there's a lot of wasted screen space, but the two-pane interface is usable, and in-stream images are handled deftly, although the lack of a built-in web browser is annoying.

Twittelator

5. Osfoora (£1.79 for iPhone, £2.39 for iPad)

It's one of the pricier clients and the default black theme is a bit harsh, but Osfoora (iPhone version, iPad version) has a good crack at marrying a clean efficient interface with plenty of features.

It's particularly worthy of consideration for anyone who wants a more flexible client than Twitter or Twitterrific, more stability than Echofon has to offer, and an app with better screen usage than Twittelator Pro on iPad.

Osfora

6. TwitBird (free/£1.19 for 'premium'/£1.79 for 'pro', universal)

Oddly available in three flavours (ad-supported 'free'; two-account ad-free 'premium'; 16-account ad-free 'pro'), TwitBird is fully-featured, with some interesting themes and ideas.

The grid-based Espresso theme provides navigation akin to the Facebook app (which works nicely, and is more flexible than the standard toolbar model), and the client automatically placing the original tweet under a reply is useful.

Twitbird

7. HelTweetica (free, iPad-only)

HelTweetica is an iPad-only release which aims to be a "clean and modern take on the Twitter client app" and largely succeeds. It packs a lot of tweets into a small space, although this results in slightly fiddly buttons for performing various tasks. However, the app is fast and also has an efficient single-user view that automatically loads the user's recent tweets.

HelTweetica

8. TweetDeck/TweetDeck for iPad (free, separate apps)

Aiming to bring the column-based Twitter client to iOS devices, TweetDeck (iPhone version, iPad version) is worth a look if you're married to the desktop version. It's great for sync and flexible personalisation, although be warned that this client is buggy and crashes quite often.

Tweetdeck

9. HootSuite (free, universal)

After a hateful enforced sign-up to the HootSuite service, the HootSuite app proves interesting. With its column-based approach, HootSuite almost resembles TweetDeck, providing the means to rapidly switch between feed types and lists, or columns with tweets based around sets of keywords. On iPad, the sidebar provides even quicker access to default and user-defined columns.

HootSuite

10. Flipboard (free, iPad only)

It's certainly not the most obvious means of browsing Twitter, but if you're more interested in linked content than 140-character notes from friends, Flipboard turns the service into a digital magazine. It also links with Google Reader and Facebook.

Flipboard

Tap magazine

Apple set to refresh MacBook Pros this week?

Posted: 21 Feb 2011 01:29 AM PST

Apple has stopped shipping its current MacBook Pro models online, suggesting that a refresh of the high-end laptop range is set to arrive in the coming days.

Check out the Apple Store online today and you will see that Apple has increased its shipping dates to 2-4 days rather than its usual 24 hours.

Speed bumps and Light Peaks

Apple fans are, as ever, desperate to know what specification bumps and feature additions Apple will add to the new MacBook Pro this month.

The refresh announcement is expected to come from Cupertino on Thursday of this week, and we will of course be sure to bring you the full details the second the official press release drops into our inbox.

In the meantime, the most credible rumours we have heard about what's in store for the new MacBook Pro suggest that Apple will release five new laptops this week – two upgrades to the MacBook Pro 13-inch, two upgrades to the MacBook Pro 15-inch and one new version of the MacBook Pro 17-inch.

Light Peak in new MacBook Pro

There are also reports that we should expect a new high-speed connection technology from Apple called (internally) "Light Peak."

Light Peak is set to replace the multiple connectors we use for external peripherals and monitors, said to carry data at 10GB per second both ways at the same time (so a lot faster than USB 3.0 tech).

Mark February 24th in your diary if you are in the market for a new Apple MacBook. Or if you just want to remind yourself to check out the upgrades later this week.