Skip to content

Instantly share code, notes, and snippets.

@bademux
Created January 5, 2026 17:42
Show Gist options
  • Select an option

  • Save bademux/5e46f5224c2539c613d63cdc4d9d73db to your computer and use it in GitHub Desktop.

Select an option

Save bademux/5e46f5224c2539c613d63cdc4d9d73db to your computer and use it in GitHub Desktop.
debload TCL
#!/bin/sh
# run adb connect 192.168.1.100:5555
adb shell sh << 'EOF'
echo "com.tcl.smartalexa
com.tcl.gallery
com.tcl.messagebox
com.tcl.guard
com.tcl.dashboard
com.tcl.tv.tclhome_passive
com.tcl.esticker
com.google.android.youtube.tvmusic
com.mediatek.AirplayAPK
com.mediatek.airplaydaemon
com.tcl.airplay2
com.tvos
com.tcl.ocean.instructions
com.tcl.waterfall.overseas
com.tcl.ui_mediaCenter
com.tcl.channelplus
com.tcl.eva
com.tcl.usercenter
com.tcl.inputmethod.international
com.tcl.magiconnectfree
com.tcl.exhibit
tv.mopa.ginga" | xargs -n1 pm uninstall --user 0
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment