LineageOS - Xiaomi Mi 8 Pro (equuleus)
Xiaomi Mi 8 Pro
- Device: Xiaomi Mi 8 Pro
- Codename:
equuleus - LineageOS: 22.2
- Android: 15
- GApps: MindTheGapps 15.0 ARM64
- Firmware: V12.0.2.0.QECMIXM
Windows 11
Extract Android Platform-Tools to:
C:\platform-tools
âââ recovery.img
âââ lineage-22.2-20260825-nightly-equuleus-signed.zip
âââ MindTheGapps-15.0.0-arm64-20250812_214357.zip
Check Device
Enable USB debugging and connect the phone.
cd C:\platform-tools
adb devices
adb reboot bootloader
fastboot devices
fastboot getvar product
fastboot oem device-info
Verify:
product: equuleus
Device unlocked: true
Device critical unlocked: true
Install Recovery
fastboot flash recovery recovery.img
Boot directly into LineageOS Recovery:
Volume Up + Power
Factory Reset
Factory reset
â Format data / factory reset
â Confirm
Install LineageOS
Select:
Apply update
â Apply from ADB
Run:
adb devices
adb sideload lineage-22.2-20260825-nightly-equuleus-signed.zip
Successful installation:
Install completed with status 0.
Do not boot Android before installing GApps.
Install Google Apps
In Recovery select again:
Apply update
â Apply from ADB
Run:
adb devices
adb sideload MindTheGapps-15.0.0-arm64-20250812_214357.zip
If signature verification fails, select Continue / Yes.
Successful installation:
Install completed with status 0.
Reboot
Select:
Reboot system now
The first boot may take several minutes. Complete the Android setup wizard and sign in with a Google account.