中兴ZXV10 B860AV2.1机顶盒,Root成功。

准备工作:首先盒子先安装一个第三方桌面,如沙发、当贝或者其他第三方桌面均可。

1、首先打开adb

拆机ttl,输入 adbd 开启

2、传输文件,使用adb

输入 adb connect IP IP替换为你盒子的

挂载system,在tll 里输入下面,回车。 不会有什么输出

mount -o remount,rw /system

把下载的文件解压 把SuperSU文件夹,解压到D盘的根目录

然后到adb里输入下面命令回车

adb push D:\\SuperSU\\su /system/bin/

adb push D:\\SuperSU\\su /system/xbin/

adb push D:\\SuperSU\\supolicy /system/bin/

adb push D:\\SuperSU\\supolicy /system/xbin/

adb push D:\\SuperSU\\chattr /system/bin/

adb push D:\\SuperSU\\chattr /system/xbin/

adb push D:\\SuperSU\\suinit /system/bin/

adb push D:\\SuperSU\\suinit /system/xbin/

adb push D:\\SuperSU\\sukernel /system/bin/

adb push D:\\SuperSU\\sukernel /system/xbin/

adb push D:\\SuperSU\\daemonsu /system/bin/

adb push D:\\SuperSU\\daemonsu /system/xbin/

adb push D:\\SuperSU\\libsupol.so /system/lib/

然后回到ttl里,或者先在adb里输入adbshell 然后输入下面命令

chmod 4755 /system/bin/su

chmod 4755 /system/xbin/su

chmod 4755 /system/bin/supolicy

chmod 4755 /system/xbin/supolicy

chmod 4755 /system/bin/chattr

chmod 4755 /system/xbin/chattr

chmod 4755 /system/bin/suinit

chmod 4755 /system/xbin/suinit

chmod 4755 /system/bin/sukernel

chmod 4755 /system/xbin/sukernel

chmod 4755 /system/bin/daemonsu

chmod 4755 /system/xbin/daemonsu

chmod 0644 /system/lib/libsupol.so

3、安装Supersu

安装Superuser.apk

4、重启

打开supersu 返回,退出重新打开。获取root到这里就成功了。

只要你的盒子处理器是armv7 架构的就应该没问题(大多数都是armv7)。方法是通用的。

查看处理器架构方法 ttl 里输入下面命令:

cat /proc/cpuinfo|grep -i Processor

显示armv71的话就是armv7

文章中所需文件,点击文末了解更多下载