this post was submitted on 20 Aug 2024
32 points (100.0% liked)

Privacy

31182 readers
521 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] ReversalHatchery@beehaw.org 3 points 3 weeks ago (7 children)

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.

[–] electric_nan@lemmy.ml 1 points 3 weeks ago (1 children)

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 2 points 3 weeks ago (1 children)

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 2 points 3 weeks ago (1 children)

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

[–] TechieDamien@lemmy.ml 2 points 3 weeks ago (1 children)

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 1 points 3 weeks ago (1 children)

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 2 points 3 weeks ago

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

load more comments (5 replies)