Imifos
Imifos
Insert `device._langids = (1033,)` between `for device in usb.core.find(...` and `if match is not None...` at line https://github.com/axi0mX/ipwndfu/blob/master/dfu.py#L16 see https://github.com/pyusb/pyusb/issues/139 PS. No pull request as they don't get merged. Patch...
Insert `device._langids = (1033,)` between `for device in usb.core.find(...` and `if match is not None...` at line https://github.com/axi0mX/ipwndfu/blob/master/dfu.py#L16 see https://github.com/pyusb/pyusb/issues/139 PS. No pull request as they don't get merged. Patch...
Hi, I'm sorry, I messed the above post up (*facepalming myself*). I have corrected it. You just need to move the patch down one line.
@ElectronicallyE No, sorry. Maybe try with an unmodified version of the tool? Just as side note: if you are using a VM, that will not work.
@ElectronicallyE if you have an old Linux laptop laying around, it might be worth trying this... python 2, sudo apt install -y git libusb-1.0, clone the tool and go...
@ElectronicallyE I had conflicts with libusb versions (homebrew). Give it a try if you want to know :)