-
Notifications
You must be signed in to change notification settings - Fork 0
Unlocking the bootloader
ArnoldasMk edited this page May 31, 2026
·
5 revisions
Ubuntu / Debian
sudo apt install android-tools-adb android-tools-fastbootFedora
sudo dnf install android-toolsArch / Manjaro
sudo pacman -S android-toolsDownload the SDK Platform Tools, extract, and add the folder to your PATH.
adb version
fastboot --version- Settings → About phone → tap Build number 5+ times.
- Settings → System → Developer options:
- Enable OEM unlocking
- Enable USB debugging
adb reboot bootloader
fastboot devicesThe device and its serial should be seen.
fastboot flashing unlockOn the phone: Volume to select UNLOCK, confirm with Power.
Device factory-resets and reboots into setup.
adb reboot bootloader
fastboot getvar unlockedExpected: unlocked: yes
fastboot rebootIf OEM unlocking is greyed out: connect to Wi-Fi or reboot once.
If you want to build ROM: Building
If you want to download ROM: Installation
LieppOS wiki