Last active
May 9, 2024 19:22
-
-
Save itsjwala/89e9f0cbeae0bef3db50038a2a51baac to your computer and use it in GitHub Desktop.
Stuff I do on Dad's Redmi 8
This file contains hidden or 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
https://kolappan.com/blog/2020/debloating-redmi-8/ | |
find package using this | |
pm list packages -f | grep PACKAGE | |
uninstall package | |
130|olive:/ $ pm uninstall com.miui.android.fashiongallery | |
Failure [-1000] | |
disable package | |
1|olive:/ $ pm disable-user com.miui.android.fashiongallery | |
Package com.miui.android.fashiongallery new state: disabled-user | |
pm uninstall -k --user 0 PACKAGE | |
pm disable-user PACKAGE | |
more list | |
com.mi.globalbrowser | |
com.miui.weather2 | |
com.miui.videoplayer | |
com.miui.player | |
com.miui.android.fashiongallery | |
com.xiaomi.calendar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment