Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
This does not directly exit if anything breaks but attempts to read one
more message from restored which usually is a StatusMsg and contains
information about the error that occoured.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should indicate that a manual mode switch is required.
|
|
The code path without TSS request did not initialize the recovery client
in order for it to be used to send iBEC. Now the client is always initialized.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sometimes devices do not switch modes, sending a zero length packet
appears to fix this situation and prevents failures during restore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The filesystem extraction process takes a while on WIN32.
In order to quickly determine connection/mode switch issues, we move
the quicker logic before the slower one.
|
|
|
|
|
|
|
|
|
|
This fixes restore on CDMA devices which had issues with obsolete .hex files.
|
|
|
|
|
|
|
|
|