We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was unable to whitelist my iPhone 7 on El Capitan. I did some digging. If run:
$ system_profiler SPUSBDataType
I get Vendor ID: 0x05ac (Apple Inc.). But, using that value in the whitelist array wasn't working. So I tried:
Vendor ID: 0x05ac (Apple Inc.)
$ system_profiler SPUSBDataType -xml -detailLevel mini
Which is what the usbkill script is running, and the xml output for my iPhone had:
<key>vendor_id</key> <string>apple_vendor_id</string>
Using "apple_vendor_id:[product_id]" did the trick. So it seems the system_profiler isn't giving out consistent info for the Apple vendor id.
"apple_vendor_id:[product_id]"
The text was updated successfully, but these errors were encountered:
I left a note of my fork of USBKill with the comment added as:
For jailbroken iPhones, use "apple_vendor_id:[product_id]" in usbkill.ini
For jailbroken iPhones, use "apple_vendor_id:[product_id]"
This repo is not maintained anymore, so use other people's forks.
Sorry, something went wrong.
No branches or pull requests
I was unable to whitelist my iPhone 7 on El Capitan. I did some digging. If run:
I get
Vendor ID: 0x05ac (Apple Inc.)
. But, using that value in the whitelist array wasn't working. So I tried:Which is what the usbkill script is running, and the xml output for my iPhone had:
Using
"apple_vendor_id:[product_id]"
did the trick. So it seems the system_profiler isn't giving out consistent info for the Apple vendor id.The text was updated successfully, but these errors were encountered: