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
@@ -49,7 +49,7 @@ Sometimes I add new posts about this project [on my home page](https://developer
49
49
50
50
### System requirements
51
51
52
-
JRE/JDK 8u60 or higher.
52
+
JRE/JDK 8u60 or higher
53
53
54
54
### Supported GoldLeaf versions
55
55
| GoldLeaf version | NS-USBloader version |
@@ -114,7 +114,7 @@ Take a look on app, find where is the option to install from USB and/or Network.
114
114
115
115
There are three tabs. First one is main.
116
116
117
-
##### 'List' tab.
117
+
##### 'Gamepad' tab.
118
118
119
119
At the top of you selecting from drop-down application and protocol that you're going to use. For GoldLeaf only USB is available. Lamp icon stands for switching themes (light or dark).
120
120
@@ -151,29 +151,57 @@ Also here you can:
151
151
That's where all logs dropped. Verbose information about transmissions comes here.
152
152
153
153
154
-
155
154
##### CLI (command line interface)
156
155
156
+
To get help run ``$ java -jar ns-usbloader-4.0.jar --help``
157
+
157
158
```
158
-
-c, --clean Remove/reset settings and exit
159
-
-v, --version Show application version
160
-
-h, --help Shows this message
159
+
-c,--clean Remove/reset settings and exit
160
+
-g,--goldleaf <...> Install via GoldLeaf mode. Check '-g help' for information.
161
+
-h,--help Show this help
162
+
-m,--merge <...> Merge files. Check '-m help' for information.
163
+
-n,--tfn <...> Install via Tinfoil/Awoo Network mode. Check '-n help' for information.
164
+
-r,--rcm <[PATH/]payload.bin> Send payload
165
+
-s,--split <...> Split files. Check '-s help' for information.
166
+
-t,--tinfoil <FILE...> Install via Tinfoil/Awoo USB mode.
167
+
-v,--version Show application version
161
168
```
162
169
163
-
### Known bugs
164
-
* 'NET' once started it never ends:
170
+
For more complex commands help use help argument after the fists key. For example:
165
171
166
-
It happens because there is HTTP server inside of application. It can't determine the moment when all transmissions finishes (unless they failed). So you have to look on your NS screen and 'Interrupt' it once done.
172
+
```
173
+
$ java -jar ns-usbloader-4.0.jar -n help
167
174
168
-
* Unable to interrupt transmission when network transmission started and nothing received from NS.
Alternative build for Windows 10 is recommended for all Windows 10 users. It also works well on Linux and any other Windows PC and even on macOS Mojave, but doesn't work on all previous versions of macOS.
172
200
173
201
'Status' = 'Uploaded' that appears in the table does not mean that file has been installed. It means that it has been sent to NS without any issues! That's what this app about.
174
202
Handling successful/failed installation is a purpose of the other side application: TinFoil or GoldLeaf. And they don't provide any feedback interfaces so I can't detect success/failure.
175
203
176
-
usb4java since NS-USBloader-v0.2.3 switched to 1.2.0 instead of 1.3.0. This should not impact anyone except users of macOS High Sierra (and Sierra, and El Capitan) where previous versions of NS-USBloader didn't work.
204
+
usb4java since NS-USBloader-v0.2.3 switched to 1.2.0 instead of 1.3.0. This should not impact anyone except users of macOS High Sierra (and Sierra, and El Capitan) where previous versions of NS-USBloader didn't work. Now builds with usb4java-1.2.0 marked as '-legacy' and builds with usb4java-1.3.0 doesn't have postfixes.
177
205
178
206
### Translators!
179
207
If you want to see this app translated to your language, go grab [this file](https://github.com/developersu/ns-usbloader/blob/master/src/main/resources/locale.properties) and translate it.
@@ -184,8 +212,6 @@ To convert files of any locale to readable format (and vise-versa) you can use t
0 commit comments