Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-16 | Fix Cryptex1 and Cryptex1LocalPolicy TSS request handling | 1 | -15/+35 | ||
2022-08-29 | restore: Add support for Cryptex1LocalPolicy firmware updater | 1 | -10/+23 | ||
2022-08-29 | restore: use an appropriate ticket for Cryptex1 global manifest | 1 | -7/+24 | ||
macOS 13 introduced a new global manifest for Cryptex1 and it requires tickets found in Firmware/Manifests/restore/cryptex1/macOS Customer/ inside an IPSW, but we currently do not use the tickets and end up unexpected behavior on a Mac device after restoring, e.g. bputil fails to downgrade security mode due to "Cryptex1 manifest verification failed". This adds a proper handling to use the appropriate tickets. Signed-off-by: Munehisa Kamata <kamatam@amazon.com> | |||||
2022-06-28 | restore: Don't print 'Attempting to continue after critical error' warning ↵ | 1 | -1/+1 | ||
when no error was detected This only occurred when using --ignore-errors command line option. | |||||
2022-06-28 | Make sure to exactly match the passed variant when using --variant | 1 | -1/+1 | ||
2022-06-23 | Support iOS 16.0 Beta 2 (#506) | 1 | -0/+1 | ||
2022-06-20 | Remove more serial number checks, and get ECID early on in all modes | 1 | -15/+9 | ||
Some devices seem to not have a serial number, usually in restore mode, which will cause the restore operation to fail since we specifically check for it. An earlier commit already removed the actual comparison in favor of comparing the ECID, but some checks would still result in restore failures as it can't retrieve the serial number on said devices at all. This commit also makes sure to get the ECID in all modes as early as possible and removes all the helper functions for it since they are not needed anymore. | |||||
2022-06-20 | Add support for FirmwareUpdaterPreflight message | 1 | -0/+31 | ||
This message seems mandatory on the new versions of MacOS (12+), but it seems an empty response is what's expected. | |||||
2022-06-17 | restore: Fix memory corruption in restore_get_timer_firmware_data | 1 | -1/+1 | ||
2022-06-17 | Add support for iOS 16 | 1 | -8/+122 | ||
2022-04-12 | More code improvements using _plist_dict_copy_* helper | 1 | -5/+1 | ||
2022-04-12 | Use proper detection for macOS restore path (instead of version number ↵ | 1 | -8/+4 | ||
comparison) | |||||
2022-04-10 | Fix build identity selection for beta (developer) firmware | 1 | -2/+2 | ||
2022-04-10 | restore: Fixed a problem that nobody even knew existed | 1 | -6/+10 | ||
At least this has been going unnoticed until recently. For quite some time we have been sending NorImageData as array to the device, but it turned out that this was only expected for iOS < 7.0 and from then on it was supposed to be a dictionary with the components. Now we should correctly handle it. | |||||
2022-04-07 | tss/restore: Improve code readability with plist helpers and removal of ↵ | 1 | -33/+8 | ||
unneeded comments | |||||
2022-04-06 | Add support for Timer,* components and TSS found in iPad Air 5th gen firmware | 1 | -0/+204 | ||
2022-03-07 | restore: Use ECID instead of serial number in restore_is_current_device() to ↵ | 1 | -14/+16 | ||
match device Some devices seem to not provide serial number information in recovery or restore mode so we use ECID instead to make sure we deal with the same device. | |||||
2021-11-27 | Use macros for the different restore variant strings | 1 | -3/+3 | ||
2021-11-26 | Cache build manifest in client struct | 1 | -8/+2 | ||
2021-11-24 | restore: Use new reverse proxy implementation from latest libimobiledevice | 1 | -0/+52 | ||
with fallback to the legacy code with a compile time warning. The legacy code will be removed in the future once a newer libimobiledevice has been officially released. | |||||
2021-11-19 | Fix compilation on Windows | 1 | -2/+2 | ||
2021-11-17 | restore: Add missing newlines to info messages | 1 | -2/+2 | ||
Signed-off-by: Hector Martin <marcan@marcan.st> | |||||
2021-11-17 | restore: Support sending BootabilityBundle (Monterey) | 1 | -0/+155 | ||
This is used on macOS 12+ (Monterey and later) to allow older OSes to perform the bless2/bootability process for newer OSes, by putting a shared library in the Preboot partition that contains the specific logic required to make a given macOS install bootable. Closes: #441 Signed-off-by: Hector Martin <marcan@marcan.st> | |||||
2021-11-17 | idevicerestore: Identify build identity by Variant (Monterey) | 1 | -3/+10 | ||
Monterey got rid of VariantSupportsGlobalSigning. Identify builds based on the Variant field (which seems to always have consistent values) instead of using RestoreBehavior and VariantSupportsGlobalSigning. Signed-off-by: Hector Martin <marcan@marcan.st> | |||||
2021-10-26 | Add command line option to continue despite certain errors (e.g. baseband ↵ | 1 | -0/+4 | ||
update failure) | |||||
2021-10-01 | restore: Fix CheckpointMsg parsing for older firmware versions | 1 | -5/+3 | ||
Older firmware versions don't seem to always include CHECKPOINT_COMPLETE so we assume that state is false instead of aborting with an error. | |||||
2021-09-27 | restore: Add support for updating AppleTCON | 1 | -0/+80 | ||
Closes: #442 Co-authored-by: Nikias Bassen <nikias@gmx.li> Signed-off-by: Hector Martin <marcan@marcan.st> | |||||
2021-09-01 | Remove common code in favor of libimobiledevice-glue | 1 | -2/+2 | ||
2021-08-09 | restore: Set SupportedDataTypes and SupportedMessageTypes for ALL restore ↵ | 1 | -2/+3 | ||
variants/platforms | |||||
2021-06-29 | Make device mode specific code more consistent | 1 | -11/+21 | ||
2021-06-05 | restore: Error out if no matching build identity can be found | 1 | -0/+4 | ||
2021-06-05 | restore: macOS Update LocalPolicy must use the normal build identity | 1 | -1/+2 | ||
2021-05-26 | restore: Silence compiler warnings | 1 | -2/+2 | ||
2021-05-11 | restore: Handle new data types requested by the restore process | 1 | -0/+514 | ||
2021-05-08 | restore: Update the restore start request to match Apple Configurator 2 | 1 | -54/+174 | ||
2021-05-08 | restore: Send NOR images as a dict for newer versions | 1 | -7/+17 | ||
2021-03-17 | restore: Handle BasebandUpdaterOutputData | 1 | -0/+74 | ||
This seems to be sent only when the baseband update failed. | |||||
2020-10-27 | restore: Add SE,ChipID 0xD2 for iPhone 12 SE firmware | 1 | -1/+1 | ||
2020-10-27 | restore: Silence warning about EAN Data progress | 1 | -0/+1 | ||
2020-10-27 | restore: Add new baseband firmware file mapping for Mav20 basebands (iPhone 12) | 1 | -0/+2 | ||
2020-10-12 | restore: Fix NORData request by sending new components (fixes wireless ↵ | 1 | -4/+19 | ||
charging on newer devices) The NorImageData response didn't include the WCHFirmwareUpdater for newer devices, resulting in wireless charging capability to be broken on iPhone XS, iPhone XR, and newer. Upon further inspection it turned out that the selection for the images to send was only based on `IsFirmwarePayload` property. However, there are additional components with other properties, as the WCHFirmwareUpdater one, that don't have the `IsFirmwarePayload` property but instead `IsSecondaryFirmwarePayload` and `IsLoadedByiBoot` which seem to be the rule for including these images. | |||||
2020-09-16 | restore: Add some more restore progress steps | 1 | -0/+15 | ||
2020-07-09 | Fix 'Unable get path ...' error messages to say 'Unable to get path ...' | 1 | -6/+6 | ||
2020-06-24 | restore: Improve NORData error message | 1 | -1/+1 | ||
2020-06-23 | restore: Handle new PersonalizedData and EANData requests | 1 | -28/+52 | ||
2020-06-23 | restore: Add support for SystemImageRootHash and ↵ | 1 | -10/+27 | ||
SystemImageCanonicalMetadata data requests | |||||
2020-06-08 | Remove trailing whitespace errors from all files | 1 | -5/+4 | ||
2020-04-20 | Use uint64_t and appropriate standard PRI* format specifiers everywhere | 1 | -2/+2 | ||
2020-04-18 | Use PATH_MAX for file sizes | 1 | -3/+4 | ||
Fixes several -Wformat-truncation warnings. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2020-04-12 | fix newly introduced format errors under 64-bit | 1 | -2/+1 | ||
uint64_t should be used. Signed-off-by: Rosen Penev <rosenp@gmail.com> |