Age | Commit message (Expand) | Author | Files | Lines |
2012-07-17 | restore: refactor device detection to find device by ECID | Nikias Bassen | 1 | -28/+88 |
2012-07-17 | restore: Normalize messages printed in handlers of main restore process loop | Martin Szulecki | 1 | -4/+17 |
2012-07-17 | restore: Correctly print success message after receiving baseband SHSH blobs | Martin Szulecki | 1 | -0/+1 |
2012-07-17 | restore: Remove commented obsolete code calling idevice_unsubscribe() | Martin Szulecki | 1 | -2/+0 |
2012-07-17 | restore: Make restore mode device connection handling more verbose | Martin Szulecki | 1 | -1/+3 |
2012-07-17 | restore: Only print "Provisioning:" if IMEI is available at all | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Only print plist if errors occoured or in debug mode | Martin Szulecki | 1 | -4/+6 |
2012-07-17 | restore: use idevice event to wait for device entering restore mode | Nikias Bassen | 1 | -28/+20 |
2012-07-17 | restore: Parse and return AMRError value as error code in StatusMsg handler | Martin Szulecki | 1 | -2/+10 |
2012-07-17 | main: Return -2 error code if error might be fixed by running restore again | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Do not wait 15 useless seconds attempting to connect to a device | Martin Szulecki | 1 | -2/+0 |
2012-07-17 | restore: Free client and wait 10 seconds for device to reboot from restore mode | Martin Szulecki | 1 | -0/+3 |
2012-07-17 | retore: Use correct type declaration for zip_get_name() return value | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Always remove all files except .mdn and .fls from bbfw archives | Martin Szulecki | 1 | -16/+27 |
2012-07-17 | restore: Only save baseband tss response if not already set | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Correct comments for restore process loop handlers | Martin Szulecki | 1 | -2/+2 |
2012-07-17 | restore: Plug leak and free USBLog and PanicLog if received | Martin Szulecki | 1 | -0/+2 |
2012-07-17 | restore: Print IMEI after baseband update succeeded | Martin Szulecki | 1 | -0/+12 |
2012-07-17 | restore: refactored the bbfw signing | Nikias Bassen | 1 | -737/+282 |
2012-07-17 | restore: Fix double free crash on second run of Trek baseband data handler | Martin Szulecki | 1 | -0/+1 |
2012-07-17 | restore: Make sure to call plist_free on a plist, not free | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | restore: Handle baseband update by requested ChipID instead of bbfw filename | Martin Szulecki | 1 | -10/+26 |
2012-07-17 | restore: Fix error messages for mdn signing | Martin Szulecki | 1 | -3/+3 |
2012-07-17 | restore: added .mbn file support and bbfw handling | Nikias Bassen | 1 | -80/+526 |
2012-07-17 | restore: Query and output saved debug information in restore mode | Martin Szulecki | 1 | -0/+28 |
2012-07-17 | restore: Query and print hardware information in restore mode | Martin Szulecki | 1 | -0/+33 |
2012-07-17 | restore: Set client struct's serial number field from restore mode, too | Martin Szulecki | 1 | -0/+17 |
2012-07-17 | main/restore: Pass full client to restore mode and device discovery functions | Martin Szulecki | 1 | -4/+4 |
2012-07-17 | restore: return error value instead of 0 in restore_device | Nikias Bassen | 1 | -1/+1 |
2012-07-17 | restore: implemented BasebandData request | Nikias Bassen | 1 | -0/+529 |
2012-07-16 | mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4 | Nikias Bassen | 1 | -11/+11 |
2012-02-14 | remove duplicate CPID/BDID and devices structs | Nikias Bassen | 1 | -3/+3 |
2012-02-14 | restore: use FMT_qu define to fix compiler warning | Nikias Bassen | 1 | -1/+1 |
2012-02-07 | restore: find actual device by checking device serial number | Nikias Bassen | 1 | -15/+85 |
2012-02-05 | restore: Implement handling of PreviousRestoreLogMsg message | Martin Szulecki | 1 | -0/+22 |
2012-02-03 | restore: don't enter endless loop on restore error | Nikias Bassen | 1 | -2/+5 |
2012-02-02 | restore: only reprint progress bar if progress changed | Nikias Bassen | 1 | -1/+7 |
2012-02-02 | restore: send root ticket | Nikias Bassen | 1 | -0/+45 |
2012-02-02 | restore: some updates and fixes | Nikias Bassen | 1 | -41/+73 |
2012-02-02 | restore: reflect latest libimobiledevice changes and pass options to restored | Nikias Bassen | 1 | -4/+65 |
2010-07-14 | Name restore progress strings cosistently | Martin Szulecki | 1 | -4/+4 |
2010-07-12 | Be more verbose when reporting about each step of the restore process | Martin Szulecki | 1 | -3/+3 |
2010-07-09 | Correctly check when to send the NORData | Martin Szulecki | 1 | -1/+3 |
2010-07-09 | Fix typo in nor data message | Martin Szulecki | 1 | -1/+1 |
2010-07-09 | Only debug a plist if debugging flag was set | Martin Szulecki | 1 | -4/+8 |
2010-07-09 | Add more known progress messages and report them | Martin Szulecki | 1 | -1/+12 |
2010-07-09 | Add more known status messages and report them | Martin Szulecki | 1 | -2/+20 |
2010-07-09 | Correctly set QUIT flag during restore | Martin Szulecki | 1 | -3/+3 |
2010-07-09 | Fix idevice handle being NULL which leads to failure to connect to ASR | Martin Szulecki | 1 | -0/+1 |
2010-07-09 | Fix crash due to not passing client handle for callback as userdata | Martin Szulecki | 1 | -1/+1 |