iPhone Jailbreaks

And how to turn off the shutter sounds!

  1. iPhone 6s 13.3.1: by checkra1n on Ubuntu 18.04
  2. Reference: https://checkra.in/linux
    How to install Ubuntu was omitted.
    1. Install checkra1n on your Ubuntu.
    2.     $ deb "https://assets.checkra.in/debian" / | sudo tee -a /etc/apt/sources.list
          $ sudo apt-key adv --fetch-keys https://assets.checkra.in/debian/archive.key
          $ sudo apt update
          $ sudo apt install checkra1n
        
    3. Install some iPhone device drivers on your Ubuntu.
            $ sudo apt-get install ideviceinstaller
            $ sudo apt-get install python-imobiledevice
            $ sudo apt-get install libimobiledevice-utils
            $ sudo apt-get install python-plist
            $ sudo apt-get install ifuse
            $ sudo apt-get install usbmuxd
            $ sudo apt-get install libusbmuxd-tools 
          
    4. Run checkra1n
            $ sudo checkra1n
          

      For Command Mode:
            $ sudo checkra1n -c -v
          
      1. Go Options and check "Safe mode".
      2. Hit "Start".
      3. Follow the instructions: Get into DFU mode.
      4. On DFU mode, checkra1n put a jailbreak code. The iPhone's screen shows checkra1n.
      5. If it does not go well, try this. e.g. USBMUX Error (error code: -79) or USB Error (error code: -77).
    5. Go to your iPhone.
      1. iPhone automatically reboots.
      2. You will find checkra1n on your home.
      3. Run Checkraln and install Cydia.
      4. If you have an error of "unable to fetch bootstraps", which means you don't have an internet connection. Try a VPN if you are sure that you have an internet connection.
  3. How to turn off the shutter sounds.
    1. Install Filza from Cydia.(Jailbreak is a must.)
    2. Run Filza and find
      • /System/Library/Audio/UISounds/photoShutter.caf.
      • end_record.caf. (for end of live photo.)
    3. Rename it to photoShutterzz.caf, for examle.
    4. Shutter Sounds will be gone, forever.

Go back to Mobile

20201020