Google Can't Ignore the Android Update Problem Any Longer
An anonymous reader writes: An editorial at Tom's Hardware makes the case that Google's Android fragmentation problem has gotten too big to ignore any longer. Android 5.0 Lollipop and its successor 5.1 have seen very low adoption rates — 9.0% and 0.7% respectively. Almost 40% of users are still on KitKat. 6% lag far behind on Gingerbread and Froyo. The article points out that even Microsoft is now making efforts to both streamline Windows upgrades and adapt Android (and iOS) apps to run on Windows.
If Google doesn't adapt, "it risks having users (slowly but surely) switch to more secure platforms that do give them updates in a timely manner. And if users want those platforms, OEMs will have no choice but to switch to them too, leaving Google with less and less Android adoption." The author also says OEMs and carriers can no longer be trusted to handle operating system updates, because they've proven themselves quite incapable of doing so in a reasonable manner.
If Google doesn't adapt, "it risks having users (slowly but surely) switch to more secure platforms that do give them updates in a timely manner. And if users want those platforms, OEMs will have no choice but to switch to them too, leaving Google with less and less Android adoption." The author also says OEMs and carriers can no longer be trusted to handle operating system updates, because they've proven themselves quite incapable of doing so in a reasonable manner.
But the doom-saying is inappropriate:
FTA: "Otherwise, it risks having users (slowly but surely) switch to more secure platforms that do give them updates in a timely manner."
Among the problems with this conclusion, the most egregious seems to be: Android is used in a way that Windows and IOS are not. People use it for lower-grade hardware that they are still manufacturing today. Go buy a $39 "unlocked" phone at your local Fry's (search for a brand like Blu). What will it be running? Android 2.3. Which is wonderful. They are calling this "fragmentation," but it's really people who could never spend the money for a $400 dollar phone finally getting access to one to what was a $400 phone 5 years ago. It can't run the latest O/S, but that's fine. The 2.x series phones (like my beloved Motorola Cliq) were really quite functional.
Dear Lucian (article author): Not everyone in the world is rich. That does not mean there is a "critical problem" that Google needs to address.
Yes. It would be great if Android kept major version trees alive and patched, like we do with the Linux kernel, and if all the manufacturers built their their complete phone stack from Puppet scripts, so they could get an Android update, rebuild against it, retest against real hardware and reissue the complete O/S for scant money in a few days.
They don't. If you want to make this happen it won't come from Google. It will come from us, the consumers walking into [insert generic carrier name] and asking which phone manufacturer got the greatest number of updates, after launch, for their top end phone. If the number is 3 refuse to buy from them.
When the stores know that is a selling point, they'll push back. Right now the people in that store and the manufacturer benefit most by selling you a new phone as soon as the old one is paid off. Until we change that evolutionary pressure, they will remain correctly adapted to our behaviour.
Relying on the carrier for updates is truly the worst thing about Android - then there's the premium-seeking apps compiled into the base rom that generate evil warnings of how the system may become unstable if they're uninstalled. WTF does my phone need with NFL whatever baked in and threatening to become unstable if I dare disable it?? At least with some OEM Windows computer this kind of crap can be uninstalled. I wouldn't mind them putting in default apps to try to upsell service if I could remove them.
And then there's carrier hardware support decisions baked into the rom. A Galaxy Note 2's radio chip isn't accessible when sold by Verizon because their rom has that disabled. They want you to use your data plan to stream radio; they don't even provide a streaming radio app but they want to at least try to get you to pay for more data allowance.
Yes, it is Google's fault. My Nexus 7 2013 got 5.0 OTA three months after it's release. That's the *Google branded* device. And it was buggy.
5.1 came much faster - took a few weeks, and it's much better.
When iOS 8 was released, it was available on our iPad Air the next day.
My Other Computer Is A Data General Nova III.
My z10 is now two years old. It runs better than it did when I first bought it. It now runs almost all Android apps without issue. I pretty much only charge it when I notice it running low -- I can't remember the last time it died overnight. The battery lasts at least 24 hours even with regular use. In an hour on the charger it is almost back to full charge. Then there's the security, BlackBerry Blend, the fact that if I lose it or it gets stolen it is a brick to whomever ends up with it.
For the life of me I do not understand all the BlackBerry hate on slashdot.
It is a carrier problem. Carriers are, to put it frankly, fucking evil. Look no further than their efforts to stop net neutrality and force their way in to being a middleman for contactless phone payments.
Apple's biggest innovation was prying the phone out of the hands of the carrier. When the iphone was introduced it was standard practice for a company to take a phone, disable it's features, then try to sell them back to you. So many of you kid's don't remember the bad old days of crippled phones. (Or you grew up on Europe where this nonsense never happened because of sane wireless regulation)
Look at an iphone. No un-removable carrier shitware or ripoff carrier app/media stores. You get updates the day they're released. You have an easy upgrade path to a new device. (Literally connect to wifi and log in with your apple ID. Everything comes back to your new device. Music, apps, ringtones, phonebook, settings, wallpaper, text history. Everything)
An apple device is an apple device, not an ATT device, not a Verizon device. You may not like Apple that much, but they're a whole other universe better than your carrier.
After a career of working on Linux OS development, from embedded to cloud I decided to give Android a try. I recently started at a company where my task was to bring up Android on a new hardware platform. One of the first things I learned is that the hardware manufacture has to get their source code for Android from their SoC provided. If you go with AOSP they refuse to support you in any way if you have issues with their drivers. They do incredible hacks to get their hardware working. As someone who has submitted patches to the mainline Linux kernel I die a little inside every time I see what they do to it. Their own section for thier own hardware. No integration into the mainline kernel and I won't even begin to speak of the code quality. Google themselves force you to use an Androidized kernel with specific patches from them. There is a project to mainline these but Google has been resistant to working with the mainline kernel guys in changing things. One of the things I really don't understand is why Google had to throw everything out thats standard in every Linux distro and do their own thing. Android throws out the entire Linux filesystem heirarchy and uses its own thing which is undocumented and a huge mess. They have their own init manager, logger, use busybox AND toolbox for some reason. The source tree itself is managed by a tool called repo which manages about 100 git repositories, each a project which is a part of Android. The SoC vendors often make small changes to things like bluedroid. Like the kernel changes they have no intention of ever upstreaming any of this to the open source projects or Google. This collection of projects are built with Androids own Make build system, where they heavily hack up Make. If Google wants Android users to all be up to date they need to take a standard distro like Fedora or Debian and make it run its own window manager which is Android and its GUI. They need to get vendors to focus on upstreaming their changes and maintaining high quality code. Ideally Android should be a Linux distro you run on your phone with full package manager with updates from Google. Google has the power to do this. No one else can because it will cause Google's CTS tool to fail verifying which won't allow you to ship with Google Play.