The Register Home Page

back to article Apple blames iOS 17 bug for overheating iPhone 15 woes

Apple has warned that a bug in the iOS 17 software powering its latest iPhone 15 Pro model is causing smartphones to overheat. Some folks who purchased the new device complained about their devices becoming uncomfortably hot during normal use. The iGiant has now said that’s not unexpected, especially when setting up the iPhone …

  1. Anonymous Coward
    Anonymous Coward

    Would be a credible explanation...

    ... if upgrading your iPhone 14 to iOS17 would also result in the same overheating effect.

    1. CrazyOldCatMan Silver badge

      Re: Would be a credible explanation...

      . if upgrading your iPhone 14 to iOS17 would also result in the same overheating effect

      Hardware is significantly different between the two phones.

  2. Anonymous Coward
    Holmes

    Pegasus search engine

    Pegasus software suite

    Coincidence surely

    1. xyz Silver badge

      Ah, the old tricks are the best tricks... Want to hide something in plain sight, give it a public name that can be confused with something else, unless you can add a private name that only a few know.

      Tin foil hat, tin foil hat.

    2. Headley_Grange Silver badge

      Pegasus mail in the 90s.

      1. Andy The Hat

        Wasn't Pegasus an early 1hp Greek transport system?

        1. DJV Silver badge

          I believe it had a Red Bull upgrade which gave it wings.

    3. Strahd Ivarius Silver badge
      Black Helicopters

      Does it is currently indexing the content of all iPhones for easy search by 3-letters agencies?

      It may lead to overheating indeed...

  3. sanmigueelbeer Silver badge
    Joke

    devices becoming uncomfortably hot during normal use

    You are holding the phone the wrong way.

    1. Neil Barnes Silver badge

      Without wearing a thermal glove, perhaps?

      1. Anonymous Coward
        Anonymous Coward

        Don't joke man...last time something like this happened, they shipped everyone a free silicon bumper...this time they might ship oven gloves.

        1. Anonymous Coward
          Anonymous Coward

          Joy Division oven gloves?

  4. Fruit and Nutcase Silver badge
    Joke

    USB-C

    The temperature rise is due to the iPhone rejecting the alien USB-C connector. Consider lowering the core phone temperature by immersion in an ice bucket.

  5. DS999 Silver badge

    Titanium frame

    That's obviously not the cause, because the phones with stainless steel frames aren't dissipating heat through the frame. My 14 Pro Max barely gets above ambient, but when it does I feel it in a certain place in the back glass (where the SoC is located, no doubt) not on the stainless steel edge.

    In both the 14 and the 15 the inside portion of the frame is aluminum.

    It will be interesting to see if the software update helps, though I still think it is TSMC's N3B process that is responsible. Having yields that poor (estimated at 55-60%) would lead to a much wider range of required voltage to achieve the target clock speed. That would account for the observed behavior where some 15 Pro/Max phones are claimed to get hot, but others with the same phones claim theirs has no problem (but I guess a software bug that hit randomly would show the same...we'll know soon enough)

    1. Kristian Walsh

      Re: Titanium frame

      55~60% is actually a pretty good yield for a process at this very early stage of production. But, processes don’t have heat problems, they have density limits- if the designer tries to pack high-power sections of the IC too close together, then you get heat problems. Maybe TSMC fell short of their promised density, or maybe Apple has been too ambitious, overspent the increased capability of this process-shrink and then needed to live on the ragged edge just to fit everything in.

      My stab in the dark is that Apple’s new GPU cores are at fault - the reported heat issues all have video-heavy tasks as a common factor. That could be software (drivers pushing the GPU beyond its specified safe envelope) or it could be hardware (hardware not living up to the agreed thermal parameters), but really the only way to fix it is software throttling. If it is hardware, it must be pretty dispiriting for the SW Eng teams to once again be publicly blamed for a problem that isn’t of their making; but as consolation to them, I don’t think the general public really believes that this is due to a software problem.

      1. Steve Davies 3 Silver badge

        Re: software throttling

        Any of that will result in lots of Class Action lawsuits. We saw that with the previous case where slowing thing down to prolong the battery life got a lot of lawyers all hot under the collar and Apple had to pay out LOADSAMONEY over that.

        As for blaming the engineering teams, I would put it more down to differences between pre-production and production hardware.

        1. DS999 Silver badge

          Re: software throttling

          Changing throttling behavior wouldn't justify class action awards, all phones throttle and no doubt software updates change that behavior over time. If performance went down by double digits then maybe there's an argument, but that's hardly likely. Even if there was some legal basis it would only cover phones that had already shipped. Anyone who bought one after the update would have no leg to stand on, since the performance of their device never changed from the day they bought it.

      2. DS999 Silver badge

        Re: Titanium frame

        55-60% is terrible by TSMC standards. TSMC has between 80% and 90% when they began mass production of N5/N7/N10 so this N3B yield is a serious departure, see https://images.anandtech.com/doci/16028/Manufacturing%20Excellence.mkv_snapshot_02.11_%5B2020.08.25_14.16.22%5D.jpg

        If the GPU turns out to be at fault then I would guess that Apple is correct that it can be fixed with a software update. The A17 GPU is the first ground up rework since they started making their own GPU, and new GPUs (from all vendors) often have teething problems for the drivers.

        If it was only heating up in games heavily exercising 3D I might believe it is a hardware issue, but they are pointing at stuff like Instagram as one of the problematic apps and that's simple stuff that barely exercises a modern GPU. So perhaps there's a combination of Instagram not following the iOS API guidelines and iOS 17 drivers doing things in a different way on the A17's new GPU hardware that creates problems for code not following the guidelines. That would explain what Apple has said they did - notified developers of certain popular problematic apps (for a more immediate fix for that app only until Apple's fix is ready) and a bit later an iOS update that hopefully corrects the issue in all the apps doing it wrong even the (probably many) that Apple hadn't notified.

    2. AlwaysInquisitive

      Re: Titanium frame

      I'm withholding judgement on any of this until the software bugs are settled down: as this video shows, the Instagram bug can be seen decreasing battery by 1% per minute!

      https://www.youtube.com/watch?v=P6X2ZIkYFsQ

      After that, I'll re-assess whether it's chip or casing....

      1. DS999 Silver badge

        Re: Titanium frame

        Thanks for the link, that's quite interesting. It sure does look like what you'd expect with driver issues for the new GPU, a hardware fault could hardly drain battery that fast when it is just sitting on a static screen. It would almost have to be something causing it to re-render the display at 120 fps. Or maybe Instagram is downloading and caching a bunch of content down below the screen for smooth scrolling, and it is all getting prerendered instead of a limited amount? Because it sure is working hard for sitting still lol

        Maybe the driver for the old GPU only rendered a limited amount of off screen data, just doing enough for smooth scrolling (unless you scroll so fast you can barely read) but the new driver doesn't have such a limit, or the limit is way too generous. The Instagram app could have code for "render this entire buffer" and be downloading a lot of stuff to support the doomscrolling a lot of social media users do, and that was fine with the old driver since it had a reasonable limit. However with the new driver perhaps it is working its ass off instead of only staying a little ahead of the end user's scrolling.

        That would be not necessarily an Instagram "bug", just an expectation that the OS would intelligently limit rendering of off screen data as it had in the past - but the quick way to fix it today would be getting Instagram to update it as Apple apparently requested they do, since Apple's iOS test process take a bit more time but would provide a permanent fix for all apps that act similarly. Of course even if this is an issue it doesn't mean it is the ONLY issue, with a brand new GPU with a brand new driver this might not be the only "unexpected behavior" causing excessive power draw.

  6. Anonymous Coward
    Anonymous Coward

    ”Top Apple analyst Ming-Chi Kuo reckoned that Apple had botched the design of its thermal system“

    No he didn’t. Learn to read.

    1. CowHorseFrog Silver badge

      Where do i buy one of those titles - Top not Second best, but the Top analyst...

      1. Anonymous Coward Silver badge
        Headmaster

        He's an analyst who analyses the Top Apples.

        Most of us do that to some extent when purchasing fruit as it's much easier than digging through to the ones underneath.

      2. PhoenixKebab

        As the Major said...

        "We have top men working on it right now."

      3. Anonymous Coward
        Anonymous Coward

        Fuck knows, but I earned mine...it enrages me that people like this get that title willy nilly...

        I work on a soft drinks production line, and lieu of a proper payrise they promoted me from Junior Lid Turner to Top Analyst, I used to feel quite important until I realised anyone can be a "Top Analyst".

        People like that just cheapen the title.

        1. 43300

          In many organisations, nearly everyone is a Manager!

      4. Anonymous Coward
        Anonymous Coward

        "Where do i buy one of those titles - Top not Second best, but the Top analyst..."

        Top analyst = he analyses the top bit. Somebody else analyses the rest.

    2. Anonymous Coward
      Gimp

      A top anal what now?!

  7. GioCiampa
    FAIL

    "'issue-causing' apps"

    I gather Apple are blaming Instagram... so the answer to the "How many years...?" question is about a dozen.

  8. Brewster's Angle Grinder Silver badge
    Facepalm

    Third party apps

    So what Apple are saying is that third party apps (and any malware that makes it onto their phones) can now injure you via raising your iPhone to a temperature where it will scold you.

    1. that one in the corner Silver badge

      Re: Third party apps

      > raising your iPhone to a temperature where it will scold you.

      How many times have I told you not to use that app?

  9. Tessier-Ashpool

    Camera app

    It’s quite easy on my iPhone 14 Pro to accidentally open the camera app. If you do this while tucking the phone into your shirt pocket, it runs hot as hell. I presume because its fancy chippery is constantly hunting to find a focus.

    1. Anonymous Coward
      Anonymous Coward

      Re: Camera app

      Same issue with my 13Pro. Need an easy way to disable the camera button on the lock screen (I think there is a workaround, but not straightforward).

    2. This post has been deleted by its author

    3. Anonymous Coward
      Anonymous Coward

      Re: Camera app

      The same with 12 Pro.

      1. CrazyOldCatMan Silver badge

        Re: Camera app

        The same with 12 Pro

        Not with mine. But then, it's in a proper case that protects the buttons from accidental presses..

  10. steamnut

    Test testing testing?

    After all this time you do wonder how these problems occur.

    Surely Apple has a strict testing regime before releasing new products?

    Is this another case of a rushed release because of pressure from the sales department?

    1. Strahd Ivarius Silver badge
      Joke

      Re: Test testing testing?

      Are you implying the got the heat from the sales dpt?

  11. Anonymous Coward
    Anonymous Coward

    I think I saw the pre-release version on Captain America, Winter Soldier

    The Robert Redford character was thumbing a messaging app on his Android and those with iPhones receiving the messages burst into flames in their owners pockets.

  12. Anonymous Coward
    Anonymous Coward

    iPhone 12 Pro overheating

    iPhone 12 Pro overheating as well. A few days ago, I was recording a longer duration movie and it suddenly stopped recording after 6 minutes due to overheat.

  13. SketchyScot

    This is the part where they "optimise" the phone by progressively slowing it down or adding limitations to prevent it heating up...

    they might even charge £200 for a real fix...

    As much as I dislike Apple already, the demise of Steve Jobs has ruined them beyond belief

    1. Anonymous Coward
      Anonymous Coward

      Daft comment. You think Apple is any different to any other manufacturer when it comes to thermal management?

  14. Andre Carneiro

    Surely if the new frame couldn't dissipate the heat properly then the phone would feel LESS cold to the touch (even if its innards were being grilled)?

    The way I see it the frame is dissipating all the heat properly, the problem is that too much of it is being generated in the first place (definitely not by the frame itself).

    1. Andre Carneiro

      That should read “less HOT to the touch”. Idiot me…

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon

Other stories you might like