Skip to content

Commit 93f9223

Browse files
committed
Update tsschecker (#199)
1 parent 7f4c3bc commit 93f9223

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

dist/linux/tsschecker

-190 KB
Binary file not shown.

dist/macos/Frameworks/libplist.dylib

100755100644
6.07 KB
Binary file not shown.

dist/macos/tsschecker

-143 KB
Binary file not shown.

dist/windows/lib/tsschecker.exe

1 KB
Binary file not shown.

src/main/java/com/airsquared/blobsaver/TSSChecker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ private static void run(URL ipswURL, String device, String version) throws TSSCh
212212
|| containsIgnoreCase(tsscheckerLog, "[Error] [TSSR] parsed APNoncelen != requiredAPNoncelen")) {
213213
newUnreportableError("\"" + apnonce + "\" is not a valid apnonce");
214214
controller.apnonceField.setEffect(errorBorder);
215-
} else if (containsIgnoreCase(tsscheckerLog, "could not get id0 for installType=Erase")
216-
&& containsIgnoreCase(tsscheckerLog, "could not get id0 for installType=Update")
215+
} else if (containsIgnoreCase(tsscheckerLog, "could not get BuildIdentity for installType=Erase")
216+
&& containsIgnoreCase(tsscheckerLog, "could not get BuildIdentity for installType=Update")
217217
&& containsIgnoreCase(tsscheckerLog, "checking tss status failed")) {
218218
Alert alert = new Alert(Alert.AlertType.ERROR,
219219
"Saving blobs failed. Check the board configuration or try again later.\n\nIf this doesn't work, please create a new issue on Github or PM me on Reddit. The log has been copied to your clipboard.\n\nIf this was done to test whether the preset works in the background, please cancel that preset, fix the error, and try again.",

0 commit comments

Comments
 (0)