Chinese car radios based on Android gained popularity due to their low price, wide functionality and the ability to install any applications. However, their main drawback is the unstable operation of the standard software, which is often solved by flashing the firmware. Unlike smartphones, updating software on car radios has a number of specific risks: from loss of radio functionality to complete โ€œbrickingโ€ of the device.

This instruction will help you figure out how to It is safe to flash a Chinese radio s Android 5.1โ€“12, avoiding typical mistakes. We will cover all stages: from identifying the processor model to recovering from a failed update. Particular attention is paid to nuances that manufacturers often keep silent: hidden memory sections, kernel incompatibility and ways to bypass bootloader locks.

Before you begin, please note: about 30% of Chinese radios use modified firmware with โ€œgrayโ€ Google licenses, which can lead to blocking of services after the update. If your device does not turn on after the previous firmware attempt, skip to the section on recovery via SP Flash Tool.

1. Determine the processor model and Android version

The first and most critical step is identifying the hardware. The choice of firmware, installation method and tools depends on this. Most Chinese radios are built on one of three chipsets:

  • ๐Ÿ”น MTK (Mediatek) โ€”the most common (series MT3360, MT8163, MT8695). Flashed through SP Flash Tool.
  • ๐Ÿ”น Rockchip (series RK3066, RK3188, RK3399) - require Rockchip Batch Tool or RKDevTool.
  • ๐Ÿ”น Allwinner (less often, series A33, H6) - flashed through PhoenixSuit or LiveSuit.

To find out the processor model:

  1. Run the application on the radio tape recorder CPU-Z (download APK from official website).
  2. Go to the tab SoC - the chipset model will be indicated there (for example, MT8163V/A).
  3. Check the Android version in Settings โ†’ About phone.
๐Ÿ“Š What processor is in your radio?
Mediatek
Rockchip
Allwinner
I donโ€™t know
Other

โš ๏ธ Attention: If CPU-Z the processor is displayed Qualcomm or Intel then your radio is not made in China (possibly a branded fake). The instructions are not suitable for such devices!

2. download firmware: official and alternative sources

Finding original firmware for a Chinese radio is not a trivial task. Manufacturers rarely make files publicly available, and on forums you can often find modified assemblies with viruses or reduced functionality. Here are verified sources:

Source Type. firmware Risks Link (search)
4PDA (section "Car radios") Modified and stock Possible viruses in custom assemblies Model name + โ€œfirmware w3bsit3-dns.comโ€
Needrom Original memory dumps Registration required, many outdated versions needrom.com โ†’ search by model
Official website of the manufacturer Stock (rarely) Often there are no files for older models Search by brand name (for example, Pumpkin, Xtrons)
Telegram channels (for example, โ€œAndroid Auto Proโ€) Custom with patches High risk of incompatibility Search by model in Telegram

When choosing firmware, pay attention to:

  • ๐Ÿ“Œ Compatibility with processor (for example, firmware for MT8163 is not suitable for RK3188).
  • ๐Ÿ“Œ Android version โ€”not โ€œdowngradeโ€ the version (for example, from 10 to 8.1) without a full reset.
  • ๐Ÿ“Œ Screen resolution โ€”if your radio has a display 1024ร—600, and the firmware is designed for 800ร—480, the interface will be distorted.
๐Ÿ’ก

If you canโ€™t find the firmware for your model, try searching by the board code (for example, MBX-RK3188-4GB-2021It is usually indicated on a sticker inside the device or in the menu Settings โ†’ About phone โ†’ Hardware platform model.

3. Preparing the radio for firmware: backup and unlocking

Before updating, you must perform three mandatory steps:

  1. Create a backup of the current firmware (if the radio turns on).
  2. Unlock the bootloader (for most MTK chipsets).
  3. Format the memory card in FAT32 (if the firmware is installed from SD).

Backup firmware:

  • ๐Ÿ“ฑ Use MTK Droid Tools (for Mediatek) or RK Dump Tool (for Rockchip).
  • ๐Ÿ“ฑ Connect the radio to the PC via USB in mode USB debugging (turned on in Settings โ†’ For developers).
  • ๐Ÿ“ฑ In the app, select Backup โ†’ Create scatter file, then save all partitions (especially boot, system, recovery).

Unlocking the bootloader:

On most Chinese radios, the bootloader is locked. To unlock it:

  1. Turn off radio, press Power + Volume Up (or Power + Menu, depending on the model) to enter Fastboot.
  2. Connect to the PC and run the command:
    fastboot oem unlock
  3. On some devices you will need to enter an unlock code (look for it on the forums by model).

Make a backup of the current firmware|

Unlock the bootloader (if required)|

Format the SD card to FAT32|

Charge the radio battery (if removable)|

Download the firmware and unpack the archive-->

โš ๏ธ Attention: On radios with processors Rockchip unlocking the bootloader can lead to resetting the IMEI of the GSM module (if there is one), it will be difficult to restore it later!

4. Firmware methods: from simple to complex

There are four main ways to install firmware on a Chinese radio. The choice depends on the state of the device and the available tools:

Method 1: Update via Recovery (the safest)

Suitable if the radio is turns on and it is working Recovery Mode.

  1. Copy the downloaded firmware (file update.zipto a formatted SD card.
  2. Turn off the radio, insert the card.
  3. Hold Power + Volume Down (or Power + Home) to enter Recovery.
  4. Select Apply update from SD card, specify the file update.zip.
  5. Wait for completion (do not remove the card!).

Method 2: Firmware via SP Flash Tool (for Mediatek)

Universal method for devices on Mediatek, even if the radio does not turn on.

  1. Install drivers Mediatek Preloader (download from SP Flash Tool website).
  2. Run SP_Flash_Tool.exe, download file scatter.txt from the firmware archive.
  3. Tick all sections (except userdataif you donโ€™t want to lose data).
  4. Connect the turned off radio to the PC via USB (without battery, if removable).
  5. Click Download โ€”process will start automatically.
What to do if the SP Flash Tool does not see the device?

1. Check if the drivers are installed Mediatek Preloader VCOM (an unknown device should appear in the device manager).

2 Try another USB port (preferably USB 2.0 on the rear panel). PC).

3. Disable driver signing in Windows (via gpedit.msc โ†’ User Configuration โ†’ Administrative Templates โ†’ System โ†’ Driver Installation).

4. If the radio is still not detected, the USB port or controller on the board may be damaged.

Method 3: Firmware via Rockchip Batch Tool (for Rockchip)

Analog SP Flash Tool, but for chipsets Rockchip.

  1. Install drivers Rockchip DriverAssistant.
  2. Run RKBatchTool, press โ€ฆ and select the firmware file (.img).
  3. Connect the radio in the mode Maskrom (press Reset on the board or use a contact closure).
  4. Click Restore โ€”the process will take 5-10 minutes.

Method 4: Firmware via ADB Sideload (for experienced)

Used if there is a working ADB, but no Recovery.

  1. Connect the radio to the PC, turn on USB debugging.
  2. On the command line, run:
    adb reboot sideload
  3. Then:
    adb sideload update.zip
๐Ÿ’ก

If the radio does not respond to buttons and is not detected by the PC, the only way remains is firmware via Test Point (closing the contacts on the board). This method requires disassembling the device and experience with a soldering iron.

5. Typical errors and their solutions

Even if you follow the instructions exactly, problems may arise. Here are the most common errors and how to fix them:

Error Cause Solution
BROM ERROR: S_FT_ENABLE_DRAM_FAIL (4032) Incompatible firmware or damaged memory Check version scatter.txt and repeat with another firmware
The radio freezes on the logo after the firmware The partition is damaged boot or the kernel version is incorrect Reflash only boot.img via SP Flash Tool
PMT changed for the ROM, it must be downloaded Partition table has changed In SP Flash Tool select Format All + Download
No sound after update No audio drivers in firmware Install the patch audio_fix.zip via Recovery
The sensor does not work Calibration mismatch touch_firmware Flash the original touch_panel.bin from backup

โš ๏ธ Attention: If after the firmware the radio stops turning on and does not respond to SP Flash Tool, check the voltage at the contacts 3.3V and 1.8V with a multimeter. Often the problem lies in a damaged power stabilizer (for example, AMS1117).

6. Recovery after unsuccessful firmware

If the radio has turned into a โ€œbrickโ€ (does not turn on, is not detected by the PC), do not panic. In 80% of cases it can be resuscitated. Here is the algorithm of actions:

  1. Check the power:
    • ๐Ÿ”Œ Connect the radio to the power supply 12V/2A (not through the cigarette lighter!).
    • ๐Ÿ”Œ Measure the voltage at the contacts VCC and GND (should be 12V).
  • Close Test Point:

    On the radio board, find the contacts Test Point (usually signed TP or KCOL0/KROW0). Close them with tweezers while connecting the USB to the PC. If the drivers are installed, the device will be detected as Mediatek Preloader.

  • Flash via SP Flash Tool in the mode Firmware Upgrade:

    Select this mode instead Download Only - it ignores checksum errors.

  • If all else fails:

    Contact the service with a request to flash it via ISP programmer (for example, RT809H). Cost - from 1,500 rubles.

  • What to do if the SP Flash Tool gives an error S_BROM_CMD_START_CMD_FAIL (0xC0060003)?

    This error means that the bootloader is blocked at the hardware level. Solutions:

    1. Try flashing via Bypass Auth File (look for the file for your model on 4PDA).

    2. Use MTK Auth Bypass Tool (requires soldering a resistor to Test Point).

    3. If the radio is on MT8163, try the utility MTK Client with option --bypass.

    7. Optimizing the radio after firmware

    After a successful update, it is recommended to perform several steps for stable operation:

    • ๐Ÿ”ง Reset the settings: Go to Settings โ†’ Backup and reset โ†’ Reset settings. This will eliminate conflicts with old configurations.
    • ๐Ÿ”ง Disable unnecessary ones services: Turn off autorun for Settings โ†’ Applications disable autorun for Google Play Services, Android Auto and other background processes.
    • ๐Ÿ”ง Install patches:
      • ๐ŸŽต ViPER4Android โ€”to improve sound.
      • ๐Ÿ“ก GPS Status โ€”to speed up satellite search.
      • ๐Ÿ”„ Greenify โ€”to optimize RAM consumption.
    • ๐Ÿ”ง Set up autoload: Use Tasker or MacroDroidto automatically launch the navigator when the ignition is connected.

    โš ๏ธ Attention: On some firmware for Rockchip after updates stop working CAN bus (button backlight, steering wheel control). In this case, you need to flash the original canbus.bin from backup or download it from the forum according to the radio model.

    FAQ: Frequently asked questions about firmware for Chinese radios

    Is it possible to flash a radio without a computer?

    Yes, if it has a working one Recovery Mode. Download the firmware in format update.zip to an SD card, insert it into the radio and press Power + Volume Up to enter Recovery. Next, select Apply update from SD card.

    However, this method is only suitable for minor updates. If the radio does not turn on or the firmware requires changing the bootloader, you cannot do without a PC.

    Why does the radio not work after the firmware?

    This is a typical problem for radios on Rockchip and some Mediatek. Reasons:

    1. The firmware lacks a driver FM chip (for example, RDA5807 or QN8035).
    2. The partition vendorwhere the data is stored is damaged radio configurations.

    Solution: find a patch on the forum radio_fix.zip for your model or flash the original one vendor.img from a backup.

    How to return the stock firmware if the custom one is unstable?

    Return the original firmware can be installed in two ways:

    1. If you have a backup, flash it through SP Flash Tool in mode Download Only.
    2. If there is no backup, look for a memory dump (readback) on Needrom or w3bsit3-dns.com the exact name of the board model (for example, MBX-MT8163-2GB-2020).

    โš ๏ธ After returning to the stock firmware, you may need to re-activate the licenses Google Play (via Google Services Framework).

    Is it possible to flash a radio from Android 5.1 to Android 10?

    Technically yes, but with reservations:

    • ๐Ÿ“Œ The processor must support the new version of Android (for example, MT8163 officially supports up to Android 8.1, and RK3399 - up to 11).
    • ๐Ÿ“Œ Will be required firmware with a modified kernel (look on w3bsit3-dns.com with the mark [Port]).
    • ๐Ÿ“Œ After the update, the following may not work: radio, CAN bus, some sensors.

    Recommendation: if the radio works stably on Android 5.1โ€“7.1, it is better not to update for the sake of novelty. The performance gain will be minimal, and the risk of losing functionality is high.

    Where can I find drivers for connecting the radio to a PC?

    Drivers depend on the processor:

    • ๐Ÿ”น Mediatek: Mediatek Preloader VCOM (download from spflashtool.com).
    • ๐Ÿ”น Rockchip: DriverAssistant (official website Rockchip).
    • ๐Ÿ”น Allwinner: AW USB Driver (search on Needrom).

    If Windows does not install the driver automatically, disable signature verification (via gpedit.msc) and install manually through the device manager.