Smartphones of the Spanish brand BQ (models Aquaris, Strike, Magic and others) are known for their balance of price and quality, but over time even they begin to slow down or produce errors. Reinstalling Android โ€”a radical but effective way to return the device to its former performance. However, the firmware process BQ has nuances: from choosing the correct software version to taking into account the type of processor (MediaTek or Qualcomm).

In this article you will find 3 working methods flashing, adapted to the specific features phones BQ. We will figure out how to avoid common mistakes (for example, brick with the wrong version of the scatter file for MediaTek), what tools you will need, and how to save important data before the process. If your BQ Aquaris X2 is stuck on the logo or BQ Strike Power is constantly overheating, here you will find a solution.

โš ๏ธ Warning: Smartphone firmware will void the warranty (if it is still valid) and can lead to data loss. Make sure that the battery is charged at least 60% and the USB cable is not damaged - this is critical for the stability of the process.

๐Ÿ“Š What BQ model do you have?
Aquaris (X, X2, X Pro, etc.)
Strike (Power, Selfie, etc.)
Magic (L, S, etc.)
Another model
I donโ€™t know the model

1. Preparing to reinstall Android

Before starting the firmware, you need to perform 4 mandatory steps: backup, checking the processor model, downloading the firmware and preparing tools. Skipping any of them may lead to device inoperability.

Start with data backup. Even if you plan to flash your phone without resetting it (no wipe), the risk of losing contacts, photos or messages remains. Use: Data backup to a computer via USB (

  • ๐Ÿ“ฑ Google Account - synchronize contacts, calendar and notes in Settings โ†’ Accounts โ†’ Google.
  • ๐Ÿ–ฅ๏ธ PC - copy files from internal memory to computer via USB (MTP mode).
  • โ˜๏ธ Cloud - upload photos to Google Photos or Yandex Drive.
  • ๐Ÿ”ง Titanium Backup (requires root) - to save applications and their data.

Next, determine processor model your BQ. The choice of firmware method depends on this:

  1. Install the application CPU-Z from Google Play.
  2. Open the tab SoC (System on Chip).
  3. Remember the manufacturer: MediaTek (starts with MT, for example MT6765) or Qualcomm (series Snapdragon 4xx/6xx).

Downloaded firmware for your model|ADB/Fastboot drivers for PC|USB cable (original)|Battery charge โ‰ฅ60%|Disabled antivirus on PC-->

โš ๏ธ Attention: Firmware for BQ are often divided into regions (for example, EUR for Europe or RU for Russia). Installing the wrong version may cause problems with the network or language packs. Check the labeling of the firmware file!

2. Method 1: Firmware via Recovery (for beginners)

This method is suitable if your BQ is turned on and you have custom Recovery installed (for example, TWRP). It is less risky than flashing firmware via Fastboot, but requires preliminary preparation.

Step-by-step guide:

  1. Download the firmware in format .zip (for example, LineageOS or the official package from BQ).
  2. Move the file to the root of the phone's internal memory.
  3. Turn off the device and hold down the combination to enter Recovery:
    • For most models BQ Aquaris: Volume Up + Power.
    • For BQ Strike: Volume Down + Power (hold for 10 seconds).
  • In the Recovery menu, select Wipe โ†’ Advanced Wipe and mark Dalvik, Cache, System, Data (if you need a clean installation).
  • Return to the main menu, select Install, specify the path to the firmware file and confirm installation.
  • After completion, click Reboot System.
  • โš ๏ธ Attention: If after rebooting the phone is stuck on the logo for more than 15 minutes, then the firmware does not match yours model. Try a different package or flashing method via Fastboot.

    ๐Ÿ’ก

    If Recovery does not have touch controls, use the volume buttons to navigate and the power button to confirm the selection.

    3. Method 2: Flashing via Fastboot (for Qualcomm)

    Method Fastboot suitable for smartphones BQ on processors Qualcomm (for example, Aquaris X Pro s Snapdragon 630). It requires unlocking the bootloader, but allows you to install official or custom software.

    What you will need:

    • ๐Ÿ–ฅ๏ธ A computer with Windows/Linux and installed ADB/Fastboot drivers.
    • ๐Ÿ“ฑ Enabled USB debugging (Settings โ†’ About phone โ†’ Build number (7 taps) โ†’ For developers โ†’ USB debugging).
    • ๐Ÿ”“ Unlocked bootloader (instructions below).
    • ๐Ÿ“ Firmware in format .img or .zip with files for Fastboot.

    How to unlock the bootloader:

    1. Connect the phone to the PC and open the command line in the folder c ADB.
    2. Enter the commands one by one:
      adb reboot bootloader
      

      fastboot oem unlock

    3. On the phone, confirm the unlocking (data will be erased!).

    Firmware via Fastboot:

    1. Unpack the firmware into the folder c fastboot.exe.
    2. Connect the phone in Fastboot (hold Volume Down + Power with the device turned off).
    3. Run the file flash-all.bat (for Windows) or enter the commands manually:
      fastboot flash boot boot.img
      

      fastboot flash system system.img

      fastboot flash recovery recovery.img

      fastboot reboot

    What to do if Fastboot does not see the device?

    1. Check if the drivers are installed ("Android Bootloader Interface" should be displayed in the Device Manager).

    2. Try a different USB port (preferably USB 2.0).

    3. Disable driver signing in Windows (to do this, use the command bcdedit /set nointegritychecks on in CMD as an administrator).

    4. Replace the cable - often the problem is damaged wires.

    4. Method 3: Firmware via SP Flash Tool (for MediaTek)

    Smartphones BQ on processors MediaTek (for example, BQ Aquaris U2 s MT6753) are flashed through the utility SP Flash Tool. This method is more risky, as it requires the correct scatter file and can lead to brick in case of an error.

    Step-by-step guide:

    1. Download and install SP Flash Tool (version 5.2 or later).
    2. Unpack the firmware and find the file MTxxxx_Android_scatter.txt (where xxxx is the processor model).
    3. Run flash_tool.exe as administrator.
    4. Click Scatter-loading and select scatter file.
    5. Make sure all the checkboxes are correct (usually Preloader itโ€™s better not to touch!).
    6. Turn off the phone, connect it to the PC without battery (if removable) or with the button held down Volume Down.
    7. Click Download in the app and wait until the end (a green circle appears).

    โš ๏ธ Attention: If the process is stuck on DA 100%, turn off the phone, reinstall the drivers MediaTek Preloader and try again. Do not under any circumstances interrupt the firmware during the recording stage Preloader - this is a guaranteed brick!

    Error Cause Solution
    S_FT_DOWNLOAD_FAIL Incompatible firmware or damaged scatter file Download the firmware for your model from the official website BQ
    BROM ERROR: S_DA_SDMMC_WRITE_FAILED Problems with device memory Try another USB port or cable
    PMT changed for the ROM Memory layout mismatch Use Format All + Download in SP Flash Tool
    Phone does not turn on after flashing Wrong boot.img or recovery.img Repeat the firmware with the correct files

    5. Where to download firmware for BQ

    Official firmware for BQ can be found on the manufacturer's website, but often they are only available for new models. For outdated devices (for example BQ Aquaris E5), you will have to look for custom assemblies.

    Reliable sources:

    • ๐ŸŒ BQ official website โ€” support section (Support โ†’ Software Updates).
    • ๐Ÿ“ฅ 4PDA โ€” thematic threads on models (for example Aquaris X2).
    • ๐Ÿ”„ Needrom - firmware database for MediaTek.
    • ๐Ÿค– XDA Developers - custom firmware (LineageOS, Resurrection Remix).

    โš ๏ธ Warning: When downloading firmware from third resources, check the hash files (MD5 or SHA-1) and read reviews. Viruses in firmware are rare, but fake packages may contain adware.

    For models on Qualcomm look for files with the extension .mbn or .img, for MediaTek โ€”archives with scatter file. Pay attention to the Android version: for example, BQ Aquaris X officially supports up to Android 9, and custom firmware may offer Android 11-12.

    ๐Ÿ’ก

    Always check the compatibility of the firmware according to the processor model and revision. For example, BQ Aquaris U2 c MT6753 the firmware is not suitable for Aquaris U2 Lite c MT6737 โ€”these are different devices!

    6. Frequent problems after reinstalling Android

    Even if the firmware was successful, problems may occur. Here are the most common ones and ways to solve them:

    Problem 1: The phone does not see the SIM card

    • ๐Ÿ“ถ Check whether the firmware supports your modem model (for example, for BQ Strike Power you need a version with EUR or RU modifier).
    • ๐Ÿ”ง Reflash only the partition modem via Fastboot:
      fastboot flash modem NON-HLOS.bin
    • ๐Ÿ“ž Insert the SIM into another slot (if available).

    Problem 2: Rapid battery drain

    • ๐Ÿ”‹ Calibrate the battery: completely discharge the phone, then charge it to 100% without interruption.
    • ๐Ÿ› ๏ธ Check background processes in Settings โ†’ Battery.
    • ๐Ÿ”„ Install a kernel with an optimized power consumption (for example FrancoKernel for Qualcomm).

    Problem 3: Sensors (gyroscope, compass) do not work

    • ๐Ÿ”„ Reflash the partition persist (if it is in the firmware).
    • ๐Ÿ“ฒ Install the application Sensor Test from Google Play for diagnostics.
    • ๐Ÿ”ง Update sensor drivers via Fastboot (files usually come with the name sensors*.img).
    How to return IMEI after flashing?

    If after flashing the IMEI has disappeared (zeros are displayed in *#06# ), restore it using the tool Maui META (for MediaTek) or QCN editor (for Qualcomm). For this you will need a backup copy of the partition. nvram or modemst1/modemst2made before the firmware.

    1. Download Maui META and connect the phone in mode Meta Mode (for MediaTek).

    2. Enter the command to restore IMEI:

    AT +EGMR=1,7,"IMEI_1"
    

    AT +EGMR=1,10,"IMEI_2"

    3. Reboot the device.

    โš ๏ธ It is legally impossible to restore IMEI without a backup!

    7.

    Brick (inoperative device) is the worst outcome of unsuccessful firmware. To avoid it, follow these rules:

    Rule 1: Check firmware compatibility

    • ๐Ÿ“‹ Check the phone model and processor version. For example, firmware for BQ Aquaris X (Snapdragon 630) will not be suitable for BQ Aquaris X2 (Snapdragon 636).
    • ๐Ÿ” Look for the firmware by the exact model name (indicated on the box or under the battery).

    Rule 2: Do not interrupt the process

    • โšก Use a laptop with a charged battery or UPS - a power outage during the firmware is fatal.
    • ๐Ÿ”Œ Do not touch the USB cable and do not move the phone.

    Rule 3: Make backups of critical partitions

    • ๐Ÿ’พ Save copies EFS, modem and persist via TWRP or ADB:
      adb pull /dev/block/mmcblk0p3 efs.img
    • โ˜๏ธ Upload a backup to the cloud - in case of data loss on your PC.

    Rule 4: Use proven tools

    • ๐Ÿ› ๏ธ For MediaTek: only the latest version SP Flash Tool (5.2+).
    • ๐Ÿ–ฅ๏ธ For Qualcomm: official QFil or Mi Flash Tool (suitable for many models).
    • ๐Ÿšซ Avoid โ€œuniversal flashersโ€ - they often contain malicious code.
    ๐Ÿ’ก

    If your phone turns into a brick, donโ€™t panic! Most models can be restored via checkbox. For BQ on MediaTek can be restored via SP Flash Tool with a tick Format All + Download. For Qualcomm the mode EDL (emergency boot) will help.

    FAQ: Answers to frequently asked questions

    โ“ Is it possible to reinstall Android on BQ without a computer?

    Yes, but only if you already have custom Recovery installed (for example, TWRP). In this case, you can flash the ZIP archive with the firmware directly from the memory card. However, for most official firmware BQ you will still need a PC.

    โ“ How do I know if the bootloader is unlocked on my BQ?

    Turn off the phone and hold down Volume Down + Power. If you see an inscription Device is UNLOCKED or similar, the bootloader is unlocked. If the phone just turns on Fastboot without such inscriptions, it means it is locked.

    โ“ Why does the camera not work after flashing the firmware?

    This is a typical problem when installing custom firmware. Solutions:

    • Install Google Camera with a customized config for your model.
    • Flash a separate partition vendor from the official firmware.
    • Check if yours supports firmware Camera2 API (can be found through the app Manual Camera Compatibility).

    โ“ Is it possible to roll back Android to an older version?

    Technically yes, but there are nuances:

    • For Qualcomm: usually there are no problems, but it may be required bootloader rollback.
    • For MediaTek: sometimes you have to flash Preloader, which is risky.
    • โš ๏ธ On new models (for example, BQ Aquaris X3) rollback may block bootloader.

    โ“ Where to find drivers for BQ firmware via PC?

    Drivers depend on the processor:

    • For MediaTek: download MediaTek USB VCOM drivers and disable signature verification in Windows.
    • For Qualcomm: install QDLoader HS-USB Driver (for mode EDL) or standard ADB drivers.
    • Universal package: 15 Seconds ADB Installer (includes everything you need).