Has your smartphone suddenly stopped responding to presses, stuck on the manufacturer's logo, or refuses to turn on at all? The situation when the firmware crashed or a critical failure occurred in the system Androidis familiar to many users. The reasons can be different: from a failed update to physical memory corruption. The main thing is not to panic and not try to immediately take the device to a service center. In 80% of cases, the problem can be solved on your own, even without special skills.
This article will help you figure out what exactly happened to your device, which actions are safe, and which can aggravate the situation. We will look at solutions from the simplest (reboot, reset) to complex (flashing via Fastboot or EDL). We will pay special attention data storage to photographs, contacts and messages that may be lost due to careless manipulation. All instructions are relevant for devices based on Android 10-15 and adapted for popular brands: Samsung, Xiaomi, Realme, OnePlus and others.
1. Diagnosing the problem: how to understand what exactly has gone wrong
Before proceeding with restoration, it is important to determine the nature of the malfunction. Symptoms of a โfallenโ Android can vary from a complete lack of response to the power button to a cyclic reboot. Here are the key signs and their possible causes:
- ๐ Looping on the logo (bootloop) - most often caused by damage to system files after an update or incorrect root access.
- ๐ต Black screen without response - may indicate a hardware failure (for example, a cable failure) or a deep software crash.
- โก Continuous reboots - typical for system kernel conflicts or processor overheating.
- ๐ซ Message "No" Command" or android with an exclamation mark - a signal of partition damage
/system.
If the phone somehow reacts to charging (the indicator lights up, vibrates when the cable is connected), the problem is most likely a software one. The absence of any reaction to charging and buttons in 90% of cases indicates a hardware malfunction - here you cannot do without a service center. To clarify the diagnosis, try connecting the device to the computer: if it is detected as Qualcomm HS-USB QDLoader 9008 or MediaTek Preloader, then the system does not boot completely, but there is a chance of recovery through special modes.
2. First steps: soft and hard reboot
Start with the simplest thing - a forced reboot. This method works if the crash is caused by a temporary system hang and not by file corruption. The methods differ depending on the model:
- ๐ฑ Modern smartphones (2020โ2026): hold down the button
Power+Volume upfor 10-15 seconds until the screen goes blank. On some Samsung combination is usedPower+Decrease volume. - ๐ Devices with a removable battery: Remove the battery for 30 seconds, then put it back and try to turn it on.
- โ ๏ธ Phones with non-standard buttons (for example, Google Pixel or OnePlus): You may need to hold the power button for up to 30 seconds.
If a soft reboot does not help, try hard reset (hard reset). This will erase all data on the device, but will often return it to a working state. To perform a reset:
- Turn off the phone (forcefully if it is frozen).
- Hold down the key combination to enter
Recovery Mode:- Samsung:
Power+Volume up+Bixby(if available). - Xiaomi/Redmi/Poco:
Power+Volume up. - Google Pixel:
Power+Volume down.
- Samsung:
Wipe data/factory reset (controlled by the volume and power buttons).โ ๏ธ Attention: On some devices (for example Huawei or Honor) after a hard reset you may need to enter your previous Google account to unlock (FRP protection). Make sure you remember your login details!
3. Restoring via Recovery Mode: when a reset does not help
If the phone turns on but does not boot beyond the logo, or the same errors occur after a reset, try restoring the system via the built-in recovery. This method is suitable if:
- ๐ง Custom firmware was previously installed on the device.
- ๐ฅ The latest update was completed with errors.
- ๐ ๏ธ In recovery there is an option
Apply update from ADBorInstall from SD.
Recovery instructions:
- Download the official firmware for your model from the manufacturer's website (for example, SamFrew for Samsung or Xiaomi Firmware Updater). The file must have the extension
.zip. - Move the firmware to
SD card mode(if the phone supports it) or to the root directory of the internal memory (if the device is detected by the computer inMTP). - Go to
Recovery Mode(for button combinations, see the previous section). - Select
Apply update from SD card(or a similar item) and specify the path to the firmware file. - Wait for the process to complete (may take 5-20 minutes).
| Brand | Site for downloading firmware | Recovery features |
|---|---|---|
| Samsung | SamFrew, SamMobile | A app is required Odin for firmware via Download Mode. |
| Xiaomi | Xiaomi Firmware Updater | Firmware via Fastboot or Recovery (for global versions). |
| Google Pixel | Google Developers | The utility is used flash-all.bat from the archive with the firmware. |
| Realme/Oppo | Official website | Firmware via Recovery or Oppo Flash Tool. |
โ ๏ธ Attention: Firmware with unofficial (custom) versions of Android may lead to IMEI blocking or loss of warranty. Always check the compatibility of the firmware file with your model!
โ๏ธ Preparing for firmware via Recovery
4. Firmware via Fastboot: for advanced users
If standard recovery does not help, the next step is firmware via mode Fastboot. This method requires a computer, a USB cable, and basic command line knowledge. Suitable for devices with an unlocked bootloader.
Step-by-step guide:
- Install on PC Android SDK Platform Tools (includes
fastbootandadb). - Download the official firmware for your model (usually a file with the extension
.tgzor.zip). - Unpack the archive with the firmware into the folder with
platform-tools. - Turn off the phone and hold down the combination to enter
Fastboot Mode:- Xiaomi:
Power+Volume down. - Google Pixel:
Power+Volume down(hold for 5 seconds). - OnePlus:
Power+Increase volume.
- Xiaomi:
fastboot devices
Make sure that the device is detected (its serial number should appear).
flash-all.bat
For other brands, the commands may differ (see instructions in archive with the firmware).
The firmware process takes from 5 to 30 minutes. Upon completion, the phone will automatically reboot. If after the firmware an error appears Invalid IMEI or Baseband unknown, it means that the partition with the modem is damaged - additional recovery will be required through service utilities (for example, QCN for Qualcomm).
What to do if fastboot does not see the device?
1. Check the USB cable - it must support data transfer (not all charging cables are suitable).
2. Install drivers for your device (for example, Qualcomm Drivers or MediaTek USB VCOM).
3. Try another USB port (preferably USB 2.0 on the back panel of the PC).
4. Disable your antivirus - it may block fastboot.
5. In Device Manager, check if the phone is displayed as Unknown device (manual driver installation required).
5. Recovery via EDL (Emergency Download Mode)
If the phone is not detected in Fastboot or has critical damage to the bootloader, the last chance is the mode EDL (emergency boot). This method works for devices on chips Qualcomm and requires a special cable or a short circuit of the test contacts on the board.
Warning: Incorrect actions in the mode EDL can completely brick the device. Use this method only if other options have been exhausted.
Instructions for Qualcomm devices:
- Download the firmware in format
.mbnor.elf(for example, for Xiaomi these are files markedEDL). - Install the app
QFilorMi Flash Tool(for Xiaomi). - Switch the phone to mode
EDL:- ๐ Method 1: Use a special
EDL cable(sold on AliExpress). - ๐ ๏ธ Method 2: Disassemble the phone and short-circuit the test points on the motherboard (look for instructions for your specific model!).
- ๐ฑ Method 3: For some Xiaomi you can use the command:
adb reboot edl(if
adbelse works).
- ๐ Method 1: Use a special
Mi Flash Tool select the downloaded firmware and click Flash.โ ๏ธ Attention: The EDL mode may be blocked by the manufacturer (for example, on Samsung s Exynos or new ones Xiaomi). In this case, you will need an authorized account to unlock (usually available only in service centers).
6. Saving data: how to retrieve files from a โdeadโ phone
If the phone does not turn on, but is detected by the computer (for example, as Qualcomm HS-USB Diagnostics), there is a chance to extract the data. To do this, you will need special utilities:
- ๐ฅ๏ธ Dr.Fone โsupports retrieving data from damaged Androiddevices (including through
Fastboot). - ๐ง Tenorshare 4uKey โhelps bypass the screen lock and copy files.
- ๐ EaseUS MobiSaver โrecovers photos, messages and contacts from internal memory.
Action algorithm:
- Connect your phone to the PC and run the app.
- Select a recovery mode (for example,
Broken Android Data Extractionv Dr.Fone). - Indicate the type of fault (black screen, freezing, etc.) etc.).
- Follow the app instructions to enter recovery mode (you may need to restart the phone in
Download Mode). - Select files to save (photos, videos, contacts) and wait until the process is completed.
If the phone is not detected at all, but you turned it on synchronization with Google, check:
- ๐ง Contact - restore via Google Contacts.
- ๐ท Photo - look in Google Photo (if auto-download was activated).
- ๐ Messages โcheck backups in Google Messages.
If the phone vibrates when connected to charging, but the screen does not turn on, try holding a flashlight to the screen at an angle - sometimes there is an image, but the backlight does not work. This will help confirm that the device is at least partially functioning.
7. When to contact a service center: signs of hardware faults
Not all problems can be solved with software. If after all manipulations the phone:
- ๐ฅ Overheats (even when turned off),
- ๐ง Has traces of liquid ingress (moisture indicators turn red),
- โก Does not charge (even when different cables and power supplies),
- ๐ฑ Falls for no apparent reason (for example, it turns off when slightly shaken),
- which means it is a hardware failure. Typical faults:
| Symptom | Probable cause | Repair cost (2026) |
|---|---|---|
| The phone turns on only when charging, but turns off immediately | Faulty battery or power controller | 1 500โ4 000 โฝ |
| The screen blinks, artifacts appear | The display cable has fallen off or the graphics chip is damaged | 3 000โ10 000 โฝ |
| The phone vibrates, but does not turn on | Damage firmware or memory chips (eMMC) | 2 000โ15 000 โฝ |
| The sensor does not work, but the screen lights up | Failure of the touchscreen or its cable | 2 500โ8 000 โฝ |
Before visiting the service:
- Check if you have one warranty (if the phone is under warranty, do not disassemble it yourself!).
- Check reviews of the service center - some workshops may underestimate the cost of repairs, but use low-quality spare parts.
- Check whether your data will be saved (in most cases when replacing the motherboard or memory data is lost).
โ ๏ธ Attention: Repair prices can vary greatly depending on the model and region. For example, replacing a battery on iPhone will cost more than on Xiaomi, and in Moscow the cost is higher than in the regions. Always check the final price before start of work!
If the phone is under warranty, do not try to disassemble it or flash it yourself - this will void the manufacturer's warranty.
FAQ: Frequently asked questions about Android recovery
Is it possible to restore a phone without losing data?
Yes, but only if the device somehow responds to connecting to a PC (determined in Fastboot or MTP). In this case, use apps like Dr.Fone or Tenorshare to extract the files. If the phone is completely โbrickedโ (does not turn on, is not detected), the data is most likely lost.
What to do if, after flashing the firmware, the phone asks for a password for the old Google account (FRP)?
This is protection Factory Reset Protection (FRP). To bypass it:
- Remember the data from the previous Google account that was linked to the phone.
- If you donโt remember, try using access restoration.
- For some models (Samsung, Xiaomi) there are workarounds utilities (for example, FRP Bypass APK), but they require the working screen and access to settings.
On new devices with Android 12+ FRP bypass is very complicated - you may need help from a service center.
How to find the phone model if it does not turn on?
There are several ways:
- ๐ท๏ธ Look at the sticker under the battery (if the battery is removable) or on the phone box.
- ๐ Enter IMEI (listed on the box or under the battery) on the website IMEI.info.
- ๐ฅ๏ธ Connect the phone to the PC and check in the device manager (the model may be displayed).
Is it possible to restore a phone with a damaged motherboard?
Depends on the nature of the damage:
- ๐ง Logical damage (individual chips burned out) - often are restored by replacing elements (for example,
eMMCorPMIC). - ๐ฅ Physical damage (cracks, peeling of tracks) - repair is possible, but expensive (from 5,000 โฝ) and not always justified.
- ๐ซ Complete burnout of the board โcannot be repaired, only replaced with a new one.
Service centers often offer resoldering chips, but this is a temporary solution - the board may fail again.
Is it worth buying a used phone with โfaultyโ firmware?
Risky. Even if the seller claims that โyou just need to flash it,โ there may be hidden problems:
- ๐ The battery may be worn out (check the charging cycle through
AccuBattery, if the phone somehow turns on). - ๐ ๏ธ The phone could fall or sink - this will lead to future hardware failures.
- ๐ฑ The device may be locked by the operator or Google (FRP).
If you decide to buy, ask the seller provide:
- IMEI photo (check at SNDeeP for theft).
- Purchase receipt (to confirm the warranty).
- Video demonstrating the malfunction and recovery attempts.