this post was submitted on 17 Dec 2024
17 points (100.0% liked)

Lineage OS

1242 readers
1 users here now

Lineage OS

lineageos.org | Wiki

GitHub

IRC | Unofficial Matrix room | Discord

Twitter | Facebook

Other LineageOS communities on Lemmy

founded 4 years ago
MODERATORS
 

Anyone with a moto one 5g ace (kiev) that performed OTA update recently and got a boot loop out of it?

I use lineageos for microG, which is based on lineageos, and Today got an OTA update which I can't matches the same version as the one on lineage, but after attempting the reboot required by the update, the phone gets into a boot loop.

I haven't found a way to get out of the loop without losing data. Downgrading doesn't help, no matter if a major upgrade is attempted.

It looks to me this could be rather lineageos issue, since I got a past experience with a pixel 4a (5g), and at that time I lost all data attempting a factory reset that didn't even help at all. Later there came an update from lineageos, which I manually installed, and got the phone back, though with all data lost. This time I'd like to avoid losing data.

Any help or hint is appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] Atemu@lemmy.ml 1 points 4 months ago

ADB running at boot never worked

Please ensure the props are set as I wrote them.

Also note that the props get reset on every system flash.

It’s weird to me that I could use ADB on recovery, with no issue, even to transfer files, which to me it means there were no authorization issues then, and it never worked on boot.

That's not weird at all; those are two entirely different operating modes. The recovery isn't even Android for the most part.

The recovery typically accepts any ADB connection while Android only accepts explicitly trusted ones. ADB also doesn't typically run by default in regular Android execution.