-
Notifications
You must be signed in to change notification settings - Fork 75
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
A10x not working, hangs on patch stage #54
Comments
its happening on multiple computers, i've used multiple usb a cables, it just disconnects and isn't recognized anymore |
Also I have used dfu helper |
A older version of gaster fixed this, too |
usbmuxd shouldn't do anything with dfu, and it happens on macOS and Linux |
Nathan#5457 |
Having done some testing, it seems that A10X support was broken in commit 7ffffff, AKA "A7 Fix". I may try looking into it to see what the problematic change was exactly. |
@0x7ff @verygenericname it seems that commenting out these two lines will fix the issue on A10X - however, as this is part of the A7 fix, I am not sure if this will break support for other devices. Therefore, I think that it will require additional testing before implementing into the main branch. |
Those two extra control transfers are necessary on A9X, as I have just tested with and without, yet still cause the exploit to fail on A10X. |
My fork fixed it |
Yeah I’ve been using the fix in my checkm8 project and it works fine, just might be worth checking if A10/A11 also have the same issue? |
They don't |
Interesting, thanks! |
ive got this issue on my ipad 7th gen A10, any one know how to fix it? |
i fixed the issue by going into REAL DFU. i wasn't in real dfu i was in LLB DFU (or smth like that) |
The text was updated successfully, but these errors were encountered: