doronz88

Results 311 comments of doronz88

I'm okay with merging the drafted PR that at least fixes that issue

Although merging it should be a commit for fix support for >=A10, instead of

My bad. Only now noticed you referenced the commit from the master and not from your existing PR

Thanks for the feedback! :) You can get the same log output as `idevicesyslog` by using the other deprecated logging API using: ```shell pymobiledevice3 syslog live-old ``` This will use...

No, use of multiple services will not cause entries to disappear. Also, I'm not sure `if something in line:` should even work. I would expect it to be `if something...

Thanks for the great work! I'll review the code when it's done and make sure newer devices update doesn't break

I don't know about an iCloud solution, but it is reasonable to consider you can somehow unlock it through there. `libimobiledevice`, as any other usb client, cannot "speed up" the...

If I understand the error correctly, this should have been handled in: https://github.com/libimobiledevice/idevicerestore/blob/6c6faeae37e449f928e4b338a8e97c978201df07/src/restore.c#L3140 Meaning, 3uTools software uses an outdated version of `idevicerestore`, so you'll have to download the latest version...

This would take some work. The `restore_supported_data_types` needs to also tell the restored the following message types are also supported: * `FirmwareUpdaterPreflight` * `ReceiptManifest` * `FirmwareUpdaterDataV2` * `RestoreLocalPolicy` * `FirmwareUpdaterPreflight`...

**UPDATE:** Apple Configurator on latest macOS Monterey also fails, so I guess we'll have to use Ventura to test it. From my understanding, the macOS update is currently available only...