XiaomiToolV2 Fork
Source code of Xiaomi bootloader unlocking tool.
Other tools to unlock bootloader Xiaomi devices - Awesome Xiaomi Bootloader Unlock
- The original XiaomiToolV2 is abandoned and it needed a small correction to make it run on linux.
This fork of XiaoMiTool V2 - WORKS (Tested on a real device - 09.12.2023)
Read wiki.
- Install Java 17:
sudo apt install openjdk-17-jdk git
sudo dnf install java-17-openjdk-devel git
- Download this repo:
git clone https://github.com/topminipie/XiaoMiToolV2.git && cd XiaoMiToolV2
or
wget https://github.com/topminipie/XiaoMiToolV2/archive/refs/heads/main.zip && cd XiaoMiToolV2
- Build:
./gradlew build
- Run:
chmod +x ./res/tools/lin/adb
chmod +x ./res/tools/lin/fastboot
./gradlew run
-
Ignore update notifications.