Mi8 Pro Lineageos

Install LineageOS 22.2 on Xiaomi Mi 8 Pro

LineageOS

LineageOS - Xiaomi Mi 8 Pro (equuleus)

Android SDK Platform-Tools

Google USB Driver

MindTheGapps 15.0 ARM64

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.

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus