Nikias Bassen

Results 557 comments of Nikias Bassen

Ok, just making sure. Can you run idevicerestore with `-d -d` so we can see the TSS request (and the reply)?

You can try with this patch, but I think it won't have any effect on the current problem... ```diff diff --git a/src/restore.c b/src/restore.c index d3828f9..d836470 100644 --- a/src/restore.c +++ b/src/restore.c...

I can't find what is actually wrong with the TSS... again I don't believe this would fix it, but I have a small patch for libtatsu: ```diff diff --git a/src/tss.c...

I see, because the TSS stuff can be quite tricky even with small differences, would you be able to post an iTunes created TSS request vs. the idevicerestore one?

Thanks for your help. Still investigating...

@rekyagis What method are you using to get the debug log on Windows?

Yes, now some stuff is happening in parallel... Early beta restores have been reported to be working though, it seemed to have started with beta 3.

@rekyagis if you manage to make a USB dump, we are currently looking into the `FirmwareResponseData` response that is sent to the device after the Savage TSS request. There seems...

I figured that if FirmwareData is not in ResponseTags, it is not required. I pushed commit 3faf292 that should fix it.

I can't see why the recent changes would result in slower performance. Any idea what commit you where using when it was still fine? Remember also that newer iOS versions...