Last active
December 18, 2023 21:31
-
-
Save OpenGG/de41727b56a62ff21784b5e80670c9fc to your computer and use it in GitHub Desktop.
Uninstall mibox bloatware
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell pm uninstall --user 0 -k com.xiaomi.tv.mitvuser | |
adb shell pm uninstall --user 0 -k com.duokan.airkan.tvbox | |
adb shell pm uninstall --user 0 -k com.xiaomi.account | |
adb shell pm uninstall --user 0 -k com.mitv.tvhome | |
adb shell pm uninstall --user 0 -k com.xiaomi.tv.gallery | |
adb shell pm uninstall --user 0 -k com.jiajia.yundonghui.mitv | |
adb shell pm uninstall --user 0 -k com.xiaomi.gamecenter.sdk.service.mibox | |
adb shell pm uninstall --user 0 -k com.miui.systemAdSolution | |
adb shell pm uninstall --user 0 -k com.xiaomi.mitv.appstore | |
adb shell pm uninstall --user 0 -k com.xiaomi.mitv.osstatistic | |
adb shell pm uninstall --user 0 -k com.xiaomi.mibox.gamecenter | |
adb shell pm uninstall --user 0 -k com.xiaomi.smarthome.tv | |
adb shell pm uninstall --user 0 -k com.xiaomi.mibox.lockscreen | |
adb shell pm uninstall --user 0 -k com.xiaomi.mitv.payment | |
adb shell pm uninstall --user 0 -k com.xiaomi.mitv.assistant.manual | |
adb shell pm uninstall --user 0 -k com.android.gallery3d | |
adb shell pm uninstall --user 0 -k com.xiaomi.mitv.pay | |
adb shell pm uninstall --user 0 -k com.xiaomi.mitv.advertise | |
adb shell pm uninstall --user 0 -k com.xiaomi.mimusic | |
adb shell pm uninstall --user 0 -k com.mitv.gallery | |
adb shell pm uninstall --user 0 -k com.xiaomi.tv.appupgrade | |
adb shell pm uninstall --user 0 -k com.xiaomi.statistic | |
adb shell pm uninstall --user 0 -k com.android.music | |
adb shell pm uninstall --user 0 -k com.xiaomi.mitv.tvpush.tvpushservice | |
adb shell pm uninstall --user 0 -k com.mitv.video | |
adb shell pm uninstall --user 0 -k com.mipay.wallet.tv | |
adb shell pm uninstall --user 0 -k com.xiaomi.tweather | |
adb shell pm uninstall --user 0 -k com.miui.cloudservice | |
adb shell pm uninstall --user 0 -k com.xiaomi.account.auth | |
adb shell pm uninstall --user 0 -k com.baidu.tv.download | |
adb shell pm uninstall --user 0 -k com.xiaomi.mitv.download | |
adb shell pm uninstall --user 0 -k com.baidu.input | |
adb shell pm uninstall com.xiaomi.mitv.shop | |
adb shell pm uninstall com.xiaomi.mitv.shop.mihome | |
adb shell pm uninstall com.xiaomi.mitv.shop.tvshop | |
adb shell pm uninstall com.xm.webcontent | |
adb shell pm hide com.xiaomi.mitv.upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try
adb shell pm disable-user --user 0 <package name>
you don't need to be root for that one to work.