I wanted to degoogle since Google has been most annoying so far with S21FE. Was thinking of getting Pixel 8a but due to mixed reivews I was looking for other phones. Thoughts on this? Would be also nice if I can get some opinions from people who have the phone as well.
Afaik /e/OS isn't completely Google-free. It just uses some anonymization stuff to make Google services a bit less invasive and I think it has proprietary software too. For a complete Google-free experience you probably want something like LineageOS or GrapheneOS
/e/OS is based on LineageOS with microG. They did make a choice for Magic Earth as maps app which is not open source. For "normies" /e/OS seems a fine choice to me to De-Google.
Here's a comparison of the main ones. They are all good projects in their own right so take a look at their features and which phones they support. Some are focused more on hardcore security and privacy, while others are more casual in their implementation. Some only support Google Pixels while others support a pretty wide range of new and old devices.
Idk about completely Google-free ones. Most of vanilla ROMs (such as crDroid, ArrowOS, CherishOS etc) do have some pre-included fixes for Google apps because most of the users flash them and I think they use the proprietary version of Monet theming (there are 2 versions of it). Usually LineageOS is what you go for if you want a completely vanilla ROM. I heard they're considering adding some fixes for Gapps too but I don't think it's going to be anything bad or proprietary
Have other comments made you dislike /e/OS ? microG, which /e/OS uses is not using Google but a replacement for the Google Play framework if you would for example need location feature for some of your apps.
Just be aware that everyone has a different idea of how much privacy they need and who/what from. Whilst it is absolutely true that there are more private custom ROMs available, that does not necessarily mean that /e/ is universally "bad for privacy". Depending on the extent to which you are attempting to deGoogle your life, it may be good enough.
if you want to degoogle the only way to run some apps without unprivileged code (GMS/microG) is to use grapheneos & its sandbox compatibility layer. this is unfortunately only available on the pixels.
I also worry you won't be able to use some of the customization options that the nothing phone 2 offers with its hardware when using a custom ROM. if thats something u care about.
I have the pixel 7a & have had essentialy no issues with anything for what that's worth.
Do you think its worth waiting until Pixel "9" becomes available? I'm switching out on July since that's when my installment is over + getting out of this hell hole S21FE
honestly I would personaly look into a used option just for pricing reasons. I think the 8 offered additional security benefits though. It may be a while until the 9 drops but that would also be an option.
I managed to degoogle stock ROM, as I wanted to have the glyphs available (I feel like I'm in a minority of users that find them useful as well as just cool).
I did have the phone enter crash dump and at points had no ROM or recovery and it took a while as I was endlessly searching tools available.
I'm more than happy to share what I did?
Word of warning is you need quite a few tools, apps and packages, but they have source code available.
I'm not a mobile developer but going through the tools they are regarded well in the developer community, or scanning the code myself didn't raise an alarms.
Make sure to remove Play store etc first, and install the fake Gapps otherwise you have to remove and reinstall. Once installed I updated immediately from F-Droid.
You may want to use a systemless debloater with Magisk first, as you can turn modules on and off in orangefox so if you bootloop you can just enter recovery and then turn the module off and revert the change :)
Points to make a full system backup:
--- before unlocking bootloader
--- before making system read-write
--- before deleting a system app/a group of system apps
--- before moving any apps to be system apps if you don't use the magisk systemless module [this is where I messed up big time]
I also made several backups as I was changing things, e.g. when I added my new dialler etc, I backed up the working system beforehand in case anything broke.
I'll get links shortly and explain in more detail, [I will also add lots of the problems would have been solved had I taken backups properly]
What I did:
Unlock bootloader, and patch/install a patched boot image and magisk
Install a custom recovery - I used orangefox, I think TWRP is also on Nothing
Make the protected file system read/write
Download a file explorer that has root access available
Go into the root filesystem, and delete all the google stuff you wish to get rid of [You will want to make sure you have a keyboard installed!!]
If you just want to get rid of google apps, you'd be able to stop here.
I did want banking apps available, and they need google services framework - you have MicroG I downloaded from the F-droid store, and then used a magisk module to make it a system app to keep everything happy there.