How to install last EU


Luca Xiaomi

Members
May 4, 2018
3
13
Hi, I have Mix 2s whit Android P MIUI 10 8.9.20 and unlocked bootloader.
How can I install last EU? Twrp or fastboot? And for encryption?
 
Hi, I have Mix 2s whit Android P MIUI 10 8.9.20 and unlocked bootloader.
How can I install last EU? Twrp or fastboot? And for encryption?


1. Install latest TWRP recovery via Fastboot mode using ADB (you can find TWRP 3.2.3-0 v10 on XDA):

Code:
fastboot flash recovery twrp.img

2. Boot to TWRP recovery via Fastboot mode using ADB:

Code:
fastboot boot twrp.img

3. TWRP: Wipe > Advanced Wipe > do Wipe: -Dalvik/ART Cache, -Cache, -System;
4. TWRP: Wipe > Format Data > do Format Data;
5. TWRP: Reboot > Recovery;
6. TWRP: Copy latest ROM to internal storage;
7. TWRP: Install > select ROM > Swipe to Confirm Flash;
8. TWRP: Reboot > System;
Done
 
  • Like
Reactions: Josyto