ONE Jailbreak Ad

Fix IC-Info.sisv missing file for Broque Ramdisk

Promotion image of Fix missing IC-Info.sisv article.

When you back up your iPhone for passcode bypass with activation, it may not generate the IC-Info.sisv file necessary for iCloud login repair. This file is located in the backup ZIP package under FairPlay's iTunes folder, next to the IC-Info.sidb and IC-Info.sids files. Follow this tutorial to generate the IC-Info.sisv from iPhone's backup.


Requirements

  • iPhone backup generated with Broque Ramdisk.
  • A Desktop computer with Windows or macOS.
  • VSCode installed on your system.
  • Installed the Property List Editor extension for VSCode.

Generate IC-Info.sisv file

  1. Navigate to Broque Ramdisk Pro → lib → Backup folder.
  2. Open the [Archive].zip, and navigate to FairPlay folder.
  3. Duplicate the file "1" and rename it to "1.plist".
  4. Open this .plist file using VSCode editor (Property List Editor must be installed).
  5. From the List View open FairPlayKeyData.
  6. Copy the key value (Base64 string), but ignore the beginning (first line) and end of the container (last line).
  7. Use a website tool to decode Base64 string to file, or execute this Python script:
    import base64
    def decode_base64_to_file(encoded_string, output_file):
        try:
            decoded_data = base64.b64decode(encoded_string)
            with open(output_file, 'wb') as file:
                file.write(decoded_data)
            print(f"Decoded data saved to {output_file}")
        except Exception as e:
            print("Error:", e)
    if __name__ == "__main__":
        encoded_string = input("Enter the Base64 encoded string: ")
        output_file = input("Enter the name of the output file: ")
        decode_base64_to_file(encoded_string, output_file)
  8. Save the file generated files as IC-Info.sisv.
  9. Delete the 1.plist from the FairPlay folder.
  10. Copy IC-Info.sisv to Broque Ramdisk Pro → lib → Backup → [Archive].zip → FairPlay → iTunes_Control → iTunes folder. Save the [Archive].zip, and you're done.
Author Photo
Written by

Kuba has over 20 years of experience in journalism, focusing on jailbreak since 2012. He has interviewed professionals from various companies. Besides journalism, Kuba specializes in video editing and drone flying. He studied IT at university before his writing career.

Post a comment

Latest Posts

MagicClock

MagicClock Repair Tool for Apple Watch Series 0 - 6

Xinzhizao company is responsible for developing the remarkable MagicClock and MagicAWRT iBUS Adapter, designed to cater to all iWatch Series 0/1/2/3/4/5/6/SE devices. Their comprehensive range of tools and hardware facilitates various essential functionalities...

iRemoval PRO

iRemoval PRO Download: v7.0 Major Update Released!

In 2023, iRemoval PRO is the most-used software to unlock Apple iDevices with more than 350k exploits running on iPhones and iPads. Use this tool to unlock the Hello screen, Activation Lock, and iPhone Locked on iOS 12, iOS 13, iOS 14, iOS 15, & iOS...

Hackt1vator AOI

Download Hackt1vator AIO for Windows & Register iPhone to Unlock

I tested Hackt1vator All-in-One iCloud Bypass Tool and this is what I learned. It's a great free utility that allows users to bypass the Hello Screen and MDM from a Windows PC or macOS. What's more, it also works...