Article refrains from drawing conclusions, instead presenting the data. Android is doing better at moving users to newer versions, but the overwhelming majority of users don’t have the current Android OS version nor the previous version, combined.

  • That’s what you get when you require users to get a new device in order to run newer software. I would gladly run the newest version, if I could just update my os, but since I can’t, I will be running this old version for as long as I have to…

    •  kate   ( @kate@lemmy.uhhoh.com ) 
      link
      fedilink
      English
      32 months ago

      Meanwhile my 2018 model iPhone is running the newest iOS 18 beta… As much as I love android it seems like to get the best software support you pretty much have to be buying a pixel (or installing custom ROMs)

    • Yeah, unlike Windows this isn’t a user choice. It comes down to manufacturer support. I don’t know what you do to make this better, especially in the context of newer Android updates being lighter on major user-facing features.

      • I’m also unclear on the exact technical details but there’s probably a reason that lineageos and the other free androids out there are not easily installable but have to be customised to each device.

        I’m pretty sure that reason is mostly manufacturers being dicks about this. So it could probably be fixed by mandating some kind of interoperability. OTOH the governments are probably happy that not more people are using degoogled devices

        •  MudMan   ( @MudMan@fedia.io ) 
          link
          fedilink
          2
          edit-2
          2 months ago

          Whose mandate? Are you going to make a law saying you can’t customize Google’s base Android?

          It’s an open source OS, manufacturers offer crappy support because they want customizations and proprietary software but don’t want to have to spend a bunch of engineering time to keep pace with Google’s reference spec. Samsung does, but that’s because they’re the literal largest phone manufacturer on the planet.

          But Google can’t be out there saying you don’t get to use Android code if you don’t offer timely support for a decade. There’s a reason years of security updates are now a declared selling point, the only force to drive it is market pressure. At most you could regulate that you HAVE to support swapping OSs on phones, but you can’t just target that at Android and not Apple, and Apple would buy themselves a nuke to fight against that one.

      •  killingspark   ( @killingspark@feddit.org ) 
        link
        fedilink
        English
        3
        edit-2
        2 months ago

        I believe it shipped with 10 and I’m currently sitting on 12. Last security updates are from December 2023 so I’ll probably have to switch sooner than later…

        It’s a Nokia 5.4

        Edit: to be fair that’s not too bad compared to other android vendors. It’s actually pretty good. But being the cleanest pig in the mudpit isn’t really the goal I want to achieve. I’d rather be actually clean.

        • HMD is now retiring Nokia branding for its own series of smartphones. They are launching the Crest lineup which, while in the same price range as the 5.4 or G20, doesn’t offer any claimed Android upgrades.

          The worst OEM I encountered was a company called Techno. Fantastic hardware for the price, but they delivered not a single Android upgrade, only security updates. Ironically, they even make foldables which are obviously much more expensive. I won’t be surprised though if even they received Aryabhatta’s number of upgrades.

          • Well I guess it’s time to go Fairphone then. It’s way more expensive than I’d like but honestly I’m so done replacing my phone because of software issues and not because the hardware wasn’t serviceable anymore

            • I was more intrigued with their earbuds, called Fairbuds. It has user replaceable batteries for both individual buds and the case. While people may ultimately get one or the other reason to upgrade their phone ultimately, most folks just chuck out their wireless earphones because the charging capacity has been seriously reduced.

          • Techno makes smartphones which have good hardware specs, marred by bad software support. For the equivalent Samsung or Nothing phone you would be paying a higher price.

            I won’t be surprised though if even they received Aryabhatta’s number of upgrades.

            Lol, I had to google just to make sure it meant zero.

  •  Ilandar   ( @Ilandar@aussie.zone ) 
    link
    fedilink
    English
    9
    edit-2
    2 months ago

    I’d really like someone to do an in-depth, but easy to understand, investigation into how much monthly system security updates and version upgrades actually contribute to the overall security of Android post-Mainline. There are so many different opinions about this online but very few are actually backed up by evidence. I genuinely don’t give a shit about running behind on Android versions now from a features perspective, there is so little difference between them for my use case, but it does concern me that so many manufacturers are still miles behind on security patches and that newer versions of Android may contain significant security improvements. I’m not sure if that’s actually a relevant concern though or if I’m being overly paranoid. How much does the user’s behaviour contribute to security versus the policies of the manufacturer? I have so many questions about this topic but it never seems to get any detailed coverage beyond “bigger number is better”.

    •  Blaze   ( @Blaze@lemmy.zip ) 
      link
      fedilink
      English
      22 months ago

      d really like someone to do an in-depth, but easy to understand, investigation into how much monthly system security updates and version upgrades actually contribute to the overall security of Android post-Mainline.

      Quite curious too

    • Improvement is definitely happening in the form of closing reported or discovered security holes, but in terms of security architecture and updating the design to be more resistant to unknown bugs? Android hasn’t changed much in the past few years.

    •  M500   ( @M500@lemmy.ml ) 
      link
      fedilink
      English
      12 months ago

      While the new features may not matter to you, it makes devices much harder to develop for. This is one reason why Android versions of apps are worse compared to the same app on iOS.

      But like you, security updates are very important to me. If I were ever going to switch to Android, I’d only consider getting a pixel. And I won’t consider that until it has a native desktop mode so I can essentially use it as my pc.

      •  MudMan   ( @MudMan@fedia.io ) 
        link
        fedilink
        5
        edit-2
        2 months ago

        Are they worse? This seems outdated, but then, I haven’t used an iOS phone as a daily driver, so maybe there’s some magic making the iOS version of Google Maps so much better? I mean, it is true that it’s harder to make Android apps, but a lot of that has to do with displays being arbitrary aspect ratios and resolutions across dozens of devices, more than anything else, at least if you’re focusing on mainstream devices.

        On the other issue, why not go Samsung? They are matching Google’s “7 years of updates” thing and they DO have a pretty solid native desktop mode. I don’t use Samsung devices these days for other reasons, but if that’s the bar, I think they’re meeting it.

        •  M500   ( @M500@lemmy.ml ) 
          link
          fedilink
          English
          12 months ago

          Yeah, not just worse quality but also some apps don’t come to Android until months later.

          Linus from tech tips has complained that the Android version of YouTube is missing features that iOS has.

          Another commenter mentioned that someone did a switch to Android challenge and Instagram was missing features.

          A chatgpt competitor has had an app for iOS for months and Android just got it, I think something similar happened with chatgpt.

          It’s not just arbitrary screen size, it’s about with wide variety of specs that need to be supported. Your app needs to work on a crappy modern Android with a slow cpu and limited ram as well as the flagship stuff, its easier for the devs to make a one size fits all app instead of expanding how some features only work on some phones and keep track of all that.

          Additionally, newer versions of Android will have better and more capable apis. But if only 12% of people are on the latest version of Android, then coding the app to use those apis would either break the app on old version of Android or they would have to have code for doing a task an old I efficient way and a newer better way. So they just do it the I efficient way.

          • Man, this is only tangentially related, but I’ve slowly drifted away from the garbage app economy over the years, huh? That paragraph literally had me going “Oh, right, people use Instagram on their phones and stuff”, for different things like three or four times. No bearing to your point, but I will give myself some props.

            Anyway, yeah, I’m not gonna stand here and say that iOS doesn’t make more sense as a starting point, both due to their hardware and software consolidation AND their US-centric nature that tends to make it a more profitable first stop (although that margin has narrowed) or that full legacy Android support isn’t more technically challenging. I think you’re overrepresenting the memory issue, though. You’d be hard pressed to find a dirt cheap Android phone with less than what? 4/6 Gigs of RAM? For mobile apps that will condition how fast things load and how many background apps get held before being flushed, but it’s not gonna be a massive challenge to make something run. And if it is, you should get that under control regardless.

            About the rest of that list, I do think it’s interesting how half-remembered it is. For a while Instagram photos “just looked better” to the point of it becoming a meme, but that hasn’t been a thing on major Android phones for a couple of iterations, so it shouldn’t matter to anybody buying a new phone today even if you’re on Instagram (don’t be on Instagram). I don’t know about the “chatGPT” or “chatGPT competitors”. Gemini, Copilot, ChatGPT and Perplexity have all been on Android for a while, not sure if it was all day one, but it was all certainly timely and available when I wanted to check it out. As for the LTT thing, I’m guessing from a google search, but was that about pop-up video being free on iPhone but part of the subscription on Android? Wasn’t that a regional thing? In any case it wasn’t a lack of support, it seems it was a guideline compliance thing. Not that I use the default Youtube app, but I’m guessing the Youtube guy wouldn’t point that out.

            All of the minutia aside, I will say that as an Android user it’s been a long time since I went “wow, I wish that very useful app/feature/implementation” was available on my phone. I think the only things that came close to that were a couple of Apple Arcade exclusives I wish I could have purchased outright. It’s no question that there is an extra demand for coverage and support on Android, but at this point the market is large enough and the processes well understood enough that this is a development issue, not an end user issue. By and large, mobile apps you want and hear about are available right away and work just fine across devices.

      •  Ilandar   ( @Ilandar@aussie.zone ) 
        link
        fedilink
        English
        42 months ago

        This is one reason why Android versions of apps are worse compared to the same app on iOS.

        I watched a random video recently where an iPhone user tried to use an Android phone (a Z Flip 5) for a week and was surprised by how significant some of the differences between apps were. Like Instagram had entire features completely missing on Android that really annoyed her. Having never used Instagram, I had no idea feature parity was still that bad between the two operating systems when it came to mainstream apps like that. However, it’s understandable I’d be so out of the loop because basically all my apps for the last few years have been FOSS and exclusive to Android and no one I know owns an iPhone so there has been no direct comparison for me to make.

        •  M500   ( @M500@lemmy.ml ) 
          link
          fedilink
          English
          12 months ago

          Android is great because of the foss apps. iOS doesn’t really have that. I think it’s due to no side loading and having to pay an annual fee to be a dev and needing to have a Mac to compile for iOS.

        •  HeavyRaptor   ( @HeavyRaptor@lemmy.zip ) 
          link
          fedilink
          English
          1
          edit-2
          2 months ago

          Not a heavy user but AFAIK android has always been a second class citizen for Instagram. There used to be issues with different screen aspect ratios, resolutions, and scaling in general. Not sure if it’s fixed on more exotic hardware (e.g. foldables), tablets are still kinda broken I believe. What do you expect if they can’t be arsed to make the app simply scalable for different screens?

          We’re there any other apps that didn’t have feature parity?

  • Okay, can these percentages be aligned to the number of Android devices in active use that support the OS?

    Because I would hazard a guess that some 70% of people do not have an android phone that even supports updating to the new OS.

    •  tea   ( @tea@lemmy.today ) 
      link
      fedilink
      English
      32 months ago

      I think that’s the point of what these statistics mean. This is an indictment on manufacturers not pushing the latest OS updates more than people not accepting the latest OS updates when they’re available.

  • I got my S10 and Android 12, and I’m feeling fine (edit: they start making smart phones with removable storage, removable batteries, and a headphone jack, and i’d consider getting a later model, but there’s absolutely fucking zero that’s come out in the last 6 years I’ve had my S10 that I need, and a whole lot that I’d lose, so, fuck em, they’re doing this to themselves)

    • For what it’s worth, Sony Xperia phones have a microsd card slot and headphone jack, and I just replaced the battery in my xperia 1 III about a month ago. Best phone ever.

      P.S. Sony’s commitment to OS and security updates still sucks though. I think on the new 1 VI it’s three OS upgrades and 4 years security updates. Sony always has to find a way to ruin good hardware.