Open DakgalbiBandit opened 4 years ago
You need to install the developer command line tools. Install them by running "xcode-select --install" and following its prompts
You need to install the developer command line tools. Install them by running "xcode-select --install" and following its prompts
Thank you. This method worked.
Another question. Since the iPad Mini 1st Gen is a 32-bit device, I don't have to put it in DFU mode during the whole process. However, it seems that Vieux puts the iPad Mini into recovery mode as soon as I reach this line Device is not running iOS 10.x, using normal TFP0 kloader...
and it just takes me back to Vieux-master %
. Am I doing something wrong?
The whole command
Device is not running iOS 10.x, using normal TFP0 kloader...
Please press the home button on your device or unplug and replug it back in.
Waiting 10 seconds for you to do this.
Getting SHSH...
Traceback (most recent call last):
File "./vieux", line 89, in <module>
ipsw.unzipIPSW(argv[2])
File "/Users/wonjinum/Downloads/Vieux-master/ipsw.py", line 142, in unzipIPSW
createCustomIPSW32(fname)
File "/Users/wonjinum/Downloads/Vieux-master/ipsw.py", line 372, in createCustomIPSW32
restore32(model, iosversion)
File "/Users/wonjinum/Downloads/Vieux-master/restore.py", line 230, in restore32
ecid = localdevice.getecid()
File "/Users/wonjinum/Downloads/Vieux-master/device.py", line 82, in getecid
device = dfu.acquire_device()
File "/Users/wonjinum/Downloads/Vieux-master/resources/ipwndfu/dfu.py", line 20, in acquire_device
for device in usb.core.find(find_all=True, idVendor=0x5AC, idProduct=0x1227, backend=backend):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/core.py", line 1263, in find
raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available
You need to install libusb. You can do so with "brew install libusb", Vieux places the device into PWNDFU mode via kloader which is needed to perform the downgrade
You need to install libusb. You can do so with "brew install libusb", Vieux places the device into PWNDFU mode via kloader which is needed to perform the downgrade
I have installed libusb, but the same problem occurs. Once it reaches this line Device is not running iOS 10.x, using normal TFP0 kloader...
, vieux puts my connected iPad Mini into recovery mode. Do I have to put my iPad Mini into DFU mode? Since the 9.3.5 Phoenix Pwn jailbreak is semi-tethered, the jailbroken capabilities won't work once the device is in DFU mode.
Also when the device is in recovery/DFU mode nothing proceeds on Vieux.
Connecting to device via SSH...
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/paramiko/client.py:835: UserWarning: Unknown ssh-rsa host key for 192.168.1.110: b'834ab6d55f0e549e4460b5dad38468c2'
warnings.warn(
Device is not running iOS 10.x, using normal TFP0 kloader...
Please press the home button on your device or unplug and replug it back in.
Waiting 10 seconds for you to do this.
Getting SHSH...
ERROR: No Apple device in DFU Mode 0x1227 detected after 30.00 second timeout. Exiting.
Place the device into DFU mode again and re-run Vieux
Describe the issue: Terminal shows these lines when after inputing
pip3 install -r requirements.txt
. Is this an issue where I went wrong with installing the dependencies? I have been trying to figure out what is wrong by reading the readme.md, but I'm not finding any solutions:Screenshots
Computer:
iOS Device:
Additional context Do I have to re-install both Python3 and Python2? Is this an issue with the newer version of Catalina OS?