Skip to content
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

Open
verygenericname opened this issue Apr 28, 2023 · 14 comments
Open

A10x not working, hangs on patch stage #54

verygenericname opened this issue Apr 28, 2023 · 14 comments

Comments

@verygenericname
Copy link

image

@verygenericname
Copy link
Author

its happening on multiple computers, i've used multiple usb a cables, it just disconnects and isn't recognized anymore

@verygenericname
Copy link
Author

Also I have used dfu helper

@verygenericname
Copy link
Author

A older version of gaster fixed this, too

@verygenericname
Copy link
Author

usbmuxd shouldn't do anything with dfu, and it happens on macOS and Linux

@verygenericname
Copy link
Author

Nathan#5457

@alfiecg24
Copy link

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.

@alfiecg24
Copy link

@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.

@alfiecg24
Copy link

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.

@verygenericname
Copy link
Author

My fork fixed it
i just added a a10x check and make those 2 lines do nothing if its a10x

@alfiecg24
Copy link

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?

@verygenericname
Copy link
Author

They don't

@alfiecg24
Copy link

Interesting, thanks!

@kaer1a
Copy link

kaer1a commented Dec 17, 2023

ive got this issue on my ipad 7th gen A10, any one know how to fix it?

@kaer1a
Copy link

kaer1a commented Dec 18, 2023

i fixed the issue by going into REAL DFU. i wasn't in real dfu i was in LLB DFU (or smth like that)
issue fixed tho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@alfiecg24 @verygenericname @kaer1a and others