ipwndfu icon indicating copy to clipboard operation
ipwndfu copied to clipboard

ValueError: The device has no langid (iPhone 8 - 10,4)

Open kid1carus opened this issue 4 years ago • 3 comments

Attached is the output after running checkm8 on my jailbroken iphone 8 using unc0ver on ios 12.4.

Any solutions to this problem yet? Screen Shot 2019-10-23 at 11 00 26 PM

kid1carus avatar Oct 27 '19 04:10 kid1carus

add sudo ./ipwndfu -p then try. Now close this issue

izaman1 avatar Oct 27 '19 09:10 izaman1

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.

imifos avatar Feb 15 '20 10:02 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 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

rexsllemel avatar Dec 22 '21 18:12 rexsllemel