Comment on Everything about Google Partner Setup
fisco@lemmy.ml 9 months ago
Force stopped, cleared the cache/data, & disabled…sorted
Comment on Everything about Google Partner Setup
fisco@lemmy.ml 9 months ago
Force stopped, cleared the cache/data, & disabled…sorted
RandomLegend@lemmy.dbzer0.com 9 months ago
Even better:
Boom, completely uninstalled.
While you’re at it, you can go ahead and uninstall all the other bloat shit you don’t want; Facebook services, Microsoft shit and other google stuff you don’t want.
ladicius@lemmy.world 9 months ago
Does this work with every brand?
Xiaomi is pestering me with a myriad of unwanted and unnecessary apps.
RandomLegend@lemmy.dbzer0.com 9 months ago
if you’re in the adb shell you can do
pm list packages
to get a list of every installed app. Because you have to input the complete name of the package to uninstall it. There you will get all of them.If you open the Google Play Store website and search for an app you will also find the full package name in the URL
pfaca@lemm.ee 9 months ago
When I had the stock ROM in my xiaomi, https://github.com/0x192/universal-android-debloater, did the job. No need for Android SDK, just ADB and this.
Tippon@lemmy.dbzer0.com 9 months ago
This is what I used on the Xiaomi phone I’m using now. I disabled a load of the Xiaomi junk and had no problems.
Just don’t disable the default dialler, as other diallers seem to rely on it to draw on top of other apps, meaning that I couldn’t answer the phone with it disabled.
swayevenly@lemm.ee 9 months ago
It sometimes provides description of the package as well.
RandomLegend@lemmy.dbzer0.com 9 months ago
I am not 100% if this works with every brand.
You can test this, what i posted here cannot destroy your system. If something fails, it just doesn’t uninstall the app. Other than that there are no destructive commands i posted here.
JackGreenEarth@lemm.ee 9 months ago
You can install Canta from F-Droid that allows you to easily uninstall apps with just one device, and gives you a short description of what it does. f-droid.org/packages/org.samo_lego.canta/
MonkderZweite@feddit.ch 9 months ago
Minimal ADB and Fastboot on Windows, on *nix just search for ‘adb’ in your package manager. No need for the whole SDK.
Gooey0210@sh.itjust.works 9 months ago
Even better with wireless debugging and some app manager or shizuku
RandomLegend@lemmy.dbzer0.com 9 months ago
yup, i have a bash alias that connects wireless first and then goes adb shell
Gooey0210@sh.itjust.works 9 months ago
Why? 🥺 you can just do wireless adb to the same device, and open the shell in termux 🫣
ratzki@discuss.tchncs.de 9 months ago
Install UAD (Universal android debloater) on your PC. Has recommended and advanced lists to remove bloatware across various brands.
RandomLegend@lemmy.dbzer0.com 9 months ago
UAD doesn’t work with wayland atm afaik.
That’s why i went with the manual route.
ruination@discuss.tchncs.de 9 months ago
Even with XWayland?
ratzki@discuss.tchncs.de 9 months ago
😅 In software, I am not an early adopter for such reasons. Being in consumer tech development, I prefer to be one step behind.
Harrylevis@programming.dev 9 months ago
Thanks dear, let me try to remove whatever this thing.
fisco@lemmy.ml 9 months ago
Even better👍🏼