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 suffix C), 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:

  1. Register an account Meizu (if not).
  2. Go to unlock.meizu.com (the link may change - look through the search).
  3. Enter the IMEI of your device (find out: *#06#).
  4. Confirm the request via SMS or email.
  5. Download the utility Meizu Unlock Tool and follow the instructions.

The process takes from 3 to 7 days - Meizu checks the request manually.

๐Ÿ“Š What Meizu smartphone do you have?
Meizu 16/17/18
Meizu 20/21
Meizu Note 9/10
Other
I donโ€™t know the model

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:

  1. Download the official firmware from the website Meizu (section "Support โ†’ Firmware") Select the file with the extension .zip and mark Update (Not Full!).
  2. Place the archive in the root of the internal memory (not in folders!).
  3. Turn off the phone. Press Volume up + Power until the logo appears Meizu.
  4. In the recovery menu, select Apply update from internal storage โ†’ specify the downloaded file.
  5. 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 down for 20 seconds). If it doesnโ€™t help, repeat the process or use Fastboot.

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 ADB i Fastboot (download in Android SDK or separately).
  • ๐Ÿ“„ Firmware in format .zip (no need to unpack!).

Step-by-step guide:

  1. Install drivers Meizu for your model (download on the official website).
  2. Enable USB debugging: Settings โ†’ About phone โ†’ Build number (tap 7 times), then Settings โ†’ Advanced โ†’ For developers โ†’ USB debugging.
  3. Connect your phone to the PC and confirm your trust in the computer.
  4. Reboot to Fastboot:
    adb reboot bootloader

    Or manually: turn off the phone, then press Volume down + Power.

  5. Extract the firmware to the folder with fastboot.exe.
  6. Run the firmware script:
    fastboot update filename.zip

    Or (if there is no script) enter the commands one at a time:

    fastboot flash boot boot.img
    

    fastboot 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:

  1. Install TWRP for your model (search on twrp.me or XDA). To install, use:
    fastboot flash recovery twrp.img
    

    fastboot boot twrp.img

  2. Download the firmware in format .zip (for example, GSI-image for projects Treble).
  3. Boot into TWRP (Volume up + Power โ†’ select Recovery).
  4. Make a full backup (button Backup in TWRP).
  5. Wipe the partitions: Wipe โ†’ Advanced Wipe โ†’ check Dalvik, Cache, System, Data.
  6. Install the firmware: Install โ†’ select file โ†’ Swipe to confirm.
  7. 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:

  1. Charge the battery for โ‰ฅ30 minutes (sometimes the firmware drains the battery to zero).
  2. Hold Volume up + Volume down + Power for 30 seconds (hard reset).
  3. 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):

  1. Download the utility Meizu Flash Tool (unofficial version for disaster recovery).
  2. Connect the phone in mode Fastboot.
  3. Select option Extract Data (not available on all models).
  4. 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.img from 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).