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

Broque Ramdisk Pro

Download Broque Ramdisk Pro Free iCloud Bypass 2.8.3

There are numerous paid solutions available for bypassing iCloud Activation and gaining unauthorized access to the device's Home Screen. However, the majority of iCloud bypass tools are offered as paid software...

SkynetTool AIO

SkynetTool AIO Bypass for iOS 12 - iOS 17

Discover a range of comprehensive All-In-One solutions designed to bypass iCloud and offer a variety of other features. One such recent release is SkynetTool AIO, a powerful tool that provides everything you need to manage your iPhone. This tool is compatible...

iRemoval PRO Premium Edition

iRemoval PRO Premium Edition 3.1 was relesed with iOS 17 support

iRemoval PRO Ltd, renowned for pioneering products such as iRemoval PRO and the inaugural Windows jailbreak utilizing checkra1n iRa1n, has unveiled a revolutionary iCloud Bypass tool tailored for iPhone models spanning...