ipwndfu
ipwndfu copied to clipboard
ValueError: The device has no langid (iPhone 8 - 10,4)
Attached is the output after running checkm8 on my jailbroken iphone 8 using unc0ver on ios 12.4.
Any solutions to this problem yet?
add sudo ./ipwndfu -p then try. Now close this issue
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 can be applied locally.
Insert
device._langids = (1033,)
betweenfor device in usb.core.find(...
andif match is not None...
at line https://github.com/axi0mX/ipwndfu/blob/master/dfu.py#L16 see pyusb/pyusb#139 PS. No pull request as they don't get merged. Patch can be applied locally.
I have this error in ubuntu 20.04
sudo python2 ipwndfu -p --patch Traceback (most recent call last): File "ipwndfu", line 6, in <module> import dfu, nor, utilities File "/home/rexsovel/Downloads/ipwndfu-A11-patch-rom/dfu.py", line 17 device._langids = (1033,) ^ IndentationError: expected an indented block