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: docs/guides/jit-support.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,24 @@ sidebar_position: 2
6
6
# JIT Support
7
7
8
8
LiveContainer has built-in support for popular JIT enablers. You can set it up in LiveContainer settings -> JIT section.
9
-
Mark an app as JIT needed by going to: long press app -> settings -> enable Launch with JIT. LiveContainer will wait for JIT to be enabled and try to contact the JIT enabler you configured.
9
+
Mark an app as JIT needed by going to: long press app -> settings -> enable "Launch with JIT." LiveContainer will wait for JIT to be enabled and, if avaliable, try to contact the JIT enabler you configured.
10
10
11
-
The correct way to enable JIT for an app inside LiveContainer
11
+
The correct way to enable JIT for an app inside LiveContainer:
12
12
13
-
1. Don't enable JIT for LiveContainer now
14
-
2. Set up your JIT enabler as said above
13
+
(1-3 only the first time, 6 if applicable)
14
+
1. Open LiveContainer (don't try to enable JIT yet)
15
+
2. Set up your JIT enabler as outlined above
15
16
3. Enable "Launch with JIT" as said above
16
-
4. Tap run
17
-
5. If your JIT enabler doesn't support automatic enabling, you need to enable JIT for LiveContainer from your JIT enabler while keeping the "waiting for JIT" prompt open.
17
+
4. Ensure your JIT enabler's requirements are currently being met
18
+
5. Tap run
19
+
6. If your JIT enabler supports automatic enabling, you are done! Otherwise, you need to enable JIT for LiveContainer from your JIT enabler manually while the "waiting for JIT" prompt remains open in the background.
FYI- All the steps to using StikJIT and StikDebug are the same, so for clarity's sake, "StikJIT" in this article will relate to both StikJIT and StikDebug.
22
25
23
-
For StikJIT (Recommended), you have 2 choices. If you prefer to install StikJIT as a separate app, choose "StikJIT (StandAlone)". Or if you have 2 LiveContainers installed, you can install StikJIT inside LiveContainer and convert it to a shared app. In this case, select "StikJIT (Another LiveContainer)"
26
+
If using StikJIT (Recommended), you have 2 choices. If you prefer to install StikJIT as a separate app, choose "StikJIT (StandAlone)". If you have 2 LiveContainers installed, you can install StikJIT inside LiveContainer and convert it to a shared app. In this case, select "StikJIT (Another LiveContainer)"
24
27
25
28
1. Install StikJIT and finish the setup.
26
29
2. Enter the settings of the app you want to run, enable "Launch with JIT"
@@ -31,22 +34,22 @@ For StikJIT (Recommended), you have 2 choices. If you prefer to install StikJIT
31
34
32
35
4. Launch the app and enjoy!
33
36
34
-
## SideStore
37
+
## SideStore (nightly)
35
38
36
-
For SideStore, choose SideStore as your JIT enabler. Please note that since SideStore's JIT URL Scheme is not implemented yet, you still need to manually enable JIT for current LiveContainer in SideStore.
39
+
If using SideStore, choose SideStore as your JIT enabler. Please note that since SideStore's JIT URL Scheme is not implemented yet, you still need to manually enable JIT for current LiveContainer in SideStore. To do this, in the apps screen, ensure VPN and Wi-Fi or Airplane Mode is enabled, hold down on the app, and press "Enable JIT."
For JitStreamer-EB (Deprecated), choose JitStreamer-EB as your JIT enabler. If you use JitStreamer through a Wireguard VPN and you use the official server or you self-host and did not changed the WIREGUARD_SERVER_ADDRESS variable, you can leave "Address" blank. Otherwise, put the address to your server in "Address", including scheme (http/https) and port (9172).
45
+
If using JitStreamer-EB (largely Deprecated), choose JitStreamer-EB as your JIT enabler. If you use JitStreamer through a Wireguard VPN and you use the official server or you self-host and did not changed the WIREGUARD_SERVER_ADDRESS variable, you can leave "Address" blank. Otherwise, put the address to your server in "Address", including scheme (http/https) and port (9172).
43
46
44
47
- Set it up first in JITStreamer-EB's website
45
48
- Go to LiveContainer settings->JIT Enabler->Select JITStreamer-EB. You can leave the "Address" blank if you are using official server and it's default to http://[fd00::]:9172.
46
49
- Long press the app that needs JIT->Settings->enable Launch with JIT->Tap Run, LiveContainer will contact the server and enable JIT for that app.
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ sidebar_position: 1
19
19
20
20
### JIT-Less mode (without JIT \[recommended])
21
21
22
-
Without JIT, guest apps need to be codesigned, which requires retrieving the certificate and password from SideStore or AltStore.
22
+
These steps can be bypassed if you don't mind enabling JIT for your app every time, but it is not recommended. Without JIT, guest apps need to be codesigned, which requires retrieving the certificate and password from SideStore or AltStore.
23
23
24
24
:::note
25
25
JIT-Less mode does not mean you can't enable JIT for your apps. Instead, it means JIT is not required to launch an app. If you want to use JIT, see the instructions below in "JIT Support" section.
0 commit comments