Skip to content

Instantly share code, notes, and snippets.

@llaumgui
Last active January 24, 2026 11:09
Show Gist options
  • Select an option

  • Save llaumgui/e39fdbafc920edacf42fdff6d8ab3a0a to your computer and use it in GitHub Desktop.

Select an option

Save llaumgui/e39fdbafc920edacf42fdff6d8ab3a0a to your computer and use it in GitHub Desktop.
TCL debloater - Android TV bloatwares cleanup

TCL Android TV bloatwares cleanup

Usefull commands

  • List packages:
adb shell pm list packages
  • Uninstall package:
adb shell pm uninstall -k --user 0 XXX.XXX.XXX.XXX
  • Reinstall uninstalled package:
adb shell pm install-existing --user 0 XXX.XXX.XXX.XXX

My debloatwares

On a TCL 65c7k.

adb shell pm disable-user --user 0 com.netflix.ninja
adb shell pm disable-user --user 0 com.tcl.dashboard
adb shell pm disable-user --user 0 com.tcl.exhibit
adb shell pm disable-user --user 0 com.tcl.gallery
adb shell pm disable-user --user 0 com.tcl.guard
adb shell pm disable-user --user 0 com.tcl.magiconnectfree
adb shell pm disable-user --user 0 com.tcl.ocean.instructions
adb shell pm disable-user --user 0 com.tcl.partnercustomizer
adb shell pm disable-user --user 0 com.tcl.smartalexa
adb shell pm disable-user --user 0 com.tcl.t_solo
adb shell pm disable-user --user 0 com.tcl.tv.tclhome_passive
adb shell pm disable-user --user 0 com.tcl.ui_mediaCenter
adb shell pm disable-user --user 0 com.tcl.usercenter
adb shell pm disable-user --user 0 com.tcl.waterfall.overseas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment