最近購入該手機,也按照其他大大分享ROOT方法,
可是都出現下列訊息:
opying files to their places...
mount: permission denied (are you root?)
/system/xbin/su: cannot open for write: Read-only file system
Unable to chmod /system/xbin/su: No such file or directory
/system/app/Superuser.apk: cannot open for write: Read-only file system
Unable to chmod /system/app/Superuser.apk: No such file or directory
rm failed for /data/local.prop, Permission denied
查了一下是下面的指令出錯:
echo Copying files to their places...
stuff\adb.exe shell "/data/local/tmp/busybox mount -o remount,rw /system"
stuff\adb.exe shell "dd if=/data/local/tmp/su of=/system/xbin/su"
stuff\adb.exe shell "chmod 06755 /system/xbin/su"
stuff\adb.exe shell "dd if=/data/local/tmp/Superuser.apk of=/system/app/Superuser.apk"
stuff\adb.exe shell "chmod 655 /system/app/Superuser.apk"
stuff\adb.exe shell "rm /data/local.prop"
stuff\adb.exe shell "sync; sync; sync;"
stuff\adb.exe reboot
rem GOTO FINISH
不知道是否有人有相同經驗,
還請各位指教應該如何處理,
在此先謝謝各位不吝指教。
內文搜尋

X