Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JIT.md #115

Merged
merged 3 commits into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions JIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Unjailbroken users can see two different outcomes, based on what they used to si
If you used TrollStore to sideload PojavLauncher, good news: PojavLauncher takes advantage of the extended capabilities with TrollStore and automatically enables JIT when launched.

#### Normal sideload
If you sideload normally, you will need to enable JIT in some way. The most common method is to attach a debug server to the application while it's running - JITStreamer, AltStore, and Jitterbug all use this with their Jit enabling functions. The only downside to this method is that you are required to be connected to a WiFi network in order to enable JIT.
If you sideload normally, you will need to enable JIT in some way. The most common method is to attach a debug server to the application while it's running - AltStore, SideStore, and Jitterbug all use this method with their JIT enabling functions. The only downside to this method is that you are required to be connected to a WiFi network in order to enable JIT.

PojavLauncher has native integration with JITStreamer, and we recommend following the steps available [here](https://jitstreamer.com/?slide=home) to get started. Alternatively, you can use [AltStore](https://faq.altstore.io/how-to-use-altstore/altjit) or, for more advanced users, [Jitterbug](https://github.com/osy/Jitterbug/tree/main/Jitterbug). Methods not listed here are not confirmed or recommended by us for use with PojavLauncher.
You can also use [AltStore](https://faq.altstore.io/how-to-use-altstore/altjit), [SideStore](https://wiki.sidestore.io/guides/getting-started/#setting-up-wireguard), or, for more advanced users, [Jitterbug](https://github.com/osy/Jitterbug/tree/main/Jitterbug). Methods not listed here are not confirmed or recommended by us for use with PojavLauncher.
Loading