Orbif

Results 11 comments of Orbif

I have the same problem on iPhone with latest sources. irecovery see the device in _Recovery Mode_, but i have the error _unable to recover device mode_ with idevicerestore.

Windows, compiled with mingw. I had to apply taanders patch https://github.com/libimobiledevice/idevicerestore/issues/283 for the compilation.

This issue is fixed with sandin patch for libusbmuxd : https://github.com/libimobiledevice/libusbmuxd/pull/125/commits

It looks like the Serial Number is absent on restore mode on some iPhone 12 (SRNM empty with irecovery -q). I'm not sure why this is happening, but I think...

Hello, Thank you for this patch, it works with new drivers in Windows 10. Nevertheless, new drivers don't seems to be available in Windows 7, Windows Update indicate old drivers...

Try adding LIBS="-lws2_32" when running the autogen.sh **./autogen.sh LIBS="-lws2_32"**

Looks like freeifaddrs and getifaddrs aren't available on mingw. I found out [some implementation of theses functions](https://github.com/tumagonx/pygi-mingw-patches/blob/master/aravis-0.3.x.patch) exist for [PyGObject](https://sourceforge.net/projects/pygobjectwin32/) project on Windows. I created a [patch adding these functions](https://github.com/Orbif/libimobiledevice-patchs/blob/master/libimobiledevice-socket-mingw-compatibility.patch)...

I have the same problem, the component Cryptex1,SystemOS takes more than 2.5Gb of RAM for one single idevicerestore process, which is a lot. mman seems a promising solution for Linux,...

> > @100rb, just in case, I pushed (only compile tested) code for Windows. You may want to try it. > > https://github.com/kamatam9/idevicerestore/tree/mmap-win32-untested > > Getting same error "Out of...

@nikias here the console output on Windows for iphone 11: [idevicerestore executed with extracted ipsw folder](https://github.com/libimobiledevice/idevicerestore/files/9657725/idevicerestore_iphone_11_with_path_extracted_ipsw.txt) [idevicerestore executed with compressed .ipsw file](https://github.com/libimobiledevice/idevicerestore/files/9657872/idevicerestore_iphone_11_with_compressed_ipsw.txt)