Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-20 | Remove more serial number checks, and get ECID early on in all modes | Nikias Bassen | 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 | Nikias Bassen | 1 | -1/+0 | |
2020-12-21 | recovery: Upload RestoreSEP image if present in BuildManifest | Nikias Bassen | 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 | Rudolf Tammekivi | 1 | -0/+1 | |
2013-11-19 | Add helper function to check if device supports image4 format | Nikias Bassen | 1 | -0/+1 | |
2013-11-19 | removed unused get_cpid/get_bdid and adapted for latest libirecovery changes | Nikias Bassen | 1 | -2/+0 | |
2013-11-18 | Split nonce retrieval into ApNonce and SepNonce for DFU and Recovery modes | Martin Szulecki | 1 | -1/+2 | |
2013-10-03 | AppleTV: set auto-boot to true again after restore | Nikias Bassen | 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 | Nikias Bassen | 1 | -0/+1 | |
2013-09-23 | Update AUTHORS and file copyrights accordingly | Martin Szulecki | 1 | -0/+2 | |
2012-11-07 | idevicerestore: Send ApTicket if applicable before iBEC | Martin Szulecki | 1 | -0/+1 | |
2012-07-26 | recovery: removed commented-out declarations from header file | Nikias Bassen | 1 | -3/+0 | |
2012-07-17 | remove src/libirecovery.* and use external shared library instead | Nikias Bassen | 1 | -1/+1 | |
2012-02-09 | add support for targeting a device by ECID | Nikias Bassen | 1 | -1/+1 | |
2012-02-02 | recovery: add recovery_send_reset function | Nikias Bassen | 1 | -0/+1 | |
2012-02-02 | recovery: add recovery_get_nonce() function | Nikias Bassen | 1 | -0/+1 | |
2012-02-02 | recovery: merge recovery_open_with_timeout into recovery_client_new | Nikias Bassen | 1 | -1/+0 | |
2011-04-30 | Working with iOS versions up to 4.3.2; plus all currently released devices | boxingsquirrel | 1 | -2/+4 | |
2010-07-09 | Implement handling of devices which do not require a tss request | Martin Szulecki | 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 | Joshua Hill | 1 | -11/+15 | |
2010-06-21 | Archived for historical reasons | Joshua Hill | 1 | -2/+18 | |
2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but ↵ | Joshua Hill | 1 | -1/+1 | |
starting to mature really well | |||||
2010-06-04 | Refactoring continued, lots of bug fixes, probably about half way through | Joshua Hill | 1 | -0/+1 | |
2010-06-01 | Began major refactoring, not quite finished yet, this branch is probably broke | Joshua Hill | 1 | -8/+11 | |
2010-06-01 | Began refactoring of code to simplify and seperate device state logic | Joshua Hill | 1 | -0/+37 | |