Old tablets Huawei based Android 4.4โ€“9.0 (for example, series MediaPad T1/T2/T3, MatePad first generations or Honor Tablet) are often left without an official update support. However, even on such devices you can install a more recent version of the OS - if you know how to bypass manufacturer restrictions. In this article we will look at all working methods: from standard updating via HiSuite to manual firmware via Fastboot or custom recovery.

The main problem with old tablets is lack of memory and outdated chipsets (for example, Kirin 930/950 or Qualcomm Snapdragon 400/600), which do not support new versions of Android. But even in this case, you can improve performance by installing lightweight firmware (for example, LineageOS) or the latest available official version. Important: before any manipulations make a backup copy of the data the risk of the device being โ€œbrickedโ€ due to incorrect actions reaches 30%.

If your tablet Huawei was released before 2018, most likely it does not support via OTA (over-the-air update). But this does not mean that an update is impossible. Below are all the current methods, sorted by complexity and security.

๐Ÿ“Š What Huawei tablet do you have?
MediaPad T1/T2/T3
MatePad (2016โ€“2018)
Honor Tablet
Another Huawei
I donโ€™t know the model

1. Checking the current version of Android and tablet model

Before looking for firmware, you need to know exactly device model and the current version Android + EMUI (proprietary shell Huawei). This information is critical: the firmware for MediaPad T3 10 (model AGS2-W09) will not be suitable for MediaPad T3 8.0 (BAH2-W19), even if they look similar.

To find out the data:

  • ๐Ÿ“ฑ Open Settings โ†’ System โ†’ About phone (or About tablet).
  • ๐Ÿ“ Write down the lines: Model (for example, AGS-L09), Build number (for example, AGS2-W09 8.0.0.100(C432)), EMUI version.
  • ๐Ÿ” Check the supported Android versions for your model on the website Huawei or forums (for example, 4PDA, XDA-Developers).

Attention to detail: if the model name contains letters L (for example, AGS-L09), this is the version for Latin America; C โ€” for Europe (AGS2-W09C); W โ€”global firmware. Installation unsuitable regional firmware can lead to loss of connection (4G/LTE will not work).

How to decipher the Huawei model number?

First letters (AGS, BAH, CPN) indicate the device series, the numbers after the hyphen indicate the region (W - global, C - Europe, L - Latin America), the last characters indicate the version (for example, 09, 19).

2. Official update via HiSuite (the safest way)

HiSuite โ€” official utility from Huawei to update the firmware via a PC. It is suitable for devices that are still receiving support (even if not through OTA). The method works if:

  • โœ… The tablet is detected by the computer in HiSuite (not as an "unknown device").
  • โœ… On website Huawei there is firmware newer than your current one.
  • โœ… You have an original cable (Chinese "no-name" cables often do not transmit data for firmware).

Step-by-step guide:

  1. Download HiSuite from the official site Huawei (version for Windows/Mac). Install the app.
  2. Connect tablet to PC via USB, select mode File transfer (MTP).
  3. Launch HiSuite, wait for the device to be detected. If the tablet is not recognized, install the drivers manually (you can download it at 4PDA).
  4. Go to the "Update" section. The app will automatically check the available versions.
  5. Click "Update". Process will take 10โ€“30 minutes. Do not disconnect the USB cable and do not exit HiSuite!

Critical detail: if HiSuite offers firmware older than yours (for example, the current one is 8.0.0.100, but offers 8.0.0.095), this means that there are no more new official updates for your model. In this case, proceed to alternative methods.

โ˜‘๏ธ Preparing to update via HiSuite

Done: 0 / 5

3. Update via Recovery (if OTA does not work)

If the tablet does not receive updates over the air (OTA), but the website Huawei has newer firmware for your model, you can install it manually via Recovery. This method is suitable for devices with intact recovery (if the tablet does not turn on or only boots into Fastboot, the method will not work).

Instructions:

  1. Download the firmware from the official website Huawei (section "Support โ†’ Tablets โ†’ Your model"). The file will be in the format .zip (for example, AGS2-W09_hw_eu.zip).
  2. Move the file to the root of the internal memory or to the SD card (folder download does not fit!).
  3. Turn off tablet, then press Volume up + Power to enter Recovery.
  4. Select item Apply update from SD card (or Apply update from internal storage).
  5. Specify the downloaded file and confirm installation. After completion, select Reboot system now.

โš ๏ธ Attention: If the firmware is suitable for another region (for example, you downloaded the European version for an American model), after the update some functions may disappear, for example, support for LTE or Russian language. Before installation, check model number and regional code (letters after the hyphen in the name of the firmware file).

Regional code Region Supported languages
C Europe Russian, English, German, French
W Global (Asia, Middle East) English, Chinese, Arabic
L Latin America Spanish, Portuguese, English
UL USA/Canada English only

4. Manual update via Fastboot (for advanced users)

If the official methods do not work and the firmware through Recovery ends with an error, remains installation via Fastboot. This method requires unlocking the bootloader (bootloader) and is only suitable for devices with chipsets Kirin (for example, Kirin 950/960). on Qualcomm (for example, Snapdragon 435) the process is different - you will need the utility QFil.

โš ๏ธ Attention: unlocking the bootloader erases all data and may lead to loss of warranty (if it is still valid). data-i="172">after 2018, unlocking Huawei after 2018 unlocking bootloader is officially prohibited - it will require bypassing vulnerabilities (for example, DC-Unlocker), which increases risks.

Step-by-step guide for Kirin:

  1. Unlock the bootloader:
    • Get the unlock code on the website Huawei (section "Unlock Bootloader") or through third-party services (for example, DC-Unlocker).
    • Connect the tablet to the PC in mode Fastboot (press Volume down + Power).
    • Enter the command:
      fastboot oem unlock [your_code]
  • Download the full firmware in format .zip for your model (look at 4PDA or Firmware Finder). Unzip the archive - there should be files inside boot.img, system.img etc.
  • Flash via Fastboot:
    fastboot flash boot boot.img
    

    fastboot flash system system.img

    fastboot flash recovery recovery.img

    fastboot reboot

  • ๐Ÿ’ก

    If after flashing the tablet the tablet boots into an endless loop (bootloop), try resetting the settings via Recovery (Wipe data/factory reset). If this does not help, flash it again, having first formatted the partition system command fastboot erase system.

    5. Installing custom firmware (LineageOS, OpenKirin)

    If official firmware is no longer updated, and the deviceโ€™s performance leaves much to be desired, you can install custom firmware. For old tablets Huawei suitable:

    • ๐Ÿ“ฑ LineageOS (based on Android 7โ€“10) - the most stable, but requires an unlocked bootloader.
    • ๐Ÿ”ง OpenKirin - firmware with optimizations for chipsets Kirin, supports Android 9โ€“11.
    • โšก Havoc-OS โ€”lightweight firmware with performance settings (suitable for weak devices).

    Installation process:

    1. Unlock loader (see previous section).
    2. Install custom recovery (TWRP). To do this, download the image twrp-3.x.x-x-your_model.img and flash through Fastboot:
      fastboot flash recovery twrp.img
      

      fastboot reboot recovery

    3. Make a backup current firmware in TWRP (section Backup).
    4. Flash custom firmware:
      • Download the firmware (for example, lineage-16.0-20230501-UNOFFICIAL-your_model.zip).
      • Transfer the file to the tablet.
      • In TWRP select Install, specify the firmware file and confirm the installation.
      • After completion, custom firmware may not support some functions, for example, Wipe cache/Dalvik.

    โš ๏ธ Attention: custom firmware may not support some functions, for example, Wi-Fi or cameras, due to the lack of proprietary drivers Before installation, check the reviews on the forums (for example, XDA) for your model.

    ๐Ÿ’ก

    Custom firmware provides access to new versions of Android, but requires unlocking the bootloader and may void the device's official warranty.

    6. updating

    When updating old tablets Huawei errors often occur. Here are the most common ones and how to fix them:

    Error Cause Solution
    UPDATE_APP_INSDALL_ERROR in Recovery Damaged firmware file or lack of memory Download the firmware again, check the hash sum (MD5) Free up 2-3 GB of memory.
    Fastboot mode after flashing Incorrectly stitched boot.img or recovery.img Repeat the firmware with the correct files or restore the backup to TWRP.
    HiSuite does not see the device Missing drivers or mode enabled debugging Install the drivers manually, disable USB debugging in the settings.
    Endless loading (bootloop) Firmware conflict with the kernel or modules Run Wipe data in Recovery or flash stock recovery.

    What to do if the tablet does not turn on after flashing?

    If the device does not respond to the power button, try pressing Volume down + Power for 10-15 seconds to force a reboot. If this does not help, connect to. charge for 30 minutes (the battery may have run out) and try again to log in Fastboot or Recovery.

    7. Optimizing the tablet after the update

    Even after a successful update, the old tablet may slow down. To improve. performance:

    • โšก Disable animation: go to Settings โ†’ For developers (enable developer mode by clicking 7 times on "Build number") and set Window Animation = Off, Transition Animation = Off.
    • ๐Ÿงน Clear cache: In Settings โ†’ Memory โ†’ Cached data click "Clear".
    • ๐Ÿ”„ Delete unnecessary ones applications: use Settings โ†’ Applicationsto disable or delete pre-installed services (for example, Huawei Mobile Servicesif you donโ€™t use them).
    • ๐Ÿ”‹ Limit background activity: in the battery settings, disable optimization for critical applications (for example, instant messengers).

    For tablets with 1โ€“2 GB of RAM recommended installation light firmware (for example, LineageOS for MicroG) or use launchers like Nova Launcher with visual effects disabled.

    FAQ: Frequently asked questions

    Is it possible to update Android on the Huawei MediaPad T3 (2017) tablet to Android 10?

    Officially - no, since MediaPad T3 (models AGS2-W09/BAH2-W19) received the latest update up to Android 8.0 (EMUI 8.0). However, unofficially you can install LineageOS 17.1 (Android 10) or OpenKirinif you unlock the bootloader. Before installing, check the support for your model on the forum XDA or 4PDA.

    Why doesn't HiSuite find updates for my tablet?

    This means that there are no more official updates for your model. Huawei usually supports devices with updates for 2-3 years after release Try:

    1. Check for updates manually via Settings โ†’ System โ†’ Software Update.
    2. Download the firmware from the website Huawei and install via Recovery (see section 3).
    3. Use alternative methods (custom firmware).
    Is it possible to return the old firmware if the new one does not work well?

    Yes, but for this you need a backup made before the update (in TWRP or through HiSuiteIf there is no backup:

    • Find stock firmware for your model at 4PDA.
    • Flash it via Fastboot or Recovery (see sections 4โ€“5).
    • If the tablet does not turn on, try the mode eRecovery (press Volume up + Power with Wi-Fi connected) - sometimes it allows you to restore the factory firmware.
    How to check if the bootloader is unlocked on my tablet?

    Connect the device to the PC in Fastboot (press and hold Volume down + Power) and enter the command:

    fastboot oem get-bootinfo

    If the response contains a line locked โ€” the bootloader is locked. If unlocked is unlocked. On some models Huawei after 2018, unlocking is officially prohibited, but is possible through third-party tools (for example, DC-Unlocker).

    Will Google Play work after installing custom firmware?

    Depends on firmware:

    • LineageOS s Open GAPPS โ€” yes, but you need to flash the package separately GApps (download from the site opengapps.org).
    • OpenKirin or Havoc-OS โ€”usually supported Google Play, but may be problems with services Huawei (for example, AppGallery).
    • Firmware without GAPPS (for example, LineageOS for MicroG) โ€” Google Play will not work, but you can use alternatives (Aurora Store, F-Droid).