Smartphones Meizu are known for their proprietary shell Flyme OS, but even that sometimes requires a complete reinstallation. The reasons are different: from critical system failures to the desire to upgrade to the latest version of Android. Unlike most brands, Meizu uses unique firmware mechanisms, which scares beginners. This article will analyze all the current methods for reinstalling Android on Meizu โfrom official to alternative ones, taking into account the features of models Meizu 18/19/20 and older lines.
The main rule: flashing is not just โinstalling a new version.โ This is a process that can either save your smartphone or turn it into a โbrickโ if the sequence of actions is disrupted. We will go into detail about preparation (backup, unlocking the bootloader), choosing firmware (official Flyme vs custom builds) and step-by-step guide for each method. Separately, we will look at typical errors like Error: 4032 or freezing on the logo Meizuwhich often occur when the firmware is incorrect.
If you have never done firmware, donโt worry. We have reduced all the technical details to understandable steps, and highlighted the critical points with warnings and checklists. For experienced users, we have prepared the nuances of working with ADB, Fastboot and alternative recovery like TWRP.
1. Preparing for reinstallation: what needs to be done BEFORE flashing the firmware
The first and most important stage is preparation. Neglecting it leads to data loss, the device becoming bricked, or the inability to complete the firmware. Let's start with backup: even if you plan to save data, full backup is required. Meizu there are built-in tools for this, but they do not save user applications and their data.
Use a combination of methods:
- ๐ฑ Built-in backup Flyme:
Settings โ Meizu Account โ Cloud โ Backup. Saves contacts, SMS, notes, but not applications. - ๐ฅ๏ธ Meizu PC Suite: official utility for Windows/macOS, copies media files and some settings. You can download it from the website Meizu.
- ๐ Titanium Backup (requires root): the only way to save application data. Works only on unlocked devices.
- โ๏ธ Cloud services: Google Drive, Yandex Disk or Mi Cloud (yes, it works on Meizu) for photos and documents.
The next step is to check the model and version firmware. This is critical, since firmware from Meizu 16th is not suitable for Meizu 18 Pro, even if they are on the same chipset. You can find out the model in Settings โ About phone โ Model. Version Flyme look there - it is indicated in the format A.1.2.3G (where A is the Android version, 1.2.3 is the assembly Flyme, G is the global firmware).
โ ๏ธ Attention: If your Meizu was purchased in China (models with the suffixC), global version firmware (G/A) may block the network. Check compatibility on the forums before installation!
The last preparatory stage is unlocking the bootloader (bootloader). On Meizu this is done through the official service:
- Register an account Meizu (if not).
- Go to unlock.meizu.com (the link may change - look through the search).
- Enter the IMEI of your device (find out:
*#06#). - Confirm the request via SMS or email.
- Download the utility Meizu Unlock Tool and follow the instructions.
The process takes from 3 to 7 days - Meizu checks the request manually.
2. Method 1: Official firmware via Recovery (without data loss)
The safest method is updating through standard recovery. It is suitable if:
- ๐ฒ The device turns on and boots into the system.
- ๐ You need to update Flyme to the latest version without resetting.
- ๐ซ No root access or custom recovery.
Instructions:
- Download the official firmware from the website Meizu (section "Support โ Firmware") Select the file with the extension
.zipand markUpdate(NotFull!). - Place the archive in the root of the internal memory (not in folders!).
- Turn off the phone. Press
Volume up + Poweruntil the logo appears Meizu. - In the recovery menu, select
Apply update from internal storageโ specify the downloaded file. - Wait for completion (5-10 minutes). The phone will reboot automatically.
| Model | Combination for Recovery | Supported Flyme versions |
|---|---|---|
| Meizu 18/19/20 | Volume up + Power |
Flyme 9โ10 (Android 11โ13) |
| Meizu 16/17 | Volume down + Power |
Flyme 7โ8 (Android 9โ10) |
| Meizu Note 9/10 | Volume up + Power (hold for 10 seconds) |
Flyme 8โ9 (Android 9โ11) |
| Meizu MX6, Pro 7 | Volume up + Home + Power |
Flyme 6โ7 (Android 7โ9) |
โ ๏ธ Attention: If after flashing the phone is stuck on the logo for more than 15 minutes, donโt panic. Try a forced reboot (Power + Volume downfor 20 seconds). If it doesnโt help, repeat the process or useFastboot.
Made a backup of the data|
Downloaded the correct firmware version (Update, not Full)|
The file is placed in the root of the memory|
Battery charge >50%|
I know the combination to enter Recovery-->
3. Method 2: Clean installation via Fastboot (with a full reset)
This method is used when:
- ๐ง You need to install full firmware version (file marked
Full). - ๐ The phone is slow, and a โcleanโ system is required.
- ๐จ The device does not boot into the system (but there is access to
Fastboot).
To work you will need:
- ๐ฅ๏ธ A computer with Windows/Linux/macOS.
- ๐ USB cable (preferably original).
- ๐ ๏ธ Utilities
ADBiFastboot(download in Android SDK or separately). - ๐ Firmware in format
.zip(no need to unpack!).
Step-by-step guide:
- Install drivers Meizu for your model (download on the official website).
- Enable USB debugging:
Settings โ About phone โ Build number(tap 7 times), thenSettings โ Advanced โ For developers โ USB debugging. - Connect your phone to the PC and confirm your trust in the computer.
- Reboot to
Fastboot:adb reboot bootloaderOr manually: turn off the phone, then press
Volume down + Power. - Extract the firmware to the folder with
fastboot.exe. - Run the firmware script:
fastboot update filename.zipOr (if there is no script) enter the commands one at a time:
fastboot flash boot boot.imgfastboot flash system system.img
fastboot flash recovery recovery.img
fastboot reboot
What to do if Fastboot does not see the device?
1. Check the cable and USB port (try another).
2. Install drivers manually through Device Manager (select "Meizu Composite ADB Interface").
3. Disable driver signing in Windows (to do this you need to reboot in a special mode).
4. Try another computer or OS (on Linux/macOS it often works out of the box).
On Meizu 18/19/20 models with the Snapdragon 8xx chipset, the partition is used super.img instead of system.img. If the firmware fails with an error, check the presence of this file in the archive and use command fastboot flash super super.img.
4. Method 3: Installing custom firmware (TWRP + GSI)
For enthusiasts who lack capabilities Flyme OS, there is the option of installing custom firmware like LineageOS, Pixel Experience or Havoc OS. This method requires an unlocked bootloader and installed TWRP.
Advantages of custom firmware:
- ๐ Latest versions of Android (even if Meizu does not officially update the model).
- ๐๏ธ Advanced settings (for example, control CPU/GPU).
- ๐ No built-in software from Meizu.
Risks:
- ๐จ Loss of warranty (if it is still valid).
- ๐ต Possible problems with the network (especially on models with Exynos).
- ๐ Increased battery consumption (due to an unoptimized kernel).
Instructions:
- Install TWRP for your model (search on twrp.me or XDA). To install, use:
fastboot flash recovery twrp.imgfastboot boot twrp.img - Download the firmware in format
.zip(for example, GSI-image for projects Treble). - Boot into TWRP (
Volume up + Powerโ selectRecovery). - Make a full backup (button
Backupin TWRP). - Wipe the partitions:
Wipe โ Advanced Wipeโ checkDalvik, Cache, System, Data. - Install the firmware:
Install โ select file โ Swipe to confirm. - For GSIfirmwares, additionally flash
vbmeta:fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Before installing custom firmware, check the support for your model on the XDA forum. For example, for Meizu 16th there are special kernels with corrected camera controls, but for Meizu 18 it may not work. NFC.
5. Typical errors and their solutions
Even if you follow the instructions exactly, errors may occur:
| Error | Cause | Solution |
|---|---|---|
Error: 4032 (in Fastboot) |
Incompatible firmware version or locked bootloader. | Check the firmware model through unlock.meizu.com. |
| Stuck on logo Meizu | Incorrectly flashed boot.img or dtbo.img. |
Reflash only boot via Fastboot or restore the backup in TWRP. |
Invalid sparse file format at header |
Damaged firmware file or lack of space in the partition. | Download the firmware again. Check the free space (you need โฅ4 GB). |
| No network after flashing | The firmware is not compatible with the modem (especially on Chinese models). | Flash the original modem.img from the stock firmware. |
Device is locked (in Fastboot) |
The bootloader is not unlocked. | Submit a request for unlock.meizu.com and wait for approval. |
If after flashing the phone does not turn on at all (black screen, no response to buttons), try:
- Charge the battery for โฅ30 minutes (sometimes the firmware drains the battery to zero).
- Hold
Volume up + Volume down + Powerfor 30 seconds (hard reset). - Connect to the PC and check whether
Fastboot(fastboot devices).
90% of the โbricksโ are restored via Fastboot after flashing the Meizu firmware. The main thing is not to panic and not try to flash again without diagnosing the error.
6. Restoring data after reinstallation
If you made a backup before updating the firmware, restoring the data will be easy. But what to do if there is no backup? Here are several ways:
To recover photos and documents:
- ๐ Use DiskDigger or Recuva (scan the internal memory through a card reader).
- โ๏ธ Check cloud services: Google Photos could synchronize photos automatically.
- ๐ฌ For SMS/calls: Meizu stores part of the data in the account Flyme (check on the website).
To restore applications:
- ๐ฑ If backup was enabled in Google Account, applications will be restored automatically upon first login.
- ๐ For games: check the link to your account Google Play or social networks.
- ๐ ๏ธ For root users: Titanium Backup can restore data from a backup on the SD card.
โ ๏ธ Attention: If you flashed custom firmware, restoring data from the stock backup Flyme will not work - the formats are incompatible. In this case, only manual copying of files from the internal memory will help (via TWRP or ADB).
To extract data from the "brick" (if the phone does not turn on, but is detected in Fastboot):
- Download the utility Meizu Flash Tool (unofficial version for disaster recovery).
- Connect the phone in mode
Fastboot. - Select option
Extract Data(not available on all models). - Save the data to your PC before re-flashing.
7. Optimizing the system after reinstallation
A clean system is an excellent reason to optimize your smartphone. Here's what you should do right after the firmware:
Basic settings:
- ๐ Disable unnecessary permissions for applications:
Settings โ Privacy โ Permissions. - ๐ด Configure autostart:
Settings โ Applications โ Autostart(disable for little-used applications). - ๐ Activate the power saving mode:
Settings โ Battery โ Power saving mode.
For advanced users:
- ๐ฏ Install Magisk for root access (only on custom firmware!).
- ๐ก๏ธ Configure Firewall (for example, AFWall+) to block Internet access to unnecessary applications.
- ๐ Use Greenify to "freeze" background processes.
Specific for Meizu settings:
- ๐ต Turn on mEngine (vibration motor) in games:
Settings โ Sound and vibration โ mEngine. - ๐ฑ Configure Super mBack (navigation gesture):
Settings โ Display โ Navigation buttons. - ๐ Disable Flyme PUSH (advertising notifications):
Settings โ Notifications โ Flyme PUSH.
After the firmware, check the operation of the sensors (gyroscope, compass) using the application Sensor Test. On some custom firmware they may require additional calibration.
FAQ: Frequently asked questions about reinstalling Android on Meizu
Is it possible to reinstall Android without a computer?
Yes, but with limitations. Through standard recovery (Apply update from ADB), you can install only official firmware Flyme in format Update.zip. For a complete reinstallation or custom firmware, you need a PC.
Will I lose the warranty after flashing?
Official firmware through Meizu Flash Tool or recovery does not void the warranty. But unlocking the bootloader or installing custom firmware (like LineageOS) will void the warranty. Meizu can check this by status bootloader.
How to return stock firmware after custom?
Download the full stock firmware (Full.zip) for your model from the official website. Flash it through Fastboot or TWRP (if installed). After this, you can lock the bootloader again with the command fastboot oem lock (but this erases all data!).
Why does the camera or speaker not work after flashing the firmware?
This is a typical installation problem GSI-firmware or unofficial assemblies. Solutions:
- Flash the original
vendor.imgfrom the stock firmware. - Install a special kernel for your model (look for XDA).
- Return to the stock firmware if the problem is critical.
How long does firmware take?
Time depends on the method:
- Through Recovery: 5โ15 minutes.
- Fastboot: 10โ25 minutes (including unpacking images).
- TWRP + GSI: 20โ40 minutes (due to checking and optimizing applications).
If the process took longer than an hour, something went wrong (see the error section).