Apple Seeds iOS 5.0.1 Beta 2 to Developers

Just two days after seeding the first beta of iOS 5.0.1 to developers, Apple has already pushed out a second version for testing.

ios 5 0 1 beta 2
The new version, known as build 9A404, comes as Apple is working quickly to deploy the update to address battery life issues and bring several other enhancements to devices running iOS 5. The latest build is available as an over-the-air update for those with the first beta of iOS 5.0.1 installed on their devices.

Popular Stories

iOS 26

iOS 26.1 Coming Soon: New Features for Your iPhone and Release Date

Monday October 27, 2025 7:55 am PDT by
The upcoming iOS 26.1 update includes a handful of new features and changes for iPhones, including a toggle for changing the appearance of the Liquid Glass design, "slide to stop" for alarms in the Clock app, and more. Below, we outline key details about iOS 26.1. Release Date Given that Apple has yet to seed an iOS 26.1 Release Candidate, which is typically the final beta version, the...
iOS 26

6 New Things Your iPhone Can Do in iOS 26.1

Wednesday October 29, 2025 4:22 am PDT by
Apple is about to drop iOS 26.1, the first major point release since iOS 26 was rolled out in September, and there are at least six notable changes and improvements to look forward to. We've rounded them up below. Apple has already provided developers and public beta testers with the release candidate version of iOS 26.1, which means Apple will likely roll out the update to all compatible...
maxresdefault

Apple TV 4K Could Still Launch Before 2025 Ends: All the Rumored Features

Monday October 27, 2025 4:51 pm PDT by
Apple is designing an updated version of the Apple TV 4K, and rumors suggest that it could come out sometime in the next couple of months. We're not expecting a major overhaul with design changes, but even a simple chip upgrade will bring major improvements to Apple's set-top box. Subscribe to the MacRumors YouTube channel for more videos. We've rounded up all the latest Apple TV rumors. ...
M6 MacBook Pro Feature 1

M6 MacBook Pro: Release Date, Pricing, and What to Expect

Monday October 27, 2025 9:15 am PDT by
Apple this month refreshed the 14-inch MacBook Pro base model with its new M5 chip, and higher-end 14-inch and 16-inch MacBook Pro models with M5 Pro and M5 Max chips are expected to follow in early 2026. However, these machines will represent the final update to the current design, with Apple reportedly developing a completely new version of the MacBook Pro packed with next-generation hardware...
iOS 26

Apple Seeds iOS 26.1, iPadOS 26.1, and macOS Tahoe 26.1 Release Candidates

Tuesday October 28, 2025 1:07 pm PDT by
Apple today provided developers and public beta testers with the release candidate versions of upcoming iOS 26.1, iPadOS 26.1, macOS Tahoe 26.1, tvOS 26.1, watchOS 26.1, and visionOS 26.1 updates for testing purposes. The RCs betas come a week after Apple released the fourth betas. The new betas can be downloaded from the Settings app on a compatible device by going to General > Software...
iOS 26 Battery Glass Feature

iOS 26.1 Beta Liquid Glass Battery Drain Test: Tinted vs Clear Mode

Friday October 24, 2025 2:30 pm PDT by
In the fourth iOS 26.1 beta, Apple added a "Tinted" option that reduces the translucency of Liquid Glass for those who prefer a more opaque look. I saw some comments wondering whether the setting might preserve battery life, so I thought I'd do some testing. Test Settings I did four separate tests using the iPhone 17 Pro Max, and I kept the parameters as similar as possible. Here are the...
ios 26 digital id passport wallet

Apple Says U.S. Passport Feature on iPhone is Coming Soon

Monday October 27, 2025 7:41 am PDT by
You will "soon" be able to add a digital version of your U.S. passport to your iPhone, according to Jennifer Bailey, vice president of Apple Pay and Apple Wallet. Bailey reiterated that the feature is coming soon during her keynote at the Money20/20 USA conference in Las Vegas on Sunday. On its iOS 26 page, Apple says the delayed feature will be "coming later this year." Apple's...
macos tahoe

Here Are Apple's Release Notes for macOS Tahoe 26.1

Tuesday October 28, 2025 1:21 pm PDT by
Apple today provided developers and public beta testers with the release candidate version of macOS Tahoe 26.1, which means the update will likely see a public launch next week. The release candidate includes notes on what's in the update, so we have a full picture of the new features that Apple has included. macOS Tahoe 26.1 adds AutoMix support over AirPlay, improved FaceTime audio...
iPhone Car Key Kia

Another Vehicle Brand Gaining iPhone Car Keys Support

Tuesday October 28, 2025 5:27 am PDT by
Apple is preparing to bring support for its digital car key feature to Jetour vehicles, according to evidence uncovered on Apple's backend by MacRumors contributor Aaron Perris. Introduced in 2022, Car Keys allows an iPhone or Apple Watch to unlock a vehicle through the Wallet app. A digital version of a car key is stored in Wallet, and unlocking can be done by holding an Apple Watch or...

Top Rated Comments

mwsealey Avatar
183 months ago
It never occurred to you that a dual core CPU and the new OS might be a bit more battery hungry, and is more likely to be causing the difference? My phone still ends the day at ~55% with average usage. Yesterday I had 6 hours usage, 18 hours standby before I got to 20%. That seems fairly reasonable.

Well there are two things you need to figure on mobile hardware design. One is that the screen is nearly always, by far, the most power hungry component. Turning the backlight off can save you 50% of the power consumption on most systems. Behind that, the RAM, any storage, wireless and then things like CPUs (in that order) are what starts to reduce your battery life.

Apple have done an incredible job in basically turning your phone off completely when you are not using it; when the screen is black and you have to hit the top button to get to the slide-to-unlock display, you are waking it up from full standby where nearly everything is off. That's how you get decent battery life on phones, make sure they are not turned on all the time, as with everything running even with decent screen management they'd all barely last 2 hours of runtime.

The second thing is that clocking things down aggressively and turning things off is not always the best solution for situations where you need to DO something. While it's sitting on a desk, nothing on the network locking wireless, screen off, power management is great, but otherwise you are nearly always better off in a "race to idle" scenario. This is where you simply run as fast as you can to get the work off the table so that you can go back to a state where you can actively power manage. Since you can run at 800MHz and get "800 million things done a second" (not realistic, but bear with me) doing 100 million things will take 1/8th of a second. At 400MHz it will take 1/4 of a second. At 166MHz it will take 2/3 of a second. It is usually much better to run at full power for 0.125 seconds than at 20% of the speed (and probably only 50% of the power consumption of full) for 0.7 seconds, or incur the time taken to switch.

So what Apple tend to do (and what most mobile manufacturers, CPU schedulers and power management libraries do as well) is keep the CPU running as fast as possible for as long a time as is necessary plus a little bit more. The moment you take an input, you ramp up the CPU, and until you are dead sure that the user is idle, you stay there. This works on mobile devices without impacting power management too much because as above the CPU is by far the least impact on the battery life.

That, and the Cortex-A9 class dual-core CPUs (Apple A5) are more efficient than the Cortex-A8 (Apple A4) when one core is idle and not greatly more power hungry when both cores are active at the same clock speed. They are also more efficient from an instruction scheduling point of view. So bumping from an A4 to an A5 from iPhone 4 to iPhone 4S wouldn't actually make a great deal of difference. Graphics cores are the same way.

For wireless, Bluetooth 2.1 has a cute feature in that it can support something like 24Mbps data transfers compared to older standards which can only do around 10Mbps. The same race to idle scenario applies here; it only powers the transmitter to send data (reception is tantamount to passive) so to send 24Mbit of data in 1 second uses less power than sending 24Mbit of data at a lower speed over more than 2 seconds. Holding that transmitter powered is what gives you the better power consumption even though actually sending at 24Mbps using the EDR rate uses more power at any sampled point, it is active for less time when you add it all together.

The 4S also does have a smaller battery, which is supposed to be made up for by more efficient components..

All in all, it is more likely that Apple simply are not using a more aggressive power saving strategy when they can on certain parts of the iPhone 4S that are brand new to the 4S compared to the 4. Probably the new GSM/CDMA chip (putting it into an idle state instead of a nap or sleep state, this is my personal opinion of the culprit based on the talk time numbers for the 4 vs. 4S - they are too significantly different to explain it being a battery size issue, and while on the phone with it to your ear, the proximity sensor has allowed the screen and much of everything else to be turned off, and all it needs to do is route the audio to the GSM chip, so the GSM chip must be using a ton of extra power in comparison. Driving two antennas, and boosting power for better signal would account for it)

.. or Bluetooth 4.0 (keeping the Low Energy link active accidentally) or even using NAND with a different page size and having to do more aggressive or time consuming bad block handling or page buffering.

... or something else. But it's a lot more complicated than "there are two CPUs instead of one so it will take more power". Dual core (say, a Core i5) laptops these days use a lot less power than single core ones (say, a Pentium M) at much higher clocks.
Score: 16 Votes (Like | Disagree)
Tonewheel Avatar
183 months ago
800 megabytes for a delta? SiriOSly?

Well, clearly it's not a delta. ;)
Score: 10 Votes (Like | Disagree)
Tonewheel Avatar
183 months ago
Can anyone with an iPhone 4S who is running Beta 2 confirm if the battery life is better?

I get horrible battery life, like 69% at 2 and a half hours of very standard usage. Twitter, couple calls, sms, etc. This is ridiculous.
Uhh, this update came out what... 30 minutes ago?
Score: 9 Votes (Like | Disagree)
jayhawk11 Avatar
183 months ago
800 MB on 4S.
45.8 MB on iPad 2 GSM.

There must be a whole lot more changes on the 4S eh?

800 MB download on 4S.:eek::rolleyes::mad::apple:

They must be replacing the entire OS, then.

Makes you wonder what is borked so bad that they can't patch it with a delta.
Score: 7 Votes (Like | Disagree)
almightylinuxgo Avatar
183 months ago
Thats what she said.

Or in my case as a gay man, thats what HE said
Score: 6 Votes (Like | Disagree)
Piggie Avatar
183 months ago
I'm still amazed at how such a large and rich company, with such a tiny and very tightly controlled range of products, can so screw such basic things up each time.

If Apple made a dozen phones, a dozen iPads ect ect all with different CPU's, screen resolutions etc etc then I could forgive them, but really. This should not be acceptable from a supposed brand leader.

Esp, as I said given their extremal small range of products and the length of time they have had to get this right before launch.
Score: 5 Votes (Like | Disagree)