Skip to content

Instantly share code, notes, and snippets.

@itsjwala
Last active May 9, 2024 19:22
Show Gist options
  • Save itsjwala/89e9f0cbeae0bef3db50038a2a51baac to your computer and use it in GitHub Desktop.
Save itsjwala/89e9f0cbeae0bef3db50038a2a51baac to your computer and use it in GitHub Desktop.
Stuff I do on Dad's Redmi 8
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