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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ A GUI for saving SHSH blobs using encounter's fork of tsschecker. Supports both
3
3
4
4
If you have an antivirus, select "Always Allow" for anything related to tsschecker or Java. An antivirus may cause blobsaver to crash. If that happens please send feedback.
5
5
6
-

6
+

7
7
8
8
## Features
9
9
- Store up to ten devices with presets
@@ -17,7 +17,8 @@ If you have an antivirus, select "Always Allow" for anything related to tsscheck
17
17
Please send feedback via [Github Issue](https://github.com/airsquared/blobsaver/issues/new) or [Reddit PM](https://www.reddit.com//message/compose?to=01110101_00101111&subject=Blobsaver+Feedback) if you encounter any bugs/problems or have a feature request.
18
18
19
19
## TODO:
20
-
- Question mark buttons to tell you what each thing does
20
+
- Use macOS menu bar
21
+
- Explain how to get everything
21
22
- Package into .app/.exe [maybe this](https://github.com/Jorl17/jar2app)
22
23
- Automatically save blobs for all signed versions
&& tsscheckerLog.contains("[Error] [TSSR] faild to build tssrequest")
463
469
&& tsscheckerLog.contains("Error] [TSSC] checking tss status failed!")) {
464
470
Alertalert = newAlert(Alert.AlertType.ERROR,
465
-
"Saving blobs failed. Check the board configuration.\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.",
471
+
"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.",
0 commit comments