-
Notifications
You must be signed in to change notification settings - Fork 52
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
No such file or directory: 'resources/Fugu_8010' #67
Comments
Okay, got through that error by modifying resources/pwn.py: Now getting a new error:
|
Got through that too by deleted the whole "if" statement at line 431 and line 483 and set A10A11Check=true manually in pyboot.py (of course it isn't a solution, but a very quick workaround) After that I got error:
-> Fixed by installing libirecovery :
After that the device started to boot, but unfortunately stalling with
After tenth or so try it restart itself, returning to the installed iOS 14.4 |
New try, iDevice hanging with " EDIT: Now trying Divisé
Restoring back via iTunes now. EDIT: Looks like AMFI patch is needed. Need to compile liboffsetfinder64, but the compilation fails. Will look into it in my free time. EDIT2: AMFI patch always fails. Needed to replace
I gave up and restored 14.4 via iTunes. |
Trying to tether-boot iOS 13.5 on iPhone 7, but it fails every time with this:
./pyboot.py -q ~/Downloads/iPhone_4.7_P3_13.5_17F75_Restore.ipsw iPhone9,1 -a
I checked that folder, Fugu is there.
Also first time it ended with error:
usb.core.NoBackendError: No backend available
, but luckily I quickly found in #51 that it needslibusb
that can be installed withbrew install libusb
OS: macOS 11.2.2, MBP15,2
The text was updated successfully, but these errors were encountered: