SSHRD_Script icon indicating copy to clipboard operation
SSHRD_Script copied to clipboard

[iPad Mini 4] unable to connnect to device

Open joshuah345 opened this issue 2 years ago • 4 comments

Trying to run on macOS 12.4 Monterey. The ramdisk gets created successfully but after running sshrd.sh boot, only two progress bars complete before ERROR: Unable to connect to device occurs

At this point, the device is in recovery (screen on, but no image) as reported by irecovery -q

joshuah345 avatar Nov 23 '22 06:11 joshuah345

i've discovered the problem: The irecovery command for iBSS (or whatever is after it) is being sent far too quickly, which is why irecovery is unable to connect. sleeping for 10 seconds seems to be enough

joshuah345 avatar Nov 23 '22 07:11 joshuah345

Trying to run on macOS 12.4 Monterey. The ramdisk gets created successfully but after running sshrd.sh boot, only two progress bars complete before ERROR: Unable to connect to device occurs

At this point, the device is in recovery (screen on, but no image) as reported by irecovery -q

can you solve it?

Han111 avatar Nov 25 '22 16:11 Han111

ERROR: Unable to connect to device
[-] An error occurred

I also have the same issue, any solution to this?

fbiego avatar Dec 16 '22 07:12 fbiego

https://github.com/verygenericname/SSHRD_Script/blob/22552d5d6b0626e787fa6806c2776316204c7ac3/sshrd.sh#L151

I had the same issue on my iPad Air 2. Increasing the sleep time after "$oscheck"/irecovery -f sshramdisk/iBEC.img4 to 10 seconds fixed it. Thanks @joshuah345!

knh1 avatar Feb 06 '23 03:02 knh1