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

iphone air thickness

Apple Said to Cut iPhone Air Production Amid Underwhelming Sales

Friday October 17, 2025 8:29 am PDT by
Apple plans to cut production of the iPhone Air amid underwhelming sales performance, Japan's Mizuho Securities believes (via The Elec). The Japanese investment banking and securities firm claims that the iPhone 17 Pro and iPhone 17 Pro Max are seeing higher sales than their predecessors during the same period last year, while the standard iPhone 17 is a major success, performing...
iOS 26 Feature

iOS 26.1 to iOS 26.4 Will Add These New Features to Your iPhone

Saturday October 18, 2025 11:00 am PDT by
iOS 26 was released last month, but the software train never stops, and iOS 26.1 beta testing is already underway. So far, iOS 26.1 makes both Apple Intelligence and Live Translation on compatible AirPods available in additional languages, and it includes some other minor changes across the Apple Music, Calendar, Photos, Clock, and Safari apps. More features and changes will follow in future ...
iOS 26

iOS 26.0.2 Update for iPhones Coming Soon

Friday October 17, 2025 7:35 am PDT by
Apple's software engineers continue to internally test iOS 26.0.2, according to MacRumors logs, which have been a reliable indicator of upcoming iOS versions. iOS 26.0.2 will be a minor update that addresses bugs and/or security vulnerabilities, but we do not know any specific details yet. The update will likely be released by the end of next week. Last month, Apple released iOS 26.0.1,...
HomePod mini and Apple TV

Apple's Next Rumored Products: New HomePod Mini, Apple TV, and More

Thursday October 16, 2025 9:13 am PDT by
Apple on Wednesday updated the 14-inch MacBook Pro, iPad Pro, and Vision Pro with its next-generation M5 chip, but previous rumors have indicated that the company still plans to announce at least a few additional products before the end of the year. The following Apple products have at one point been rumored to be updated in 2025, although it is unclear if the timeframe for any of them has...
iPhone Siri Glow

Some Apple Employees Have 'Concerns' About iOS 26.4's Revamped Siri

Sunday October 19, 2025 7:39 am PDT by
iOS 26.4 is expected to introduce a revamped version of Siri powered by Apple Intelligence, but not everyone is satisfied with how well it works. In his Power On newsletter today, Bloomberg's Mark Gurman said some of Apple's software engineers have "concerns" about the overhauled Siri's performance. However, he did not provide any specific details about the shortcomings. iOS 26.4 will...
Apple iPad Pro hero M5

New iPad Pro Has Six Key Upgrades Beyond M5 Chip

Saturday October 18, 2025 10:57 am PDT by
While the new iPad Pro's headline feature is the M5 chip, the device has some other changes, including N1 and C1X chips, faster storage speeds, and more. With the M5 chip, the new iPad Pro has up to a 20% faster CPU and up to a 40% faster GPU compared to the previous model with the M4 chip, according to Geekbench 6 results. Keep in mind that 256GB and 512GB configurations have a 9-core CPU,...
ios 26 1 liquid glass opaque

iOS 26.1 Beta 4 Lets Users Control Liquid Glass Transparency with New Toggle

Monday October 20, 2025 10:57 am PDT by
With the fourth betas of iOS 26.1, iPadOS 26.1, and macOS 26.1, Apple has introduced a new setting that's designed to allow users to customize the look of Liquid Glass. The toggle lets users select from a clear look for Liquid Glass, or a tinted look. Clear is the current Liquid Glass design, which is more transparent and shows the background underneath buttons, bars, and menus, while tinted ...
14 inch MacBook Pro Keyboard

New 14-Inch MacBook Pro Has Two Key Upgrades Beyond the M5 Chip

Thursday October 16, 2025 8:31 am PDT by
Apple on Wednesday updated the 14-inch MacBook Pro base model with an M5 chip, and there are two key storage-related upgrades beyond that chip bump. First, Apple says the new 14-inch MacBook Pro offers up to 2× faster SSD performance than the equivalent previous-generation model, so read and write speeds should get a significant boost. Apple says it is using "the latest storage technology," ...
m4 macbook air blue

M5 MacBook Air Coming Spring 2026 With M5 Mac Studio and Mac Mini in Development

Thursday October 16, 2025 3:57 pm PDT by
Apple plans to launch MacBook Air models equipped with the new M5 chip in spring 2026, according to Bloomberg's Mark Gurman. Apple is also working on M5 Pro and M5 Max MacBook Pro models that will come early in the year. Neither the MacBook Pro models nor the MacBook Air models are expected to get design changes, with Apple focusing on simple chip upgrades. In the case of the MacBook Pro, a m...

Top Rated Comments

mwsealey Avatar
182 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
182 months ago
800 megabytes for a delta? SiriOSly?

Well, clearly it's not a delta. ;)
Score: 10 Votes (Like | Disagree)
Tonewheel Avatar
182 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
182 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
182 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
182 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)