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

HFZ iHello

HFZ iHello 2.5.3 is an iCloud bypass with signal

HFZ stands as a trusted provider of diverse iCloud bypass tools tailored for iOS devices. Their latest offering presents a new solution, enabling users to bypass setup and activate checkm8 devices operating on iOS...

R3cycle

R3cycle iCloud Bypass Free Download

There are many iCloud bypass tools available for checkm8 devices, with both free and paid options offering similar features. Some tools even provide additional support to make your mobile service fully functional...

Janus A12+ Tethered Activator

Janus A12+ Tethered Activator

A new tethered iCloud activator called the Janus A12+ has just been released for iPhone XS to iPhone 15 Pro models. While it works, it does come with a few limitations, similar to other tools on the market: no SIM support, FaceTime, iMessage, Apple Pay...