Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2020-04-13 | restore: Fix several format string compiler warnings | 1 | -4/+5 | ||
2020-04-12 | Fix missing declaration warnings | 1 | -10/+10 | ||
Allows better compilation by the compiler. | |||||
2020-04-12 | restore: Don't fail when Rap,RestoreRTKitOS entry is missing from build identity | 1 | -32/+36 | ||
2020-02-18 | Allow restores that start in Restore mode. Allow specification of custom ↵ | 1 | -22/+67 | ||
APTickets. | |||||
2019-10-11 | Use condition variable instead of active waiting for device event handling | 1 | -1/+5 | ||
With some devices and USB hardware the reconnect of a device might actually be faster than the check interval of the active waiting loop. With mutexes and a condition variable we will not miss the moment of reconnect anymore, even if it is really quick (like 7ms, right DanyL?) | |||||
2019-09-26 | restore: Only use timeout error if it is actually defined | 1 | -0/+11 | ||
2019-09-25 | Use global event handlers for normale/restore and recovery/dfu mode devices | 1 | -55/+38 | ||
2019-09-25 | restore: Update progress messages and handle FUD progress | 1 | -4/+43 | ||
2019-09-25 | restore: Add support for Rose and Veridian firmware images | 1 | -0/+244 | ||
2019-09-25 | restore: Add ICE19 baseband firmware files to support newer devices | 1 | -1/+4 | ||
2019-09-25 | restore: Suppress SE,ChipID warning for new iPhone 11 Pro when handling SE ↵ | 1 | -1/+1 | ||
firmware | |||||
2019-09-25 | restore: Use new way to handle FUD firmware images (if supported) | 1 | -37/+89 | ||
2019-02-14 | restore: Silence two ERROR messages that are not really errors | 1 | -2/+2 | ||
2019-02-14 | Use uint64_t instead of off_t for win32/MinGW compatibility | 1 | -1/+1 | ||
2019-02-14 | Allow .ipsw files or extracted IPSW as source | 1 | -2/+4 | ||
2019-01-25 | restore: Move Yonkers component selection code to tss_request_add_yonkers_tags() | 1 | -78/+25 | ||
2019-01-24 | restore: Fix Savage firmware handling for iPhone XR/XS/XS max | 1 | -30/+30 | ||
2019-01-23 | thread: Silence two compiler warnings | 1 | -1/+1 | ||
2019-01-23 | Replace tempnam() with mkstemp() and provide reference implementation for ↵ | 1 | -5/+8 | ||
systems lacking it | |||||
2019-01-16 | restore: Add TZ0RequiredCapacity to restore options to fix iPhone8/8+ boot ↵ | 1 | -0/+14 | ||
loop issue | |||||
2019-01-16 | restore/tss: Add support for Yonkers firmware data and TSS request | 1 | -1/+146 | ||
2019-01-16 | restore: Add fallback SE,* component selection for unknown SE,ChipIDs | 1 | -2/+10 | ||
2019-01-16 | restore: Add support for newer SEP firmware (Chip ID 0x64) | 1 | -1/+1 | ||
2019-01-16 | restore: Avoid using get_component_name() when getting manifest from build ↵ | 1 | -18/+30 | ||
identity | |||||
2018-05-19 | restore: Send ReceivedFinalStatusMsg when restore succeeds as restored is ↵ | 1 | -0/+4 | ||
expecting it This prevents a delay of about 10 seconds at the final stage of the restore process. | |||||
2018-04-27 | Decide what to do when updating SE firmware based on chip ID | 1 | -3/+7 | ||
This should be more accurate than guessing based on what is in the build identity and avoid doing unexpected things for unknown hardware. | |||||
2018-04-27 | restore: Remove unused variables | 1 | -2/+0 | ||
2017-12-10 | restore: Only print info about other detected devices in debug mode | 1 | -1/+1 | ||