方法一:用adb代码
adb shell mount /system
adb push su /system/bin/
adb push su /system/xbin/
adb shell chmod 6755 /system/bin/su
adb shell chmod 6755 /system/xbin/su
adb push Superuser.apk /system/app/
adb push busybox /system/xbin/
adb shell chmod 0755 /system/bin/su
adb shell umount /system
adb shell reboot
方法二:刷update
http://rapidshare.com/files/409581709/update.zip
程序由Dr.Hani Akrim编写
没有评论:
发表评论