-
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
Unable to restore device from Windows #378
Comments
@nSneerfulBike // now finally do the magic to put the device into restore mode 希望这个对你有所帮助 |
Well this was a pretty "old" thread, I have managed to solve it tho. Thank you anyway! |
Hi I am facing the same issue with my iPhone 7. How did you solve it? Please share. Thanks in advance. |
Are you using Windows? I'm assuming so Please note that in order to compile all of that you need to install the required packages. For instance, you need MinGW-w64, which is downloaded using: Usually you just need to search on Google for the required package (for example "mingw-w64 msys2") Hope this helps |
Thanks for replying. Yes I am using Windows and downloaded a precompiled libi for Windows. I am very new to all this. I will try and compile myself following your instructions. So you mean when you compiled yourself using msys2 then it solved these issues. Can you upload your compiled libimobile and send me a download link so that I can try. Will that work? Thanks. |
I solved the issue by fixing the Apple drivers. I used 3uTools to uninstall all the old drivers and it solved the issue. But now I am stuck again with a new error related to ASR
I read that its related to usbmuxd and @nikias put out some fix. I really don't know how to compile so if it will be really helpful if I can get pre-compiled binaries that will have this issue resolved. Can someone please provide me that. I have to update a lot of iPhones and I am trying to write a script to automate the process that's why I need it. I am currently trying with the pre-compiled libi from here: |
@nSneerfulBike Thanks to your conversation with @XanaduAPI here I was able to solve all the issues and its working perfectly fine now. Thanks to you all. It was real fun learning how to do it. |
Sorry for not having time to reply to you before and I'm glad that my conversation with @XanaduAPI helped you solving your problem. Ask when you need anything! |
I am on Windows 10 Pro 2004 19041.572 with the latest driver updates both for Windows and for Apple. I have got an iPhone 7 Plus with iOS 14.1 and when I enter the following command:
I get the following result:
Thinking this is just a bug that doesn't let the program identify the device in recovery correctly, if I re-run the same command I get the following output:
I really can't figure out how to fix this problem. The same command (with obviously different path) works on both a Mac and a VM run on VMWare with MacOS run on the same PC I am trying to use this command. Can anybody help me with this?
The text was updated successfully, but these errors were encountered: