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
* Select NS in drop-down, select 'libusbK (v3.0.7.0)' (version may vary), click 'Install Driver' (see screenshot below)
106
-
* Check that in device list of you system you have 'libusbK USB Devices' folder and your NS inside of it
107
100
*[Download and install Java JRE](http://java.com/download/) (8u60 or higher)
108
-
* Get this application (JAR file) double-click on on it (alternatively open 'cmd', go to place where jar located and execute via `java -jar thisAppName.jar`)
109
-
* Remember to have fun!
110
-
111
-
 (That's how it looks before and after)
112
-
113
-
NOTE: You also have to install drivers for RCM device in case you're going to use RCM functions. For installation please connect NS in RCM mode enabled and repeat steps ('USB ID' will be different).
101
+
* Get this application (JAR file) and double-click on on it (alternatively open 'cmd', go to place where jar located and execute via `java -jar thisAppName.jar`)
102
+
* Once application opens click on 'Gear' icon.
103
+
* Click 'Download and install drivers'
104
+
* Install drivers
114
105
115
106
#### And how to use it?
116
107
@@ -122,7 +113,7 @@ Take a look on app, find where is the option to install from USB and/or Network.
122
113
123
114
There are three tabs. First one is main.
124
115
125
-
##### First tab.
116
+
##### 'List' tab.
126
117
127
118
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).
128
119
@@ -138,18 +129,36 @@ For GoldLeaf v0.6.1 and NS-USBloader v0.6 (and higher) you will have to use 'Exp
138
129
139
130
Also, for GoldLeaf write files (from NS to PC): You have to 'Stop execution' properly before accessing files transferred from GL. Usually you have to wait 5sec or less. It will guarantee that your files properly written to PC.
140
131
141
-
##### Second tab.
132
+
##### 'RCM' tab
133
+
134
+
On this tab you can select payloader like Hekate or LockPick_RCM and send it to NS. Drag-n-drop supported. Also some in-app validations for payload takes place ;)
135
+
136
+
##### 'Folder with arrows and zeroes' tab
137
+
138
+
On this tab you can split and merge files. Select 'Split' or 'Merge' and split (or merge).
139
+
140
+
##### 'Gears' tab.
142
141
143
142
Here you can configure settings for network file transmission. Usually you shouldn't change anything. But it you're cool hacker, go ahead! The most interesting option here is 'Don't serve requests'. Architecture of the TinFoil's NET part is working interesting way. When you select in TF network NSP transfer, application will wait at port 2000 for the information about where should it take files from. Like '192.168.1.5:6060/my file.nsp'. Usually NS-USBloader serves requests by implementing simplified HTTP server and bringing it up and so on. But if this option selected, you can define path to remote location of the files. For example if you set in settings '192.168.4.2:80/ROMS/NS/' and add in table file 'my file.nsp' then NS-USBloader will simply tell TinFoil "Hey, go take files from '192.168.4.2:80/ROMS/NS/my%20file.nsp' ". Of course you have to bring '192.168.4.2' host up and make file accessible from such address (just go install nginx). As I said, this feature is interesting, but I guess won't be popular.
144
143
145
144
Also here you can:
146
145
* Set 'Auto-check for updates' for checking for updates when application starts, or click button to verify if new version released immediately.
147
146
* Set 'Show only *.nsp in GoldLeaf' to filter all files displayed at HOME:/ drive. So only NSP files will appear.
148
147
149
-
##### Third tab.
148
+
##### 'Dialog with three dots' tab.
150
149
151
150
That's where all logs dropped. Verbose information about transmissions comes here.
0 commit comments