Help with LineageOS
from electric_nan@lemmy.ml to privacy@lemmy.ml on 20 Aug 17:16
https://lemmy.ml/post/19374486

Please suggest somewhere else I should post this. I took an OTA update last night for Lineage4microG and my OnePlus8T just bootlooped. I tried downloading and manually side loading both the most recent and previous versions, but they keep failing with a kInstallDeviceOpenError. I am desperate to get back into my device without wiping the data.

#privacy

threaded - newest

IndianaJones@lemmy.dbzer0.com on 20 Aug 17:30 next collapse

!lineageos@lemmy.ml appears to be the biggest Lineage community here

Lemmchen@feddit.org on 22 Aug 02:50 collapse

Broad definition of “big” or “community”.

ReversalHatchery@beehaw.org on 20 Aug 17:52 next collapse

It’s maybe the best if the next thing you do is backup your data. If you have access to a Linux shell on the phone, through adb, the recovery or something, you can make a copy of the data partition.

If you have adb access (not too rare for the installed recovery system to support it), turn ADB on, connect the phone to your PC, and download the data partition with the adb pull pathgoeshere command. Partitions should be under /dev, but details are device specific.

If you don’t have ADB but have a shell and you can run the dd command, you can use that to copy the partition to an SD card. Maybe to a USB storage if it supports that, but that’s questionable.

In old days there was a single data partition, but also there was a different place where the “internal storage” resided. Maybe there are now even more partitions, but I’m not that familiar with current android.

ReversalHatchery@beehaw.org on 20 Aug 17:53 next collapse

If you don’t have ADB through the recovery, you may install one that supports it, or instead of installing you should be able to just boot it with the fastboot command. Be sure to use a recovery that is at least somewhat popular.

electric_nan@lemmy.ml on 20 Aug 18:26 collapse

I can’t quite figure this out. I can enable ADB from Lineage recovery, but I don’t know where my data is. I can ‘adb shell’, cd /dev, and I see a ton of shit but nothing seems like storage. I do ‘df -aH’ in /dev and it is like 5.7 Gigs free of 6. There’s no way that’s all my pictures and stuff.

AnEilifintChorcra@sopuli.xyz on 20 Aug 20:50 collapse

If your phone has a password on it then its data is going to be encrypted until you unlock the phone.

You can temporarily boot a twrp recovery image. It will let you put in your password and decrypt your storage.

You should be able to transfer the files to your PC with a cable then

electric_nan@lemmy.ml on 20 Aug 21:32 collapse

I couldn’t get twrp to boot :( Any twrp images for my phone are a few years old

TechieDamien@lemmy.ml on 21 Aug 20:59 collapse

Can you get it to boot into twrp via fastboot? If not then you could try flashing stock firmware to see if that resolves the issue. Another thing is you may run into issues installing lineage via twrp. The recommended way is by using their recovery image.

electric_nan@lemmy.ml on 21 Aug 22:00 collapse

I could not get twrp to boot from fastboot. I’ll look into flashing the stock firmware. Is there a chance that would break anything? I’m somewhat hopeful that an updated LOs4microG is released soon since the one I installed has now been marked as broken.

TechieDamien@lemmy.ml on 22 Aug 14:10 collapse

It shouldn’t, but modern phones are black magic to me, so I may be wrong.

mox@lemmy.sdf.org on 20 Aug 17:53 next collapse

You’ll probably get more help here: xdaforums.com

madeindjs@programming.dev on 20 Aug 21:39 next collapse

I’m in the same situation. I have a One Plus 8, and when I try to update using the updater app on Android, my phone reboot a dozen of time but finally boot without updating Lineage OS. I tried twice and finally gave up…

Quintus@lemmy.ml on 22 Aug 00:31 next collapse

Damn you are now making me paranoid. I’m going to skip on this one and make backups.

electric_nan@lemmy.ml on 22 Aug 01:23 collapse

Do it. If I’d had nice backups, I could have wiped and done a clean install. Instead I’m praying this gets fixed so I do lose about a month of pictures and all my 2fa tokens :p

Shimitar@feddit.it on 22 Aug 15:24 collapse

Latest build had issues with a few models due to a selinx issue.

Flashing an older build should work tough. Try flash a selinux-permissive zip from recovery maybe, that should let you boot.

Next week build will fix the issue I am sure, but you should join the lineageos reddit channel or the discord server.

electric_nan@lemmy.ml on 22 Aug 16:48 collapse

Thanks. I tried flashing the previous one available (the one I was using before taking this OTA), but it also wasn’t working. I’ll keep checking the site for the new build next week, and hope that one boots for me.