-
Notifications
You must be signed in to change notification settings - Fork 3
Install
This guide explains how to install the ROCKNIX-ABL custom Qualcomm ABL using fastboot.
Before you begin, ensure you have the following:
- A supported Qualcomm-based device
- A USB cable
- A PC running Windows, Linux or macOS
- The correct
abl_signed-SMXXXX.elffile for your device - Fastboot installed and working
- Proper USB drivers installed (Windows users)
- Download Android Platform Tools from Google
- Extract the archive
- Install the appropriate USB drivers for your device
- Ensure
fastboot.exeis accessible from your command prompt
Most distributions include fastboot in their package repositories:
sudo apt install android-tools-fastboot(or equivalent for your distro)
Using Homebrew:
brew install android-platform-toolsPower off your device completely.
Boot into fastboot mode using one of the following methods:
- Hold Power + Volume Down until fastboot mode appears
- Or from Android with USB debugging enabled:
adb reboot bootloaderVerify the device is detected:
fastboot devicesFrom the directory containing the ABL file, run:
fastboot flash abl abl_signed-SMXXXX.elfWait for the flash process to complete successfully.
Once flashing is complete, reboot your device:
fastboot rebootYour device should now boot using ROCKNIX-ABL.
- The default boot mode is Linux
- Hold Volume Up during boot to force Android
- Hold Volume Down during boot to enter ROCKNIX-ABL
This project is provided as-is.
For issues, feedback, or testing reports, please contact the ROCKNIX Team through our #abl Discord channel.
Happy gaming! 🎮🔥