π Bootly v1.1 Released β Major Feature Update
Weβre excited to announce Bootly v1.1, bringing powerful new tools and improvements focused on Android ROM development and image manipulation.
β¨ Key Features
π Security Bypass System
Automated VBMeta logic patching to disable bootloader dm-verity and AVB flags during repack operations.
π§° AVB Master Tool Suite
Full GUI integration of avbtool.py including:
- VBMeta generation
- Hash footer appending
- Custom RSA cryptographic signing
- Partition verification tools
π Smart Workspace Manager
Improved project explorer for raw images and unpacked files with:
- Grid-based layout
- Intelligent conflict handling (Replace / Rename protection)
π Cross-Platform Auto-Updater
Built-in update checker supporting:
- Pre-compiled standalone binaries (.exe)
- Source-code based deployments
π Responsive Knowledge Base
Integrated searchable documentation with real-time keyword highlighting for faster learning and navigation.
π¦ Installation & Usage
For Windows Users (Standalone EXE)
- Download the
Bootly-v1.1-windows-x64.zip from the Release Page
- Extract the folder
- Run
Bootly-v1.1-windows-x64.exe
- Note: Ensure the
bin/ folder remains in the same directory as the EXE
For Developers (Source Code)
git clone https://github.com/Haris16-code/Bootly.git
cd Bootly
pip install -r requirements.txt
python main.py
π Source Code
https://github.com/Haris16-code/Bootly/
π‘ Note
More features are already in development. Bootly is evolving into a full Android ROM development toolkit step by step.