Skip to content

Latest commit

History

History
65 lines (38 loc) · 2.9 KB

File metadata and controls

65 lines (38 loc) · 2.9 KB

Script Setup Guide

Advisory:

Kindly be informed that the initial execution of the script on your Termux may necessitate a certain duration. This is due to the requirement for the script to perform package updates and upgrades as part of the initial setup process. Additionally, the installation of Python 3 is necessary, as it is a prerequisite for running the main BootSigner script.


Requirements:

• Ensure an active internet connection is available for the initial setup to update and upgrade packages.


Script Running Steps:

Step 1: Download the BIScript.zip file from the Releases section.

Step 2: Extract the zip file using ZArchiver or any other zip extractor app.

Step 3: After extraction, you will see a folder named "BIScript."

Screenshot

Step 4: Copy or move the "BIScript" folder to your device's internal storage.

Step 5: Download the Termux app.

Step 6: Download Official Magisk or Magisk delta and install it. Patch your boot image.

Screenshot

Step 7: After patching, copy the patched boot image from the download folder to the "BIScript" folder and rename it to boot.img.

ScreenshotScreenshot

Step 8: Open the Termux application and grant storage permission.

Step 9: After setup, you will see the Termux interface.

Step 10: Change the directory to the "BIScript" folder with this command:

cd /storage/emulated/0/BIScript

Step 11: Make the script executable with this command:

chmod +x BIScript.sh
Screenshot

Step 12: Run the script with this command:

bash BIScript.sh

Wait for a few minutes for the main script to start. It will automatically download necessary packages and sign the image. Wait until it finishes; you will see a success message.

Screenshot

Now Follow this guide to flash the signed boot image.