libimobiledevice / libimobiledevice

A cross-platform protocol library to communicate with iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
6.57k stars 1.32k forks source link

idevicerestore fails iPad Air iOS 8 #120

Closed jalcock0 closed 9 years ago

jalcock0 commented 9 years ago

When restoring iPad Air on iOS 8 I receive the error "Invalid Archive" from zip_open while attempting to open the IPSW. I have tried a new IPSW with no changes. Error remains.

Anyone encountered this?

Thanks

FunkyM commented 9 years ago

There is no IPSW handling in libimobiledevice. You might refer to idevicerestore, still this sounds like an configuration issue as even iOS 8.1 IPSW's "open" fine here.

jalcock0 commented 9 years ago

Hai FunkyM,

Thanks for your response.I idevicerestore flashes iOS 8.1 firmware successfully to iPhone models and already tested with iPhone 5 and iPhone 5s.It fails on all iPad Air models.

In idevicerestrore,zip_open fails and it returns the error code 11.My understanding is,it could be failing due to the IPSW firmware file size is greater than 2GB.

I compiled the latest idevicerestore by using Ubuntu 14.04 LTS and still causes problem.Can you please pin point the configuration issue and where i doing wrong.

Thanks in advance

jalcock

FunkyM commented 9 years ago

Wrong project and duplicate of libimobiledevice/idevicerestore#18.