Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-20 | Remove more serial number checks, and get ECID early on in all modes | 1 | -1/+0 | ||
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. | |||||
2021-06-29 | Remove unused functions | 1 | -1/+0 | ||
2020-12-21 | recovery: Upload RestoreSEP image if present in BuildManifest | 1 | -0/+1 | ||
This fixes restoring iPhone 12 family devices and possibly others on iOS 14.3 | |||||
2019-01-16 | recovery: Add support for IsLoadedByiBoot:true components | 1 | -0/+1 | ||
2013-11-19 | Add helper function to check if device supports image4 format | 1 | -0/+1 | ||
2013-11-19 | removed unused get_cpid/get_bdid and adapted for latest libirecovery changes | 1 | -2/+0 | ||
2013-11-18 | Split nonce retrieval into ApNonce and SepNonce for DFU and Recovery modes | 1 | -1/+2 | ||
2013-10-03 | AppleTV: set auto-boot to true again after restore | 1 | -0/+1 | ||
Apparently AppleTV units don't boot up in normal mode after restore but switch into recovery mode so we set auto-boot to true to make them boot up in normal mode. | |||||
2013-10-02 | silence implicit declaration compiler warnings | 1 | -0/+1 | ||
2013-09-23 | Update AUTHORS and file copyrights accordingly | 1 | -0/+2 | ||
2012-11-07 | idevicerestore: Send ApTicket if applicable before iBEC | 1 | -0/+1 | ||
2012-07-26 | recovery: removed commented-out declarations from header file | 1 | -3/+0 | ||
2012-07-17 | remove src/libirecovery.* and use external shared library instead | 1 | -1/+1 | ||
2012-02-09 | add support for targeting a device by ECID | 1 | -1/+1 | ||
2012-02-02 | recovery: add recovery_send_reset function | 1 | -0/+1 | ||
2012-02-02 | recovery: add recovery_get_nonce() function | 1 | -0/+1 | ||
2012-02-02 | recovery: merge recovery_open_with_timeout into recovery_client_new | 1 | -1/+0 | ||
2011-04-30 | Working with iOS versions up to 4.3.2; plus all currently released devices | 1 | -2/+4 | ||
2010-07-09 | Implement handling of devices which do not require a tss request | 1 | -6/+6 | ||
This introduces passing around the "selected" build identity and fixes code logic issues to make idevicerestore work again. | |||||
2010-06-21 | Finally fixed the out of control problem | 1 | -11/+15 | ||
2010-06-21 | Archived for historical reasons | 1 | -2/+18 | ||
2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but ↵ | 1 | -1/+1 | ||
starting to mature really well | |||||
2010-06-04 | Refactoring continued, lots of bug fixes, probably about half way through | 1 | -0/+1 | ||
2010-06-01 | Began major refactoring, not quite finished yet, this branch is probably broke | 1 | -8/+11 | ||
2010-06-01 | Began refactoring of code to simplify and seperate device state logic | 1 | -0/+37 | ||