airport iconApple today released AirPort Utility 5.5.3 for both Mac (10.8 MB) and Windows (10.1 MB). The updates to Apple's software for managing the AirPort Express Base Station, the AirPort Extreme Base Station, and Time Capsule primarily address an issue that may cause the application to crash during setup.

This update contains bug fixes including the following:

Resolves an issue that caused the AirPort Utility to unexpectedly quit during setup

The Mac version requires OS X 10.5.7 or later, while the Windows version requires a minimum of Windows 7 SP1, Vista SP2, or XP SP3.

Top Rated Comments

neek Avatar
154 months ago
Software Updates

Looks like the ability to cache Software Updates is coming. From AirPort Utility.app/Contents/Resources/English.lproj/AirPortSettings.strings:


"bsUP.productName" = "Store Apple software updates on this %@";
"bsUP.description" = "Apple software updates that are copied to this %@ are available to anyone using this network.";
Score: 2 Votes (Like | Disagree)
Jeroen Avatar
154 months ago
Screenshot before and after the update

Before: http://dl.dropbox.com/u/4310180/01%20Time%20Capsule.png

After: http://dl.dropbox.com/u/4310180/02%20Time%20Capsule.png
Score: 2 Votes (Like | Disagree)
ghostlyorb Avatar
154 months ago
I always love updates
Score: 2 Votes (Like | Disagree)
Intell Avatar
154 months ago
Looks like the ability to cache Software Updates is coming. From AirPort Utility.app/Contents/Resources/English.lproj/AirPortSettings.strings:


"bsUP.productName" = "Store Apple software updates on this %@";
"bsUP.description" = "Apple software updates that are copied to this %@ are available to anyone using this network.";

That was actually in the older pre-5.3.3 version as well.

There are some references to the new Time Capsule and Airport Extreme though:

"syAP.113" = "Time Capsule 802.11n (3rd Generation)";
"syAP.114" = "AirPort Extreme 802.11n (4th Generation)";
"syAP.116" = "Time Capsule 802.11n (4th Generation)";
"syAP.117" = "AirPort Extreme 802.11n (5th Generation)";

113 and 114 are the current ones. 116 and 117 are currently unreleased.
Score: 1 Votes (Like | Disagree)
jonnyz Avatar
154 months ago
New APE and TC?

Found this tidbit that appears multiple times in the binary (/AirPort Utility.app/Contents/MacOS/AirPort Utility):

APPLE-FIRMWARE
<unknown>
P19 Apple AirPort (Snow)
P85 Apple Xserve RAID
P81 Apple AirPort Extreme (802.11g)
Q57 S5 Q60 Apple AirPort Extreme (802.11g, Multiple Ethernet)
Q61 Apple AirPort Express
M28 Apple AirPort Extreme (802.11n)
M91 Apple AirPort Extreme (802.11n, Gigabit Ethernet)
Time Capsule M52
M48 Apple AirPort Express (802.11n)
K10 Apple AirPort Extreme (Simultaneous Dual-Band)
K30 Time Capsule (Simultaneous Dual-Band)
K30A Time Capsule (Simultaneous Dual-Band, Gen2)
K10A Apple AirPort Extreme (Simultaneous Dual-Band, Gen2)
K31 K30B Time Capsule (Simultaneous Dual-Band, Gen3)
K10B Apple AirPort Extreme (Simultaneous Dual-Band, Gen3)

Notes:
- I added returns and changed spacing for readability
- Mactracker refers to the original Time Capsule as 'M52', adding some verification to these; it also would add verification for the fact there are three numbers with "AirPort Extreme (802.11g, Multiple Ethernet)" - one each for standard, modem, and PoE
- I have no idea why the Xserve RAID is listed with all the APs
- For the most part, the code numbers make sense, especially with the K30(x) and K10(x) listings

Interesting part:
K31 K30B Time Capsule (Simultaneous Dual-Band, Gen3)
K10B Apple AirPort Extreme (Simultaneous Dual-Band, Gen3)


The 'Simultaneous Dual-Band' Extremes and Time Capsules are currently in Gen2 (see http://en.wikipedia.org/wiki/AirPort or the old AirPort Utility.app/Contents/Resources/English.lproj/AirPortSettings.strings), so I would say this is additional proof of new base stations.

The raw text can be found in the binary at offsets 136e54, 2bdb74, and 453170 starting at 'APPLE-FIRMWARE' for those wondering. The first offset's text is missing the first Time Capsule for some reason, so I didn't use that one.

Devices are also added (with internally changed names in some cases) in the AirPortSettings.strings file also referenced above:

"syAP" = "Product Name";
"syAP.80211nFormat" = "%@ with 802.11n";
"syAP.0" = "AirPort Base Station";
"syAP.0.useAlternateArticle" = "0";
"syAP.1" = "AirPort Base Station";
"syAP.1.useAlternateArticle" = "0";
"syAP.3" = "AirPort Extreme 802.11g";
"syAP.3.useAlternateArticle" = "0";
"syAP.102" = "AirPort Express 802.11g";
"syAP.102.useAlternateArticle" = "0";
"syAP.104" = "AirPort Extreme 802.11n (1st Generation)";
"syAP.104.useAlternateArticle" = "0";
"syAP.105" = "AirPort Extreme 802.11n (2nd Generation)";
"syAP.105.useAlternateArticle" = "0";
"syAP.106" = "Time Capsule 802.11n (1st Generation)"; --> was Time Capsule
"syAP.106.useAlternateArticle" = "1"; /* See note above */
"syAP.107" = "AirPort Express 802.11n";
"syAP.107.useAlternateArticle" = "0";
"syAP.108" = "AirPort Extreme 802.11n (3rd Generation)"; --> was AirPort Extreme (Simultaneous Dual-Band)
"syAP.108.useAlternateArticle" = "0";
"syAP.109" = "Time Capsule 802.11n (2nd Generation)"; --> was "Time Capsule (Simultaneous Dual-Band)
"syAP.109.useAlternateArticle" = "1"; /* See note above */
"syAP.113" = "Time Capsule 802.11n (3rd Generation)"; --> was Time Capsule (Simultaneous Dual-Band II)
"syAP.113.useAlternateArticle" = "1"; /* See note above */
"syAP.114" = "AirPort Extreme 802.11n (4th Generation)"; --> was AirPort Extreme (Simultaneous Dual-Band II)
"syAP.114.useAlternateArticle" = "0";
"syAP.116" = "Time Capsule 802.11n (4th Generation)"; --> New listing
"syAP.116.useAlternateArticle" = "1"; /* See note above */
"syAP.117" = "AirPort Extreme 802.11n (5th Generation)"; --> New listing
"syAP.117.useAlternateArticle" = "0";
Score: 1 Votes (Like | Disagree)
oxocube Avatar
154 months ago
Before: http://dl.dropbox.com/u/4310180/01%20Time%20Capsule.png

After: http://dl.dropbox.com/u/4310180/02%20Time%20Capsule.png

Interesting name for your TC. I wonder what the names are of other devices on your network ;)
Score: 1 Votes (Like | Disagree)

Popular Stories

iOS 16

iOS 16.4 for iPhone Nearing Launch With These 5 New Features

Monday March 20, 2023 11:50 am PDT by
Apple says iOS 16.4 is coming in the spring, which began this week. In his Sunday newsletter, Bloomberg's Mark Gurman said the update should be released "in the next three weeks or so," meaning a public release is likely in late March or early April. iOS 16.4 remains in beta testing and introduces a handful of new features and changes for the iPhone. Below, we have recapped five new features ...
iPhone 15 Pro Buttons CAD Leak

iPhone 15 Pro Leak Reveals Unified Volume Button and Mute Button

Monday March 20, 2023 8:33 am PDT by
As previously rumored, the next-generation iPhone 15 Pro and iPhone 15 Pro Max will feature a unified volume button and a mute button, according to leaked CAD images shared in a video on the Chinese version of TikTok and posted to Twitter by ShrimpApplePro. Instead of separate buttons for volume up and volume down, the iPhone 15 Pro models are expected to have a single elongated button for...
voice isolation

iOS 16.4 Adds Voice Isolation for Cellular Phone Calls

Tuesday March 21, 2023 11:01 am PDT by
The iOS 16.4 update that is set to be released to the public in the near future includes voice isolation for cellular calls, according to notes that Apple shared today. Apple says that Voice Isolation will prioritize your voice and block out the ambient noise around you, making for clearer phone calls where you can better hear the person you're chatting with and vice versa. Voice...
airpodsd 3 purple 4

iOS 16.4 Seemingly References New AirPods and AirPods Case

Tuesday March 21, 2023 11:43 am PDT by
The iOS 16.4 release candidate version that was provided to developers today appears to hint at a new set of AirPods that could be coming in the near future. According to @aaronp613, the beta features references to AirPods that have a model number of A3048 and an AirPods case with a model number of A2968. There have been no rumors that new AirPods are on the horizon, and it is early for...
maxresdefault

Nothing Launches $149 Ear (2) Wireless Earbuds to Compete With AirPods Pro 2

Wednesday March 22, 2023 9:48 am PDT by
Nothing today announced the launch of its second-generation wireless earbuds, the Nothing Ear (2), which offer many of the same features as Apple's AirPods Pro 2 at a lower price point. We went hands-on with the Ear (2) earbuds to see whether they're a viable alternative to the AirPods Pro 2 for those who want to save some cash. The Ear (2) earbuds are the successor to the Nothing Ear (1),...
iOS 16

Apple Seeds Release Candidate Versions of iOS 16.4 and iPadOS 16.4 to Developers [Update: Public RC Available]

Tuesday March 21, 2023 10:25 am PDT by
Apple today seeded the release candidate versions of upcoming iOS 16.4 and iPadOS 16.4 updates to developers for testing purposes, with the software coming a week after the launch of the fourth betas. The RCs mark the final version of the software that will be provided to the public in the near future. Registered developers are able to download the iOS 16.4 and iPadOS 16.4 updates...
apple park at night 1

Apple 'Tracking Employee Attendance' in Crackdown on Remote Working

Thursday March 23, 2023 3:41 am PDT by
Apple is tracking the attendance of its employees at offices using badge records in order to ensure they are coming in at least three times a week, according to Platformer's Zoë Schiffer. Since April 2022, Apple employees have been operating on a hybrid home/office work policy as part of a gradual return strategy following the pandemic, with staff required to work from the office at least...
iphone 14 pro max deep purple feature purple

iPhone 15 Pro Rumor Recap: 10 New Features and Changes to Expect

Thursday March 23, 2023 6:42 am PDT by
While the iPhone 15 series is still around six months away from launching, there have already been plenty of rumors about the devices. Many new features and changes have been rumored for the iPhone 15 Pro and iPhone 15 Pro Max in particular. Below, we have recapped 10 changes rumored for iPhone 15 Pro models that are not expected to be available on the standard iPhone 15 and iPhone 15 Plus:A1...