• Breaking News

    Sunday, June 20, 2021

    iOS Jailbreak [Tutorial] The guide to ACTUALLY end all other FutureRestore guides

    iOS Jailbreak [Tutorial] The guide to ACTUALLY end all other FutureRestore guides


    [Tutorial] The guide to ACTUALLY end all other FutureRestore guides

    Posted: 20 Jun 2021 12:02 AM PDT

    Introduction

    I originally wrote the https://ios.cfw.guide FutureRestore tutorial, however I didn't feel like that got much attention, so this is a edited version which is more complete.

    Compatibility

    Refer to this table to see which version you can and can't restore to, assuming you have blobs:

    Devices that support only up to iOS 12.5.4 (iPhone 5s, iPhone 6, etc) Can restore to any version between 11.3-12.5.4
    A10- Devices Can restore to any iOS 14 version
    A11+ Devices Cannot downgrade to 14.0-14.2, upgrades to 14.0-14.2 have a 50/50 chance of working. 14.3+ Upgrades and Downgrades work fine

    Requirements

    • Blobs saved for the version you want to restore to
    • A jailbroken iDevice
    • A computer with at least 8 gigabytes of available space (not including the ipsw)

    Downloads

    • The latest release of FutureRestoreGUI
    • The iPSW file for your device from the internet
    • On Windows, make sure you have iTunes installed
      • Scroll down and select the other Windows build as the Windows Store version will not work

    Getting Started

    1. Open your package manager on your jailbroken iDevice
    2. Add repo.1conan.com to your sources
    3. Add repo.chariz.com to your sources
    • This will usually already be there on newer jailbreaks
    1. Download and install dimentio
    2. Download and install NewTerm2
    3. If you're on iOS 14.0 or above:
    • Install libkernrw if you're using Taurine
    • Install libkrw if you're using unc0ver
    • checkra1n/odysseyra1n users don't need to install anything extra

    Setting nonce

    1. Open your blob in a text editor and search for generator GeneratorExample
    2. Note down the value inside the <string> field
    • This should be a 0x followed 16 characters which will be a combination of letters and numbers. This is your generator.

    NOTE: If there is no generator value, try to remember which jailbreak you were using at the time of saving blobs. If you were using unc0ver, your generator is most likely 0x1111111111111111, and if you were using Chimera/Odyssey/Taurine, your generator is most likely 0xbd34a880be0b53f3

    1. Open NewTerm 2 on your iDevice and type the following command, where [generator] is the value you just grabbed:

      su root -c 'dimentio [generator]'

    2. When asked for a password, enter your root password

    • By default, this is set to alpine
    1. Once the command executes, a lot of text should appear
    2. Near the end of the text, you should see the line Set nonce to [generator]

    The Restore

    1. Connect your iDevice to your computer
    2. Make sure that your computer is trusted by your device
    3. Create a full backup of your device through iTunes or Finder
    4. Open FutureRestoreGUI on your computer
    • If prompted by Windows Defender or other anti-virus software, allow the program to run - it's safe
    1. Click the Download FutureRestore button to fetch the latest version of FutureRestore
    2. Click the Select Blob File... button and select your blob .shsh2 file
    3. Click the Select Target iPSW File... and select your .ipsw file
    4. Enable the Update (-u) checkbox
    • Do not enable this when downgrading from 14.5 or later
    1. Click Start Futurerestore

    If you experience any issues during the Process, look in the FutureRestore help page, if you still can't find a solution, ask in the #futurerestore-help channel on the r/jailbreak Discord

    Manually specifying Baseband/SEP (Advanced)

    Its not recommended and is really unnecessary 90% of the time to manually specify SEP/BB, however if you still want to. Remember that the SEP/Baseband you specify NEED to be signedhere's how:

    1. download the IPSW of the version you want to extract the SEP and baseband from
    2. extract the IPSW
    3. For finding the SEP file: they usually follow this naming scheme: sep-firmware.(boardconfig).RELEASE.im4p and They're usually found in the /Firmware/all_flash/ directory of the IPSW
    4. For finding the Baseband file: Baseband files usually follow this naming scheme: MAV/ICE and end in .bbfw. They're usually found in the /Firmware/ directory in IPSW files.
    5. Follow the steps to restore using FutureRestor-GUI, however instead of choosing "latest" on SEP and baseband, press "manual" and select the .bbfw and .im4p files
    submitted by /u/DaBezt31
    [link] [comments]

    [Discussion] How does iOS detect charging cables even without power?

    Posted: 19 Jun 2021 07:11 AM PDT

    [News] Apple TV Kodi Manager

    Posted: 20 Jun 2021 12:36 AM PDT

    [News] Apple TV Kodi Manager

    As advertised, a tweet featuring a new Kodi Manager for tvOS will be coming soon!

    Instead of installing setups or wizards, this tweak will allow users to manage their Kodi.

    https://preview.redd.it/6fw780gsid671.png?width=2880&format=png&auto=webp&s=cbfca583466f07f5f8a2eefcd630178a6a485e51

    This tweak includes:

    Restore - Factory reset Kodi if something goes wrong or you just want to start fresh

    Export - Create a backup of your sources and add-ons

    Import - Use Breezy (or SCP) to install your backups directly in to Kodi

    Clean - Clear Kodi cache for video buffering and save device space

    And more! (no ETAs, still a WIP)

    submitted by /u/Legendary555
    [link] [comments]

    [Discussion] Is anyone aware or have any update to Jailbreak Detection Bypass by _pwn20wnd?

    Posted: 19 Jun 2021 08:41 AM PDT

    [Tip] [Discussion] Here are some of the free alternatives that all-in-one tweaks have such as Lynx 2, Orion, Springtomize, etc

    Posted: 19 Jun 2021 03:18 PM PDT

    [Help] Alternative to Pullover Pro

    Posted: 20 Jun 2021 01:52 AM PDT

    [Discussion] Important note regarding v1.0.3 of [[IAmLazy]]

    Posted: 19 Jun 2021 12:07 PM PDT

    Hey all,

    After cleaning up some of IAmLazy's code, I ended up having to modify the backup/restore commands and in doing so, accidentally broke compatibility with backups made prior to v1.0.3 (huge thanks to u/law0808 for informing me of this issue). If you try to restore from an older backup with v1.0.3 it won't break anything, but it also won't install anything.

    Please update to v1.0.3.1 and remove any backups made with v1.0.3 as they will not work with the now-fixed version or any version prior to v1.0.3.

    To avoid future hiccups, I have also taken down v1.0.3.

    For those who are curious about what went wrong, the issue spawned from the backup's file structure. Prior to v1.0.3, the backup's structure was simply `me.lightmann.iamlazy/`, but was then changed to `/var/tmp/me.lightmann.iamlazy/` as a result of some modifications to the way IAmLazy creates the backup archive. This in turn required me to add the `--strip-components=2` flag to the unpack restore command which essentially strips older backups entirely, given their single directory structure, leaving nothing to left install.

    With the latest build (v1.0.3.1), I modified the backup creation command to start in `me.lightmann.iamlazy/` to avoid the additional `/var/tmp/` and need for the `--strip-components=2` flag.

    TL;DR: v1.0.3 bad. v1.0.3.1 good. Remove backups made w v1.0.3 to avoid non-functional restores.

    If you have any questions or concerns drop 'em below or shoot me an email.

    If you encounter any issues please make an issue on GitHub or shoot me an email.

    ~ Lightmann

    submitted by /u/_lightmann
    [link] [comments]

    [QUESTION] Keep capital letters on the keyboard

    Posted: 19 Jun 2021 09:32 PM PDT

    Hello everybody

    Does anyone know if there is a tweak that allows capital letters to be kept active when switching between letters and numbers?

    submitted by /u/SkullMazapan
    [link] [comments]

    [question] Any way to load entire conversation in messages iOS 14

    Posted: 19 Jun 2021 07:42 PM PDT

    Hey I searched around and saw a few things from 2+ years ago. Messages loaded and messageload both haven't been updated in years and don't seem to work anymore. Does anyone know of a tweak that can load either all the messages in a single conversation or something similar. Thanks!

    submitted by /u/sweetbam1
    [link] [comments]

    [Request] Bubble Respring GIF for Gif2Ani

    Posted: 20 Jun 2021 03:23 AM PDT

    [HELP] All my tweaks are gone after I did a “complete upgrade” in Cydia.

    Posted: 20 Jun 2021 01:27 AM PDT

    I had to reinstall unc0ver because my license expired in May. I installed the latest version and jailbroke no issues. All my tweaks were working. I then went into cydia and did a complete upgrade or update and now all of my tweaks are missing even though I saw all of them being installed/updated. I tried reinstalling/installing cydia substrate and that did not help. I'm on iOS 13.5. PLEASE HELP!

    submitted by /u/muee88
    [link] [comments]

    [Question] Download app requiring higher iOS version?

    Posted: 19 Jun 2021 08:22 PM PDT

    Trying to download the expedia app but requires iOS 14 and up. I'm still on 13.3, any way to download an older version by chance? Thanks!

    submitted by /u/wizardlyhigh
    [link] [comments]

    [Question] Is having the latest SEP more secure?

    Posted: 20 Jun 2021 02:51 AM PDT

    Out of curiosity, I was wondering if having the latest SEP is more secure than having the SEP that corresponds with the version you intend to restore to, considering the security patches and updates that take place.

    submitted by /u/hyperparasitism
    [link] [comments]

    [Request] Removing For You feature of Photos (IOS 13)

    Posted: 20 Jun 2021 01:39 AM PDT

    Anyone have a jailbreak to remove the For You feature of IOS or ability to hide Shared Albums? TIA

    submitted by /u/Earthofperk
    [link] [comments]

    [request] safari tweak to delete web elements

    Posted: 19 Jun 2021 10:26 AM PDT

    Basically a tweak for safari that does the same as this chrome extension

    submitted by /u/LtLfTp12
    [link] [comments]

    [help] remove small bar under status bar

    Posted: 19 Jun 2021 02:48 AM PDT

    [question] will laetus work with prokeys?

    Posted: 19 Jun 2021 08:05 PM PDT

    I like the awesome effects of prokeys but I want a theme only on laetus. Can they be combined?

    submitted by /u/Nx0Sec
    [link] [comments]

    [discussion] what are someiOS 13+ tweaks that can really change how the settings app looks

    Posted: 19 Jun 2021 11:00 PM PDT

    [Help] Constant resprings after performing tasks slightly faster than usual

    Posted: 19 Jun 2021 09:52 AM PDT

    Constant resprings when performing actions slightly faster than normal

    For example, if I open the app switcher then accidentally click on an app right after, then open the app switcher back up, my device resprings.

    It almost seems like my iPhone can't handle the task.

    I'm using Taurine and am on iOS 14.3.

    Is there any way to determine what is causing this besides turning off each tweak in iCleaner pro?

    submitted by /u/SamirDando
    [link] [comments]

    [Request] A Tweak That Allows You To View All Notifications On Lock-screen/Notification Center Without Swiping Up First.

    Posted: 19 Jun 2021 10:49 PM PDT

    [question] any tweak that does this for 12 pro max ?

    Posted: 19 Jun 2021 10:40 PM PDT

    [Update] [Open Source] Home Screen Quick Actions v1.6.5

    Posted: 19 Jun 2021 10:29 AM PDT

    [Help] Is there a tweak that allows you to make a .gif sticker like this Reddit rainbow parrot sticker? This one is able to be placed and moved as if it were a normal static sticker

    Posted: 19 Jun 2021 09:47 PM PDT

    [Question] What are some of the best / most useful iPad tweaks for iOS 14 that you use on your iPad?

    Posted: 19 Jun 2021 04:26 AM PDT

    [Question] What is the best version if unc0ver to be on because this 6.1.2 is NOT it.

    Posted: 19 Jun 2021 01:36 AM PDT

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel