Fix “This device isn’t eligible for the requested build” Error in iTunes When Updating iOS

Nov 3, 2011 - 100 Comments

Fix Device isn't eligible build iTunes error

If you’re trying to update iOS to the latest version on an iPhone, iPad, or iPod touch and you get an error in iTunes saying:

The iOS Device “Device Name” could not be updated. This device isn’t eligible for the requested build.

You’re most likely encountering one the following problems: either you are using an old version of iTunes, you are using an incorrect version of the firmware for your device, or you have gs.apple.com re-routed or blocked in your hosts file.

Read more »

Get the Old Pop-Up Style Alert Notifications Back in iOS 5

Nov 3, 2011 - 3 Comments

Go back to pop-up alerts in iOS

Many users are thrilled about the new iOS Notification Center and easily dismissed alerts, but some still prefer the old style of pop-up dialog notifications.

You can enable the old pop-up alert style again, but you have to do it on a per-application basis with iOS 5:

  • Tap onto “Settings” and go to “Notifications”
  • Tap on an application that you want to have the old alert style
  • Under “Alert Style” select “Alerts” rather than the default, ‘Banner’

In the same settings screen, you can also choose to show or not show items at the Lock Screen and Notification Center.

By Paul Horowitz - iPad, iPhone, Tips & Tricks - 3 Comments

Sync Files Between Macs with iCloud

Nov 3, 2011 - 53 Comments

Sync files between Macs with iCloud

You can sync files across iCloud-equipped Macs by using an unofficial feature tied to a little known folder hidden in OS X. We’ll walk you through exactly how to get this set up, allowing you to sync files and folders across Macs seamlessly, but first make sure you meet some basic system requirements.

Requirements:

After you’ve sure you have the latest version of OS X installed and iCloud configured to use the same account on all Macs you want to sync between, you can proceed. This is a great little trick that was first noticed by a reader submitted tip to a sister publication of MacWorld, but oddly they didn’t bother to test the tip to make sure it works. Nonetheless we and others did test it and can confirm it syncs files and folders perfectly.

Share & Sync Files Using iCloud Between Macs

Complete the following steps on all Macs you intend to sync files with:

  • Open “System Preferences” on all Macs from the  Apple menu
  • Click on “iCloud” and be sure the checkbox next to “Documents & Data” is checked
  • iCloud File Syncing in Mac OS X

  • Go to the Mac OS X Desktop and enter into ~/Library/ either by holding Option and clicking on the “Go” menu or using another method to access user library
  • Locate the folder named “Mobile Documents” and right-click on it, choosing “Make Alias”
  • Create alias of Mobile Documents for Easy File Syncing with iCloud

  • Copy the alias of that folder to the OS X Desktop
  • iCloud file syncing with Macs

  • Test iCloud syncing by dragging a file into that directory

Wait a few seconds, and check the same directory on the other Mac, you should see the files.

Officially Unsupported
Keep in mind this is currently an unsupported feature of iCloud and Mac OS X, so you shouldn’t rely on this 100% to sync files reliably. You’ll want to keep a copy of files elsewhere and then copy them into that folder so you can prevent any potential data loss. It does work, but until it’s officially supported you should be wary of depending on the feature.

Syncing with GoodReader & iOS
Testing was also done by MacStories, who discovered a variation of the trick can be used to sync things between Macs and an iPhone or iPad with the iOS app GoodReader. If that interests you, check it out.

DropBox Competitor?
This whole thing was initially noticed after Yahoo/Business Insider found it and went on to assume that Apple might be prepping a competitor to DropBox. This is a possibility, and Apple did attempt unsuccessfully to buy DropBox years ago, but more likely this is just a feature of iCloud that hasn’t found it’s way into an official feature list yet, for whatever reason.

By William Pearson - Mac OS, Tips & Tricks - 53 Comments

How to Enable the Develop Menu in Safari for Mac

Nov 3, 2011 - 6 Comments

Safari Developer menu

The Develop menu of Safari adds a variety of additional features to the web browser on the Mac, including the inspector and error consoles, javascript debugging tools, the ability to disable various page elements, enable the ‘Do Not Track’ feature, use WebGL acceleration, and it offers a simple way to change the browsers user agent.

The Developer menu in Safari for Mac OS and Mac OS X is disabled by default, but it can be quickly turned on through the apps settings to reveal the additional developer-centric features of the web browser.
Read more »

By Paul Horowitz - Mac OS, Tips & Tricks - 6 Comments

iOS 5.0.1 Beta Resolves Battery Life Issues for iPhone 4S & iOS 5, Public Release Soon

Nov 2, 2011 - 9 Comments

iOS 5.0.1 beta fixes battery problems

Apple has acknowledged battery draining issues with iOS 5 and has since released a beta version of iOS 5.0.1 to developers, indicating a public release is due soon. The update aims to fix iOS 5 battery problems without modifications of settings, bring multitasking gestures to iPad 1 without the third party tweak, and resolve several other bugs and issues that shipped with iOS 5.

Currently iPhone 4S can disable Location Services like Reminders and Time Zone to improve their battery life, but the official fix from Apple will appear soon and should allow 4S users to re-enable such features.

Some battery life issues with the iPhone 4S and iOS 5 were confirmed directly by Apple in a short statement to The Loop, saying:

“A small number of customers have reported lower than expected battery life on iOS 5 devices. We have found a few bugs that are affecting battery life and we will release a software update to address those in a few weeks.”

This was quickly confirmed by developers indirectly, with the release of the iOS 5.0.1 beta update. The primary fixes in the developer build 9A402 are:

– Fixes bugs affecting battery life
– Adds Multitasking Gestures for original iPad
– Resolves bugs with Documents in the Cloud
– Improves voice recognition for Australian users using dictation
– Contains security improvements

The beta release is available for all models of iPad and iPad 2, iPhone 4 CDMA & GSM, iPhone 4S, iPhone 3GS, and iPod touch 3rd and 4th generations.

If you are not a developer, try some of these tips to regain battery life until the 5.0.1 update becomes publicly available.

By Matt Chan - iPad, iPhone, News - 9 Comments

Enable and Use the ‘locate’ Command in the Mac OS X Terminal

Nov 2, 2011 - 12 Comments

locate command in Mac OS X

The locate command is very useful if you’re looking to track down every instance of a file, filetype, app, extension, things hidden deep in system folders, or just about anything else that Spotlight can’t manage. It’s extraordinarily useful for troubleshooting and even more mundane tasks like completely uninstalling Mac apps.

In order to use locate, you need to build the locate database, which also enables a few other helpful commands including whatis, find, and the manual keyword search ‘man -k’. OS X 10.7 is better at building this for you, but if you don’t have locate enabled yet all that is required is typing this command into the Terminal:

sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist

This is told to you directly by OS X the first time you attempt to run locate or any of the commands dependent on the database:

$ locate python

WARNING: The locate database (/var/db/locate.database) does not exist.
To create the database, run the following command:

sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist

Please be aware that the database can take some time to generate; once
the database has been created, this message will no longer appear.

How long it takes to generate the database varies, but the larger your hard disk the longer it’ll be. You can watch the progress indirectly through Activity Monitor, where the “find” process will be running at around 15-30% CPU use until the locate database is generated.

find process running to build locate db

Alternatively you can also run the following command and build the database:

sudo /usr/libexec/locate.updatedb

As with many terminal commands, locate accepts wildcards and regular expressions, helping you narrow down advanced searches. For example, you could find every possible file with a .jpg extension by using:

locate *.jpg

Some jpg files will inevitably have an uppercase extension though, and you can tell locate to ignore case sensitivity with -i:

locate -i *.jpg

There are plenty of other options you can work with, refer to ‘man locate’ for more info.

Don’t forget to check out more OS X command line tips too.

By William Pearson - Command Line, Mac OS, Tips & Tricks - 12 Comments

Official Gmail App for iPhone and iPad Released

Nov 2, 2011 - 9 Comments

Gmail for iPhone

Google has released an official native Gmail app for iOS that runs beautifully on the iPhone and iPad. The app is free and has all the features you’d expect in a mail client, including notifications, threaded messages, Gmails priority inbox feature, inbox search, easy photo uploading, and a great split screen view for the iPad. The official feature list:

With the Gmail app, you can:
● Receive notification badges for new messages
● Read your mail with threaded conversations
● Organize your mail by archiving, labeling, starring, deleting, and reporting spam
● Keep track of important messages with priority inbox
● Auto-complete contact names as you type
● Send and receive attachments
● Search through all your mail

Download Gmail for iPad or iPhone from the App Store

Gmail for iOS is a free download and worth checking out if you’re a heavy Gmail user and wanting an alternative to Apple’s default Mail app.

The release of the Gmail app also demonstrates that Apple is easing up on some of the restrictions regarding apps that share functionality that already exist on the iPhone. This could possibly lead to an increase in other native mail clients being accepted into the App Store, such as Sparrow.

Gmail for iPad screenshot

By Matt Chan - iPad, iPhone - 9 Comments

Swipe Left to Dismiss New Notifications in iOS 5

Nov 2, 2011 - 8 Comments

Swipe to dismiss notifications in iOS 5

In the newest versions of iOS, you can swipe up to hide alerts and notifications on an iPhone or iPad when they show up at the top of your screen, but what if you have an older device running older iOS software?

If you want to quickly get a notification off your screen in iOS 5, all you need to do is swipe left across the notification and it’ll be pushed off screen.

Read more »

By Paul Horowitz - iPad, iPhone, Tips & Tricks - 8 Comments

Steve Jobs Interview from 1995 [Video]

Nov 1, 2011 - 5 Comments

Steve Jobs at NeXT

Computerworld has released their full archival footage of a 1995 interview conducted with Steve Jobs for a historical project. The video is about 75 minutes long and covers a wide variety of topics, from his childhood in the Silicon Valley, to the early years of Apple, NeXT, Pixar, thoughts on the internet, startups and entrepreneurship, and even more on Apple (remember, this was two years prior to his return in 1997).

Some of the interview echoes a bit of his biography, but even if you’re reading or have already read the book, it’s worth watching for fans of Steve.

Watch it on CIO.com

By Paul Horowitz - News - 5 Comments

Move Desktop Spaces in Mission Control for Mac OS X with a Drag & Drop

Nov 1, 2011 - 6 Comments

Rearrange spaces in Mission Control

Users who rely on Spaces within Mission Control to manage multiple virtual desktops in Mac OS X will be happy to know that these desktops (Spaces, as Apple calls them in Mac OS) are completely adjustable.

This means you can rearrange or move your desktop spaces as necessary, and as your needs change, and it’s incredibly simple to do:
Read more »

By Paul Horowitz - Mac OS, Tips & Tricks - 6 Comments

BlackBerry Imagines the Future, with Touch Holograms [Video]

Nov 1, 2011 - 14 Comments

Blackberry imagines a touch hologram

Just like Microsoft released a video for their sci-fi inspired imaginative future, Blackberry has jumped in with their own futuristic concept video, complete with plenty of touch screens and even touchable holograms.

I think these are fun to watch just to see what companies are imagining, but the main difference between Apple and Microsoft or Blackberry is that Apple is actively shipping things that lead us to believe this stuff is actually possible. The iPad, iPod touch, and iPhone feel like the future now, and they’re tangible. The other interesting thing to point out is that some features in the Blackberry video, like remote data wipe, are already in iOS 5, whereas it’s just a concept for RIM at the moment (as far as I know, I have no exposure to the Playbook).

The video comes via DaringFireball, who suggests that both Blackberry and Microsoft would be better served creating real products that can be used now, rather than fictional movies.

Anyway, enjoy the video, for conceptual reasons if nothing else:


Read more »

By Paul Horowitz - Fun, News - 14 Comments

Siri, iMessage, and AirPlay Coming to Mac OS X?

Nov 1, 2011 - 17 Comments

Siri for Mac OS X concept

A future version of Mac OS X may bring iOS favorites Siri, iMessage, and AirPlay to Apple’s Mac lineup. Assuming the features are released, it’s unclear whether they will come as an update to Mac OS X 10.7 Lion, a purchase through the Mac App Store, or as part of Mac OS X 10.8.

iMessage & AirPlay for OS X?
Rumors of iMessage coming to Mac OS X started earlier in the year when code snippets were found that suggested iChat may get iMessage integration. 9to5mac has since heard that AirPlay and iMessage for the Mac are currently in development for OS X Lion.

Sources familiar with the future of Mac OS X say that AirPlay Mirroring and an iMessage application are currently in development. Although neither project may see the light of day, they are definitely on the table for release in future versions of OS X Lion.

AirPlay would allow a Mac user to wirelessly mirror their Mac display to an Apple TV, and video streaming would be integrated with QuickTime. 9to5mac indicates there is a possibility that iMessage will be released as a standalone product, rather than being integrated directly with the existing instant message client iChat. If standalone apps are released, it wouldn’t be surprising to have iMessage and AirPlay be downloads from the Mac App Store much like FaceTime was before it became bundled with the OS X 10.7 release.

Siri for Mac?
Bringing iMessage and AirPlay to the current version of OS X is similar to what Kevin Rose mentioned recently about Siri, who stated a rumor that the AI agent would be released for OS X Lion next year.

Kevin Rose and the Siri Rumor

Separately, we’ve also heard an unverified claim that Siri could replace the existing Speech Recognition module and have ties into Spotlight for a future version of Mac OS X. Siri would offer a significant improvement in voice recognition, dictation, and a new way to search on the Mac platform.

Not Anytime Soon
While all of these claims are in the realm of obvious speculation, some features shouldn’t be expected to appear anytime soon. In all probability, Siri won’t be coming to any other hardware, be it iOS or Mac based, until the next generation iPhone is released. The reason may simply come down to marketing, with Siri being a prominent feature of commercials for the iPhone 4S, it’s unlikely that Apple would dilute a key marketing component of the 4S by spreading the technology around to other hardware.

Other Siri related rumors suggest the AI agent would act as the remote control on a potential Apple television set.

iMessage concept in Mac OS X

(Siri & iMessage graphics on this page are mockups)

Side note: even without iMessage, you can send SMS through iChat right now just by using AIM or Google Chat and messaging a phone number prefixed with a +, although standard SMS rates apply for the recipient.

By Matt Chan - Mac OS, Rumor - 17 Comments

How to Hide YouTube, Safari, and Other Default App Icons in iOS 5

Nov 1, 2011 - 18 Comments

Hide YouTube, Safari, and other apps in iOS 5

With iOS 5 you can hide many of the Apple default apps and their icons from appearing on the home screen of an iPhone, iPad, or iPod touch. This includes YouTube and iTunes, but also the essentials like Safari and Mail if you are opting to use third party or web apps in their place.

  • Tap onto “Settings”
  • Touch on “General” and then “Restrictions”
  • Slide apps you want to hide to “OFF”

I’ve never used the YouTube app so I quickly disabled it, this is much better than just stuffing it into a folder with other default apps you don’t use.

You’ll also find some core iOS features you can disable in this menu, including things like Ping, iTunes, and the ability to install apps completely, all of which are helpful to disable for public use iPads or even just for childproofing an iPod touch.

Update: A more limited version of this function appeared in earlier versions of iOS, and as others have noted in the comments it doesn’t work with all default apps.

By Paul Horowitz - iPad, iPhone, Tips & Tricks - 18 Comments

Phone 4S vs the $2000 Canon 5d MKII [Video]

Oct 31, 2011 - 9 Comments

How does the iPhone 4S’s new cameras 1080p video recording stack up to a pro-level $2300 Canon 5d MKII digital camera? Surprisingly well, as is demonstrated by this video from Robino Films. Both cameras shot footage at the same time and side-by-side, with the scenes in perfect sync so that video can be paused and examined more closely.

The settings for both cameras are as follows:

iPhone 4S

– AE.AF locked. That’s all you have!

Canon 5D MKII

– Canon 50mm 1.4
– ISO 160 ~ 640 (varied per shot to match the iPhone)
– F 7~22 (varied per shot to match the iPhone)
– Shutter 1/60th
– Auto WB
– Standard Picture Style
– 1080p 30

Check out the full video in 1080p on Vimeo, the iPhone 4S’s camera is quite impressive.

Thanks for sending this in Matthew

By Paul Horowitz - iPhone - 9 Comments

Spoof Your Own Mac OS X 10.8 User Agent

Oct 31, 2011 - 3 Comments

Disappointed that Mac OS X 10.8 users aren’t showing up in your web logs? Spoof your own visits! In the spirit of pranking and Halloween, here’s how you can mimic a Mac OS X 10.8 user agent yourself:

  • Launch the Terminal
  • Enter the following command, replacing “http://url.com” no the end with the web address you want to give the user agent to:
  • curl -A "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/535.6.2 (KHTML, like Gecko) Version/5.2 Safari/535.6.2" http://url.com

You won’t see anything returned from the command line, but if you look in your web logs, you’ll see an appearance of a 10.8 user agent.

This is based on a past tip on changing user agents for web development purposes. If you don’t like the command line, you can also do limited user agent changes in Safari’s Developer menu or by using third party plugins for Chrome and Firefox.

Spoofing the OS X 10.8 User Agent through Safari
An easier command line-free way of doing this is through Safari’s Develop menu, pull down to User Agent and choose “Other” then paste in this:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/535.6.2 (KHTML, like Gecko) Version/5.2 Safari/535.6.2

Spoof user agent Safari

Thanks to @polislix for the reminder and WP for the screenshot

By Paul Horowitz - Fun, Tips & Tricks - 3 Comments

Mac OS X 10.8 Development Under Way

Oct 31, 2011 - 4 Comments

Mac OS X 10.8 spotted

Not surprisingly, Mac OS X 10.8 development is well under way, and some Apple employees are using the OS on a regular enough basis for them to show up in analytics logs across the Apple web. Our own OS X 10.8 usage graph is shown above, which shows a clear uptick in everyday use of the development OS over the past few months. Narrowing down for IP and location, the majority of visits are coming from Apple in Cupertino, California, with the remainder popping up around the San Francisco Bay Area.

We first noticed a blip for the next version of Mac OS X back in July before the launch of OS X Lion. Since then, visits have picked up to a steady level, suggesting that internal builds of OS X 10.8 are stable enough for developers and engineers to be using on a daily basis. More evidence is shown in the logs of MacRumors, who first published their findings yesterday:

MacRumors 10.8 User Agent

Next is 9to5mac, who posted theirs today:
Mac OS X 10.8 user agent shown on 9to5mac

While it is relatively easy to spoof a browser user agent, the number of entries, network location, and IP all point to these being legitimate. It’s also worth noting that OS X 10.7 was first noticed by similar log entries, long before the official preview of Lion by Apple.

Practically nothing is known about Mac OS X 10.8, but speculation assumes that more features from iOS will make their way into the next version of Mac OS, in addition to having more deeply integrated iCloud support.

By Matt Chan - Mac OS, News - 4 Comments

Set the Default PDF Viewer in Mac OS X Back to Preview

Oct 31, 2011 - 51 Comments

Set PDF Files to Open with Preview App in Mac OS X

If you’ve downloaded Adobe Acrobat on the Mac you’ve probably discovered that it takes over Preview as the default PDF viewer in Mac OS X, which is annoying because Acrobat is slow to load and a fairly bloated application. Given that Preview comes bundled with Mac OS X, is extremely fast, and quite efficient at viewing not only PDF’s but tons of other file types, there’s little need to use Acrobat Reader as a way to view PDF files. Accordingly, we’re to demonstrate how to change the default PDF viewer back to Preview on the Mac.

Read more »

By William Pearson - Mac OS, Tips & Tricks - 51 Comments

How to Check For an LG Display in a MacBook Air and Make it Look Better

Oct 30, 2011 - 37 Comments

MacBook Air 2011

If you have a newer MacBook Air you should pay attention. Some of the MacBook Airs are shipping with Samsung displays, and some are shipping with LG displays, both are quality displays, but the LG’s default color profile is lighter and a bit flat. Most users probably won’t notice this, but if you sit a MacBook Air with a Samsung display next to one with the LG display, you can see the difference. This is easily remedied by using a custom color profile that has better gamma. This post will walk you through how to check which manufacturers panel you have, and also show you how to add a custom color profile that makes the LG display just as gorgeous as the Samsung.

Read more »

Subscribe to OSXDaily

Subscribe to RSS Subscribe to Twitter Feed Follow on Facebook Subscribe to eMail Updates

Tips & Tricks

News

iPhone / iPad

Mac

Troubleshooting

Shop on Amazon to help support this site