this post was submitted on 26 May 2026
9 points (100.0% liked)

privacy

9903 readers
28 users here now

Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.

Partners:

founded 4 years ago
MODERATORS
 

...it's basically what the title says. I can't find the GitHub link/QRCode for the repository.

you are viewing a single comment's thread
view the rest of the comments
[–] unexposedhazard@discuss.tchncs.de 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I see. What phone do you have currently? LineageOS for example has support for a huge list of devices.

https://wiki.lineageos.org/devices/

There is also a version of Lineage that comes with microG preinstalled and it supports all the same devices.

https://lineage.microg.org/

Installing a custom OS isnt super hard but if you arent familiar with using a terminal and such it might be a bit daunting of a project.

[–] MeowerMisfit817@lemmy.world 2 points 2 weeks ago (2 children)

SamsungA15. And I also wanna have a separate android phone, just in case. I'm not going full on another OS before making sure it all works well.

[–] maxmalrichtig@discuss.tchncs.de 1 points 2 weeks ago (1 children)

Having a quick look, the A15 seems like a notoriously hard target to degoogle. 🫤

[–] MeowerMisfit817@lemmy.world 1 points 2 weeks ago

I know, I'll buy another phone soon.

[–] solxix@pawb.social 1 points 2 weeks ago (1 children)

Wait, you removed system apps on a Samsung phone? How?

[–] MeowerMisfit817@lemmy.world 1 points 2 weeks ago (1 children)

Brevent. Command was something like pm user uninstall or... I keep forgetting it :(

[–] solxix@pawb.social 1 points 2 weeks ago (2 children)

Brevent looks to me like an app to help you force stop other apps. How did you use it to run adb commands?

[–] MeowerMisfit817@lemmy.world 1 points 2 weeks ago

You tap the upper left corner (3 lines), then "Execute Command". Then, you type in the command and press enter.

[–] solxix@pawb.social 0 points 2 weeks ago (1 children)

Also, pm user isn't a valid command. Did you mean pm disable-user PACKAGE_OR_COMPONENT?

[–] solxix@pawb.social 1 points 2 weeks ago

If that happens to be the command you ran, then all you've done is disable google play services. You should run pm enable com.google.android.gms to get it running again.