MIUI Global Debloater
MIUI Global Debloater
@echo off
echo Delete(Disable System apps Global ROM By TomHenson) All in ONE!
echo Downloaded from https://miui.blog/
adb devices
echo Give permission on your devices if Unauthorized.
PAUSE
echo Press Enter and Wait for the deletion (disabling).
PAUSE
echo Deleting Yandex
adb shell pm uninstall --user 0 ru.yandex.searchplugin
echo Deleting Emergency Data
adb shell pm uninstall --user 0 com.android.emergency
echo Deleting Games
adb shell pm uninstall --user 0 com.xiaomi.glgm
echo Deleting Population Alert
adb shell pm uninstall --user 0 com.android.cellbroadcastreceiver
echo Deleting Easter Egg android
adb shell pm uninstall --user 0 com.android.egg
echo Deleting Mi Credit
adb shell pm uninstall --user 0 com.micredit.in
echo Deleting Mi Pay
adb shell pm uninstall --user 0 com.mipay.wallet.id
echo Deleting Mi Recycle
adb shell pm uninstall --user 0 com.xiaomi.mirecycle
echo Deleting User Manual
adb shell pm uninstall --user 0 com.miui.userguide
echo Deleting Gmail
adb shell pm uninstall --user 0 com.google.android.gm
echo Deleting Google Photos
adb shell pm uninstall --user 0 com.google.android.apps.photos
echo Deleting Google DUO
adb shell pm uninstall --user 0 com.google.android.apps.tachyon
echo Deleting Google App
adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
echo Deleting Google Music
adb shell pm uninstall --user 0 com.google.android.music
echo Deleting Google Movies
adb shell pm uninstall --user 0 com.google.android.videos
echo Deleting MIUI Forum
adb shell pm uninstall com.miui.enbbs
echo Deleting Amazon Shopping
adb shell pm uninstall com.amazon.mShop.android.shopping
echo Deleting Mi Remote
adb shell pm uninstall com.duokan.phone.remotecontroller
echo Deleting Mi Remote Add-on
adb shell pm uninstall com.duokan.phone.remotecontroller.peel.plugin
echo Deleting Facebook Services
adb shell pm uninstall --user 0 com.facebook.services
echo Deleting Facebook System
adb shell pm uninstall --user 0 com.facebook.system
echo Deleting Facebook App manager
adb shell pm uninstall --user 0 com.facebook.appmanager
echo Deleting Mi Roaming
adb shell pm uninstall com.miui.virtualsim
echo Deleting Mi Wallpaper Carousel
adb shell pm uninstall com.miui.android.fashiongallery
echo Deleting Netflix Telemetry
adb shell pm uninstall --user 0 com.netflix.partner.activation
echo Deleting MIUI Analytics
adb shell pm uninstall --user 0 com.miui.analytics
echo Deleting MIUI Deamon
adb shell pm uninstall --user 0 com.miui.daemon
echo Deleting MIUI MSA
adb shell pm uninstall --user 0 com.miui.msa.global
echo Deleting MIUI MiPicks
adb shell pm uninstall --user 0 com.xiaomi.mipicks
echo Deleting ShareMe (Mi Drop)
adb shell pm uninstall --user 0 com.xiaomi.midrop
echo Deleting Mi Pay
adb shell pm uninstall --user 0 com.mipay.wallet.in
echo Deleting Mi Roaming Service
adb shell pm uninstall --user 0 com.miui.vsimcore
echo Deleting Qualcomm Telemetry
adb shell pm uninstall --user 0 com.qualcomm.qti.haven.telemetry.service
echo Deleting Google Lens
adb shell pm uninstall --user 0 com.google.ar.lens
echo Deleting Android Accessibility Suite (Talkback)
adb shell pm uninstall --user 0 com.google.android.marvin.talkback
echo Deleting Hangouts
adb shell pm uninstall --user 0 com.google.android.talk
echo Deleting Amazon Telemetry
adb shell pm uninstall --user 0 com.amazon.appmanager
echo Deleting FaceMoji Keyboard lite
adb shell pm uninstall --user 0 com.facemoji.lite.xiaomi
echo All done.
PAUSE
exit