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

JIT With SideJITServer #31

Open
SoY0ung opened this issue Apr 18, 2024 · 15 comments
Open

JIT With SideJITServer #31

SoY0ung opened this issue Apr 18, 2024 · 15 comments

Comments

@SoY0ung
Copy link

SoY0ung commented Apr 18, 2024

Enabling JIT in SideStore does not support iOS 17. However, SideJITserver(https://github.com/nythepegasus/SideJITServer/) can be used to enable JIT for iOS 17+.
Does SideJITServer applicable to LiveContainer?
I've tried SideJITServer method, but I always loop in the app selector page after click the play button. Sometimes I get the Assertion failed

IMG_2586

@SARankDirector-Minecraft

#32

Huh, I'm getting a similar issue with jitless.

@HyperrJedi
Copy link

Yeah I would love support for SideJITServer. Hope either that comes, or a better JIT solution comes out

@khanhduytran0
Copy link
Owner

Latest build should fix this issue now

@SoY0ung
Copy link
Author

SoY0ung commented Apr 20, 2024

Latest build should fix this issue now

The latest build fixed the jitless mode in iOS 17.
After setting up jitless mode, I can launch the most apps with a click.👍
But the jit mode is still broke, I also get the app selector page after enable JIT with SideJITServer.

@HyperrJedi
Copy link

Latest build should fix this issue now

The latest build fixed the jitless mode in iOS 17.

After setting up jitless mode, I can launch the most apps with a click.👍

But the jit mode is still broke, I also get the app selector page after enable JIT with SideJITServer.

Yeah JIT isn't working for me. When I try JIT-less, the apps crash on start. Is this a Known issue?

@SoY0ung
Copy link
Author

SoY0ung commented Apr 20, 2024

Latest build should fix this issue now

The latest build fixed the jitless mode in iOS 17.
After setting up jitless mode, I can launch the most apps with a click.👍
But the jit mode is still broke, I also get the app selector page after enable JIT with SideJITServer.

Yeah JIT isn't working for me. When I try JIT-less, the apps crash on start. Is this a Known issue?

May be the app you install in LiveContainer is not compatible for now. You can try other ipa file.

@lumen-novum
Copy link

SideJIT now works for me in the latest update. You guys should try it out. :)

@HyperrJedi
Copy link

SideJIT now works for me in the latest update. You guys should try it out. :)

The pre release, right? I can just grab the pre release ipa and it should work?

@lumen-novum
Copy link

The pre release, right? I can just grab the pre release ipa and it should work?

Yes, just don't set up JIT-less for now since it screws with the JIT version.

@HyperrJedi
Copy link

The pre release, right? I can just grab the pre release ipa and it should work?

Yes, just don't set up JIT-less for now since it screws with the JIT version.

I'll try asap. Thanks for letting me know. I really want this to work lol

@HyperrJedi
Copy link

The pre release, right? I can just grab the pre release ipa and it should work?

Yes, just don't set up JIT-less for now since it screws with the JIT version.

Yo, it still isn't working for me. How did you do it exactly

@lumen-novum
Copy link

@HyperrJedi Yo, it still isn't working for me. How did you do it exactly

  1. Make sure phone and computer are on the same network (hotspot works fine on MacOS).
  2. IMPORTANT! Make sure SideJITServer is up to date and isn't already opened.
  3. "Open" the app you want to use JIT with in LiveContainer. It should direct you to SideStore.
  4. Launch SideJITServer and wait until you see these three IP addresses:
Screenshot 2024-04-23 at 17 15 36

Put the third IP address into the SideJIT shortcut and make sure your device UDID is correct.
5. Launch SideJIT shortcut and select LiveContainer.
6. Profit.

It's important that you DON'T open any other app with SideJIT other than LiveContainer that already has the app selected.

If for whatever reason you open another app with SideJIT, open LiveContainer with JIT before "opening" the app in the LiveContainer menu, LiveContainer doesn't work, or you close LiveContainer while in JIT you have to restart SideJITServer.

I believe that there is an issue with SideJIT where it doesn't properly apply JIT after the first app is opened.

With these steps, LiveContainer works every time. 🙂

@xFr0z3n
Copy link

xFr0z3n commented May 12, 2024

@HyperrJedi Yo, it still isn't working for me. How did you do it exactly

  1. Make sure phone and computer are on the same network (hotspot works fine on MacOS).
  2. IMPORTANT! Make sure SideJITServer is up to date and isn't already opened.
  3. "Open" the app you want to use JIT with in LiveContainer. It should direct you to SideStore.
  4. Launch SideJITServer and wait until you see these three IP addresses:
Screenshot 2024-04-23 at 17 15 36 Put the third IP address into the SideJIT shortcut and make sure your device UDID is correct. 5. Launch SideJIT shortcut and select LiveContainer. 6. Profit.

It's important that you DON'T open any other app with SideJIT other than LiveContainer that already has the app selected.

If for whatever reason you open another app with SideJIT, open LiveContainer with JIT before "opening" the app in the LiveContainer menu, LiveContainer doesn't work, or you close LiveContainer while in JIT you have to restart SideJITServer.

I believe that there is an issue with SideJIT where it doesn't properly apply JIT after the first app is opened.

With these steps, LiveContainer works every time. 🙂

Can you help? If I enable Jit on live container I get the shortcut pop up saying it works but if I launch an app in there it redirects me to sidestore for some reason and after going back to LiveContainer it says jit couldn’t be activated (without jit less) and with jit less the shortcut says it works but when I launch an app it says in the app that it’s waiting for jit I followed the steps you mentioned but I can’t get it to work

@lumen-novum
Copy link

lumen-novum commented May 12, 2024

@xFr0z3n You have to launch the app in LiveContainer (which should redirect you to SideStore) and THEN use the shortcut.

If you mess it up, make sure to restart completely and carefully follow the steps from step one.

Also make sure that you haven't set up jitless. If you did, delete and reinstall LiveContainer.

@xFr0z3n
Copy link

xFr0z3n commented May 18, 2024

@xFr0z3n You have to launch the app in LiveContainer (which should redirect you to SideStore) and THEN use the shortcut.

If you mess it up, make sure to restart completely and carefully follow the steps from step one.

Also make sure that you haven't set up jitless. If you did, delete and reinstall LiveContainer.

Tysm it works perfectly I just didn’t knew you had to do it in that specific order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants