view the rest of the comments
Android
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:
There's not really anything special here. This is how any software is built. Components have published APIs with which they interact with other components. The whole point of microG is that it emulates the same api as
com.google.android.gms
. I'm not expecting a 100% flawless implementation.This just isn't true, at least not in my case. I obtained a stock android ROM from samsung's update server using bifrost. I then patched that ROM using Magisk and only then flashed it. So it's patch then flash.
This doesn't really seem sensible? Of course just freezing google services will cause errors. MicroG is designed to emulate google services and mitigate those errors.
This is exactly how rooting is done. "Root" is granting write access to the root directory of a running OS. It is utterly unrelated to flashing.
You may flash something to gain root access, or flash a pre-rooted image, but root is still a function of a running OS, it's logically other same as Administrator rights in Windows.
As for how GServices being intricately tied into a compiled ROM, believe what you want - rip out the GServices files with 3C Toolbox, and you'll find out exactly how tightly bound they are to the image. I'd be surprised if it doesn't boot loop (I've done this myself, even simply freezing them can boot loop a device).
Because... Integrated dependencies. Android isn't just "some other piece of software", it's an OS, like Linux and Windows (to be accurate, it's a Linux Kernel with Android as both the API layer and shell). When Google-less Roms are compiled, they do so with none of the Google services dependences. Even those Roms, if you flash something like MicroG, if you then delete those files, you get a boot loop because it's added those dependencies to the ROM.
Ask the folks at Lineage or DivestOS.