Closed gekowa closed 4 years ago
Save blobs with correctly ECID…
@s0uthwest Thank you for your response. But I have no idea where I did wrong on getting ECID, please let me know what is the most accurate way of getting the ECID.
Btw, I used i4 assistant to retrieve ECID from the device.
After some research, I finally found the issue.
The 5675407690470260736
is the reversed HEX of ECID of my device.
5675407690470260736
in DEC is 4EC3193992000000
in HEX, while my correct ECID is 628023214926
in DEC and 923919C34E
in HEX.
Notice:
00 00 00 92 39 19 C3 4E
is reversed as 4E C3 19 39 92 00 00 00
So the work round is to invoke tsschecker
with the 5675407690470260736
I have an iPad 2,1 running 9.3.5, and I'm downgrading it to 8.4.1.
I use
tsschecker
to download the shsh2 blob with command:the process was successful, when I use the generated shsh2 blob with futurerestore:
I got "APTicket can't be used for restoring this device". I tried both kDFU mode and the recovery mode, both same issue.
Detail log:
Notice that the ECID from the generated shsh blob -
5675407690470260736
is making no sense. I guess this is not an HEX <-> DEC issue.Please help, thank you in advance.