EU will require removable batteries from 2027

https://lemmy.world/post/1397803

EU will require removable batteries from 2027 - Lemmy.world

It had been in the works for a while, but now it has formally been adopted. From the article: > The regulation provides that by 2027 portable batteries incorporated into appliances should be removable and replaceable by the end-user, leaving sufficient time for operators to adapt the design of their products to this requirement.

The real issue nowadays is the software, although this is still a good step.

But being stuck with no software updates after 2-4 years still renders them unusable (when also locked down).

They should be forced to provide open bootloaders, firmware and kernel drivers once the devices reach end of life. Maybe even include hardware details and schematics, etc. for full repairability.

The efforts of devices like the Framework laptop and Steam Deck should be commonplace. It’s insane we put some corporation’s patents and trade secrets above the environment.

There are open source operating systems that are Android based which will update to the latest versions and fix bugs and suchwell beyond the manufacturer’s support, lineageOS for example.
A tricky part is that some apps detect an unlocked bootloader and brick themselves, which effectively makes it impossible to use those apps on such devices. And while I don’t think rooting is a strict requirement for installing LineageOS based off a quick search, rooting also has this problem (and at least last time I installed a custom OS many years ago, I recall either having to root or thinking I had to root).
There are ways to hide the root part to apps. Im so used to a rooted phone that i would not do otherwise. Also im using a phone from 2016 that i bought used and im on android 13

Your information is a few years outdated. lineageOS neither comes rooted, nor offer a native way to root. Magisk became a thing with a whole community around it. It’s an unlocked bootloader hider, root manager (and hider), and a system patcher, all wrapped up in one tool.

With Magisk, you give root access to the apps that need it, hide root ability from apps that require non-root devices (those apps do that by pretending to need root). Also, the Magisk app can rename itself, which is important as some apps check against the name itself.

The future challenge is with Google trying to force hardware identification (Apple style). I have not been following developments regarding that though, since as others mentioned, my X years old phone is still serving me perfectly, and I have no intention to upgrade any time soon.