Updating the firmware on an Android smartphone should improve its performance, but sometimes instead of new functions, users get a โbrickโ device - a device that refuses to turn on. The situation is familiar to many: the screen remains black, the logo appears and then nothing happens, or the phone boots into an endless cycle of reboots. The reasons can be different: from software failures to hardware conflicts.
Most often the problem occurs due to incorrect installation of the update, an interrupted process (for example, due to a low battery) or incompatibility of the new firmware version with the device hardware. In some cases, custom firmware or rooting are to blame, which conflict with official updates. But donโt rush to panic: in 90% of cases, the phone can be brought back to life without contacting a service center.
In this article we will look at all possible scenarios from simple solutions (for example, a forced reboot) to complex ones (flashing via a PC). You will also learn how to avoid similar problems in the future and which models of Android devices most often encounter such a malfunction.
Why does the phone not turn on after the update?
The reasons why an Android device stops responding to the power button after an update can be divided into software and hardware. The first ones are more common and are usually solved without disassembling the phone.
Among the main reasons:
- ๐ Interrupted update - if the battery ran out during firmware installation, the power was turned off, or the user forcibly rebooted the device.
- ๐ฑ Firmware incompatibility โsome budget models (for example, Redmi Note 8 or Samsung Galaxy A10) do not tolerate updates well due to limited resources.
- ๐ ๏ธ Conflict with custom modifications โif the phone was rooted, TWRP or unofficial firmware, an official update can โbreakโ the system.
- ๐ Failure of the bootloader โdamage to the partition
bootorrecoveryresponsible for launching the OS. - ๐ฅ Hardware problems is rare, but it happens that the update โfinishes offโ already worn-out memory (eMMC) or power controller.
According to service center statistics, device owners most often encounter this problem Xiaomi, Samsung (series Galaxy J and Galaxy A) and Huawei after updating to Android 12+. This is due to the fact that new versions of the OS require more resources, and budget models physically cannot cope with the load.
โ ๏ธ Attention: If the phone heats makes unusual sounds (squeaks, clicks) when trying to turn on, this may indicate hardware failure. In this case, independent repair is dangerous - it is better to contact the service.
First steps: what to do if the phone does not respond to the power button
Before you panic and take the device for repair, try basic recovery methods. They work in 60-70% of cases and do not require special skills.
1. Forced reboot (Hard Reset)
Sometimes the system โfreezesโ at the boot stage, and it is enough to do hard reset. The methods differ depending on the model:
- ๐ฑ Samsung: press
Volume up + Power buttonfor 10-15 seconds. - ๐ฑ Xiaomi/Redmi/Poco:
Volume up + Power button(on some models โVolume down + Power). - ๐ฑ Huawei/Honor:
Volume up + Volume down + Power. - ๐ฑ Google Pixel:
Button power supply(hold for 30 seconds).
If after this the phone vibrates or the logo appears, release the buttons. If there is no reaction, go to the next step.
2. Charging the battery
Itโs trivial, but often the problem lies in with a low batteryAfter an unsuccessful update, the phone may consume energy in the background. even if the screen is turned off. Connect the original charger and leave for 30-60 minutes. Try to turn on the device without disconnecting the cable.
If the charging indicator is not lit, check:
- ๐ Cable and power supply (try a different charger).
- ๐ USB port - sometimes it gets clogged or oxidized.
- ๐ Try charging from a computer or power bank.
โ ๏ธ Attention: If the phone heats up when charging (more than 45ยฐC), turn it off immediately This may indicate a short! short circuit in the battery.
โ๏ธ Checklist before deep diagnostics
How to enter Recovery mode and reset settings
If phone Responses to buttons, but does not load beyond the logo, the next thing to try is Recovery via Recovery Mode. This mode allows you to reset the settings to factory settings or reinstall the firmware.
Step 1: Login to Recovery
Button combinations for different brands:
| Brand | Combination | Note |
|---|---|---|
| Samsung | Volume up + Power + Bixby |
On new models (S22+), a connection to a PC may be required. |
| Xiaomi/Redmi | Volume up + Power |
On some devices you need to hold for 10+ seconds. |
| Huawei/Honor | Volume up + Power |
If it doesnโt work, try Volume down + Power. |
| Google Pixel | Volume down + Power |
In the Recovery menu, select items using the volume buttons. |
| OnePlus | Volume down + Power |
On some models you need to hold for 15+ seconds. |
If the combination worked, you will see a menu with paragraphs in English or Chinese. Control is carried out using the buttons volume (up/down) and power (select).
Step 2: Reset settings (Wipe Data)
In the Recovery menu, find the item Wipe data/factory reset (may be called Clear eMMC or Erase all data). After selecting, confirm the action (Yes). This process:
- ๐ฒ Will delete all user data (photos, applications, accounts).
- ๐ Will return the firmware to the factory state (but will not roll back the Android version!).
- โ ๏ธ Will not affect files on the SD card (if it is yes).
After resetting, select Reboot system now. If the phone boots up, the problem is solved! If not, proceed to the next section.
What to do if Recovery does not open?
If button combinations do not work, the partition may be damaged recovery. In this case, only flashing via Fastboot or EDL will help (see the section below).
Flashing the phone via Fastboot (for advanced users)
If resetting the settings did not help, you will have to to reinstall the firmware manually. To do this you will need a computer, a USB cable and special utilities. The method is suitable for most Android devices, except for some models Samsung (they need Odin) and MediaTek (they need SP Flash Tool).
What you will need:
- ๐ฅ๏ธ Computer with Windows/Linux/macOS.
- ๐ Original USB cable (preferably included).
- ๐ฅ Firmware for your model (download only from official sources!).
- ๐ ๏ธ Utilities:
ADB & Fastboot,Platform Tools(from Google).
Step-by-step guide:
Download and install Platform Tools (includes
fastbootandadb).Download the firmware for your model (for example, for Xiaomi โ from the site en.miui.com, for Samsung โvia Samsung Smart Switch or Frija).
Turn off the phone and switch it to mode
Fastboot:- For Xiaomi:
Volume down + Power. - For Google Pixel:
Volume down + Power(hold until the robot appears). - For OnePlus:
Volume up + Power.
- For Xiaomi:
Connect the phone to the PC and check the connection with the command:
fastboot devices
If the device is detected (the serial number appears), you can continue.
Unpack the firmware (usually a file with the extension .zip or .tgz) and find the installation script (for example, flash_all.bat for Xiaomi). Run it or enter the commands manually:
fastboot flash boot boot.imgfastboot flash system system.img
fastboot flash vendor vendor.img
fastboot reboot
The process may take 5-15 minutes. After completion, the phone should automatically reboot.
โ ๏ธ Attention: Incorrect firmware may disable the phone forever (for example, if you flash a file for a different model). Always check the official documentation!
Before flashing the firmware, check the bootloader version (fastboot getvar all). If it is outdated, update it first, otherwise the new firmware will not install.
Recovery features for Samsung (Odin Mode)
Device Samsung use their own firmware protocol - Odin Mode. The standard one is not suitable for them, so you need special software - Fastboot, so you need special software - Odin (for Windows) or Heimdall (for Linux/macOS).
What you need:
- ๐ฅ๏ธ app data-i="204">(version 3.14+). Odin (version 3.14+).
- ๐ฅ Firmware in format
.tar.md5(download from samfw.com or via Samsung Smart Switch). - ๐ Original USB cable (preferably type C).
- ๐ Battery charge is at least 30%.
Instructions:
Turn off the phone and put it in
Odin Mode:- For most models:
Volume down + Bixby + Power. - For new flagships (S22/S23):
Volume up + Volume down + Power โ Connect the USB cable.
- For most models:
Run Odin and connect the phone. A message should appear in the app Added! and com port (for example, COM3).
In the section BL download the file BL_*.tar.md5, in AP โ AP_*.tar.md5, in CP โ CP_*.tar.md5, in CSC โ CSC_*.tar.md5 (or HOME_CSC, if you do not want to reset the data).
Press Start and wait for completion (do not disconnect the cable!). The phone will reboot automatically.
If the firmware was successful, but the phone still wonโt turn on, try repeating the process with a full reset (CSC instead HOME_CSC).
For Samsung, it is critical to use the firmware specifically for your model and region (CSC code). For example, firmware for Galaxy S20 SM-G980F will not be suitable for SM-G980F/DS (dual-sim).
If all else fails: EDL mode and service center
When neither Recovery, nor Fastbootnor Odin work, there is one last chance โ EDL mode (Emergency Download Mode). This is a low-level protocol that allows you to flash a phone even with a damaged bootloader. However, it requires:
- ๐ Authorized account (for Xiaomi, Oppo, Realme).
- ๐ ๏ธ Special equipment (for example EDL cable or box for firmware).
- ๐ Official firmware in format
.mbnor.elf.
For most users, this method is not available, as it requires:
- ๐ป Knowledge of working with Qualcomm QPST or Mi Flash Pro.
- ๐ Access to authorized manufacturer accounts (for example, for Xiaomi need Mi Account with EDL unlocking).
- ๐ฐ Credit purchases (for example, for Huawei need HCU credits).
If you are not confident in your abilities, it is better to contact service center. The cost of restoration via EDL is usually 1500-4000 rubles (depending on the model).
โ ๏ธ Attention: Some service centers refuse to restore phones with root access or custom firmware, as this may void the warranty.
What is a "brick" in Android terms?
This is a state when the phone does not respond to buttons and does not boot. It happens:
- Soft-brick (software failure) - can be treated by flashing it.
- Hard-brick (hardware problem) - requires soldering or replacing chips.
How to avoid problems with future updates
To avoid problems "dead" phone after the next update, follow these rules:
Preparing for the update:
- ๐ Battery charge at least 50%. It is better to connect the phone to charge during the update.
- ๐ถ Stable Internet connection (Wi-Fi, not mobile network).
- ๐ฑ Free up space โthe internal drive must have at least 3-5 GB of free space.
- ๐ Make a backup important data (photos, contacts, messages) via
Google Accountor Titanium Backup (for rooted devices).
What NOT to do:
- โ Do not interrupt the update (even if it takes too long).
- โ Do not install firmware from third-party sources (risk viruses or incompatibility).
- โ Do not update via VPN or proxy - this may damage files.
- โ Do not ignore system warnings (for example, about lack of space).
If your phone already rooted or it has custom firmware, before updating:
- Remove root access (via Magisk or SuperSU).
- Return to stock recovery (for example, via
fastboot flash recovery stock_recovery.img). - Check firmware compatibility on the forums (for example, XDA Developers).
If after the update the phone starts to slow down, try rolling back the Android version via Fastboot or Odin. For example, for Samsung Galaxy A50 you can return Android 11 instead of Android 13if the new version is unstable.
FAQ: Frequently asked questions about restoring Android after updating
My phone is stuck on logo after the update. What to do?
First try forced reboot (the combination of buttons depends on the model). If it does not help, go to Recovery and do Wipe cache partition. If this does not work, reset the settings (Factory Reset).
The phone vibrates when you press the power button, but the screen is black. Is this a hardware problem?
This behavior may be due to:
- ๐ A dead battery (connect to the charger). 30 minutes).
- ๐ฑ Damaged screen or cable (diagnostics needed).
- ๐ Firmware failure (try flashing via
Fastboot).
If after charging and flashing the problem remains, take it to the service.
Is it possible to recover data if the phone does not turn on?
If the phone reacts to connection to. PC (defined in ADB or Fastboot), there is a chance try:
- Extract data via
ADB pull(if USB debugging is enabled). - Use apps like Dr.Fone or Tenorshare 4uKey (paid, does not always work).
- Contact the service - some workshops can read memory directly through chip-off.
If the phone is not detected by the PC, data recovery is unlikely.
Is it worth upgrading to a new version of Android if the phone is old?
For devices older than 3-4 years, updates often bring more problems than benefits. For example:
- Samsung Galaxy J5 (2016) after updating to Android 8.0 it starts to slow down.
- Xiaomi Redmi 4X on Android 9 it heats up and discharges quickly.
If your phone:
- Has less than 3 GB of RAM.
- Released before 2018.
- Already running slowly on the current one version.
is better refuse to update or make a backup before installation.
Is it possible to roll back an Android update?
Yes, but with reservations:
- ๐ฑ On most phones you can rollback via
FastbootorOdin, but you will need the stock firmware of the old version. - โ ๏ธ On some models (for example, Google Pixel), rollback is blocked due to security policy.
- ๐ After a rollback, it may work FRP lock (you will need to enter your Google login and password).
Look for rollback instructions on thematic forums (for example, 4PDA).