Nikias Bassen
Nikias Bassen
Hi, you can try to comment out these lines: https://github.com/libimobiledevice/idevicerestore/blob/2ee5021f36a26f7344b63d3321cda78899edc319/src/idevicerestore.c#L2410-L2421
Great. I will detect the Apple baseband and skip this part for these new style devices.
@nirhen you don't happen to have - or are able to generate - a full log output of the restore process (preferrably with `-d` command line switch)?
Other than that I pushed commit a5905b7 that will make it work for the iPhone 16e.
The device reconnects in recovery mode, so something is wrong with the image personalization. However it also seems you are not running a fresh build of idevicerestore (it would print...
Why would you do that, if it's because of a compilation issue then chances are that other things might be broken as well. In any case, I assume that either...
Try setting CFLAGS prior running ./autogen.sh, adding the include path of where libplist is installed. However, by default msys installs to `/local/include` (and the lib in `/local/lib`), usually the compiler...
I think maybe we should just set the value once activation succeeded?
let's just set the value in all cases, even on failure? if it's already activated it would get rid of the screen, if activation fails it would still show the...
Are you using latest libtatsu (1.0.3)?