-
-
Notifications
You must be signed in to change notification settings - Fork 172
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 patching .aea otas #566
Comments
Has there been an RSR since the arrival of AEA? I think RSRs are dead |
No, not RSR, just the iOS 18 OTA for iPhone17,1 et al. I have been using the cmd "rsr" to obtain the cryptexes from full OTAs without prerequisites. I don't usually work with deltas and it was the only way I could make it work. Is there another alternative to extract the cryptexes? |
I finally found a way although a bit hacky... As ipsw was demanding a BuildManifest.plist, I just copied it from |
you want the full DMGs right not just files from the DMGs? |
yeah, full DMGs |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
added |
Is your feature request related to a problem? Please describe.
ipsw ota patch
currently expects a zip file. New otas encrypted as .aea cannot be used with the patch command after decryption.Describe the solution you'd like
Use
ota patch
transparentlyDescribe alternatives you've considered
I have tried a workaround to create the cryptexes but unfortunately didn't work as there's no BuildManifest in the archive contents.
aea decrypt -i .... -o <temp_aar>
aa patch -i <temp_aar> -d <temp_folder>
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: