Skip to content

Instantly share code, notes, and snippets.

@ethicnology
Created August 30, 2020 14:07
Show Gist options
  • Save ethicnology/3fc2ff5416a55b7542ba50cd6161e1fb to your computer and use it in GitHub Desktop.
Save ethicnology/3fc2ff5416a55b7542ba50cd6161e1fb to your computer and use it in GitHub Desktop.
bloatware remover for xiaomi redmi note 9 s
# inspired by https://selivan.github.io/2020/02/25/removing-bloatware-from-xiaomi-miui-android.html
pm uninstall --user 0 com.xiaomi.mipicks #GetApps - app store like Google Play from Xiaomi. The most annoying one, periodically shows advertisement.
pm uninstall --user 0 com.miui.msa.global #MIUI Ad Services - also responsible for showing ads.
pm uninstall --user 0 com.miui.cloudservice #Cloud
pm uninstall --user 0 com.miui.cloudbackup #Cloud Backup
pm uninstall --user 0 com.xiaomi.glgm #Games
pm uninstall --user 0 com.xiaomi.payment #Mi Credit
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite #Mi DocViewer(Powered by WPS Office)
pm uninstall --user 0 com.xiaomi.midrop #Mi ShareMe
pm uninstall --user 0 com.miui.yellowpage #Mi YellowPages
pm uninstall --user 0 com.miui.android.fashiongallery #Wallpaper Carousel
pm uninstall --user 0 com.miui.bugreport #Mi Bug Report - if you not using this features
pm uninstall --user 0 com.google.android.videos #Google Movies
pm uninstall --user 0 com.google.android.music #Google Music
pm uninstall --user 0 com.google.android.apps.photos #Google Photos
pm uninstall --user 0 com.google.android.apps.tachyon #Google Duo
pm uninstall --user 0 com.google.ar.lens #Google Lens
pm uninstall --user 0 com.google.android.googlequicksearchbox #Google search box - I prever to use a browser or widget
pm uninstall --user 0 com.google.android.apps.wellbeing #Digital wellbeing
pm uninstall --user 0 com.facebook.services #Facebook Services
pm uninstall --user 0 com.facebook.system #Facebook App Installer
pm uninstall --user 0 com.facebook.appmanager #Facebook app manager
pm uninstall --user 0 com.android.wallpaper.livepicker #Wallpaper live picker
#freestyle
pm uninstall --user 0 com.miui.weather2 #MIUI Weather
pm uninstall --user 0 com.miui.calculator #MIUI Calculator
pm uninstall --user 0 com.miui.miservice #MIUI Services & feedback
pm uninstall --user 0 com.miui.player #MIUI Music
pm uninstall --user 0 com.miui.notes #MIUI Notes
pm uninstall --user 0 com.miui.huanji #MIUI Mi Mover
pm uninstall --user 0 com.google.android.apps.subscriptions.red #Google One
pm uninstall --user 0 com.google.android.apps.walletnfcrel #Google Pay
pm uninstall --user 0 com.google.android.apps.googleassistant #Google Assistant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment