
觀念現在弄懂了= = 沒有小小皮皮的問題了 = =
ahwei wrote:
我的bootload...(恕刪)
Possible issues you may encounter:
1. If the RSD lite does not activate the Start button after you open the SBF file, you need to rename the SBF file to some simple short name, eg. recovery.sbf, and to put it to some simple short path, e.g C:\recovery.sbf (known Windows Vista / 7 issue).
2. "E:EOCD marker occurs after start of EOCD E:signature verification failed" error after you apply the update.zip in recovery means that you do not have the vulnerable recovery on your phone.
If you applied an OTA update before, there is a script run at every system boot that checks and re-flashes the recovery when its checksum doesn't match. In such case, you have to avoid booting to android after the vulnerable recovery flash. Boot directly to recovery when RSD Lite restarts the phone (hold camera button) and from there remove the /system/etc/install-recovery.sh file.
Code:
rm -f /system/etc/install-recovery.sh
A script for OpenRecovery is attached (install OpenRecovery and put the script to /sdcard/OpenRecovery/scripts before you flash the vulnerable recovery).
Later in OpenRecovery, the first thing you should do is to run this script from the Run Script menu.