Skip to content

Instantly share code, notes, and snippets.

@QuantumGhost
Last active July 31, 2022 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuantumGhost/467f6d6f732383770356698ad5a0f5de to your computer and use it in GitHub Desktop.
Save QuantumGhost/467f6d6f732383770356698ad5a0f5de to your computer and use it in GitHub Desktop.

先开启开发者模式,并连接到 adb shell,然后在 adb shell 中执行下面的命令:

# 禁用腾讯小微语音搜索:(也会禁用搜索功能)
pm disable-user --user 0 com.sony.dtv.searchapp
# 禁用京东智能家居
pm disable-user --user 0 com.jd.smartservicetwo
# 禁用原装桌面(**执行前请务必确认已安装第三方桌面,否则可能无法使用遥控器控制电视**)
pm disable-user --user 0 com.dangbei.TVHomeLauncher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment