The possible leak comes from a German Amazon page for the upcoming release of Mac OS X Lion, where mediatype is clearly specified as DVD-ROM (screenshot below):
It’s entirely possible that this placeholder is inaccurate or even a mistake, but Amazon does have a history of accidentally leaking release dates and software upgrades on their various worldwide online stores.
I should also point out that the idea of a USB key installation method is speculation based on the new MacBook Air Mac OS X install drive, and the distribution from the App Store is also speculated based upon the digital delivery of the Mac OS X Lion Developer Previews through the Mac App Store. It’s entirely possible that neither of these installation methods will appear and that we will only see a DVD installer, but with the MacBook Air and Mac Mini Server’s lacking DVD drives, those devices must be served with some form of installation method for Lion.
We’re almost certain to find out what exact installation methods we’ll get for Lion at WWDC 2011, which is just a few months away.
Are you stuck with a Windows PC at work? Maybe you just prefer the look of Mac OS X to Windows? If you’re bored of the Mac OS X 10.6 theme for Windows, spice things up with an all new Mac OS X 10.7 Lion theme for Windows 7! The theme pack is pretty detailed and it brings the illusion of having Mac OS X Lion running on a Windows PC, complete with the new Lion wallpapers and all.
Look for the download link on the right side of the DA page. Obviously you’ll need Windows 7 to use this, but you’ll also have to download a couple programs for Windows that allow you to further customize your desktop. These include Reshacker, Universal Theme Patcher, Moveex, JPGtoBMP, leftsider, RocketDock, UberIcon, VirtuaWin, and YzShadow. Don’t worry, there’s links to download all of these on the themes DeviantArt page.
If this theme pack doesn’t satisfy you, just get a Mac. You know you want one anyway.
You can quickly retrieve any Macs serial number via the command line by using the ioreg or system_profiler command and grep for the serial string. Getting the serial number from the command line like this can be helpful for troubleshooting, Single User Mode, remote management with SSH, or for many other reasons, though most users should opt to find the Macs serial number this way from the  Apple menu or from System Profiler, the Terminal app method is valid for advanced users and for many other reasons.
Wondering how fast the iPad 2 is compared to an iPad in real world tests? This video of side-by-side speed tests shows typical iPad usage, things like booting, launching various apps, and shutting down. You’ll see the iPad 2 excels in most areas but lags, oddly, in shutting down. If you don’t want to watch the video, here are the raw numbers and the tests:
iPad 2 vs iPad Real World Speed Tests
Booting: 25.3 vs 28.6
Launching Infinity Blade: 10.6 vs 26
Launching Google Earth: 17 vs 20.3
Launch Garage Band: 3 vs 6
Launching Angry Birds: 8 vs 10.5
Shutting Down: 26 vs 12
Obviously this test is nonscientific and there’s nothing too groundbreaking here, but it’s interesting to watch anyway. Sure there are improvements in general speed and functionality, but I think we have yet to really see apps that really take advantage of the improved iPad 2 hardware specs.
Several applications in Mac OS X 10.7 Lion include unusually high resolution icons, providing another hint that Apple may be laying the groundwork to support retina displays on the Mac platform. The icons measure in at 1024×1024, which are double the current maximum Mac OS X icon resolution of 512×512.
The doubling of pixels and resolutions is significant, as doubling existing resolutions was how Apple handled bringing retina displays to the iPhone 4, and as we saw in some of the possible resolutions for retina Macs, it’s what makes most sense for developers and designers to accommodate.
The high res icons were noticed by Brazil’s MacMagazine (via MacRumors), and apply at least to the App Store, AirDrop, and LaunchPad icons under the Lion Developer Preview.
This discovery is after one of our readers noted that Lion’s large 3200×2000 resolution wallpaper may suggest a retina Mac future. If huge icons and default background images weren’t enough, MacRumors pointed out several months ago that so-called “HiDPI display modes” are making an appearance in Lion:
Taking cues from iOS, Apple has reportedly built in support for what it calls “HiDPI display modes”. These HiDPI modes allow developers to supply 2x-enlarged images to support double-high resolution displays. Like the iPhone 4’s Retina Display, this means that user interface elements will remain the same size, but everything will be twice the resolution and therefore twice as detailed.
While evidence continues to suggest that Apple is planning for a higher resolution future across their hardware lineup, costs to produce ultra-high resolution displays are likely still prohibitive. In other words, don’t expect displays with these resolutions anytime soon, if ever.
PwnageTool 4.3.2 has been released, the app lets you jailbreak iOS 4.3.2 untethered using custom built firmware, custom firwmare is necessary for users with preserved baseband and unlockers who use ultrasn0w. Speaking of ultrasn0w, if you are going to use the new PwnageTool, be sure to get ultrasn0w 1.2.2 as well since it is updated to support old baseband on iOS 4.3.2.
The most common way to access a network share is through the Finder, using the Connect to Server function. But there’s a faster way for quick server connection access: you can summon the Mac OS X server connection window from any app by right-clicking on the Finder icon in the Dock and selecting “Connect to Server.”
Everyone loves the iPad and everyone loves the MacBook Air 11.6″, making this a perfect Mac setup for the ultraportable road warrior. Another impressive fact; these two devices have a combined weight that is still less than the MacBook Pro 13″ model, if that’s not impressive I don’t know what is.
You could take this setup a step further and get DisplayPad for the iPad (App Store link), for $3 the app lets you turn an iPad into an external display for any Mac, as long as there’s WiFi around.
If Macs get a retina display, what would the resolutions be? 3200×2000 like the default Lion wallpaper suggests? There is no definitive answer, but the above chart shows what may be the best guesses yet.
The resolutions are based on a simple idea from a great post on The Elaborated (via DaringFireball), double the existing screen resolutions, just like Apple did when they introduced the retina iPhone 4 and doubled the iPhone 3GS. Why double? The problem with a Mac (or any) retina display is that it would cause all UI elements to shrink dramatically, making everything tiny and causing a pain for developers to adapt. The solution is to take the same approach Apple chose with the iPhone 4, which as you may recall went over practically seamlessly in terms of apps and UI elements in iOS. Why wouldn’t they take the exact same approach to the Mac?
There are some other clues too, such as the infinitely scalable Helvetica font appearing in Final Cut X as John Siracusa noticed, plus there’s a (rumored) presence of stronger resolution independent elements in Mac OS X Lion. Clues and speculation or not, doesn’t it make sense to bring retina to the Mac eventually? I think when costs allow for Apple to produce ultra high resolution Mac displays, they will come, and they’ll look amazing.
The opensnoop utility is an amazing tool for tracking down specifics like what files specific applications are accessing, but you can also use opensnoop to monitor all filesystem access in Mac OS X. To do this, run the utility with no flags attached:
sudo opensnoop
You’ll be asked for your root password, and then you’ll immediately be presented with a firehose of data showing everything that is going on within Mac OS X.
Wondering what all this information you’re seeing is? The colorized guide below shows you what you’ll be most interested in following: Purple is the Process ID, Blue is the Process Name, and Red is the File Path:
Generally, the most useful information to follow is the process name and path to the file the given process is accessing. You’ll find a correspondence to what processes are shown in opensnoop with what is in the activity monitor / task manager.
You can also follow a specific file and discover what is accessing it with:
sudo opensnoop -f /path/to/file
Or you can track anything that relates to a specific file or app by using grep. For instance, I want to follow everything having to do with Terminal app or files related to it:
sudo opensnoop | grep Terminal
We’ve showed you this before, but you can also track specific applications with either their process id, or app name:
sudo opensnoop -n Terminal
Unless you’re troubleshooting very vague problems or you just want to see what’s going on behind the scenes of Mac OS X via the command line, it’s a good idea to use opensnoop with some specifics so you’re not inundated with information.
I use Google Calendar for a myriad of reasons but since it picks up dates easily from Gmail it’s especially useful for me. Yet, somehow I never thought to sync it with iCal. If you use Google Calendar, why not sync it to your Mac? Setting this up is very simple:
Launch iCal
Open iCal Preferences from the iCal menu
Click the Accounts button
Click on the + icon in the lower left corner of the window to add an account
Enter your Google credentials and click on Create
You can keep the import settings on Automatic, although setting to Google seems to speed up the first time the calendars are synced. iCal will contact Google for you and grab all the information, there’s nothing else to do.
Now you can add events from iCal and the Mail app on your Mac, or Gmail and Google Calendar from anywhere else, and you’ll always have the same date and event information regardless of where or what you’re checking your calendar from. Don’t forget that you can add Google Calendar support to your iPhone or iPad too.
Ever wonder what self-described Mac vs PC users identify with? Demographics, favorite TV shows, personality traits, fashion and style, political leanings, even wines, this infographic has it all, provided by users themselves.
It might reinforce a few traditional Mac vs PC stereotypes, but it’s fun to read and interesting to look at, check it out below: Read more »
This whole iPhone location tracker thing is getting a crazy amount of attention, and everyone seems surprised that a mobile device with a gazillion apps that ask for your location actually keeps track of your location. But, if you don’t want your location tracked, all you have to do is encrypt your iPhone & iOS backups. OSXDaily has covered that tip before, but here’s a reminder how to do this:
Prevent iOS Movement Tracking with Encrypted Backups
Launch iTunes and connect your iPhone or iPad to the computer
Within iTunes Summary, scroll down to Options where you’ll see a checkbox next to “Encrypt iPhone/iPad Backup” – check it
You’ll be asked to set a password for the backups and now they’re encrypted, meaning no one can read them without that password. This means that iPhone Tracker app won’t work. Easy enough, right?
Encryption is Good Anyway
Encrypting your backups is a good idea for general security purposes anyway. The iOS backup files are easily found and explored without encryption, which lets someone with access to the files listen to your voicemails, read your sms messages, and, as the recent hooplah shows, track your relative movements on a map.
Encrypt your data and you don’t have to worry about any of it.
iOS Update to Resolve Location Caching
While it’s a great idea to encrypt data, you probably won’t have to for long to stop the movement tracking. John Gruber informs us that the storage of location data is simply a cache file that isn’t getting cleared, and will be fixed in an upcoming iOS update:
my little-birdie-informed understanding is that consolidated.db acts as a cache for location data, and that historical data should be getting culled but isn’t, either due to a bug or, more likely, an oversight. I.e. someone wrote the code to cache location data but never wrote code to cull non-recent entries from the cache, so that a database that’s meant to serve as a cache of your recent location data is instead a persistent log of your location history. I’d wager this gets fixed in the next iOS update.
In other words, encrypt your backups for now, and wait for an iOS update to cure it all.
If you’re an iPad owner who is a fan of RPG’s and retro Square games, kiss your weekend goodbye: Final Fantasy 3 for iPad has just been released. The iPad version comes a month or so after the same title was released for iPhone, and can be downloaded now on the iOS App Store.
Oddly enough, Square didn’t combine this with the iPhone version to make a universal app, so if you bought the iPhone version you’ll need to get the iPad version again, and vice versa. Maybe universal support is coming though.
Square has been busy porting popular oldschool games to the iOS platform, focusing on many of the fan favorites including Secret of Mana, Final Fantasy I, 2, and 3 (everyone is still crossing their fingers for Chrono Trigger).
Just when you thought you had enough iPhone 5 rumors for the week… the next iPhone may be a world phone capable of roaming between GSM and CDMA networks, according to Verizon CFO Fran Shammo. This revelation came during a conference call to discuss Verizons Q1 2011 earnings, when asked about some mildly sluggish growth, the CFO responded:
The fluctuation, I believe, will come when a new device from Apple is launched, whenever that may be, and that we will be, on the first time, on equal footing with our competitors on a new phone hitting the market, which will also be a global device.
Other than being able to roam globally (and end up with an outrageous phone bill unless you unlock to use with a local carrier), the other benefit to a single GSM/CDMA iPhone would be reduced manufacturing costs for Apple, and finally a unified iOS platform. Currently, the CDMA iPhone 4 is on a custom iOS 4.2.7 build, while the rest of the iOS lineup is at iOS 4.3.2.
Earlier reports indicate iPhone 5 will ship in September, and will feature the same A5 CPU that is currently in the iPad 2 model. Additionally, the new device is expected to sport an improved camera, and have an enclosure design that is similar if not identical to iPhone 4.
In many Mac OS X apps, you can activate a little-known word completion feature by using a simple keystroke. This is incredibly helpful for word recall and for diversifying the vocabulary while typing, and has so many uses. It’s quite powerful and easy to use.
If you’re still waiting around to find an iPad 2 in stock, you might want to consider ordering online through the Apple Store. Online shipping estimates for iPad 2 have now dropped down to 1-2 weeks for all models, including both colors and all sizes in Wi-Fi only, 3G, and CDMA. This is a significant change from the 3 weeks that was reported just a few days ago, as it indicates supply is easing slightly against iPad demand that remains through the roof.
If you’re impatient waiting a couple of weeks may seem like a long time, but as I continue to check availability of iPad 2 by calling around, I find that nearly all Apple Stores continue to sell out every morning. The only model that seems to stick around until the afternoon is the most expensive Verizon 64GB version, and by evening even that one is gone too. Sure, you can try finding one at Target or other resellers, but their supply continues to remain strained leaving the Apple Store to be the most reliable location to buy.
It’s not just the USA that has reduced shipping times, MacRumors reports that shipments to Canada, Mexico, Australia, New Zealand, Finland, Sweden, UK, Germany, and the majority of Europe are also reported as 1-2 weeks from Apple’s online store.
Want to see where an iPhone has been? How about a detailed map of an iPhones movements, tracking hotspots of where it is physically located most often? Check out iPhoneTracker, a free app that does exactly that.
The image up top shows one of the detailed maps of iPhone movement the app produces, and you can see a movie generated based on tracking iPhone locations at the bottom of this post.
iPhone movement mapping & tracking not entirely accurate
The data isn’t 100% accurate and some pieces are missing or misplaced, using iPhoneTracker to look at my own iPhone movements, the app missed some significant activity (like flying across the country) and it even placed me in a few locations I’ve never been. The developer of the app explains some of this discrepancy:
As far as we can tell, the location is determined by triangulating against the nearest cell-phone towers. This isn’t as accurate as GPS, but presumably takes less power. In some cases it can get very confused and temporarily think you’re several miles from your actual location, but these tend to be intermittent glitches.
So it’s not entirely accurate, but it’s close. Now, there’s been a bit of hub-bub on the web about iPhone’s tracking your location and movements but I’m not sure why anyone is surprised by this. Remember, your iPhone (and iPad 3G) pings cell towers constantly and has a GPS unit in it, of course it’s going to track your physical movements. The real question is why exactly is this data being stored locally? Who knows, but I’d guess that any device with cellular triangulation or GPS keeps similar information. Some people are finding this location tracking creepy, but personally I think it’s interesting to look at.
Maps locally stored location data only
It’s worth mentioning that iPhoneTracker only works to check locally stored iPhone and iPad backup files, meaning you can’t use this app to remotely follow someone else. Yes, you could run this app on any Mac and it will map out that iPhone/iPad users location data, but that’s pretty invasive and you probably won’t make any friends doing so, and remember that the location data is not 100% accurate.
Prevent iPhone tracking by encryption
If you don’t want someone to be able to use this app to track your iPhone movements, all you need to do is encrypt your iPhone backups. This causes the backup file and your location data to become unreadable unless the backup is decrypted, which would require your password in iTunes. Encrypting your backups is a good idea in general, regardless of how you feel about location tracking.
As I mentioned earlier, the app also creates movies that can be played back showing iPhone movement on a map, here is one example from the apps developer showing a trip from Washington DC to NYC: Read more »