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
Fastbootofficial 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:
- Go to
Settings โ About phone. - Click the item 7 times
Build numberto activate developer mode. - Return to
Settings โ System โ Developer Options. - Activate options
USB debuggingandOEM 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.
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:
- Download and install HiSuite from the official website Huawei.
- Connect your phone to the PC via the original USB cable. Enable file transfer (MTP) in the notification shade.
- Run HiSuite and wait until the app detects the device.
- Go to section
System update(orRecovery, if available). - Click
Checking for updates. If a new version is available, follow the instructions on the screen. - If required recoveryselect the option
Restore systemand 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
.imgor.zipfor your model.
How to unlock the bootloader on Honor:
- 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.
- Connect the phone to the PC in the
Fastbootmode (pressVolume down + Powerwith the device turned off). - Enter the command:
fastboot oem unlock [your_unlock_code]
After unlocking, you can start flashing the firmware. Algorithm of actions:
- Unpack the downloaded firmware into the folder with Fastboot (for example,
C:\platform-tools). - Open a command line in this folder (
Shift + RMB โ Open a PowerShell window here). - Connect the phone in mode
Fastboot. - Enter the commands one by one:
fastboot flash recovery recovery.imgfastboot 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:
- Turn off the phone.
- Hold the combination
Volume up + Power(on some models โVolume up + Volume down + Power). - When the logo appears Honor, release the buttons. After a few seconds, the menu will open.
Recovery. - Use the volume buttons to navigate and power button to select the item
Wipe data/factory reset. - Confirm the reset by selecting
Yes. - 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:
- Download the image for yours. data-i="235">(search on TWRP for your Honor (search on XDA Developers or 4PDA).
- Connect the phone in mode
Fastbootand flash TWRP command:fastboot flash recovery twrp.img - Boot into TWRP (the combination of buttons is the same as for the standard
Recovery). - In the menu TWRP select
Wipe โ Advanced Wipeand markDalvik, Cache, System, Data. - Connect the phone to the PC and copy the firmware to the internal memory.
- 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:
- Check the battery charge - connect the phone to charge for 15-20 minutes. Sometimes a low battery interferes with normal operation. loading.
- Repeat the firmware โif you used
Fastboot, try flashing again, having previously cleared the partitions with the command:fastboot erase systemfastboot erase userdata - Check the firmware compatibility โmake sure that the file is suitable for your model and region.
- Use emergency mode โsome Honor have a hidden mode
eRecoveryTo get into it, pressVolume up + Powerfor 10 seconds, then selectDownload 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:
- Boot into
Safe Mode(holdVolume downwhile booting). - Delete recently installed applications (if the system boots).
- 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
Wipeonly 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:
- Connect the phone to the PC in mode
MTP(if the system boots). - Use apps like Recuva or PhotoRec to scan the internal memory.
- 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
GAppsfor your version of Android). - Use alternative services (for example, Huawei Mobile Services).
- Flash global firmware version (marked
C432orC10).
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.