Rudolf Tammekivi
Rudolf Tammekivi
Still an issue?
Are you able to use iTunes to restore? I have one sample phone with the same issue but even iTunes can't detect serial number and restore it.
I believe the "Attempt x to connect to restore mode device..." also waits for devices that match the serial number, as seen here: https://github.com/libimobiledevice/idevicerestore/blob/master/src/restore.c#L379 So you could remove the restore_is_current_device...
@cmdpwnd You can keep the call, but make sure it returns 1 instead in that case (current patch returns 0) :). Any luck with this though? -EDIT- Or it crashes...
You may also run autogen.sh with --enable-debug-code and recompile. This will allow gdb to properly show you the crashing line of code.
I'm using CPPFLAGS define for my use as well, so it always prefers built headers and autoconf check passes. I've seen the infamous `ERROR: Unable to receive message from FDR...
Hi Unfortunately I haven't come across more of these devices. From what I understand though, is that these are phones that are returned from service centers and the carrier lock...
Ok I encountered it again and added the follow redirect. It seems to just show the "Your request couldn't be processed page". Is there a way to see the encrypted...
iTunes does not auto activate it, instead it prompts to select carrier on the phone screen. This is what I was told as I haven't physically touched any of these...
Are you gathering facts in the playbook? Seems like `ansible_distribution` is currently undefined, which should be filled in when gathering host facts.