this post was submitted on 21 Nov 2023
51 points (98.1% liked)

Android

27551 readers
592 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

[email protected]


founded 1 year ago
MODERATORS
 

I have a Pixel 7, stock Android 14. It is my only phone and I love the stock system. But I am trying to gradually ditch Google and its services, for reasons well-known in this community and Lemmy in general. How much would I gain/lose using a custom ROM with/without GApps?

Update: Switched to GrapheneOS, no regrets :)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 10 months ago* (last edited 10 months ago) (1 children)

One thing others haven't mentioned is SafetyNet/Play Integrity and Widevine L1. You can spoof basic integrity but not hardware attestation (AFAIK), so any apps which check for it may not work (typically banking apps and some games). You'll also lose your Widevine L1 certification, which means streaming apps will suffer - Netflix will go down to SD resolution, others services might do something similar (or even not work at all).

Naturally, without the Play Store you'll also lose access to any premium apps or apps/addons you've unlocked with IAPs, unless the app offers an alternative activation method.

Finally, there are many apps which may not even work without Google Play Services. microG or GrapheneOS' sandboxed play services could help, but YMMV - and you'd still be using Google's services in the end, which kinda defeats the whole point. So I wouldn't recommend microG/Sandboxed Play Services.

If you mainly stick to apps on F-Droid though, most of this shouldn't be an issue. So maybe before switching, ask yourself, can you live without your favourite closed source app(s), and use a FOSS alternative(s) instead?

[–] [email protected] 8 points 10 months ago (1 children)

Thank you for the extensive reply! This covers the question perfectly. Your comment made me realize that I am not ready to ditch some services at this point in my life. The good thing about privacy is that your decision is very rarely black or white. You can gradually flow towards more private solutions over time, giving up and replacing things you use little by little.

[–] [email protected] 9 points 10 months ago (1 children)

If you still want to improve your quality of life you can take the middle ground, which is to keep the stock ROM but unlock bootloader and install one that includes Magisk, which in turn will give access to root and Magisk modules that can do all kinds of interesting things.

Some examples:

  • Backup and restore apps and their data.
  • Low-resource firewall and controlling network access for apps.
  • Faking permissions for apps (like allowing contacts but giving out an empty list).
  • System-wide adblocking.
  • Interface customizations.
  • Call recording.
  • Automation (Tasker).
  • All kinds of other tweaks and features too many to list, like using Mozilla or Apple's location services instead of Goggle's, or adding undo/redo to the long press menu etc.
[–] [email protected] 3 points 10 months ago (1 children)

Thanks! I've tried rooted stock for a while, but gave it up because the updates weren't showing up. I didn't know you could use any FOSS solutions to location services, I'll have to research it more. I'll give it a try once I finally decide to unlock the bootloader (I've relocked it afterwards, a big mistake).

[–] [email protected] 3 points 10 months ago

The location solution is also part of MicroG, it's an apk called UnifiedNlp that takes modules that can do all kinds of cool location things. Alternative online services like Mozilla and Apple are just one example, you can also download offline maps for wifi hotspots or mobile cells, or create your own mapping as you go by using GPS (when available).