MatthewPierson / 1033-OTA-Downgrader

First ever tool to downgrade ANY iPhone 5s, ANY iPad Air and (almost any) iPad Mini 2 to 10.3.3 with OTA blobs + checkm8!
494 stars 123 forks source link

Cannot detect the device in DFU mode #68

Open noeXzTi opened 4 years ago

noeXzTi commented 4 years ago

The script does not detect the device.

I'm on macOS 10.15.1 Catalina.

Logs:

Attempting to get into pwndfu mode Please just enter DFU mode again on each reboot The script will run ipwndfu again and again until the device is in PWNDFU mode Traceback (most recent call last): File "./ipwndfu", line 47, in <module> device = dfu.acquire_device() File "/Users/username/Downloads/1033-OTA-Downgrader-master/ipwndfu_public/dfu.py", line 16, in acquire_device for device in usb.core.find(find_all=True, idVendor=0x5AC, idProduct=0x1227, backend=backend): File "/Users/username/Downloads/1033-OTA-Downgrader-master/ipwndfu_public/usb/core.py", line 1263, in find raise NoBackendError('No backend available') usb.core.NoBackendError: No backend available 2019-11-12 21:40:42.400 system_profiler[99607:186537] SPUSBDevice: IOCreatePlugInInterfaceForService failed 0xe00002be No matching processes were found Waiting 10 seconds to allow you to enter DFU mode

Phaptlq commented 4 years ago

i have same problem. iphone 5s with mac mojave.

Merculous commented 4 years ago

I could be that pyusb is missing? Please run pip install pysub or python -m easy_install pyusb. If pysub is missing, install that with the command given and please comment if anything has changed.