-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 enter into PWNED DFU Mode #21
Comments
Open
Then try |
3-4 seconds
|
Thanks, this is what I needed. This is not running inside of a virtual machine, correct? For pwned DFU Mode, limera1n exploit uses a race condition which might not work in a virtual machine. What you are getting seems to indicate that USB requests are taking much longer to complete than on a bare metal macOS or Ubuntu, so the race condition doesn't work. I don't know why that would be the case if you are not running it in a virtual machine. |
Oh, thanks |
In This is what it shows for my iPhone 7: |
I'm getting the same exact error: |
In my case, the following steps will almost certainly succeed. Any other simple iteration will almost fail.
|
I am having same issue on kali linux. usb error I think. I tried different cables but it is not working. I identified the error system is not accessing line 118 def usb_req_stall(device): libusb1_no_error_ctrl_transfer(device, 0x2, 3, 0x0, 0x80, 0x0, 10) And I don't know how to fix this though |
OS X Yosemite (10.10.5)
The text was updated successfully, but these errors were encountered: