Xiaomi Mi Max 2 is the iconic 2017 phablet with a 6.44-inch screen and 5,300 mAh battery that is still in use by many users. However, with the release of new versions of Android and MIUI, owners face the problem of how to update the system on an outdated device? Official support from Xiaomi has long been discontinued, but this does not mean that your smartphone is doomed to MIUI 9 or Android 7.1 Nougat forever.
In this guide, we will discuss all the current ways to update the Mi Max. 2 (Oxygen and Hydrogen models, including official OTA-packages, manual installation via Recovery and Fastboot, and alternative firmware based on Android 10/11. Particular attention will be paid to unlocking the bootloader - a key step for installing custom firmware, without which most methods simply will not work.
We warn you that the process of updating on outdated devices is fraught with risks. Wrong actions can lead to a βbrickβ (complete failure) of a smartphone. If you are not sure about yourself, you should consult a specialist or stay on the latest stable official version.
1. Check the current version of the software and compatibility
Before you start updating, you need to accurately determine:
- π± The Mi Max 2 came in two versions: oxygen (global) and hydrogen (Chinese). β The phone. β Model or by the inscription on the box.
- π’ Current version MIUI/Android β This information is in the same section about the phone, MIUI 9.6.3.0 | Android 7.1.1.
- π bootloader status - it is locked or unlocked. You can check this with the command fastboot oem device-info (more in the section about unlocking).
The choice of firmware depends on the model:
- π Oxygen β supports global (Global) and European (EEA) build-up MIUI.
- π¨π³ Hydrogen β works only with Chinese firmware, but they can be converted into global.
π‘
If there is no Model in About Phone, enter the code ##4636## in the phone app and select Phone Information.
Also check the battery status. It can take up to 30-40 minutes to update, and if the battery runs out in the process, the device will turn into a brick. Charge the smartphone to at least 60% or connect to the charge with the original cable.
2. Official update via OTA (if available)
The easiest and safest way is to upgrade by air" (OTA). But for the Mi Max 2 formal OTA-The packages stopped coming out after MIUI 11 (Android-based 7.1/8.1). However, sometimes Xiaomi releases security patches or minor updates.
To check for updates:
- Open Settings β About the phone β System update.
- Click on the three dots in the upper right corner and select Update (if you donβt have one, your version of MIUI doesnβt support it).
- If you find an update, download it (preferably via Wi-Fi) and install it.
What to do if OTA-update not installed?
If the system says, "No updates found" or "Your version is current," it means that there will be no official updates for your model, and then you will have to use alternative methods.
Manual update via Recovery (for official firmware)
If OTA doesn't work, but you want to stay on the official firmware, you can manually install the update via Recovery.
- π Firmware file in.zip format (download from the official Xiaomi website or forum) XDA Developers).
- π± Charge at least 50%.
- π Original. USB-cable (in case you need a connection to the PC).
Step-by-step:
- Download the right firmware for your model (oxygen/hydrogen) from MIUI Downloads. Choose a stable version, not a developer.
- Rename the file to update.zip and move it to the root folder of internal memory (not to Download or MIUI!).
- Turn off your phone and press the Volume Up + Power combination to enter Recovery Mode.
- In the Recovery menu, select the language (if you have an option), then:
- Wait until the installation is complete (don't interrupt!). After the installation, select Reboot to System.
Download the correct firmware version for oxygen/hydrogen
Rename the file to update.zip
Move the file to the root of internal memory
Charge your phone to at least 50%
Prepare original USB-cable (in case of errors)
-->
If after the reboot, the phone is stuck on the Mi logo for more than 10 minutes, then the firmware is not suitable or the installation was wrong.
- Press Volume Up + Power for 15-20 seconds to force the device to turn off.
- Repeat the process with another firmware version or try the Fastboot method.
π‘
Installation via Recovery does not require unlocking the bootloader, but only works with official firmware. For custom ROMs, you need to use Fastboot or TWRP.
4. Unlocking the bootloader is a mandatory step for custom firmware
Without unlocking the bootloader, you wonβt be able to install alternative firmware (like LineageOS, Pixel Experience, or unofficial MIUI 12/13). Xiaomi locks the bootloader on all devices, and you need to get permission from the manufacturer to unlock it.
The process consists of several stages:
Step 1: Linking your Mi Account to your device
- Register a Xiaomi account (if not) at account.xiaomi.com.
- On the phone, log in to this account: Settings β Accounts β Mi Account.
- Activate the Settings option β Additional β For developers β Unlock OEM (if it is not, turn on Developer Mode by clicking 7 times on the MIUI version in the About Phone section).
Step 2: Getting permission to unlock
- Download the Mi Unlock Tool from Xiaomiβs official website: en.miui.com/unlock.
- Install it on your PC (Windows 7/10/11) is required.
- Open the utility and log in to your Mi Account.
- Connect your phone in Fastboot mode (turn off the device, then press Volume Down + Power).
- In the utility, press Unlock and follow the instructions.The process can take anywhere from a few minutes to 72 hours (Xiaomi checks the request manually).
What if Mi Unlock Tool says "Couldn't unlock"?
Once you've successfully unlocked it, you can start installing custom firmware.
β οΈ Warning: Unlocking the bootloader resets all data on the phone! backup important files, contacts and apps before starting the process.
5. Install custom firmware via Fastboot or TWRP
If you want to upgrade to Android 9/10/11, You'll have to use unofficial firmware. 2 accessible:
- π± LineageOS 16/17/18 (Android 9/10/11) β most stable alternative.
- π¨ Pixel Experience β firmware with pure Android and features from Google Pixel.
- π MIUI 12/13 Ports β unofficial builds based on new versions MIUI (may be unstable).
- π Havoc-OS or Resurrection Remix β custom firmware with advanced settings.
The installation will require:
- π₯οΈ Computer with drivers installed ADB/Fastboot.
- π¦ Firmware in.zip format (for TWRP) or.tgz (for Fastboot).
- π§ Unlocked bootloader (see previous section).
- π οΈ Castom Recovery TWRP (3.5.2 version recommended for Mi Max 2).
Method 1: Installation via TWRP (recommended)
- Download TWRP for your model from twrp.me.
- Fastboot: fastboot flash recovery twrp-3.5.2-oxygen.img fastboot boot twrp-3.5.2-oxygen.img
- In TWRP, make a full backup of the current firmware (Backup β Select Partitions β Swipe to Backup).
- Wipe Dalvik, Cache, System, Data (Wipe β Advanced Wipe)
- Install β Select the.zip β Swipe to Confirm file.
- After installing the firmware, install Gapps (if you need Google services) and Magisk (for root rights).
- Reboot to the system.
Method 2: Installation via Fastboot (for official and some custom firmware)
- Download the firmware in.tgz format and unpack it.
- Connect your phone in Fastboot mode.
- Run the installation script: fastboot flash boot.img fastboot flash system.img fastboot flash vendor vendor.img fastboot flash recovery.img fastboot erase userdata fastboot reboot
The first download after installing custom firmware can take 10-15 minutes.
π‘
If there is no mobile network after installing the firmware, check the APN settings or install a patch for the modem (look for the XDA forum in your firmware topic).
6. Solving common errors during the update
When updating the Mi Max 2, users often face the following problems:
| Mistake. | Possible cause | Decision |
|---|---|---|
| Couldn't verify update package (in Recovery) | A damaged firmware file or model mismatch. | Download the firmware again, check the model (oxygen/hydrogen). |
| Hanging on the Mi logo after the update | Incompatible firmware or installation error | Log in to Fastboot and flash the firmware again or restore the backup. |
| Anti-rollback check fail | Trying to install an older version of MIUI. | Use only new versions or firmware with Anti-Rollback disabled. |
| No mobile network signal after installing custom firmware | There are no modem drivers or incorrect APN settings. | Install a patch for the modem or manually add the operator's APN. |
| Mi Unlock Tool doesn't see the device | Drivers not installed ADB/Fastboot or USB-debugging off. | Install the drivers, turn on the drivers. USB-debugging in the developer settings. |
If none of these methods worked, try:
- π Return to the official firmware via Mi Flash Tool (instructions on the Xiaomi website).
- π Contact the forum XDA Developers or in the Mi Max 2 thematic group in Telegram.
- π§ Use a service center (if the phone is warranty or you are not sure of your actions).
β οΈ Warning: If the phone doesn't turn on after a failed update (black screen, no image vibration), don't try flashing it without a diagnosis. EMMC-In such cases, it is better to consult a specialist with equipment for EDL-firmware.
7. Alternative methods of "updating" without firmware
If you donβt really want to have the latest version of Android, but want to improve performance or add new features, consider these options:
- π§ Installation of a launcher β for example, Nova Launcher or Lawnchair will visually update the interface to Android 12/13.
- π± Use of lightweight versions of applications (Google Go, Facebook Lite) to speed up work.
- π Cleaning the system with SD Maid or built-in utility Optimization in MIUI.
- π‘οΈ Disabling unnecessary services through Settings β Annexes β Auto-start.
- π Battery replacement β if the phone brakes due to a worn-out battery, replacing it can return its previous performance.
You can also try rolling back the system to factory settings:
- Make a backup copy of the data.
- Go to Settings β Additional β Recovery and Reset β Resetting.
- Choose to erase everything and wait until it is completed.
This wonβt update Android, but it will clean up the system of debris and can eliminate lags.