eswgdeh 发表于 2022-2-28 17:27

TCL电视开启adb调试解除禁止安装第三方软件和删除系统应用

经常看到网友在问TCL电视怎么开启ADB调试,怎么安装第三方软件(2022 TCL电视安装第三方通用教程分享),下面楼主就来教大家TCL电视开启adb调试解除禁止安装第三方软件和删除系统应用方法!

1.开启adb调试
设置 ->系统信息 -> 上下左右

2.查看ip
设置 ->网络 -> 无线网络-> 网络详情

最重要的就是adb安装

https://www.znds.com/static/image/hrline/line6.png

一、Windows

适合windows版本: https://dl.google.com/android/repository/platform-tools_r33.0.0-windows.zip
解压缩到自定义的安装目录 例如:D:\adb\platform-tools_r33
接下来 把当前adb路径添加到环境变量中去

https://www.znds.com/static/image/hrline/line6.png

具体步骤:

[*]windows+r组合键 打开运行 输入sysdm.cpl回车
[*]高级->环境变量->系统变量->path
[*]将adb的存放路径添加进path中 保存即可
[*]打开cmd执行:adb --version 会显示当前的adb版本信息

https://www.znds.com/static/image/hrline/1.gif

二、Mac

由于我使用的mac 早期已安装homebrew软件管理包工具(已安装可以忽略)和android-platform-tools(更多详情 )

https://www.znds.com/static/image/hrline/line7.png

1.打开mac上的终端 执行以下命令即可
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.co ... all/HEAD/install.sh)"
完成homebrew安装后 再执行android-platform-tools安装
执行以下命令:
brew install --cask android-platform-tools
待完成后 再执行adb --version 会显示当前的adb版本信息

https://www.znds.com/static/image/hrline/line7.png

2.IP连接设备
adb connect ip:5555 例如:192.168.1.50:5555
如果连接成功 使用adb devices查看

https://www.znds.com/static/image/hrline/line7.png

3.开启安装应用权限
adb shell setprop persist.tcl.installapk.enable 1
adb shell setprop persist.tcl.debug.installapk 1
https://www.znds.com/static/image/hrline/1.gif

三、安装应用
安装应用
adb installxxxx.apk   //
https://www.znds.com/static/image/hrline/1.gif

四、删除应用

1.进入shell
adb shell

https://www.znds.com/static/image/hrline/line6.png

2.查看已安装的应用
pm list package

https://www.znds.com/static/image/hrline/line6.png

3.查看属于tcl的应用
pm list packages | grep 'tcl'

https://www.znds.com/static/image/hrline/line6.png

4.删除指定应用
**** Hidden Message *****

https://www.znds.com/static/image/hrline/line6.png

原作者:alanc8

https://www.znds.com/static/image/hrline/2.gif

相关阅读推荐:
关于找不到tclsu的解决办法
TCL电视ROOT折腾教程最全汇总
TCL电视卸载预装软件的三种方法,电视终于不卡顿了!
更多TCL电视忘记内容:https://www.znds.com/bbs-66-1.html

yjjalyy 发表于 2022-2-28 21:42

谢谢分享

wnsdt 发表于 2022-2-28 18:56

看楼主分享的内容

吃鸡和平使者 发表于 2022-2-28 17:56

感谢大佬的分享 试一试

TP88 发表于 2022-2-28 19:35

KKK

wskvfhp 发表于 2022-2-28 20:58

学习一下这个教程

ahhn_wy61 发表于 2022-2-28 21:15

顶顶

shiyinhui 发表于 2022-3-1 07:18

谢谢分享

风轻云淡1579 发表于 2022-3-1 08:40

牛啊,太需要这个了

zyd9208 发表于 2022-3-1 09:30

看看
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: TCL电视开启adb调试解除禁止安装第三方软件和删除系统应用