You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <patched_tmp>/boot/BuildManifest.plist to the root of the folder before zipping. Afterwards, ipsw ota patch kindly created the cryptex dmgs.
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: