From d3098718a2df3f36d70ed1bdd70d411238af0fc7 Mon Sep 17 00:00:00 2001 From: polymo1 Date: Sat, 14 Dec 2024 23:51:50 -0500 Subject: [PATCH] Update sparserestore.mdx (#40) Signed-off-by: neoarz <164915254+neoarz@users.noreply.github.com> Co-authored-by: neoarz <164915254+neoarz@users.noreply.github.com> --- docs/advanced/sparserestore.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/advanced/sparserestore.mdx b/docs/advanced/sparserestore.mdx index 613ce49..8f4d22b 100644 --- a/docs/advanced/sparserestore.mdx +++ b/docs/advanced/sparserestore.mdx @@ -12,12 +12,16 @@ The SparseRestore exploit **only fully works on iOS/iPadOS versions between 17.0 ## Prerequisites * An iDevice running versions supported by the SparseRestore exploit (see note above) * At least 1 free app slot +* Find my Iphone must be turned of for the purposes of this exploit (you can turn it back on later) +* Sidestore version 0.5.9 or later ## Steps 1. Install SparseBox. This can be done with a variety of methods, but for the purposes of this, install it with SideStore. The latest version can be found [here](https://nightly.link/khanhduytran0/SparseBox/workflows/build/main/artifact.zip) (unzip artifact.zip for the .ipa file) -2. Make sure SideStore is **closed** (not in background) and your WireGuard VPN is on, then open SparseBox. -3. Scroll down to the bottom and tap 'Bypass 3-app limit'. This should bring up a log output. Wait for it to say `idevicebackup2 exited with code -102`, then close the app. No need to hit apply. -4. Re-open SideStore, and test that the exploit has worked (you may need to install more than one app to test, depending on how many free slots you have). If it throws an error about the limit, reopen SideStore or retry the exploit. If it installs the app, congratulations! You can now have more than 3 apps installed at one time. +2. Tick on "Disable App Limit" in Sidestore, and make SideStore is **closed** (not in background) , then open SparseBox. +3. Set up Wireguard , select your paring file and tap 'Bypass 3-app limit'. This should bring up a log output. Wait for it to say `idevicebackup2 exited with code -18` or `idevicebackup2 exited with code 2`, then close the app. No need to hit apply. +4. Re-open SideStore, and scroll down in Sidestore setings. Press "clear cache", this will allow the exploit to be seen by Sidestore. +5. Test that the exploit has worked (you may need to install more than one app to test, depending on how many free slots you have). If it throws an error about the limit, reopen SideStore or retry the exploit. If it installs the app, congratulations! You can now have more than 3 apps installed at one time. +6. Due to the limitaions this exploit must be done every 3 (additional apps) you sideload. ## Alternatives If either the exploit doesn't work for you, or your iDevice is on an unsupported version, there is an alternative to be able to use more than 3 apps at once. LiveContainer, developed by Duy Tran Khanh ([khanhduytran0](https://github.com/khanhduytran0)) (the person who also made SparseBox), allows for iOS apps to be run in containers in-app rather than installing them separately. This may also be easier to use over SparseRestore in some cases. The GitHub page can be found [here](https://github.com/khanhduytran0/LiveContainer).