level 1
DUOS我只想知道如何ROOT . RT 这个我点击了ROOT mods 没发现什么效果,用的是官网最新版本,求告知。
2015年05月19日 01点05分
1
level 1
我的360root电脑端为什么连不上duos,已经打开了开发者选项里的usb调试
2015年06月03日 08点06分
4
因为没有用USB链接啊朋友 不需要ROOT,打开ROOT模式,装一个手机版的ROOT管理就OK了
2015年06月05日 03点06分
level 1
这是需要的命令,自己找个su文件和superuser.apk即可
adb shell mount -o rw,remount /
adb shell mount -o rw,remount /system
adb shell mkdir /system/bin/.ext
adb shell chmod 0777 /system/bin/.ext
adb push su /system/bin/.ext/.su
adb shell chmod 06755 /system/bin/.ext/.su
adb push su /system/xbin/su
adb shell chmod 06755 /system/xbin/su
adb push su /system/xbin/daemonsu
adb shell chmod 06755 /system/xbin/daemonsu
adb shell mkdir /system/app/SuperSU
adb shell chmod 0755 /system/app/SuperSU
adb push superuser.apk /system/app/SuperSU/SuperSU.apk
adb shell chmod 0644 system/app/SuperSU/SuperSU.apk
adb shell /system/xbin/su --install
adb shell rm /system/bin/app_process
adb shell ln /system/xbin/daemonsu /system/bin/app_process
adb shell rm -r /data/dalvik-cache
adb reboot
洞穴:1o8GUk4M 暗号:ssnq
2016年08月26日 13点08分
8
duos 2.0 only
2016年08月27日 14点08分