Vieux icon indicating copy to clipboard operation
Vieux copied to clipboard

ValueError: The device has no langid

Open naxiemolv opened this issue 5 years ago • 2 comments

Describe the issue REQUIRED - Starting IPSW unzipping Continuing... IPSW found at given path... Cleaning up old files... Files cleaned. Unzipping.. Found: CPID:8960 CPRV:11 CPFM:03 SCEP:01 BDID:0A ECID:000004362A1AAA08 IBFL:1C SRTG:[iBoot-1704.10] Traceback (most recent call last): File "vieux", line 89, in ipsw.unzipIPSW(argv[2]) File "/Users/liyuyang/Projects/Paperang/Python/Vieux-master/ipsw.py", line 153, in unzipIPSW pwndfumode() File "/Users/liyuyang/Projects/Paperang/Python/Vieux-master/restore.py", line 28, in pwndfumode runexploit = checkm8.exploit() File "/Users/liyuyang/Projects/Paperang/Python/Vieux-master/resources/ipwndfu/checkm8.py", line 531, in exploit device.serial_number File "/usr/local/lib/python3.7/site-packages/usb/core.py", line 830, in serial_number self._serial_number = util.get_string(self, self.iSerialNumber) File "/usr/local/lib/python3.7/site-packages/usb/util.py", line 314, in get_string raise ValueError("The device has no langid") ValueError: The device has no langid

Screenshots REQUIRED -

Computer (please complete the following information): REQUIRED -

  • Computer Model MBP 17
  • MacOS Version 10.15.3
  • Python Version Python3.7
  • Vieux Version lastest

iOS Device (please complete the following information): REQUIRED -

  • Device: iPad mini2
  • Desired Version: iOS 12.4.5

Additional context None

naxiemolv avatar Mar 20 '20 10:03 naxiemolv

10.14 works.

naxiemolv avatar Mar 23 '20 04:03 naxiemolv

brew install libusb

Gavinooooo avatar Jun 11 '20 06:06 Gavinooooo