Nikias Bassen

Results 557 comments of Nikias Bassen

@irainbw does it work with 18.0 ?

Can you capture a tss request from Windows/macOS with the device in normal mode? Since we are facing a TSS issue it must be with the request. In recovery mode...

@mexmer I have no control over the domain. You need to bug @FunkyM to handle this. He is unresponsive to me and doesn't even give me control over this github...

Since `configure` is a generated file, can you post 20 lines before and 20 lines after the affected line 12782? Then I can have a look.

Backup service has an instance limit, but it is 5, so I don't think it's that. The weird thing is that it's an SSL error, so we would need to...

Use idevicesyslog and observe messages from backupd (you can use `idevicesyslog -p backupd -p BackupAgent2` to filter out only backup-related messages). I assume that after changing the password maybe the...

You need to make sure to free up the mobilebackup2_client_t instance. Your logs show that the second time you try to connect, it fails to check in with lockdownd ```...