TCL电视S38CT04 root方法及精简包分享
本帖最后由 屏论 于 2021-1-27 14:27 编辑智能电视在使用了一段时间以后就会出现卡顿的情况,比较影响正常的使用,另外还有非常影响用户体验的开机广告,想要彻底的解决这个问题就就需要刷机了,下面就分享一下TCL电视S38CT04 root方法和精简包。
一、root方法
TCL root原理:开启ADB,通过ADB shell的tclsu命令临时提权到root(ps:052版本有TCLSU命令 更高版本被官方精简掉了),执行root脚本与supersu的安装
1 ### 先进入file文件夹,按住shift空白处点击鼠标右键在此处打开cmd或powershell
2 adb connect 电视的IP
3 ### 如果连接失败 请看电视是否弹出允许此电脑
4 ### 允许后运行adb disconnect 电视IP再重新连接
5 adb shell -s 电视的IP
6 tclsu
7 mount -o remount,rw /system
8 mkdir /system/app/SuperSU
9 mv /storage/sdcard0/0/Download/SuperSU/common/Superuser.apk /system/app/SuperSU/SuperSU.apk
10 chmod 644 /system/app/SuperSU/SuperSU.apk
11 mv /storage/sdcard0/0/Download/SuperSU/common/install-recovery.sh /system/etc/install-recovery.sh
12 chmod 755 /system/etc/install-recovery.sh
13 mv /storage/sdcard0/0/Download/SuperSU/arm64/su /system/xbin/su
14 chmod 755 /system/xbin/su
15 mv /storage/sdcard0/0/Download/SuperSU/arm64/daemonsu /system/xbin/daemonsu
16 chmod 755 /system/xbin/daemonsu
17 mv /storage/sdcard0/0/Download/SuperSU/arm64/sugote /system/xbin/sugote
18 chmod 755 /system/xbin/sugote
19 mkdir /system/bin/.ext
20 mv /storage/sdcard0/0/Download/SuperSU/arm64/.ext/.su /system/bin/.ext/.su
21 chmod 755 /system/bin/.ext/.su
22 mv /storage/sdcard0/0/Download/SuperSU/arm64/supolicy /system/xbin/supolicy
23 chmod 755 /system/xbin/supolicy
24 mv /storage/sdcard0/0/Download/SuperSU/arm64/libsupol.so /system/lib64/libsupol.so
25 chmod 755 /system/lib64/libsupol.so
26 cp /system/bin/sh /system/xbin/sugote-mksh
27 chmod 755 /system/xbin/sugote-mksh
28 mv /storage/sdcard0/0/Download/SuperSU/common/.installed_su_daemon /system/etc/.installed_su_daemon
29 echo 1 > /system/etc/.installed_su_daemon
30 chmod 644 /system/etc/.installed_su_daemon
301rm /system/bin/install-recovery.sh
32 ln -s /system/etc/install-recovery.sh /system/bin/install-recovery.sh
33 /system/xbin/su --install
34 rm -r /storage/sdcard0/0/Download/SuperSu
35 rm /storage/sdcard0/0/Download/SuperSu.zip
二、TCL电视S38CT04精简固件
TCL电视精简包:https://pan.baidu.com/s/1gjwbf9uxYoVNA_G_HEPTVw 提取码:nk2x
原作者(Alkaid He)
推荐阅读:[刷机升级] 史上最全的TCL智能电视固件刷机包下载
这个固件包好用吗 大屏爱好者 发表于 2021-1-27 14:25
这个固件包好用吗
楼主可以试试 为什么没有电视一键刷机软件 感觉又回到了2010年给手机刷机的时候了 跑代码刷机{znds8} 会不会刷坏我的
楼楼,链接失效了,可以再发一个吗 链接失效还能再发一个吗
页:
[1]