-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'APTicket' #2
Comments
Could you use the original SHSH from TinyUmbrella and not the one from SHSHaker? Let me know if that works. |
Yes I can and that is the error. MacBook-Pro-i7:apticket-nonce-checker-master fumetasing$ ./apticket-nonce-checker.py /Users/fumetasing/Desktop/downgrade/apticket-nonce-checker-master/iPad3.shsh But as I know, TinyUmbrella put all saved blobs in one file and I have a lot of them saved in that file. Or can I send you this file if you would to see it. Thanks! |
Post the file and I'll look at it. |
3276121883402-iPad3,3.shsh.zip |
Have you take a look? I really appreciate you help and I swear that I can downgrade my iPad. |
Your APTickets don't have nonces. You should be able to use 9.0, 9.0.1, 9.0.2, and 9.1 with idevicererestore.
Does that help? |
I can't downgrade to any of 9.x Do you have any idea? Thanks!!! NOTE: Updated version data. |
Did you extract your combined SHSH to individual files using SHSHaker? |
I tried but I have this error. I know that this tool is not yours but I post it anyway. Perhaps you can help me. Do you have an idea of what is the problem? Thanks!!!
|
Use the extract-packed-shsh.py script I just pushed to this repo to extract your SHSH. I verified it works on the SHSH you provided after you extract it from the zip file. |
Thanks!!!!!! But with your script it extract only iOS 9 SHSH with nonce. Recently Tihmstar has updated futurerestore compiled with libipatcher and now it allow to use OTA blobs. I have them unless for iOS 9.3.2 and I want to move to the last firmware with jailbreak. Can you help me again? Again thanks you very much!!! |
What exactly do you need? All files should have been extracted by the script. The newer SHSH files will just say Unknown, because the build number was not saved by TinyUmbrella. 9.3.2 SHSH is in 3276121883402-iPad3,3-Unknown-38.shsh. |
How to know that 9.3.2 SHSH is in 3276121883402-iPad3,3-Unknown-38.shsh? Edit: I have upgraded my iPad from 9.1 to 9.3.2 with this file. |
Same, how do I know what version are the unknown blobs? |
There might not be a public tool available which can do this yet. For now, since you must validate your blobs anyway before you use them, simply validate all your unknown blobs against the IPSW you want, and if you find an IPSW your blob is valid for, you'll know you found the correct build. |
Ok, thanks, i can validate with odysseus right? |
Thanks |
Thanks !!! |
Hi, I'm trying to check if my shsh are ok to upgrade my iPad3 to iOS 9.x
I have used TinyUmbrella to save them and shshaker to make it compatible.
The result using your tool is this error. Can you help me?
MacBook-Pro-i7:apticket-nonce-checker-master fumetasing$ ./apticket-nonce-checker.py /Users/fumetasing/Desktop/downgrade/ipad3.shsh.plist
Parsing APTicket from SHSH file.
Traceback (most recent call last):
File "./apticket-nonce-checker.py", line 55, in
print_apticket_nonce(shsh['APTicket'].data)
KeyError: 'APTicket'
Thanks in advance!
The text was updated successfully, but these errors were encountered: