mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-04-20 14:31:41 +00:00
clearing some confusion about ecid encoding (hex)
This commit is contained in:
parent
ef617cf2e6
commit
f218dc32d3
|
@ -371,7 +371,7 @@ int futurerestore::doRestore(const char *ipsw, bool noerase){
|
|||
|
||||
if (im4mEcid != deviceEcid) {
|
||||
error("ECID inside APTicket does not match device ECID\n");
|
||||
printf("APTicket is valid for %16llx but device is %16llx\n",im4mEcid,deviceEcid);
|
||||
printf("APTicket is valid for 0x%16llx (hex) but device is 0x%16llx (hex)\n",im4mEcid,deviceEcid);
|
||||
reterror(-45, "APTicket can't be used for restoring this device\n");
|
||||
}else
|
||||
printf("Verified ECID in APTicket matches device ECID\n");
|
||||
|
|
Loading…
Reference in a new issue