Skip to content

Instantly share code, notes, and snippets.

@shobhitchittora
Last active February 23, 2023 19:12
Show Gist options
  • Save shobhitchittora/3037cfcf1b7630076d3f0c2e26a249bb to your computer and use it in GitHub Desktop.
Save shobhitchittora/3037cfcf1b7630076d3f0c2e26a249bb to your computer and use it in GitHub Desktop.
Mi tab Bloatware removal
cd C:\platform-tools\
./adb shell pm uninstall -k --user 0 com.miui.gallery
./adb shell pm uninstall -k --user 0 com.miui.calculator
./adb shell pm uninstall -k --user 0 com.xiaomi.calendar
./adb shell pm uninstall -k --user 0 com.miui.notes
./adb shell pm uninstall -k --user 0 com.miui.player
./adb shell pm uninstall -k --user 0 com.xiaomi.scanner
./adb shell pm uninstall -k --user 0 com.xiaomi.account
./adb shell pm uninstall -k --user 0 com.xiaomi.payment
./adb shell pm uninstall -k --user 0 com.xiaomi.midrop
./adb shell pm uninstall -k --user 0 com.miui.screenrecorder
./adb shell pm uninstall -k --user 0 com.miui.hybrid
./adb shell pm uninstall -k --user 0 com.xiaomi.xmsf
./adb shell pm uninstall -k --user 0 com.xiaomi.xmsfkeeper
./adb shell pm uninstall -k --user 0 com.miui.cloudbackup
./adb shell pm uninstall -k --user 0 com.miui.cloudservice
./adb shell pm uninstall -k --user 0 com.miui.cloudservice.sysbase
./adb shell pm uninstall -k --user 0 com.xiaomi.micloud.sdk
./adb shell pm uninstall -k --user 0 com.miui.micloudsync
./adb shell pm uninstall -k --user 0 com.miui.weather2
./adb shell pm uninstall -k --user 0 com.miui.cleanmaster
./adb shell pm uninstall -k --user 0 com.miui.mishare.connectivity
./adb shell pm uninstall -k --user 0 com.xiaomi.miplay_client
./adb shell pm uninstall -k --user 0 com.miui.cleanmaster
./adb shell pm uninstall -k --user 0 com.miui.cleaner
./adb shell pm uninstall -k --user 0 com.miui.powerkeeper
./adb shell pm uninstall -k --user 0 com.miui.analytics
@shobhitchittora
Copy link
Author

Commands for Windows machines, using PowerShell. Make sure to install android sdk from here - https://developer.android.com/studio/index.html#command-line-tools-only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment