首頁 收藏 QQ群
 網站導航

ZNDS智能電視網 推薦當貝市場

TV應用下載 / 資源分享區(qū)

軟件下載 | 游戲 | 討論 | 電視計算器

綜合交流 / 評測 / 活動區(qū)

交流區(qū) | 測硬件 | 網站活動 | Z幣中心

新手入門 / 進階 / 社區(qū)互助

新手 | 你問我答 | 免費刷機救磚 | ROM固件

查看: 1026670|回復: 616
上一主題 下一主題
[教程&攻略]

關于找不到tclsu的解決辦法

  [復制鏈接]
跳轉到指定樓層
樓主
發(fā)表于 2020-7-20 21:56 | 只看該作者 |只看大圖 回帖獎勵 |倒序瀏覽 |閱讀模式 | 來自廣東
本帖最后由 路人甲是野百合 于 2020-7-21 15:15 編輯

TCL-43V6 root 教程
注:靈感和tclsu文件來自http://m.81jnr2m.cn/tv-1171376-1-1.html,root部分來自kzs,感謝兩位大神,本人純屬螞蟻大搬家
原來的TCL電視可以通過tclsu獲得root權限,不過新的TCL電視已經屏蔽了這種方法。本人在執(zhí)行crazyfrog的教程中,卡在了第二步進行不下去了。命令行執(zhí)行不了,那能不能手動操作呢?事實證明是完全可行的。

一、準備工作
1.軟件
root文件包:http://m.81jnr2m.cn/tv-1164997-1-1.html
tclsu文件:http://m.81jnr2m.cn/tv-1171376-1-1.html
本文還用到了mix文件瀏覽器

2.環(huán)境準備
電視,“系統(tǒng)信息”,“上下左右”,開啟ADB;通過電視衛(wèi)視安裝mix文件瀏覽器,其他文件瀏覽器應該也是可以的,用于將tclsu文件拷入系統(tǒng)目錄(操作過程中最好用飛鼠或者鼠標,容易操作些)
電腦,解壓root包,進入adb,注意連接電視過程中需要在電視端授權

二、安裝tclsu到系統(tǒng)
在執(zhí)行crazyfrog的教程中,卡在了第二步進行不下去了,然后通過mix文件瀏覽器將tclsu文件拷入系統(tǒng)目錄,我是拷貝到了/var/tmp
然后通過adb進入shell環(huán)境,根據引導執(zhí)行命令:
cd /var/tmp/
chmod 755 ./tclroot
./tclroot install
這樣就相當于恢復到了擁有tclsu的環(huán)境

三、獲取root權限
“這一步我也是手動操作的”
請按照root包的指示操作,如果不能執(zhí)行復制文件到系統(tǒng),請參考下面引號內的命令進入shell手動復制(如下文件、命令均來自root包,請修改為實際文件路徑)
%~dp0\files\adb shell tclsu 0 "mount -o remount /system"
%~dp0\files\adb shell tclsu 0 "mkdir /system/app/root"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/common/Superuser.apk /system/app/root/root.apk"
%~dp0\files\adb shell tclsu 0 "chmod 644 /system/app/root/root.apk"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/common/install-recovery.sh /system/etc/install-recovery.sh"
%~dp0\files\adb shell tclsu 0 "chmod 755 /system/etc/install-recovery.sh"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/arm64/su /system/xbin/su"
%~dp0\files\adb shell tclsu 0 "chmod 755 /system/xbin/su"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/arm64/daemonsu /system/xbin/daemonsu"
%~dp0\files\adb shell tclsu 0 "chmod 755 /system/xbin/daemonsu"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/arm64/sugote /system/xbin/sugote"
%~dp0\files\adb shell tclsu 0 "chmod 755 /system/xbin/sugote"
%~dp0\files\adb shell tclsu 0 "mkdir /system/bin/.ext"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/arm64/.ext/.su /system/bin/.ext/.su"
%~dp0\files\adb shell tclsu 0 "chmod 755 /system/bin/.ext/.su"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/arm64/supolicy /system/xbin/supolicy"
%~dp0\files\adb shell tclsu 0 "chmod 755 /system/xbin/supolicy"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/arm64/libsupol.so /system/lib64/libsupol.so"
%~dp0\files\adb shell tclsu 0 "chmod 755 /system/lib64/libsupol.so"
%~dp0\files\adb shell tclsu 0 "cp /system/bin/sh /system/xbin/sugote-mksh"
%~dp0\files\adb shell tclsu 0 "chmod 755 /system/xbin/sugote-mksh"
%~dp0\files\adb shell tclsu 0 "mv /storage/sdcard0/0/Download/root/common/.installed_su_daemon /system/etc/.installed_su_daemon"
%~dp0\files\adb shell tclsu 0 "chmod 644 /system/etc/.installed_su_daemon"
%~dp0\files\adb shell tclsu 0 "rm /system/bin/install-recovery.sh"
%~dp0\files\adb shell tclsu 0 "ln -s /system/etc/install-recovery.sh /system/bin/install-recovery.sh"
%~dp0\files\adb shell tclsu 0 "/system/xbin/su --install"
%~dp0\files\adb shell tclsu 0 "rm -r /storage/sdcard0/0/Download/root"


四、安裝TV桌面
這里以TVLauncher為例,進shell
tclsu
mount -o remount -o rw /system
mv var/tmp/TVLauncher.apk /system/app/
chmod 755 /system/app/TVLauncher.apk
Reboot

完成root后就可以為所欲為了,不過還是需要通過電視衛(wèi)視進行apk安裝,我還沒去研究如何解除軟件黑名單。

參考
http://m.81jnr2m.cn/tv-1171376-1-1.html
http://m.81jnr2m.cn/tv-1165057-1-1.html
http://m.81jnr2m.cn/tv-1164997-1-1.html
tclsu.zip (13.96 KB, 下載次數: 1141)




評分

參與人數 3威望 +15 金幣 +16 Z幣 +3 收起 理由
a4421565a + 5 安裝tclsu時提示 127:shell@p331 求解 機.
Kzs + 5 + 10 + 1 這個思路666,下次再也不用降級啦.
路人甲是野百合 + 5 + 6 + 2 我來ZNDS論壇,就是來撩你的!

查看全部評分


上一篇:TCL電視MS99機芯普通升級+強制升級教程
下一篇:TCL C8 感覺沒啥熱度啊,這機子都沒人買嗎

本帖被以下淘專輯推薦:

推薦
發(fā)表于 2020-8-17 12:34 | 只看該作者 | 來自內蒙古
出現(xiàn)了下面的錯誤提示,怎么解?
chmod 755 ./tclroot
Unable to chmod ./tclroot: Operation not permitted
回復 支持 3 反對 1

使用道具 舉報

推薦
發(fā)表于 2021-12-12 02:06 | 只看該作者 | 來自內蒙古
試了沒有成功 沒root復制不進去系統(tǒng)目錄
回復 支持 3 反對 0

使用道具 舉報

推薦
發(fā)表于 2022-12-20 15:58 | 只看該作者 | 來自山東
所有的反映中,最基本的就是安裝tclsu需要有root權限,在沒有權限的情況下怎么安裝tclsu?
回復 支持 2 反對 0

使用道具 舉報

推薦
發(fā)表于 2022-12-1 08:24 | 只看該作者 | 來自江西
拷貝TCLROOT文件到system中的任何目錄權限都被拒絕  Permission denied
咋辦?
通過文件瀏覽器也只能再SDCARD目錄里無法再上一級
回復 支持 1 反對 0

使用道具 舉報

推薦
發(fā)表于 2021-2-2 11:38 | 只看該作者 | 來自廣東
謝謝謝謝謝謝
回復 支持 1 反對 0

使用道具 舉報

推薦
發(fā)表于 2020-12-17 15:16 | 只看該作者 | 來自湖北
這個不知道行不行
回復 支持 1 反對 0

使用道具 舉報

推薦
發(fā)表于 2020-10-5 22:02 | 只看該作者 | 來自湖南
感謝分享
回復 支持 0 反對 1

使用道具 舉報

推薦
發(fā)表于 2020-8-20 18:49 | 只看該作者 | 來自湖北
boria 發(fā)表于 2020-8-17 12:34
出現(xiàn)了下面的錯誤提示,怎么解?
chmod 755 ./tclroot
Unable to chmod ./tclroot: Operation not permitte ...

執(zhí)行這一步出錯是因為通過U盤拷貝進去的tclroot沒有相應的權限,你可以通過adb的方式拷貝進系統(tǒng)目錄
把tclroot放到adb的根目錄,然后adb push tclroot /var/tmp,然后再adb shell,cd /var/tmp;chmod 755 ./tclroot;我是給了權限以后執(zhí)行./tclroot的時候沒有返回值,也不返回成功,也不返回失敗,不知道是啥原因。
回復 支持 1 反對 0

使用道具 舉報

推薦
發(fā)表于 2020-7-24 23:48 | 只看該作者 | 來自浙江
我是來學習的
回復 支持 0 反對 1

使用道具 舉報

推薦
發(fā)表于 2020-7-23 21:54 | 只看該作者 | 來自內蒙古
Unsupported device有沒有解決辦法?
回復 支持 1 反對 0

使用道具 舉報

沙發(fā)
發(fā)表于 2020-7-21 09:46 | 只看該作者 | 未知
感謝分享
回復 支持 反對

使用道具 舉報

板凳
發(fā)表于 2020-7-21 09:47 | 只看該作者 | 來自浙江
頂頂,大佬教程好評
回復 支持 反對

使用道具 舉報

地板
發(fā)表于 2020-7-21 09:47 | 只看該作者 | 來自江西
感謝分享,正需要這個
回復 支持 反對

使用道具 舉報

5#
發(fā)表于 2020-7-21 09:48 | 只看該作者 | 未知
樓主寫的內容很用心!
回復 支持 反對

使用道具 舉報

6#
發(fā)表于 2020-7-21 09:48 | 只看該作者 | 來自山東
先收藏,備用~
回復 支持 反對

使用道具 舉報

7#
發(fā)表于 2020-7-21 09:48 | 只看該作者 | 來自浙江
感謝大佬的教程,用用去
回復 支持 反對

使用道具 舉報

8#
發(fā)表于 2020-7-21 09:48 | 只看該作者 | 來自浙江
看看怎么操作
回復 支持 反對

使用道具 舉報

9#
發(fā)表于 2020-7-21 09:48 | 只看該作者 | 未知
看看
回復 支持 反對

使用道具 舉報

10#
發(fā)表于 2020-7-21 09:49 | 只看該作者 | 來自遼寧
回復 支持 反對

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

Archiver|新帖|標簽|軟件|Sitemap|ZNDS智能電視網 ( 蘇ICP備2023012627號 )

網絡信息服務信用承諾書 | 增值電信業(yè)務經營許可證:蘇B2-20221768 丨 蘇公網安備 32011402011373號

GMT+8, 2024-10-31 22:26 , Processed in 0.088108 second(s), 16 queries , Redis On.

Powered by Discuz!

監(jiān)督舉報:report#znds.com (請將#替換為@)

© 2007-2024 ZNDS.Com

快速回復 返回頂部 返回列表