綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

[失敗結案] 【失敗結案】Z1 & Zc 5.0.2目前最好的一鍵root軟體

[複製連結] 查看: 1446|回覆: 1|好評: 0
跳轉到指定樓層
樓主
dragon2015 | 收聽TA | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
發表於 2015-5-28 18:31

馬上加入Android 台灣中文網,立即免費下載應用遊戲。

您需要 登錄 才可以下載或查看,沒有帳號?註冊

x
本帖最後由 GFON 於 2015-6-1 07:38 編輯

You don"t need to have root to apply this procedure. Your bootloader doesn"t have to be unlocked.

This has been tested with C6902, 14.5.A.0.270 , Lollipop 5.0.2, Customized TW version, but it should work fine on any other customization of 14.5.A.0.270.

This procedure installs superSU root binaries and busybox on your system.

Requirements

1- Upgrade to Lollipop 5.0.2. Either flash an ftf using flashtool or if you are in a region where the update is available take the OTA. You can get the unmodified Customized TW version from here.

2- Make sure your PC can communicate with your tablet via adb.

The success of this method depends on following the procedure very carefully. So read the instructions and make sure you understand every step before you try it.

Procedure

1- Install and run Kingroot 4.0. You can google and download it or you can use the one in the attached zip file. When Kingroot runs it is all in Chinese, but basically you need to be connected to the internet for it to work. It will do its thing and show progress up to 100% after which you can exit the program. Now your phone is rooted. The following steps replaces the Kinguser with SuperSU.

2- Unzip the attached file in your adb directory and then open an adb terminal and make sure the PC can see your phone (you can check that by typing adb devices). Then type the following:

Code:
adb push su /data/local/tmp
adb push busybox /data/local/tmp
adb shell
3- In the shell that you get type the following and make sure you give the access permission when the tablet prompts you:

Code:
su
4- Continue by typing the following commands:

Code:
mount -o remount,rw /system
cat /data/local/tmp/su >/system/xbin/daemonsu && chmod 0755 /system/xbin/daemonsu
cat /data/local/tmp/busybox >/system/xbin/busybox && chmod 0755 /system/xbin/busybox
daemonsu -d &
The key is to keep this session running while you continue with the rest, so be careful with typos and monitor this window for any errors.

5- At this point, leave the adb terminal window running and go to your tablet, open the Kinguser app, open settings (the wheel at the top right corner of the screen), Root authorization setting, and Remove Root permission. The app may self-uninstall.

6- In any case, after this is done, uninstall the two or three remaining Kingroot apps hat are still on your tablet (Kinguser, KingRoot, and the other one with the blue icon and Chinese text under it).

7- Back to the adb terminal, and type the following:

Code:
cat /data/local/tmp/su > /system/xbin/su && chmod 0755 /system/xbin/su

busybox chattr -ia /system/xbin/ku.sud
busybox chattr -ia /system/xbin/supolicy
busybox chattr -ia /system/xbin/pidof
rm /system/xbin/ku.sud
rm /system/xbin/supolicy
rm /system/xbin/pidof

rm /system/bin/debuggerd
rm /system/bin/debuggerd_real
rm /system/bin/debuggerd64

busybox chattr -ia /system/bin/install-recovery.sh
busybox chattr -ia /system/bin/rt.sh
rm /system/bin/install-recovery.sh
rm /system/bin/rt.sh

busybox chattr -ia /system/bin/.usr/.ku
rm -rf /system/bin/.usr

rm /system/usr/icu/icusuflag.conf
busybox chattr -ia /system/usr/iku/isu
rm -rf /system/usr/iku

rm /system/kroot_*
rm /sdcard/kr-stock-conf
rm -rf /sdcard/Kingroot
Again, leave the adb terminal window running and go to your tablet.

8- Install superSU (from the attached file) on your phone, run it, and let it update the SU binary.

9- Reboot the tablet. After about 5 minutes your root is ready.

Download link

下载压缩包,解压.
1.手机开启调试模式,点软件版本,然后进入开发人员选项,然后开启"USB调试"
2.手机安装kingroot,KingRoot-4.0.0.233-release-201505071219_105001.apk在附件中.等待安装完成
运行kingroot, 等待root到100% . (感谢沨de痕灬迹的提示)
3.进入dos窗口,将当前目录指向解压缩后的附件文件夹
感谢M13517633087.
比如,将文件解压缩到c:123文件夹 ,然后开始,运行.输入cmd ,在弹出的命令行中输入" cd /d c:123"
如果是win7 ,可以在文件夹内,按住shift,然后点鼠标右键,选择"在此处打开命令窗口(W)"
然后输入dos命令.
adb push su /data/local/tmp
复制代码
这时,拿起手机,提示root权限, 点击授权.放下手机,回到dos窗口.
注意了,这里比较容易出错误.
如果提示"error: device unauthorized. Please check the confirmation dialog on your device."
别怕, 重新输入
adb push su /data/local/tmp
复制代码
这时,dos窗口提示文字变为类似  "1193 KB/s (133472 bytes in 0.109s)" ,意思是说这么多数据,多久传完的. 这才是正常的.
继续将下面的2行命令,输入一行,敲一下回车.
adb push busybox /data/local/tmp
adb shell
复制代码
输入完成sdb shell 之后,电脑提示"shell@C6603:/ $".
然后输入下面的命令,敲回车
su
复制代码
此时查看手机,如果提示授权,点击允许授权.
回到dos窗口,下面的4行命令,输入一行,敲一下回车,
mount -o remount,rw /system
cat /data/local/tmp/su >/system/xbin/daemonsu && chmod 0755 /system/xbin/daemonsu
cat /data/local/tmp/busybox >/system/xbin/busybox && chmod 0755 /system/xbin/busybox
daemonsu -d &
复制代码
请不要关闭dos窗口
4.这时,拿起手机,找到kingroot的授权管理,然后找到右上角的设置, 进入, 然后清除授权.
再删掉这三个软件.一定要删掉.

5.都删掉会后,放下手机,复制下面这些命令.
cat /data/local/tmp/su > /system/xbin/su && chmod 0755 /system/xbin/su

busybox chattr -ia /system/xbin/ku.sud
busybox chattr -ia /system/xbin/supolicy
busybox chattr -ia /system/xbin/pidof
rm /system/xbin/ku.sud
rm /system/xbin/supolicy
rm /system/xbin/pidof

rm /system/bin/debuggerd
rm /system/bin/debuggerd_real
rm /system/bin/debuggerd64

busybox chattr -ia /system/bin/install-recovery.sh
busybox chattr -ia /system/bin/rt.sh
rm /system/bin/install-recovery.sh
rm /system/bin/rt.sh

busybox chattr -ia /system/bin/.usr/.ku
rm -rf /system/bin/.usr

rm /system/usr/icu/icusuflag.conf
busybox chattr -ia /system/usr/iku/isu
rm -rf /system/usr/iku

rm /system/kroot_*
rm /sdcard/kr-stock-conf
rm -rf /sdcard/Kingroot

复制代码
粘贴到dos窗口. 敲回车.

6.手机安装附件中的Superuser.apk. 运行supersu.
supersu会提示更新文件. 点击更新. 等待更新完成.完成后会提示重启,
重启手机.

7.恭喜你,不出意外, 手机已经root.

以上是網上找得到的root軟體資訊,當中可看到的是教學文有興趣者複製文字內容在到網上查看找便會找到完整內容
重申這是這root軟體的資訊文
「用Android 就來APK.TW」,快來加入粉絲吧!
Android 台灣中文網(APK.TW)
收藏收藏 分享分享 分享專題
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

沙發
游紹宏 | 收聽TA | 只看該作者
發表於 2015-5-30 15:57
您的文章內容完整度尚需補充,
英文的文章部份請翻譯為中文。
畢竟並非所有版友都精通英文!!

此外Z1版已公告不要發KR相關的文章,
請不要一再違反版規。

您的文章補充完整後請發佈到總版。

評分

參與人數 2碎鑽 +4 經驗 +1 幫助 +6 收起 理由
GFON + 3 + 1 + 5 好文好文~讓我來讚爆你吧!
略拉 + 1 + 1

查看全部評分

用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則