Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helped wanted: Rooted users with Android 15 ROMs #1612

Open
d4rken opened this issue Feb 14, 2025 · 1 comment
Open

Helped wanted: Rooted users with Android 15 ROMs #1612

d4rken opened this issue Feb 14, 2025 · 1 comment
Labels
c: CorpseFinder enhancement New feature, request, improvement or optimization needs info/repro 🤔 Needs more information (from OP?) to be acted upon

Comments

@d4rken
Copy link
Member

d4rken commented Feb 14, 2025

I'm looking to improve SD Maids CorpseFinder and need help with a few rooted Android 15 ROMs.

You can help if you have Android 15 on a rooted device that is not running a Pixel or AOSP ROM (e.g. Samsung, OnePlus or something with MIUI or HyperOS like Xiaomi, Redmi, Poco etc).

The CorpseFinder is currently not fully enabled for rooted devices on Android 15. To enable all functionality i need to see more directory layouts for non AOSP ROMs.

You can help me if you run this command and upload the logfile here or mail it to [email protected] (while referencing this ticket).

The commands create logfiles on your sdcard that contains your ROM type and the folder structure of specific paths, up to the packagenames of the installed apps.

You can copy it into a root shell (termux?) or run it via adb ( adb shell + su).

For /data_mirror:

(getprop ro.build.fingerprint; find /data_mirror -mindepth 1 -maxdepth 4 -print0 | xargs -0 ls -ld) > /sdcard/data_mirror_layout.txt

For /data/dalvik-cache:

(getprop ro.build.fingerprint; find /data/dalvik-cache -mindepth 1 -maxdepth 4 -print0 | xargs -0 ls -ld) > /sdcard/dalvik-cache_layout.txt

For /data/app-lib:

(getprop ro.build.fingerprint; find /data/app-lib -mindepth 1 -maxdepth 4 -print0 | xargs -0 ls -ld) > /sdcard/app-lib_layout.txt

For /data/app:

(getprop ro.build.fingerprint; find /data/app -mindepth 1 -maxdepth 4 -print0 | xargs -0 ls -ld) > /sdcard/app_layout.txt

For /data/app-asec:

(getprop ro.build.fingerprint; find /data/app-asec -mindepth 1 -maxdepth 4 -print0 | xargs -0 ls -ld) > /sdcard/app-asec_layout.txt
@d4rken d4rken added c: CorpseFinder enhancement New feature, request, improvement or optimization needs info/repro 🤔 Needs more information (from OP?) to be acted upon labels Feb 14, 2025
@d4rken d4rken pinned this issue Feb 14, 2025
@m1dr3d
Copy link

m1dr3d commented Feb 17, 2025

data_mirror_layout.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: CorpseFinder enhancement New feature, request, improvement or optimization needs info/repro 🤔 Needs more information (from OP?) to be acted upon
Projects
None yet
Development

No branches or pull requests

2 participants