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
newReportableError("Error: unable to register native methods", exceptionToString(e));
839
839
} finally {
840
840
readFromConnectedDeviceButton.setDisable(false);
841
-
readFromConnectedDeviceButton.setText("Read from connected device");
842
841
}
843
842
}
844
843
@@ -847,7 +846,7 @@ public void readApnonce() {
847
846
alert1.setHeaderText("Read apnonce from connected device");
848
847
alert1.setContentText("blobsaver can read the apnonce from a connected device.\n\n" +
849
848
"It is recommended, but not required to set a generator on your device prior to reading the apnonce. " +
850
-
"blobsaver uses the generator 0x1111111111111111 (that's 0x followed by sixteen 1's) when saving blobs.\n\n" +
849
+
"If you set a generator, make sure to take note of that generator so you can use it in the future.\n\n" +
851
850
"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" +
852
851
"NOTE: an apnonce is only required for devices with an A12 processor or newer.");
853
852
Optional<ButtonType> result = alert1.showAndWait();
0 commit comments