Reinstalling the operating system on smartphones Honor may be required in a variety of situations: from critical failures to the desire to upgrade to the latest version Android without waiting for the official release. However, the procedure is not as simple as installing an application - it is important to take into account the device model, firmware version, and even the type of processor (Kirin or Snapdragon). Wrong actions can turn your phone into a โ€œbrickโ€, so the approach must be balanced and deliberate.

In this article we will look at three main methods for reinstalling Android on Honor: through a proprietary utility HiSuite, mode Fastboot i standard Recovery. Each method has its own nuances - from saving user data to the need to unlock the bootloader. We will also tell you how to prepare the device for the procedure, where to download official firmware and what to do if the phone does not turn on after flashing. If you have never done such manipulations before, donโ€™t worry: the instructions are adapted for users with any level of experience.

Before you begin, please note: reinstalling Android resets all settings to factory settings, deletes applications and personal data (photos, contacts, messages). Even if you choose the file saving method, the risk of losing information remains. Therefore, the first step is backup.

Preparing an Honor phone to reinstall Android

Regardless of the chosen method, preparing the device is a critically important step. Skipping at least one point can lead to errors during the firmware process or even to the failure of the phone. Start by checking the following parameters:

  • ๐Ÿ”‹ Battery charge โ€”at least 70%. The firmware can take from 10 to 40 minutes, and if the phone dies during the process, the consequences will be unpredictable.
  • ๐Ÿ“‹ Device model โ€”find out the exact model number in Settings โ†’ About phone โ†’ Model. Firmware for Honor 50 and Honor Magic 4 are not interchangeable!
  • ๐Ÿ”‘ Unlocking the bootloader โ€”for methods via Fastboot official unlocking will be required (more details in the next section).
  • ๐Ÿ’พ Backup โ€” copy photos, videos and documents to your PC or cloud. Contacts and messages can be synchronized with your account Google or Huawei.

Pay special attention drivers. To work with Honor via a PC, you will need to install HiSuite (official utility from Huawei) or drivers ADB/Fastboot. You can download them from the manufacturer's website. Also check if your phone USB debugging is enabled:

  1. Go to Settings โ†’ About phone.
  2. Click the item 7 times Build numberto activate developer mode.
  3. Return to Settings โ†’ System โ†’ Developer Options.
  4. Activate options USB debugging and OEM Unlocking (if available).
โš ๏ธ Attention: On some models Honor (for example, Honor 8X or Honor 10 Lite) unlocking the bootloader may void the warranty. Before the procedure, check the conditions at the service center.
๐Ÿ“Š Which Honor model are you flashing?
Honor 50/60/70
Honor Magic 3/4/5
Honor X6/X7/X8
Honor 8/9/10
Another model

Where to download the official firmware for Honor

The use of unofficial firmware (custom ROMs) is fraught with performance, security and compatibility problems. We recommend working only with official files from Huawei/Honor. You can download them from the following resources:

Source Link (access) Features
Official website Huawei support.huawei.com Firmware for all models, including Honor till 2020. Registration is required.
Portal Firmware Finder firmwarefinder.com Easy search by model, but files may be out of date. Check the version!
Forum XDA Developers forum.xda-developers.com Current firmware and instructions from the community. There is a risk of running into modified files.
HiSuite (built-in utility) Installed on a PC Automatically selects the firmware for the connected device. The safest option.

When downloading, pay attention to firmware region. For example, Honor 50 versions may be available for Europe (C432), Asia (C636) or Russia (C10). Installing firmware from another region may lead to problems with the language, 4G networks or services Google.

The firmware file usually has the extension .zip or .app (for devices on the Kirin processor). The size varies from 1.5 to 4 GB. After downloading, check the checksum (MD5 or SHA-256) to ensure the integrity of the file. To do this, you can use utilities like 7-Zip or HashMyFiles.

โš ๏ธ Attention: Firmware for devices on the processor Kirin (for example, Honor 20 Pro) and Snapdragon (for example, Honor Magic 4 Pro) are not compatible with each other. Check the chipset type in the model specifications!
๐Ÿ’ก

If the website Huawei does not have firmware for your model Honor, try searching for it by device code (for example, LLD-AL10 for Honor 10). This code can be found on the box or under the battery (if removable).

Method 1: Reinstalling Android via HiSuite (without data loss)

The simplest and safest method is to use a proprietary utility HiSuite. It is suitable for most models Honor (except the newest ones, where the function may be limited) and allows you to update or restore the system without a full reset. However, this only works in case of โ€œsoftโ€ failures, when the phone turns on and is detected by the PC.

Step-by-step guide:

  1. Download and install HiSuite from the official website Huawei.
  2. Connect your phone to the PC via the original USB cable. Enable file transfer (MTP) in the notification shade.
  3. Run HiSuite and wait until the app detects the device.
  4. Go to section System update (or Recovery, if available).
  5. Click Checking for updates. If a new version is available, follow the instructions on the screen.
  6. If required recoveryselect the option Restore system and confirm the action. The phone will reboot and start flashing the firmware.

Advantages of the method:

  • โœ… Does not require unlocking the bootloader.
  • โœ… Saves user data (photos, applications).
  • โœ… Automatically selects the latest firmware.

Disadvantages:

  • โŒ Does not work if the phone does not turn on or is not detected by the PC.
  • โŒ May not offer the latest version Android.

Install HiSuite on PC|

Enable USB debugging on the phone|

Connect the original USB cable|

Charge the phone at least 70%|

Do backup copy of data-->

Method 2: Firmware via Fastboot (for experienced users)

Method via Fastboot is the most universal, but also the most risky. It is suitable for devices that do not turn on, are stuck on the logo or have a damaged system. However, this will require:

  • ๐Ÿ”“ Unlocked bootloader (bootloader).
  • ๐Ÿ–ฅ๏ธ Computer with installed drivers ADB/Fastboot.
  • ๐Ÿ“‚ Firmware in format .img or .zip for your model.

How to unlock the bootloader on Honor:

  1. Get unlock code on the website Huawei (registration and device IMEI required). Since 2023, the procedure has become more complicated - the code may not be issued immediately.
  2. Connect the phone to the PC in the Fastboot mode (press Volume down + Power with the device turned off).
  3. Enter the command:
    fastboot oem unlock [your_unlock_code]

After unlocking, you can start flashing the firmware. Algorithm of actions:

  1. Unpack the downloaded firmware into the folder with Fastboot (for example, C:\platform-tools).
  2. Open a command line in this folder (Shift + RMB โ†’ Open a PowerShell window here).
  3. Connect the phone in mode Fastboot.
  4. Enter the commands one by one:
    fastboot flash recovery recovery.img
    

    fastboot flash boot boot.img

    fastboot flash system system.img

    fastboot flash vendor vendor.img

    fastboot reboot

The process will take 5-15 minutes. If everything was successful, the phone will reboot into the new system. If not, check the correctness of the commands and the integrity of the firmware files.

โš ๏ธ Attention: On some models Honor (for example Honor View 20) after unlocking the bootloader, the IMEI is reset. You can only restore it through a service center!
What to do if Fastboot does not see the device?

If command fastboot devices does not show your phone, check:

1. Are the drivers installed ADB/Fastboot (download them from the website Google or via SDK Platform Tools).

2. Are you using an original USB cable (cheap cables may not support data transfer).

3. Is the mode Fastboot on on the phone (the screen should display the inscription Fastboot mode or the logo Honor with the inscription Phone Unlocked).

4. Try another USB port (preferably USB 2.0 on the back panel of the PC).

Method 3: Installing Android via Recovery (to reset to factory settings)

If the phone turns on, but is unstable (frequent reboots, application errors), you can do Hard reset via standard or custom Recovery. This method does not require a PC, but deletes all data on the device.

Instructions for standard Recovery:

  1. Turn off the phone.
  2. Hold the combination Volume up + Power (on some models โ€” Volume up + Volume down + Power).
  3. When the logo appears Honor, release the buttons. After a few seconds, the menu will open. Recovery.
  4. Use the volume buttons to navigate and power button to select the item Wipe data/factory reset.
  5. Confirm the reset by selecting Yes.
  6. After completion, select Reboot system now.

If the standard Recovery does not help (for example, the system still does not boot), you can install custom Recovery (for example, TWRP). However, this requires an unlocked bootloader and a suitable version for your model. Algorithm: custom Recovery TWRP for your model. Algorithm:

  1. Download the image for yours. data-i="235">(search on TWRP for your Honor (search on XDA Developers or 4PDA).
  2. Connect the phone in mode Fastboot and flash TWRP command:
    fastboot flash recovery twrp.img
  3. Boot into TWRP (the combination of buttons is the same as for the standard Recovery).
  4. In the menu TWRP select Wipe โ†’ Advanced Wipe and mark Dalvik, Cache, System, Data.
  5. Connect the phone to the PC and copy the firmware to the internal memory.
  6. B TWRP select Install, specify the firmware file and confirm installation.

After rebooting, the device will have a clean system. If the firmware is โ€œcustomโ€ (for example, LineageOS), additional configuration may be required Gapps (services Google).

๐Ÿ’ก

Custom Recovery (TWRP) allows you to install unofficial firmware, but makes it impossible to receive OTA updates from Honor.

What to do, if after reinstalling Android the phone does not turn on

If after the firmware the screen remains black or the device is stuck on the logo, do not panic. In 80% of cases, the problem can be solved without contacting the service. Here is the procedure:

  1. Check the battery charge - connect the phone to charge for 15-20 minutes. Sometimes a low battery interferes with normal operation. loading.
  2. Repeat the firmware โ€”if you used Fastboot, try flashing again, having previously cleared the partitions with the command:
    fastboot erase system
    

    fastboot erase userdata

  3. Check the firmware compatibility โ€”make sure that the file is suitable for your model and region.
  4. Use emergency mode โ€”some Honor have a hidden mode eRecoveryTo get into it, press Volume up + Power for 10 seconds, then select Download latest version and recovery.

If nothing helps, the bootloader or hardware may be damaged. In this case, there are two options left:

  • ๐Ÿ”ง Contact a service center Honor/Huawei (if warranty is valid).
  • ๐Ÿ› ๏ธ Try to reflash via Test Point (only for experienced users!). This method requires soldering and specialized equipment.

A common error after unsuccessful firmware is bootloop (infinite reboot). If the phone turns on and off cyclically, try:

  1. Boot into Safe Mode (hold Volume down while booting).
  2. Delete recently installed applications (if the system boots).
  3. Reset via Recovery.
โš ๏ธ Attention: If, after flashing the firmware, the phone shows an error "Your device has been unlocked and can't be trusted", this is normal - it warns about an unlocked bootloader. The functionality of the device is not affected. Honor warns about an unlocked bootloader. The functionality of the device is not affected.

How to restore data after reinstalling Android

If you did not make a backup copy before flashing the firmware, the chances of getting the data back depend on the reinstallation method:

  • ๐Ÿ“ฑ Reset via Recovery โ€” the data is deleted permanently (if not used Wipe only the cache).
  • ๐Ÿ–ฅ๏ธ Firmware via Fastboot โ€”if the partition was not formatted userdata, you can try to restore files using DiskDigger or EaseUS MobiSaver.
  • ๐Ÿ”„ Update via HiSuite โ€”data is usually saved, but can be lost if a failure occurs.

To restore photos and documents:

  1. Connect the phone to the PC in mode MTP (if the system boots).
  2. Use apps like Recuva or PhotoRec to scan the internal memory.
  3. If the phone does not turn on, remove the memory card (if you have one) and scan it on another device.

To restore contacts and messages:

  • If it was enabled backup to Google account, synchronize the data after setting up the phone.
  • For SMS you can use applications like SMS Backup & Restore (if backup was made in advance).

Important: do not write new data to the phone after a reset - this reduces the chances of recovering old files. If the data is critical, contact a data recovery laboratory (for example, Hetman Recovery or R-Studio).

๐Ÿ’ก

If you regularly reflash devices, get a separate microSD card for backups. You can save copies of firmware and backup copies of applications on it (via Titanium Backup) and error logs.

FAQ: Frequently asked questions about reinstalling Android on Honor

Is it possible to reinstall Android on Honor without a computer?

Yes, but only through RecoveryTo do this, you need to boot into the recovery menu. (the combination of buttons depends on the model) and select Wipe data/factory reset. However, this method resets all data and does not guarantee an update to the new version of Android - it simply returns the system to the factory state.

Why does HiSuite not see my Honor phone?

The reasons may be as follows:

  • Drivers are not installed (download them from the website Huawei).
  • A non-original USB cable is used.
  • USB debugging or OEM locking is not enabled on the phone.
  • The USB port on the PC is faulty (try another port).

Also check if the phone is detected in Device Manager Windows (should appear as HUAWEI Android Phone).

How can I find out if the bootloader is unlocked on my Honor?

Connect the phone to the PC in mode Fastboot and enter the command:

fastboot oem get-bootinfo

If the response contains the line locked - the bootloader is locked. If unlocked - it is unlocked. Also, when loading the phone, a warning may appear "Phone Unlocked".

Is it possible to roll back the Android version? on Honor?

Technically yes, but with reservations:

  • Firmware required old version, compatible with your model.
  • On some devices (for example, Honor Magic 3), the rollback is blocked by the manufacturer.
  • After the rollback, some functions may stop working (for example, a camera or sensor fingerprints).

We recommend rolling back only as a last resort and after creating a full backup.

Why do Google services not work after the firmware?

This is a typical problem for firmware intended for the Chinese market (without GMS). Solutions:

  • Install Google Services Framework manually via TWRP (look for the file GApps for your version of Android).
  • Use alternative services (for example, Huawei Mobile Services).
  • Flash global firmware version (marked C432 or C10).

On new models Honor (for example, Honor 70) Google Services may be missing due to a trade embargo - in this case, only custom firmware will help with GMS.