I just finished setting up a custom router with dns ad blocking. Next comes a media player so I can purge this smart TV filth from my household.
Huge shout out to Louis Rossmann and the FUTO communuty contributors, check out the wiki on self-hosted software if you haven’t already.
cant one simple adb debloat any droid device? i mean adb list those packages, maybe even backup some and then remove the obvious ones?!
Not if they’re baked into the system. Although that may get into GPL violations, I forget. God knows a device can come with locked firmware though.
i dont know what you mean by baked in really. all services are packages i guess and a quick google search says stuff like that at least exist at some point, e.g.https://github.com/tutyamxx/androidtv-debloat-script
i wish op the best of luck to escape telemetry hell.
Adb is just an interface between computer and phone, the packages it lists may not be every system component, you can add anything in at kernel level, or also just not list it in that interface.