You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.err.println(e.getMessage()); // don't need full stack trace
505
+
e.showErrorAlert();
506
506
} catch (Throwablee) {
507
507
e.printStackTrace();
508
508
Utils.showReportableError("Error: unable to register native methods", Utils.exceptionToString(e));
@@ -514,7 +514,7 @@ public void readApnonce() {
514
514
alert1.setHeaderText("Read apnonce from connected device");
515
515
alert1.setContentText("blobsaver can read the apnonce from a connected device.\n\n" +
516
516
"It is recommended, but not required to set a generator on your device prior to reading the apnonce. " +
517
-
"If you set a generator, make sure to take note of that generator so you can use it in the future.\n\n" +
517
+
"blobsaver can read the generator from your device to confirm whether the generator was set properly (currently jailbroken devices only, it will return a random value on unjailbroken devices).\n\n" +
518
518
"Please connect your device and hit \"OK\" to begin. Your device will enter recovery mode while retrieving the apnonce and will automatically reboot to normal mode when complete.\n\n" +
519
519
"NOTE: an apnonce is only required for devices with an A12 processor or newer.");
520
520
Optional<ButtonType> result = alert1.showAndWait();
@@ -524,19 +524,25 @@ public void readApnonce() {
524
524
alert2.setHeaderText("Reading apnonce from connected device...");
0 commit comments