-
Notifications
You must be signed in to change notification settings - Fork 403
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 4 - No device found! - Virtual Box #706
Comments
ideviceinfo doesn't work in restore mode, that's why it just closes the connection. You need to reset the device. Try the hard reboot button combination for the device (should be power key + home button for that model) and it should get back to recovery mode. |
Thank you, I'll give these another try soon. I may be using the terms imprecisely. For my understanding, how do you tell the difference between restore and recovery? The device that I started with (via Apple Devices) only boots to a screen showing the USB plugging into a laptop with the URL.../restore. The other iPad will boot to the pin screen, and if I hold top key and home it reboots to a similar screen that shows "iTunes" logo instead of a laptop, otherwise it is similar with the same URL. My goal is to reset both devices, am I approaching this wrong? |
Nikias, I have tested with a functional iPhone and am able to connect, so I think my builds worked correctly. I reset the iPad by holding top key and home key until the plug and iTunes logo showed up. I ran
Here is the output from
I tried making the logs even more verbose, but there is nothing obvious to me in them. Any suggestions? Do I need to have unlocked the device before resetting? I'd read that sometimes a mac can do a better job at factory resetting an iPad so I may try when I see my brother soon who has one, but my hope finding this excellent project was to avoid the dependency on the hardware, if possible. |
I'm not sure if I'm barking up the wrong tree, but I feel like I'm real close to getting this to work...
I'm running
sudo usbmuxd -fvv
and I get the following when I connect the deviceSeems like a good sign...
However when I run
ideviceinfo
in another terminal I getERROR: No device found!
and this fromusbmuxd
The device is stuck in restore mode after I tried resetting it with Apple Devices. I have a second iPad that is not stuck in restore mode, however I get the same type of logs.
I have no idea what version of iOS they're running, but from reading posts it seems they should work. Any suggestion for a next step?
Thanks!
The text was updated successfully, but these errors were encountered: