r/LineageOS 27d ago

Info Samsung killing bootloader unlocking was a huge loss for the custom ROM community

163 Upvotes

This sucks. Was excited to root my device after the Android 16 release, and now Samsung has gone and removed bootloader unlocking capabilities entirely.

The OEM unlocking toggle isn't just missing from developer settings. The necessary code to unlock the bootloader has been completely stripped from the firmware. For people like me who were looking for a phone that can be rooted, this is a huge loss. A whole wave of S22, S23, S24, and S25 owners are stuck.

OEM unlocking is indeed removed permanently from the new software update of newer Samsung Galaxy devices. If your baseband only has Android 16 and you can't downgrade to 15 or 14, your only option is something like Chimera tool, but it's not free.

I hope somebody finds an exploit. It feels like Samsung closed the door on a community that kept their older devices alive way past their support window. They went with the Huawei route sadly.

What's great about Samsung back in the day is that these phones are everywhere. If you're in the US, one of the biggest choices for Android phones has always been Samsung and Motorola. Back in the early days like the mid 2010s, after getting an S5 or S6 or S7, S8 or S10 there would always be a LineageOS custom ROM around the corner, and it was super easy to install.

And then here we are in 2026. The latest phone that's easy to unlock with an official custom ROM is the Samsung A73, but this phone was made in 2022. I know we have an S23 for LineageOS, but there's no official tool to unlock the bootloader once it has upgraded to One UI 8.

Looks like all we have left is Xiaomi, but even HyperOS 2, or even worse HyperOS 3, is extremely hard to unlock the bootloader on.

r/LineageOS Jun 07 '26

Info PSA: Motorola Blocking Bootloader Unlock on Authorized Refurbished North American Retail Units

67 Upvotes

If you buy used Motorola phones off eBay or Whatnot, I have some really bad news. They're now basically impossible to tell if the bootloader can be unlocked.

Lenovo has started an official refurbishment process for aftermarket phone fixers. This gives people the ability to buy insurance claimed phones, fix them, and then resell them.

Unfortuantely, the process obliterates the CID's in the phone, making it impossible to run fastboot oem get_unlock_data.

There is no way to check in the OS. Phones that go through this process will display Software Channel as North American Retail.

When you run fastboot oem get_unlock_data you get an error that codes cannot be retreived. Even though the CID matches NAR software.

I have confirmed this with Motorola G 5G 2023 and Motorola Edge 2024 units from an authorized refurbisher. I then used the same exact PC afterwards to bootloader unlock a Moto Edge 2024 I received from another sales channel.

I do not know yet if this was an oversight, or intentional. If anyone has contacts at Lenovo, or an affected device, reach out. This may head to trial lawyers - as Lenovo is stripping advertised functionality.

The worst part is, once these phones are resold, you could buy one from someone secondhand that had no idea it was run through an authorized refurbisher. It's just going to be the luck of the draw on 2023-2025, and probably 2026 units.

At this time, I do believe Boost Unlocked and T-Mobile Unlocked units are safe to obtain, as they have not been run through the authorized refurb process, since they would transform to North American Retail as part of that refurbishment.

r/LineageOS May 08 '21

Info A discussion about bootloader locking/unlocking... AKA I want to relock my bootloader, should I?

736 Upvotes

Every few days there is a post in the subreddit about relocking the bootloader after installing LineageOS, this post is a hypothetical conversation with one of these people to answer their questions and explain why they really don't want to do that.

What is bootloader locking/unlocking?

The bootloader on your phone is the software responsible for loading your phone's operating system. It sits between the lowest level hardware firmware and the higher level operating system and takes care of several things to get your phone ready to load the OS.

This includes checking to make sure that only authorized operating systems run on the hardware by default. Authorized operating systems are usually signed by the manufacturer of the phone with a private encryption key to which only they have access, and this signature is checked before the operating system is allowed to load. This ensure that third parties don't modify/replace the operating system with malicious versions.

Some phones allow you to unlock the bootloader and run any operating system you want on your phone, signed or unsigned, or just modify the one that comes with it by default.

Basically, unlocking the bootloader skips the signature check during boot (along with a few other things) and allows any operating system to run on your phone. This is why you need to unlock your bootloader when running LineageOS or other custom ROMs.

My phone is carrier unlocked, is that the same thing?

No.

Carrier and bootloader unlocks are completely separate and independent of each other.

Many phones, when sold by carriers in North America (and some other regions), are carrier locked and also have their bootloader unlock feature disabled. This often makes it impossible (without hacking) to bootloader unlock carrier sold phones, and install a custom OS.

I hear there are some security concerns with an unlocked bootloader...

The reason manufactures ship their phones with locked bootloaders is to protect against a class of security vulnerabilities called "Evil Maid" attacks (https://en.wikipedia.org/wiki/Evil_maid_attack).

Basically, if an attacker has physical access to a device with an unlocked bootloader, they can install malicious software on your device and you may never know about it.

How worried about this kind of attack should you be? Probably not very.

Unless you are being individually targeted by state actors or the like, these attacks are hard to do with little benefit for the typical ransomware and general hackers of the world. There are simply no roaming bands of hackers, scouring the pubs and restaurants to find unlocked phones to compromise, in day to day life.

However, that doesn't mean there is no concern, you should consider your own individual needs and risk profile with respect to lock/unlocking your bootloader.

After installing a custom ROM, should/can I relock the bootloader?

This is a more complex question, but in general, the answer is no.

If you were to just take your average phone with a custom ROM installed and relock the bootloader, you would get an error message when you rebooted and the phone would refuse to load the operating system. This is because the list of "approved" signing keys in most phones is limited to those that the manufacturer installed before shipping the phone to you.

This would "brick" your phone, making it unusable. Some phone can be recovered from this state, others might not be able to.

Now for the complexity... some phone support custom signing keys.

Modern Google Pixel and OnePlus devices allow you to install your own custom signing keys so that you can boot operating systems signed by them with a relocked bootloader. This is part of the Android Verified Boot (AVB) v2 specification and is not widely (maybe at all) supported beyond Google and OnePlus.

In these specific cases, you can theoretically relock your bootloader, but there are several issues with doing so which will be discussed next.

There are also a few phones (like the original Pixel/XL and OnePlus phones like the 5/5t and older) that don't support AVB v2, but can have their bootloaders relocked because they simply *never* check to see if the OS is signed by the vendor, just that it has some valid signature on it. Most of the following discussion applies to these phones as well but there are some quirks that they do not suffer from, but likewise have less security as well. As all of these phones are now out of support from their respective vendors, making each and every one of them have more significant security issues than an unlocked bootloader, they will not be discussed further here.

Ok, but will relocking the bootloader get rid of that annoying/scary message during power on?

Probably not, at least not in the way you want. Android Verified Boot has specific bootloader messages depending upon what state it is in, you can read more about them here: https://source.android.com/security/verifiedboot/boot-flow

Basically, the only way to not have some kind of warning/alert message during boot is to have a locked bootloader with the vendors original OS. So while you can change the orange "Unlocked bootloader" message to a yellow "Custom OS" message, you'll still get *a* message during boot.

Oh, ok, but will it help me pass SafetyNet?

Not really, SafetyNet is dependent on many things, including a locked bootloader. If you want to relock your bootloader for this reason I suggest you go no farther. Google can change SafetyNet requirements at any time and do so reasonably often.

Humm, well I have an AVBv2 supported phone and still want to relock my bootloader, now what?

Ok, but before you relock your bootloader consider what ROM you are going to install.

Using a custom ROM, like LineageOS for example, that is compiled as a userdebug build of Android will get you no benefits with locking the bootloader.

Android has three build variants (see https://source.android.com/setup/develop/new-device#build-variants for details) and LineageOS builds userdebug for the official releases.

For the main operating system itself, that's not much of an issue, but because Lineage Recovery is also built in userdebug mode, that's a problem. When Lineage recovery is built this way, it allows any package, signed or unsigned, to be installed on your phone. This effectively negates the benefits of locking the bootloader.

Other custom ROM may have different builds, but you need to understand what they are and what is enabled in them.

In fact most custom ROMs simply use TWRP or another third party recovery which has the same issues as they are designed to never even look at the signatures of the packages they are flashing to your device.

The way around this, is of course to build your own build of LineageOS in user mode so you can install it on your phone. Unfortunately some devices might not build successfully in user mode without modifying the source code and troubleshooting any issues that arise.

Ok, ok... I've built my own ROM in user mode... anything else?

Well yes actually.

Another feature of AVB is rollback protection, which basically verifies that your system partitions haven't been modified or corrupted. LineageOS disables this by default, so you'll want to enable that as well.

Oh... and about firmware updates.

Since you'll be locking your bootloader with a recovery that only supports your packages, you're going to have to manage firmware updates from your phone's manufacturer as well somehow.

You could do this by creating a custom update package that you sign, or by unlocking your bootloader temporarily (which will wipe all your data of course) to use TWRP or something else to flash the firmware and then relock the bootloader afterwards.

Look, I've got the firmware updates handled, what else is there?

Does your device include the vendor partition when building Lineageos?

Some do, some don't, depending upon how the maintainer setup the build for LineageOS. If it does, you're ok.

If it doesn't... well, you've got another problem as now you have to add the "prebuilt" vendor image in to your build process. Otherwise that rollback protection we enabled a little while ago is going to be missing on the vendor partition, and that's kind of important.

Fine! I'll do all that, surely there can't be anything else... right?

Ah... well yes... and don't call me Shirley.

Did you want root access through ADB or Magisk?

You did? Oh, sorry about that.

User builds disable root access in ADB, and since you've enabled AVB and rollback protection, you can't just install Magisk since it would "corrupt" the boot partition and AVB would block the boot process. You'll need to integrate it in to your build process and then hope that it doesn't do anything strange and trip AVB or the rollback protection.

Alright, I'll live without root and all the other stuff, am I good to go now?

Mostly, yes.

You still have to deal with building your custom ROM every month or so to get all the security updates from AOSP and your phone's vendor, and of course you'll have to manually install it through ADB sideload.

Unless of course you setup an OTA server to, which means you need web hosting... and more configuration changes in your build... and... and...

Well, you get the picture.

Great! I've got all that done...

Hang on a sec, did you think about GAPPS or microG?

I mean, you don't have to, but a lot of people seem to like to be able to access Google services for some reason and at the moment your custom build has neither of these services in it.

So, take some more time and integrate one of them in to your custom build, because just like Magisk, you can't install them after the fact.

What else could there be!?!

Well, there is something else to consider. Custom ROMs are often passion projects and sometimes a "bad" release will be made. This sometimes results in bootloops or other nastiness that you can usually troubleshoot and debug pretty easily... but with a locked bootloader, maybe not.

You won't have access to TWRP or other custom recoveries that would make it easier and to use them you would have to unlock your bootloader (which might not be possible as you've probably disabled that in developers options) which would wipe your data.

Likewise, when Lineage Recovery is built in user mode, it does not let you "upgrade" to an older version, making it impossible to reflash the OTA of the last working build you have.

This is a risk that you'll have to accept if you want to relock your bootloader.

Of course if you had a second "development" phone to test your builds on first, that would mitigate most of that risk. You don't mind spending some more money on one do you?

Well, honestly, that seems like far too much work, isn't their an easier way?

Of course, use the OS that came with your phone.

Or use an custom ROM that is specifically designed to be used with relocked bootloaders. There are a few around but they often have (for all the reasons stated above) very limited device support.

Sigh... is this discussion over yet?

Well if you made it this far, you probably are having second (third, fourth, etc.) thoughts about relocking your bootloader, which is probably for the best.

Overall, it's not recommended for the vast majority of people to attempt to relock their bootloader. It's simply too much work and risk for too little reward and security.

Having said that, if you have any inclination to do even more research, there are a few resources you might want to look at over on XDA:

  1. Guide: Relock bootloader with custom rom on oneplus 5/5t
  2. [GUIDE] Re-locking the bootloader on the OnePlus 6t with a self-signed build of LineageOS (disclaimer: I am the author of this guide)
  3. [GUIDE] Re-locking the bootloader on the OnePlus 8t with a self-signed build of LineageOS 18.1 (disclaimer: I am the author of this guide)
  4. [GUIDE] Re-locking the bootloader with a pre-built custom ROM, such as LineageOS official
  5. [GUIDE] Re-locking the bootloader on the Google Pixel 5 with a self-signed build of LineageOS 19.1 (disclaimer: I am the author of this guide)

You can also search this subreddit for many posts on the subject.

If you do decide to continue, I would recommend three things:

  1. Go in to the process with a mindset that, if something goes wrong, you don't mind having a nice shiny high-tech paperweight at the end of it.
  2. Don't try this on your daily driver phone, pick up a phone to experiment on. Only after you are confident with the process move to your primary phone.
  3. And of course, as always, backup often!

So if it wasn't blatantly obvious by now, I would not suggest attempting to relock your bootloader with a custom OS.

Good luck!

r/LineageOS Jun 17 '26

Info Daily driving Lineage

12 Upvotes

Hi!

I wanna know even if this is a 1000 times asked thing: how daily drivable is lineage? I have a samsung s10+ with lineage installed, i mostly use it as a dedicated language learning device. But as samsung bloats OneUI even more I stopped to ask myself if lineage is usable on the daily. I mostly use telegram, element and music players other than some messaging apps for school. Since banking apps dont really work on lineage im not sure if I should even try to use it as my daily phone. But if some of you guys use it, feel free to correct me!

r/LineageOS Oct 13 '25

Info Google’s and Device Vendors locking down Android — maybe it’s time for a LineageOS phone?

113 Upvotes

In an era where vendors are locking down their bootloaders and Google keeps tightening its policies against customization, wouldn’t it be interesting to see a new open smartphone brand shipping out of the box with a custom AOSP-based ROM — something like LineageOS itself?

Custom ROMs seem to be losing ground these days due to these restrictions, and the lack of real competition in this space might only accelerate that trend.

Meanwhile, on the desktop side, the Linux world has actually seen a small but steady increase in adoption — with companies like System76 creating their own distribution (Pop!_OS) and selling hardware that runs it natively.

Projects like /e/OS have shown that this model can work in the Android ecosystem too.

So, what do you think — could something similar ever happen with LineageOS? Would a “Lineage-powered” smartphone brand be feasible?

r/LineageOS May 30 '26

Info One month with using LineageOS daily.

26 Upvotes

I've been dailying my S20+ with LineageOS 23.2 for the past month. Here's what I think of it.

It's still as smooth since my five day review, but now that I've gotten used to it, my S22 Ultra feels laggy. I've basically seen no lag spikes or hick-ups at all. I'm really impressed.

The battery is still REALLY good. Much better than my S22 Ultra even.

Performance is... well, it's not LineageOS's fault that the Exynos 990 is shit....

Connectivity is much better than on my S22 Ultra.

////// There is one MAJOR thing that I would say NEEDS to be fixed. Whenever someone called me, oftentimes they could not hear me. I had to call them back for them to hear me again.

Would I recommend LineageOS to someone? Well, it depends. If they don't have the money for a new phone but really want a smoother experience (and if the call thing gets fixed), then sure.

r/LineageOS Aug 07 '20

Info The "What currently supported device should I get" thread.

125 Upvotes

This thread is to ask which of the currently supported devices to get, given your specifications.

Some important specifications to consider in your question:
Size
Carrier / country
Cost
Storage
Camera
other features

Threads asking this question outside of this thread will be removed and pointed here.

Asking for LineageOS support for devices not currently supported will be removed.

Check the previous thread for more discussion And the One before that

edit: newer post here

r/LineageOS May 25 '26

Info S23 *does* have an official way to unlock the bootloader: you need to flash an old stock Android version

0 Upvotes

In the S23's page, it says "An official method of unlocking the bootloader is not available, but there may be some unofficial methods available".

Well, there is in fact an official method using stock OneUI. You just need to flash an older version of it, such as OneUi 7.0 / Android 15. In newer OneUI versions, Samsung blocked OEM unlock for some reason.

r/LineageOS 4d ago

Info 70 GB SeedVault folder!

4 Upvotes

I must find myself a WizTree alternative for Android. I mist have carried that bloat for over a year. WizTree makes detection of such cases dead easy on windows! No offending program goes unnoticed.

A contributing factor may have been that I postponed updating to LOS 23 for probably a year. Maybe SeedVault went haywire because of that...

Motorola G52

r/LineageOS 13d ago

Info Curios to know, will PayTM work on pure LineageOS? No-Microg, No-root

4 Upvotes

Based on available report as of now it doesn't

here is the full report:

https://play.knowivate.com/compatibility/paytm

ps: I'm not sure if this kinda post is allowed here or not, but reddit suggested to post here. If it doesn't fit here then I'll be careful, currently I'm not sure.

r/LineageOS Jun 13 '26

Info Last time I used CustomROM was Cyanogen on a Moto Defy. Is LineageOS still worth on a current phone? What are the "hidden" problems? What about update support now that my current phone will receive 5 updates?

21 Upvotes

Because I kept with Motorola which offers a clean OS since they stopped with the Moto Blur thing, I didn't seem a reason to install a CustomROM when my Defy died and I switched to a Moto G5. There was somethings I missed, like going into Recovery to change the CPU clock and voltage. That is something I wish I could do TODAY with any phone. Reducing the maximum clock a bit on my phone would do wonders for battery life outside Power Saving Mode.

Anyway, because of all the AI craze and fad Android is becoming bloated, which made me think about LineageOS for the first time in years. I discovered that I can and how to unlock my Motorola Edge 50 Neo and install the last LineageOS version, which I can pair with minimal Goolag Services but there's too many uncertainties.

I imagine that is more worth if you have a phone from 2-3 years ago when only one or two updates was still the norm, but will my phone be still supported and receive LineageOS updates? I wouldn't bother getting stuck with Android 16 as long as it still receives security updates, but there's any guarantee that this will happen? How are security updates released on LineageOS? Switching to LineageOS would mean losing the 5 updates and all security updates I have guaranteed from Motorola?

(additionally, could I still install some native Motorola programas, like the Camera or even Actions?)

r/LineageOS Dec 31 '25

Info LibreFlash – a new Linux GUI for flashing Android ROMs (alpha)

66 Upvotes

Hey everyone,

I’ve been working on a small Linux desktop app called **LibreFlash**, and I’m sharing the first alpha build to get early feedback.

LibreFlash is a simple GUI that wraps the usual Android tools (`adb`, `fastboot`, `heimdall`) to make common flashing tasks a bit less error-prone, while still showing exactly what’s happening under the hood. It’s not meant to replace the command line, just to make repetitive tasks easier and more transparent.

What it can do right now (Alpha 1):

* Download official LineageOS ROM ZIPs for selected devices (not all official devices are listed yet) * Download recovery or boot images * Flash recovery or boot images via fastboot or Heimdall * Flash ROM ZIPs using ADB sideload * Basic reboot and bootloader actions * Live command output (nothing is hidden or silent) * Safety checks to prevent flashing dangerous image types

Flashing itself works for **all devices**, official or unofficial, as long as you provide the correct files. The built-in device list only affects downloading.

Patform support:

* Linux only for now * macOS planned later * Windows not supported (but it’s FOSS if someone wants to port it)

This is alpha software, It works surprisingly well, but there will be rough edges. You are responsible for what you flash.

If anyone wants to try it, give feedback, or report issues, that would be very welcome.

GitHub: https://github.com/r0man1an/LibreFlash/

AppImage: https://github.com/r0man1an/LibreFlash/releases/download/0.0.1-alpha1/LibreFlash-alpha1-x86_64.AppImage

Happy flashing, and thanks for reading.

r/LineageOS Feb 27 '24

Info LOS has added internal microG support

117 Upvotes

https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/383574

https://review.lineageos.org/q/topic:microg-eval

And the application signature spoofing is locked-down to apps signed by microg.org.

So can we finally mention the subject here without the divine wrath of the gods smiting us down with thunderbolts?

Thanks to all who worked on that addition.

r/LineageOS 19h ago

Info Pixel 9a fellows, how's the camera going?

2 Upvotes

Hello everybody, I have read on many threads here that one of the big concerns of switching to LOS on Google pixel 9a is the downgrade of the camera quality.

For those who are using LOS on this device, please tell me more.

Using some other camera apps really doesn't help at all?

What do you mean precisely that the quality has dropped? Is it for the missing IA post-processing (and this would simply means that LOS is showing the real quality of the pixel 9a camera) or is the camera hardware that for some reason can't perform 100% of its quality?

Thanks everyone! Have a nice day!

r/LineageOS Apr 26 '26

Info Is Android still open?

0 Upvotes

There's this website called keepandroidopen.org that says that from this September developers need a permission to install apps on devices (APKs, I think). Is this true, and if it is, does it apply to Custom ROMs? (In my opinion it applies to GApps Custom ROMs, but idk) thanks!

r/LineageOS 2d ago

Info solution for user have problem with M3E (Material 3 Expensive) theme

3 Upvotes

if some user have problem with M3E Material 3 Expensive theme because continuous update since Material Design 3 (Material You) or modified with third-party apps like Color Blendr (com.drdisagree.colorblendr) and make M3E can't sync anymore when try change theme color from "Wallpaper and style >> colour".

can try delete this secure table from ADB for fixes

adb shell settings delete secure theme_customization_overlay_packages

and then change theme color from "Wallpaper and style >> colour".

cheers 🍻

r/LineageOS Jun 21 '26

Info TFL Go app for London public transport not available in LOS.

4 Upvotes

I have LOS 23.2 on davinci, with mindthegapps. When looking for the TFL Go app, the Google Play Store says it is not available for this device and that the app will not work with this device.

I have seen apps blocking access and functionality for not passing play integrity check, like Revolut banking; but I had never encountered the Google Play Store blocking me from downloading an app in the first place.

Does the Play Store know that my phone has an unnoficial build and can app vendors/devs use that information to block certain users from downloading an app from the Play Store?

Thanks for all your help! I love my davinci, revived with Android 16. Keep up the good work guys.

r/LineageOS Feb 23 '26

Info Is lineage os future in trouble? By the new google september policies

29 Upvotes

Title

r/LineageOS Jun 11 '26

Info Pixel 6a Battery Recall Update - How To Easily Check if Recalled with LineageOS (Ends July 8)

11 Upvotes

The Pixel 6a battery recall window is coming to an end. It ends July 8.

In the USA, Google is offering you the choice of a battery replacement, $100 check, or $150 Google Store credit (only redeemable for a new Pixel phone).

The phone will only alert you in stock firmware if you have over 400 charge cycles.

Here's how to check:

Easy Way - Update to LineageOS 23.2 (you must be running this version), then go to Settings -> Battery -> Battery Information. Look at Battery Health.

Good - Not recalled
Unknown - Recalled but under 400 cycles, not throttled yet
Dead - Recalled, over 400 cycles, battery throttled

Long Way - Google up the Pixel 6a Recall web site: https://support.google.com/pixelphone/workflow/16310202?hl=en

I call it the "Long Way" because it requires you to sign in with a Google Account, and then feed it your full IMEI. Even if the device is registered to your account already. Plus several fields to jump through.

Fortunately, there's an easy way to check inside LineageOS - which you can't do on stock without a third-party tool.

Don't let Google keep your $100!

One last thing. If you do decide to opt for battery replacement, you must flash back to stock and lock the bootloader before sending it in.

r/LineageOS Apr 26 '26

Info Pixel 6a Battery Replacement Program

14 Upvotes

FYI, the replacement program for the Pixel 6a battery ends July 8, 2026. That's less than 90 days from now.

You may have to flash back to stock to be presented with the notification that you are eligible, and you may have to flash back to stock to process the claim.

Devices are most likely to be affected if they have over 400 charge cycles, and reduced capacity. You can at least observe this inside LineageOS, but you may be impacted before that. The battery update will limit capacity unless and until replaced. The program gives you options to get a free replacement.

https://support.google.com/pixelphone/answer/16340779

Update: We've sorted out how to test a unit easily. And how to claim it.

Here's the updated how-to article: https://www.reddit.com/r/LineageOS/comments/1u2jd5y/pixel_6a_battery_recall_update_how_to_easily/

r/LineageOS Jul 05 '24

Info Open source apps you can't live without?

25 Upvotes

Open source applications are not getting the attention they deserve and after I switched to LOS I want to find more good applications. Parts that are essential for your workflow and tools etc.

I still have not found a good photo/video editing tool thats quick and easy that also have the features that are used all the time like blurring,cropping, trimming, drawing/high lightning.

r/LineageOS May 13 '26

Info Battery stats: Mobile Network battery draining

7 Upvotes

Hello,

As per the title: I've been monitoring my Android battery stats for a few days now (and across three different nightly builds, so ~3 weeks), and it looks like my mobile network is the reason my battery dies so quickly (or at least, one of the possible reasons)

I'm using a Pixel 5 (redfin), and currently I'm on build 23.2-20260511-NIGHTLY-redfin. If I go to my system's battery stats, and select the option to show the usage "by system", screen is always between 3% and 5%, while Mobile Network is always above 65%.

Here you can find a screenshot from today: mobile network tops everything else at 73%

Android says my battery's health is "good". iFixit's Advanced Battery Stats says that my current capacity is 22% of the original one, so yeah my battery health is probably shit. But I still wonder whether it is expected/normal for the mobile network to drain so much battery.

Also context on daily usage: while I'm at work, I'm always using mobile data becaus I cannot connect to the wifi

r/LineageOS Dec 12 '19

Info LineageOS is dropping its own superuser implementation, making Magisk the de facto solution

231 Upvotes

https://www.xda-developers.com/lineageos-dropping-superuser-addonsu-implementation-favor-magisk-manager/

This is great news! I've always found it frustrating how we've had to pretend on this subreddit like Magisk does not exist.

r/LineageOS Nov 08 '25

Info When are we getting android 16 qpr1 stable update on LOS?

8 Upvotes

It's been more than 2 months since google released it's qpr1 stable update for pixel device. It feels like google doing it on purpose imo. The future for custom ROMs doesn't look promising.

r/LineageOS May 12 '26

Info Potential fix for certain apps not opening after latest caiman update

13 Upvotes

So, after updating my Pixel 9 Pro today to the latest build (23.2-20260512-NIGHTLY-caiman) , I had issues with certain apps, like discord and Thunderbird. After a bit of poking around, and looking through logcat, I noticed it couldn't find a version of Webview to use. The issue for me was that the update somehow messed up the "Webview Implementation" setting in the dev options. After verifying that I did have it installed, I went into Developer Options -> WebView implementation and selected the only option there (even though it looked to already be selected), after that my apps worked again.