請問一下!!
adb wait-for-device
adb shell "cd /data/local/tmp/; rm *"
rm failed for *, No such file or directory
adb push "data/zergRush" /data/local/tmp/.
adb shell "chmod 777 /data/local/tmp/zergRush"
adb shell "./data/local/tmp/zergRush"
[**] Zerg rush - Android 2.2/2.3 local root
[**] (C) 2011 Revolutionary. All rights reserved.
[**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.
[+] Found a GingerBread ! 0x00000118
[*] Scooting ...
[*] Sending 149 zerglings ...
[*] Sending 189 zerglings ...
[-] Hellions with BLUE flames !
adb wait-for-device
adb push "data/busybox" /data/local/tmp/.
adb shell "chmod 755 /data/local/tmp/busybox"
adb shell "/data/local/tmp/busybox mount -o remount,rw /system"
mount: permission denied (are you root?)
adb shell "dd if=/data/local/tmp/busybox of=/system/xbin/busybox"
/system/xbin/busybox: cannot open for write: Read-only file system
adb shell "chown root.shell /system/xbin/busybox"
Unable to chmod /system/xbin/busybox: No such file or directory
adb shell "chmod 04755 /system/xbin/busybox"
Unable to chmod /system/xbin/busybox: No such file or directory
adb shell "/system/xbin/busybox --install -s /system/xbin"
/system/xbin/busybox: not found
adb shell "rm -r /data/local/tmp/busybox"
adb push "data/su" /system/bin/su
adb shell "chown root.shell /system/bin/su"
Unable to chmod /system/bin/su: No such file or directory
adb shell "chmod 06755 /system/bin/su"
Unable to chmod /system/bin/su: No such file or directory
adb shell "rm /system/xbin/su"
rm failed for /system/xbin/su, Read-only file system
adb shell "ln -s /system/bin/su /system/xbin/su"
link failed Read-only file system
adb push "data/Superuser.apk" /system/app/.
adb shell "cd /data/local/tmp/; rm *"
adb reboot
為什麼我都無法root權限?
我手機是SE XPERIA ST15i |