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

Can't combine download filters #2

Closed
user-8472 opened this issue Dec 4, 2018 · 3 comments
Closed

Can't combine download filters #2

user-8472 opened this issue Dec 4, 2018 · 3 comments

Comments

@user-8472
Copy link

This command downloads just the kernel

ipsw download --iversion 12.0.1 --kernel --dec

But this similar command downloads the entire cache

ipsw download --device iPhone11,2 --build 16B92 --kernel --dec

Also, it seems possible to download all builds of a particular version

ipsw download --iversion 12.0 --dec

But downloading all kernels for a particular device just fails silently

ipsw download --device iPhone8,2 --kernel --dec
@blacktop
Copy link
Owner

blacktop commented Dec 4, 2018

this should be fixed in the latest release -
https://github.com/blacktop/ipsw/releases/latest

@blacktop
Copy link
Owner

blacktop commented Dec 4, 2018

The last case:

But downloading all kernels for a particular device just fails silently

I don't think you would want to download all the kernelcaches for a device? because that would be every kernelcache from iOS 1.0-12.1 and every minor/patch release. It would be a LOT of kernels, so I just have it ERROR out saying it requires a --build flag if you supply a version flag....

Though I suppose now people will just supply a --build flag with not --device flag?!?

I need to see if there is an easy way to make flags mutually exclusive or required ? It is a bit confusing, I agree.

@user-8472
Copy link
Author

user-8472 commented Dec 4, 2018 via email

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants