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
          

      1. Hit "Start".
      2. Follow the instructions: Get into DFU mode.
    5. Go to your iPhone.
      1. iPhone automatically reboots.
      2. You will find checkra1n on your home.
      3. Run Checkraln and install Cydia.
  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.
    3. Rename it to photoShutterzz.caf, for examle.
    4. Shutter Sounds will be gone, forever.

Go back to Mobile

20201020