this post was submitted on 12 Feb 2024
26 points (93.3% liked)
Asklemmy
43906 readers
1039 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can you mount the internal storage to a Linux machine, dd it to a .img file and try the usual data recovery tricks?
https://andreafortuna.org/2018/12/03/android-forensics-imaging-android-file-system-using-adb-and-dd/
EDIT: Apparently, you don't need dd. adb pull can do it.
adb pull /dev/block/mmcblk0 mmcblk0.img
That only works if the phone doesnt have disk encryption turned on since at the low level recovery tools work at an encrypted disk basically looks like gibberish; and since most phones nowdays have that option enabled by factory; i don't think it will give any results
i use graphene too
From what i understood on graphene there is file based encryption instead of block based (whole partition is encrypted) to allow each user profile to have different keys; this is how it's written on the site
(If i misunderstood what you where trying to tell me; i'm sorry, english isn't my first language and i wasnt able to understand if you meant to say it as a specification or as a "oh, you use graphene as well")