-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iPad Mini 2 issue #105
Comments
Can you check if it works when you change this line: int packet_size = recovery_mode ? 0x8000 : 0x800; to int packet_size = recovery_mode ? 0x2000 : 0x800; ? |
Oh hmm just saw it fails in DFU mode already, so this won't help... |
Thank u for the answer. I tried to edit source but nothing has changed. I noticed that after send iBSS on my iPad Pro backlight is present but if I use iPad Mini 2 not. |
It's not irecovery that does the reconnect. The devices do it on their own. If it doesn't happen then the iBEC image is not accepted by the device. |
I tried to send iBEC to my iPad Mini 2. But at first attempt
irecovery
failedAt second attempt it failed with progress bar
% irecovery -v -f sshramdisk/iBEC.img4 Attempting to connect... opening device 05ac:1227 @ 0x14200000... Setting to configuration 1 Setting to interface 0:0 Connected to iPad4,4, model j85ap, cpid 0x8960, bdid 0x0a [==================================== ] 70.2%Unable to upload data to device
I compiled tool on my macOS 12.6 without problems. I successfully sent iBSS but no iBEC. I have no problems with my iPhone X.
The text was updated successfully, but these errors were encountered: