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 ToolorRKDevTool. - ๐น Allwinner (less often, series A33, H6) - flashed through
PhoenixSuitorLiveSuit.
To find out the processor model:
- Run the application on the radio tape recorder
CPU-Z(download APK from official website). - Go to the tab
SoC- the chipset model will be indicated there (for example, MT8163V/A). - Check the Android version in
Settings โ About phone.
โ ๏ธ 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 for800ร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:
- Create a backup of the current firmware (if the radio turns on).
- Unlock the bootloader (for most MTK chipsets).
- Format the memory card in
FAT32(if the firmware is installed from SD).
Backup firmware:
- ๐ฑ Use
MTK Droid Tools(for Mediatek) orRK Dump Tool(for Rockchip). - ๐ฑ Connect the radio to the PC via USB in mode
USB debugging(turned on inSettings โ For developers). - ๐ฑ In the app, select
Backup โ Create scatter file, then save all partitions (especiallyboot,system,recovery).
Unlocking the bootloader:
On most Chinese radios, the bootloader is locked. To unlock it:
- Turn off radio, press
Power + Volume Up(orPower + Menu, depending on the model) to enterFastboot. - Connect to the PC and run the command:
fastboot oem unlock - 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.
- Copy the downloaded firmware (file
update.zipto a formatted SD card. - Turn off the radio, insert the card.
- Hold
Power + Volume Down(orPower + Home) to enter Recovery. - Select
Apply update from SD card, specify the fileupdate.zip. - 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.
- Install drivers Mediatek Preloader (download from SP Flash Tool website).
- Run
SP_Flash_Tool.exe, download filescatter.txtfrom the firmware archive. - Tick all sections (except
userdataif you donโt want to lose data). - Connect the turned off radio to the PC via USB (without battery, if removable).
- 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.
- Install drivers Rockchip DriverAssistant.
- Run
RKBatchTool, pressโฆand select the firmware file (.img). - Connect the radio in the mode
Maskrom(pressReseton the board or use a contact closure). - 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.
- Connect the radio to the PC, turn on
USB debugging. - On the command line, run:
adb reboot sideload - 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:
- Check the power:
- ๐ Connect the radio to the power supply
12V/2A(not through the cigarette lighter!). - ๐ Measure the voltage at the contacts
VCCandGND(should be12V).
- ๐ Connect the radio to the power supply
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.
Firmware Upgrade:
Select this mode instead Download Only - it ignores checksum errors.
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 โ Applicationsdisable 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
TaskerorMacroDroidto 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:
- The firmware lacks a driver
FM chip(for example, RDA5807 or QN8035). - 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:
- If you have a backup, flash it through
SP Flash Toolin modeDownload Only. - 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.