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

Whitelist ids for iPhone #79

Open
awead opened this issue Nov 25, 2016 · 1 comment
Open

Whitelist ids for iPhone #79

awead opened this issue Nov 25, 2016 · 1 comment

Comments

@awead
Copy link

awead commented Nov 25, 2016

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:

$ 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.

@ghost
Copy link

ghost commented Aug 3, 2023

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

This repo is not maintained anymore, so use other people's forks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant