From bb8b0ca9f7ed88250958850e7428641837cbd216 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:02:50 -0700 Subject: [PATCH 1/7] Revise iOS installation instructions for Amethyst Updated installation instructions for Amethyst on iOS, clarifying the use of TrollStore and SideStore, and correcting references from PojavLauncher to Amethyst. Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- markdown/wiki/getting_started/INSTALL.md | 32 ++++++++++++++---------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/markdown/wiki/getting_started/INSTALL.md b/markdown/wiki/getting_started/INSTALL.md index 16b3d104..db90b9f8 100644 --- a/markdown/wiki/getting_started/INSTALL.md +++ b/markdown/wiki/getting_started/INSTALL.md @@ -45,7 +45,7 @@ Google Play is currently unavailable. Sorry! Try one of the methods above! Instructions for installing Amethyst on Apple devices. ::: details Sideloading (TrollStore) -We recommend TrollStore for all users if possible. This method allows for automatic JIT enabling, more memory allocation, and non-revoking installs. +We recommend TrollStore for all users if possible. This method allows for automatic JIT enabling, more memory allocation, and non-revoking installs. If your device/iOS version doesn't support TrollStore, go to "Sideloading (Jailed)". Note: **Enable URL Schemes in TrollStore settings: TrollStore -> Settings -> Scroll Down -> Enable URLScheme > Rebuild Icons Cache** @@ -75,24 +75,30 @@ Note: **Enable URL Schemes in TrollStore settings: TrollStore -> Settings -> Scr 3. Locate where the .ipa was downloaded, tap the Share icon, and choose TrollStore in the list of options available. You can now enjoy Minecraft: Java Edition on your iDevice! -::: -::: warning - Everything below are outdated instructions. Please avoid using them. -::: - + ::: details Sideloading (Jailed) **Requires an active Apple ID, that has signed into the [Apple Developer Program](https://developer.apple.com/account).** -PojavLauncher supports being sideloaded with AltStore and SideStore. Instructions to use SideStore are below--for other options, refer to their documentation. +Amethyst supports being sideloaded with AltStore and SideStore. Instructions to use SideStore are below--for other options, refer to their documentation. + +1. Follow the official guide on installing SideStore itself (requies the one-time use of a computer): + - [SideStore Documentation](https://docs.sidestore.io/docs/installation/prerequisites). + +2. Download the latest developer build from [here](https://nightly.link/AngelAuraMC/Amethyst-iOS/workflows/development/main/org.angelauramc.amethyst-ios.ipa.zip). Expect to encounter bugs! Install it via SideStore using the "+" button on the "Apps" page. + +3. GetMoreRam increases the memory limit imposed by iOS/iPadOS on sideloaded apps, and is required for Amethyst. Download GetMoreRam [here](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) . Install Entitlement.ipa via SideStore. Open GetMoreRam, navigate to Settings and select "Sign In". Use your Apple Account credentials to log in. If the app crashes, just try again. Navigate to "App IDs" and select "Refresh". Select the App ID including "amethyst", then select "Add Increased Memory Limit". If a bunch of text appears underneath with no mention of an error, you did it correctly. Now, you can delete Get More Ram. + +4. Resideload the Amethyst .ipa via SideStore (you don't need to delete it first) so the memory entitlement takes effect. (Note: If your Amethyst expires you will need to repeat this step). -1. Follow the official guide on installing AltStore itself: - - Instructions for [Mac](https://docs.sidestore.io/docs/getting-started/mac) and [Windows](https://docs.sidestore.io/docs/getting-started/windows) - -2. Install the latest release using this [Install with SideStore](sidestore://install?url=https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases/latest/download/net.kdt.pojavlauncher.ipa) button. - - For a specific release, you can find its button on the [Releases](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases) page +Installing Amethyst is not the end for Jailed iOS devices. In order to play Minecraft itself, you will need to [enable JIT](../faq/ios/JIT.md). +::: -Installing PojavLauncher is not the end for Jailed iOS devices. In order to play Minecraft itself, you will need to [enable JIT](../faq/ios/JIT.md). ::: +::: warning + Everything below are outdated instructions. Please avoid using them. +::: + + ::: details Sideloading (Jailbroken) **Currently, AppSync Unified is not supported.** There is an [issue](https://github.com/akemin-dayo/AppSync/issues/108) regarding the data directory when installed with AppSync. From 6d23c841901bbb738d915f522428a121a1c4dd07 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:17:59 -0700 Subject: [PATCH 2/7] Update JIT.md Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- markdown/wiki/faq/ios/JIT.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/markdown/wiki/faq/ios/JIT.md b/markdown/wiki/faq/ios/JIT.md index fc6cbe25..10699ff5 100644 --- a/markdown/wiki/faq/ios/JIT.md +++ b/markdown/wiki/faq/ios/JIT.md @@ -7,27 +7,27 @@ On Apple's mobile platforms (iOS, iPadOS, and _tvOS*_ in our case), a security f (*) - tvOS support coming soon! -## What does this mean for PojavLauncher? +## What does this mean for Amethyst? ### Jailbroken devices -Users with Jailbroken devices don't need to worry about JIT requirements, as PojavLauncher is specially built to detect jailbreaks and automatically enable JIT. +Users with Jailbroken devices don't need to worry about JIT requirements, as Amethyst is specially built to detect jailbreaks and automatically enable JIT. -### Unjailbroken devices -Users with Unjailbroken devices can see two different outcomes, based on what they used to sideload PojavLauncher. +### Jailed devices +Users with jailed (unjailbroken) devices can see two different outcomes, based on what they used to sideload Amethyst. #### TrollStore -If you used TrollStore to sideload PojavLauncher, good news: PojavLauncher takes advantage of the extended entitlements granted by TrollStore and automatically enables JIT when launched. **(Turn on URL Schemes)** +If you used TrollStore to sideload Amethyst, good news: Amethyst takes advantage of the extended entitlements granted by TrollStore and automatically enables JIT when launched. **(Turn on URL Schemes)** #### 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 - AltStore, SideStore, StikDebug, SideJITServer, and Jitterbug all use this method to enable JIT. -The only downside to this method is that you are often required to be connected to a Wi-Fi network in order to enable JIT. +The only downside to this method is that you are often required to be connected to a Wi-Fi network or computer in order to enable JIT. ## What are the methods to enable JIT? The methods to enable JIT for each iOS version can be found [here](https://github.com/C4ndyF1sh/iOS-JIT-Enablers). -Methods not listed underneath are not confirmed nor recommended by us for use with PojavLauncher. +Methods not listed underneath are not confirmed nor recommended by us for use with Amethyst. ## So how do I enable JIT? @@ -35,28 +35,29 @@ Methods not listed underneath are not confirmed nor recommended by us for use wi - [TrollStore](https://ios.cfw.guide/installing-trollstore) (@) +- [StikDebug](https://stikdebug.xyz/) (^) + +- [SideStore](https://docs.sidestore.io/docs/advanced/jit) (*) + - [AltStore AltJIT](https://faq.altstore.io/how-to-use-altstore/altjit) (#) - [Jitterbug](https://github.com/osy/Jitterbug/tree/main/Jitterbug) ($) -- [SideStore](https://docs.sidestore.io/docs/faq#can-i-activate-jit) ($), [nightly](https://github.com/SideStore/SideStore/releases/nightly) (^) - - [SideJITServer](https://github.com/nythepegasus/SideJITServer) (%) -- [StikDebug](https://github.com/StephenDev0/StikDebug) (^) + (!) - Limited to Jailbroken devices only. (JIT is granted by the Jailbreak itself) (@) - Limited to devices with the CoreTrust bug. (iOS 14.0 - iOS 16.7 RC & iOS 17.0) -(#) - AltJIT for iOS 17.0.1+ betas only works on macOS. Requires pymobiledevice3. +(^) - iOS 17.4+ only. -($) - Does not work for iOS 17.0.1+, as enabling JIT will be done with pymobiledevice3. +(*) - iOS 17.4+, 17.4-18.7.4 only on TXM devices. -(%) - Does not work for iOS 16.x or below, use the other methods listed above to enable JIT. This method is meant for iOS 17.0.1+ +(#) - AltJIT for iOS 17.0.1+ betas only works on macOS. Requires pymobiledevice3. -(^) - iOS 17.4+ Only +($) - Does not work for iOS 17.0.1+, as enabling JIT will be done with pymobiledevice3. -## Methods coming Soon: +(%) - Does not work for iOS 16.x or below, use the other methods listed above to enable JIT. This method is meant for iOS 17.0.1-17.3.1 . -- UTM SE (^) From dc4f921070c77b742d911626fcd92d79ae5fdcd8 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:46:04 -0700 Subject: [PATCH 3/7] Update INSTALL.md Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- markdown/wiki/getting_started/INSTALL.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/markdown/wiki/getting_started/INSTALL.md b/markdown/wiki/getting_started/INSTALL.md index db90b9f8..381bf823 100644 --- a/markdown/wiki/getting_started/INSTALL.md +++ b/markdown/wiki/getting_started/INSTALL.md @@ -75,6 +75,7 @@ Note: **Enable URL Schemes in TrollStore settings: TrollStore -> Settings -> Scr 3. Locate where the .ipa was downloaded, tap the Share icon, and choose TrollStore in the list of options available. You can now enjoy Minecraft: Java Edition on your iDevice! +::: ::: details Sideloading (Jailed) **Requires an active Apple ID, that has signed into the [Apple Developer Program](https://developer.apple.com/account).** @@ -84,18 +85,21 @@ Amethyst supports being sideloaded with AltStore and SideStore. Instructions to 1. Follow the official guide on installing SideStore itself (requies the one-time use of a computer): - [SideStore Documentation](https://docs.sidestore.io/docs/installation/prerequisites). -2. Download the latest developer build from [here](https://nightly.link/AngelAuraMC/Amethyst-iOS/workflows/development/main/org.angelauramc.amethyst-ios.ipa.zip). Expect to encounter bugs! Install it via SideStore using the "+" button on the "Apps" page. +2. Add the Amethyst AltSource to SideStore [here](https://intradeus.github.io/http-protocol-redirector?r=sidestore://source?url=https://alt.crystall1ne.dev). Install Amethyst to SideStore to register the App ID. Expect to encounter bugs! Install it via SideStore using the "+" button on the "Apps" page. -3. GetMoreRam increases the memory limit imposed by iOS/iPadOS on sideloaded apps, and is required for Amethyst. Download GetMoreRam [here](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) . Install Entitlement.ipa via SideStore. Open GetMoreRam, navigate to Settings and select "Sign In". Use your Apple Account credentials to log in. If the app crashes, just try again. Navigate to "App IDs" and select "Refresh". Select the App ID including "amethyst", then select "Add Increased Memory Limit". If a bunch of text appears underneath with no mention of an error, you did it correctly. Now, you can delete Get More Ram. +3. GetMoreRam increases the memory limit imposed by iOS/iPadOS on sideloaded apps, and is required to run Amethyst. Complete the following steps to set it up: + - Install the GetMoreRam .ipa to SideStore [here](https://intradeus.github.io/http-protocol-redirector?r=sidestore://install?url=https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa). + - Install Entitlement.ipa via SideStore. Open GetMoreRam, navigate to Settings and select "Sign In". Use your Apple Account credentials to log in. (If the app crashes, just try again.) + - Navigate to "App IDs" and select "Refresh". Select the App ID including "amethyst", then select "Add Increased Memory Limit". + - If a bunch of text appears underneath with no mention of an error, you did it correctly. Now, you can delete GetMoreRam. -4. Resideload the Amethyst .ipa via SideStore (you don't need to delete it first) so the memory entitlement takes effect. (Note: If your Amethyst expires you will need to repeat this step). +5. Download and unzip the latest Amethyst .ipa from [here](https://nightly.link/AngelAuraMC/Amethyst-iOS/workflows/development/main/org.angelauramc.amethyst-ios.ipa.zip), then reinstall it via SideStore as if you are updating the app (you don't need to delete it first) so the memory entitlement takes effect. (Note: If your Amethyst expires you will need to repeat this step). Installing Amethyst is not the end for Jailed iOS devices. In order to play Minecraft itself, you will need to [enable JIT](../faq/ios/JIT.md). ::: -::: ::: warning - Everything below are outdated instructions. Please avoid using them. + All boxes below include outdated instructions. Please avoid using them. ::: From 96aec02c607eaf1e6de11d61b673e80c1ecb7625 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:14:12 -0700 Subject: [PATCH 4/7] Update INSTALL.md Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- markdown/wiki/getting_started/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/wiki/getting_started/INSTALL.md b/markdown/wiki/getting_started/INSTALL.md index 381bf823..f95275b1 100644 --- a/markdown/wiki/getting_started/INSTALL.md +++ b/markdown/wiki/getting_started/INSTALL.md @@ -78,7 +78,7 @@ You can now enjoy Minecraft: Java Edition on your iDevice! ::: ::: details Sideloading (Jailed) -**Requires an active Apple ID, that has signed into the [Apple Developer Program](https://developer.apple.com/account).** +**Requires an active Apple Account that has signed into the [Apple Developer Program](https://developer.apple.com/account).** Amethyst supports being sideloaded with AltStore and SideStore. Instructions to use SideStore are below--for other options, refer to their documentation. @@ -93,7 +93,7 @@ Amethyst supports being sideloaded with AltStore and SideStore. Instructions to - Navigate to "App IDs" and select "Refresh". Select the App ID including "amethyst", then select "Add Increased Memory Limit". - If a bunch of text appears underneath with no mention of an error, you did it correctly. Now, you can delete GetMoreRam. -5. Download and unzip the latest Amethyst .ipa from [here](https://nightly.link/AngelAuraMC/Amethyst-iOS/workflows/development/main/org.angelauramc.amethyst-ios.ipa.zip), then reinstall it via SideStore as if you are updating the app (you don't need to delete it first) so the memory entitlement takes effect. (Note: If your Amethyst expires you will need to repeat this step). +5. Reinstall the latest Amethyst build from [here](https://intradeus.github.io/http-protocol-redirector/?r=sidestore://install?url=https://ci.angelauramc.dev/job/Amethyst-iOS/lastSuccessful/artifact/org.angelauramc.amethyst-1.0-ios.ipa) as if you are updating the app (you don't need to delete it first) so the memory entitlement takes effect. (Note: If your Amethyst expires you will need to repeat the last two steps). Installing Amethyst is not the end for Jailed iOS devices. In order to play Minecraft itself, you will need to [enable JIT](../faq/ios/JIT.md). ::: From c417868a9319d8a7f615fbd9e776225489ff4d79 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:10:56 -0700 Subject: [PATCH 5/7] Update INSTALL.md Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- markdown/wiki/getting_started/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/wiki/getting_started/INSTALL.md b/markdown/wiki/getting_started/INSTALL.md index f95275b1..3e618867 100644 --- a/markdown/wiki/getting_started/INSTALL.md +++ b/markdown/wiki/getting_started/INSTALL.md @@ -85,7 +85,7 @@ Amethyst supports being sideloaded with AltStore and SideStore. Instructions to 1. Follow the official guide on installing SideStore itself (requies the one-time use of a computer): - [SideStore Documentation](https://docs.sidestore.io/docs/installation/prerequisites). -2. Add the Amethyst AltSource to SideStore [here](https://intradeus.github.io/http-protocol-redirector?r=sidestore://source?url=https://alt.crystall1ne.dev). Install Amethyst to SideStore to register the App ID. Expect to encounter bugs! Install it via SideStore using the "+" button on the "Apps" page. +2. Add the Amethyst AltSource to SideStore [here](https://intradeus.github.io/http-protocol-redirector?r=sidestore://source?url=https://alt.crystall1ne.dev). Alternatively, install the .ipa to SideStore [directly](https://intradeus.github.io/http-protocol-redirector/?r=sidestore://install?url=https://ci.angelauramc.dev/job/Amethyst-iOS/lastSuccessfulBuild/artifact/artifacts/org.angelauramc.amethyst-1.0-ios.ipa). Install Amethyst to SideStore to register the App ID. Expect to encounter bugs! Install it via SideStore using the "+" button on the "Apps" page. 3. GetMoreRam increases the memory limit imposed by iOS/iPadOS on sideloaded apps, and is required to run Amethyst. Complete the following steps to set it up: - Install the GetMoreRam .ipa to SideStore [here](https://intradeus.github.io/http-protocol-redirector?r=sidestore://install?url=https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa). @@ -93,7 +93,7 @@ Amethyst supports being sideloaded with AltStore and SideStore. Instructions to - Navigate to "App IDs" and select "Refresh". Select the App ID including "amethyst", then select "Add Increased Memory Limit". - If a bunch of text appears underneath with no mention of an error, you did it correctly. Now, you can delete GetMoreRam. -5. Reinstall the latest Amethyst build from [here](https://intradeus.github.io/http-protocol-redirector/?r=sidestore://install?url=https://ci.angelauramc.dev/job/Amethyst-iOS/lastSuccessful/artifact/org.angelauramc.amethyst-1.0-ios.ipa) as if you are updating the app (you don't need to delete it first) so the memory entitlement takes effect. (Note: If your Amethyst expires you will need to repeat the last two steps). +5. Reinstall the latest Amethyst build from [here](https://intradeus.github.io/http-protocol-redirector/?r=sidestore://install?url=https://ci.angelauramc.dev/job/Amethyst-iOS/lastSuccessfulBuild/artifact/artifacts/org.angelauramc.amethyst-1.0-ios.ipa) as if you are updating the app (you don't need to delete it first) so the memory entitlement takes effect. (Note: If your Amethyst expires you will need to repeat the last two steps). Installing Amethyst is not the end for Jailed iOS devices. In order to play Minecraft itself, you will need to [enable JIT](../faq/ios/JIT.md). ::: From 2d05e8571e5e151a4802ad6169ec002d1fca694a Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:30:46 -0700 Subject: [PATCH 6/7] Update JIT.md Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- markdown/wiki/faq/ios/JIT.md | 42 +++++++----------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/markdown/wiki/faq/ios/JIT.md b/markdown/wiki/faq/ios/JIT.md index 10699ff5..91a49cc7 100644 --- a/markdown/wiki/faq/ios/JIT.md +++ b/markdown/wiki/faq/ios/JIT.md @@ -25,39 +25,13 @@ The only downside to this method is that you are often required to be connected ## What are the methods to enable JIT? -The methods to enable JIT for each iOS version can be found [here](https://github.com/C4ndyF1sh/iOS-JIT-Enablers). +A list of methods and walkthrough to enable JIT for each iOS version can be found [here](https://github.com/C4ndyF1sh/iOS-JIT-Enablers). Additionally, a guide to enabling JIT for Amethyst on iOS 17.4+ follows. -Methods not listed underneath are not confirmed nor recommended by us for use with Amethyst. - -## So how do I enable JIT? - -- [TrollStore Lite](https://havoc.app/package/trollstorelite) (!) - -- [TrollStore](https://ios.cfw.guide/installing-trollstore) (@) - -- [StikDebug](https://stikdebug.xyz/) (^) - -- [SideStore](https://docs.sidestore.io/docs/advanced/jit) (*) - -- [AltStore AltJIT](https://faq.altstore.io/how-to-use-altstore/altjit) (#) - -- [Jitterbug](https://github.com/osy/Jitterbug/tree/main/Jitterbug) ($) - -- [SideJITServer](https://github.com/nythepegasus/SideJITServer) (%) - - - -(!) - Limited to Jailbroken devices only. (JIT is granted by the Jailbreak itself) - -(@) - Limited to devices with the CoreTrust bug. (iOS 14.0 - iOS 16.7 RC & iOS 17.0) - -(^) - iOS 17.4+ only. - -(*) - iOS 17.4+, 17.4-18.7.4 only on TXM devices. - -(#) - AltJIT for iOS 17.0.1+ betas only works on macOS. Requires pymobiledevice3. - -($) - Does not work for iOS 17.0.1+, as enabling JIT will be done with pymobiledevice3. - -(%) - Does not work for iOS 16.x or below, use the other methods listed above to enable JIT. This method is meant for iOS 17.0.1-17.3.1 . +## Enabling JIT for iOS 17.4+ (Jailed): +1. Sideload Angel Aura Amethyst with the `get-task-allow` entitlement. A walkthrough to installing Amethyst with SideStore can be found [here](/getting-started/INSTALL.md). +2. Add the StikDebug Source to SideStore by [tapping here](https://intradeus.github.io/http-protocol-redirector?r=sidestore://source?url=https://stikdebug.xyz/index.json) on your iOS device. Install StikDebug from the source. +3. Set up StikDebug by following the [pairing file guide](https://github.com/StephenDev0/StikDebug-Guide/blob/main/pairing_file.md). +4. On your iOS/iPadOS device, connect to a Wi-Fi network or enable Airplane Mode, then open StikDebug, select "Connect by App", and select Amethyst. You must repeat this step every time you open Amethyst. +5. Congrats, you have successfully enabled JIT for Amethyst. +6. From 326051931c7bbb25b775355d3f570136804d60a5 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:10:33 -0700 Subject: [PATCH 7/7] Update JIT.md Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- markdown/wiki/faq/ios/JIT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/wiki/faq/ios/JIT.md b/markdown/wiki/faq/ios/JIT.md index 91a49cc7..aac6a31b 100644 --- a/markdown/wiki/faq/ios/JIT.md +++ b/markdown/wiki/faq/ios/JIT.md @@ -32,6 +32,6 @@ A list of methods and walkthrough to enable JIT for each iOS version can be foun 1. Sideload Angel Aura Amethyst with the `get-task-allow` entitlement. A walkthrough to installing Amethyst with SideStore can be found [here](/getting-started/INSTALL.md). 2. Add the StikDebug Source to SideStore by [tapping here](https://intradeus.github.io/http-protocol-redirector?r=sidestore://source?url=https://stikdebug.xyz/index.json) on your iOS device. Install StikDebug from the source. 3. Set up StikDebug by following the [pairing file guide](https://github.com/StephenDev0/StikDebug-Guide/blob/main/pairing_file.md). -4. On your iOS/iPadOS device, connect to a Wi-Fi network or enable Airplane Mode, then open StikDebug, select "Connect by App", and select Amethyst. You must repeat this step every time you open Amethyst. -5. Congrats, you have successfully enabled JIT for Amethyst. -6. +4. Navigate to StikDebug → Settings. If the bottom of the page shows "TXM" instead of "Non-TXM", toggle "Picture in Picture" and "Always Run Scripts" on. +5. On your iOS/iPadOS device, connect to a Wi-Fi network or enable Airplane Mode, then open StikDebug, select "Connect by App", and select Amethyst. If a picture in picture window appears, keep it open until prompted. You must repeat this step every time you open Amethyst after a decent amount of time. +6. Congrats, you have successfully enabled JIT for Amethyst. You can now reenable Cellular Data if you wish.