Aside from convenience, in what ways is this better than the "standard" method of using ADB?
I mean, one of the steps is installing ADB and enabling developer mode on the phone. I guess you don't have to pull up a list of the apps that you want to remove? I wonder if there's anything more to it.
oh they also keep a list of apps that are safe to remove per device manufacturer. If something goes wrong. Open a github issue to warn others about it and so they could update the list.
Yeah, that's one of the advantages I see over there (having a list already made for you, which is convenient).
I mean, the biggest advantage this has over the “standard method” is convenience:
you don't have to do ADB commands
you don't have to keep the list next to your ADB shell
you don't have to even go find a list for your phone model
Those three alone that I've listed already covers most of my pain points in the “standard method,” and for me personally, it already makes for a compelling case.
However I was wondering if it does something that isn't possible using ADB. If there's some feature that it is capable of, but ADB isn't capable of, then that'd make for an even more compelling case.
I think what I'd do is to get this for routine cleanup (after a MIUI update, for example), and then run things with ADB for the others that this tool might have missed.
I've already used this, and still those removed system apps appeared again after updating the ROM. Walang "gold standard" sa debloater, it's still run its commands through ADB.
while I did exaggerate the gold standard term, Universal Android Debloater is still good for Non-root phones.
If you really want to remove those system apps, just root your phone. If the apps you're talking about is about Google apps(like Chrome), some of it tends to come back to your phone once you update another google app since they used app dependencies, and if playstore didn't find it then they'll just install once again.
If you are desperate to remove those system apps, just root your phone.
I have a similar device (Redmi Note 11 5G) and while I haven't gone full de-google, I've done a bit of removal.
I had to go through a bit of ADB though:
Install ADB on my desktop.
Enable developer mode on my phone. You may have to make a MI account for this.
Connect the phone (already with developer mode enabled) to the desktop (with ADB installed)
Run the ADB shell and connect to the phone.
Start erasing stuff from the ADB shell.
I've followed a guide like this (please don't take it as a recommendation to follow this particular guide), and a list like this of Xiaomi bloatware (again, not recommending this particular list).
Sorry kung redundant na yang info na yan sa iyo. Good luck, ka-Xiaomi! 🤣
Samantalang ako, di ko pa tapos hulugan yung phone ko, kakabili ko lang kasi eh (roughly nine months ago). I thought it'd be a decent phone (and it has decent-enough specs for my usecases), but I never thought I'd struggle so hard to de-bloat and remove ads from its apps.
Hm, thanks for the idea. I'm really not comfortable dealing with replacing ROMS (and especially dealing with custom ROMS), but I'd at least give it a look.
The biggest worry I have in replacing my ROM (from Global to EU) is I'd brick my phone in the process and no means to put it back to the last working config.
Be sure to backup your phone's vendor img file first, para incase ma-deadboot o brick, you can revert to Global ROM. I've encountered this multiple times on different Xiaomi devices. It's fun and scary at the same time. Haha.
bricked a phone by removing the default launcher. was confident everything was okay because i was toying around with the new launcher for an hour. deactivated the developer mode. then the screen went blank. rebooted the phone but the screen remains blank. could not recover through adb because of it was no longer in developer mode. good thing it was an old phone.
it was fun though, did it again with another phone. learned my lesson- did not remove the stock launcher and left the developer mode on the second time around.
You can still access your phone by rebooting to bootloader. There, you can restore your data using the backup file (not sure kung gagana pa ito sa iilang apps).