-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support MOAR devices. #40
Conversation
Adds support for all macs released since early 2023, iPad Pro M4 models, iPad Air M2 models, iPhone 16 model series and the Apple Watch Series 10. Update tss client auth version Note: Apple tatsu moments may apply, but iPod9,1 isn't affected by the noNonce errors. organize the noNonce device blacklist by model identifier, make it easier to update it in the future. also the M3 and later macs need adding later since they also throw a 456 on attempting to request noNonce tickets.
adds full support for the iPad mini (A17 Pro) models, and also blacklists them for noNonce since they also throw a 456.
@DanTheMann15 uh I just switched tsschecker to use https://github.com/futurerestore/libtatsu instead of tss.c |
@Cryptiiiic i had a feeling that was gonna happen since libimobiledevice made libtatsu its own library, i'll get this PR updated as soon as i can. |
@DanTheMann15 i added bbdevices locally and was gonna commit. I can hold off if that’s better |
@Cryptiiiic i'll redo the PR since i gotta to re-fork this repo. |
Uh you don’t have to do that afaik? There’s easier ways to accomplish that. |
@Cryptiiiic technically yes, it'll just be a little faster for me to do it this way although odd. i'll have it ready in about a half hour or less. |
@Cryptiiiic #44 is good to go. |
Adds support for all macs released since early 2023, iPad Pro M4 models, iPad Air M2 models, iPhone 16 model series and the Apple Watch Series 10.
EDIT: also now adds iPad mini (A17 Pro) models.
EDIT2: dammit apple... New November 2024 Macs.
Update tss client auth version
Note: Apple tatsu moments may apply, but iPod9,1 isn't affected by the noNonce errors.
organize the noNonce device blacklist by model identifier, make it easier to update it in the future.
also the M3 and later macs need adding later since they also throw a 456 on attempting to request noNonce tickets.