You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Hi, I'm trying to use sunst0rm to get my iPad Mini 2 128GB Cellular to iOS 11.4.1, I have completed the restore and ran the command below, and it gives me this error. I am following the sunst0rm guide linked on the readme.md file and it is not working. I tried the command below with -legacy at the end and it still gave same error.
I'm using macOS Catalina 10.15.7 on a hackintosh laptop. Also, all dependencies are installed and seem to be working.
Finally, blob.shsh2 and ios11.ipsw are in the same folder as sunst0rm.
jaydenridley4@Sony-ETH sunst0rm % python3 sunstorm.py -i ios11.ipsw -t blob.shsh2 -b -d j86ap -kpp -id iPad4,5
sunst0rm
Made by mineek | Some code by m1n1exploit
[] Creating working directory
[] Unzipping IPSW
[*] Getting ProductBuildVersion
Traceback (most recent call last):
File "/Users/jaydenridley4/ss/sunst0rm/sunstorm.py", line 395, in
main()
File "/Users/jaydenridley4/ss/sunst0rm/sunstorm.py", line 385, in main
prep_boot(args.ipsw, args.blob, args.boardconfig,
File "/Users/jaydenridley4/ss/sunst0rm/sunstorm.py", line 237, in prep_boot
ibss_iv, ibss_key, ibec_iv, ibec_key = api.get_keys(
NameError: name 'api' is not defined
jaydenridley4@Sony-ETH sunst0rm %
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use sunst0rm to get my iPad Mini 2 128GB Cellular to iOS 11.4.1, I have completed the restore and ran the command below, and it gives me this error. I am following the sunst0rm guide linked on the readme.md file and it is not working. I tried the command below with -legacy at the end and it still gave same error.
I'm using macOS Catalina 10.15.7 on a hackintosh laptop. Also, all dependencies are installed and seem to be working.
Finally, blob.shsh2 and ios11.ipsw are in the same folder as sunst0rm.
jaydenridley4@Sony-ETH sunst0rm % python3 sunstorm.py -i ios11.ipsw -t blob.shsh2 -b -d j86ap -kpp -id iPad4,5
sunst0rm
Made by mineek | Some code by m1n1exploit
[] Creating working directory
[] Unzipping IPSW
[*] Getting ProductBuildVersion
Traceback (most recent call last):
File "/Users/jaydenridley4/ss/sunst0rm/sunstorm.py", line 395, in
main()
File "/Users/jaydenridley4/ss/sunst0rm/sunstorm.py", line 385, in main
prep_boot(args.ipsw, args.blob, args.boardconfig,
File "/Users/jaydenridley4/ss/sunst0rm/sunstorm.py", line 237, in prep_boot
ibss_iv, ibss_key, ibec_iv, ibec_key = api.get_keys(
NameError: name 'api' is not defined
jaydenridley4@Sony-ETH sunst0rm %
The text was updated successfully, but these errors were encountered: