Skip to content

Instantly share code, notes, and snippets.

@chenyiping1995
Last active July 18, 2020 14:03
Show Gist options
  • Save chenyiping1995/a8b3db919a0fab63f12eb6810987b1be to your computer and use it in GitHub Desktop.
Save chenyiping1995/a8b3db919a0fab63f12eb6810987b1be to your computer and use it in GitHub Desktop.
# Mandatory removal
adb shell pm uninstall --user 0 com.miui.systemAdSolution
adb shell pm uninstall --user 0 com.miui.analytics
adb shell pm uninstall --user 0 com.xiaomi.ab
# Recommended removal
adb shell pm uninstall --user 0 com.miui.bugreport
adb shell pm uninstall --user 0 com.miui.hybrid
adb shell pm uninstall --user 0 com.xiaomi.vipaccount
adb shell pm uninstall --user 0 com.miui.userguide
adb shell pm uninstall --user 0 com.svox.pico
adb shell pm uninstall --user 0 com.miui.virtualsim
adb shell pm uninstall --user 0 com.miui.video
adb shell pm uninstall --user 0 com.miui.player
# Kind of useless
adb shell pm uninstall --user 0 com.xiaomi.drivemode
adb shell pm uninstall --user 0 com.miui.yellowpage
adb shell pm uninstall --user 0 com.miui.voiceassist
adb shell pm uninstall --user 0 com.xiaomi.gamecenter
adb shell pm uninstall --user 0 com.mipay.wallet
adb shell pm uninstall --user 0 com.xiaomi.pass
adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service
adb shell pm uninstall --user 0 com.miui.compass
adb shell pm uninstall --user 0 com.miui.contentextension
adb shell pm uninstall --user 0 com.xiaomi.payment
adb shell pm uninstall --user 0 com.android.soundrecorder
adb shell pm uninstall --user 0 com.miui.hybrid.accessory
# Might be useful
adb shell pm uninstall --user 0 com.miui.notes
adb shell pm uninstall --user 0 com.android.email
adb shell pm uninstall --user 0 com.android.calendar
adb shell pm uninstall --user 0 com.miui.fm
adb shell pm uninstall --user 0 com.miui.fmservice
adb shell pm uninstall --user 0 com.miui.screenrecorder
adb shell pm uninstall --user 0 com.xiaomi.scanner
# Find alternatives before uninstalling
adb shell pm uninstall --user 0 com.android.browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment