Created
January 5, 2026 17:42
-
-
Save bademux/5e46f5224c2539c613d63cdc4d9d73db to your computer and use it in GitHub Desktop.
debload TCL
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
| #!/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