Introduction: When and Why You Need a Reboot
The Xiaomi Mi A2 Lite, codenamed daisy, released in 2018, is still popular with users due to its price-performance balance, but even the most reliable devices sometimes require a reboot, whether itβs a basic procedure for software updates or an emergency reset when a critical freeze is triggered.
Reboot solves 80 percent of software problems, from interface brakes to application errors, but not all methods are equally safe, such as hard resets that can cause unsaved data to be lost, and misuse. ADB-In this article, we will discuss all current methods, including the hidden functions of Android One, which runs Mi. A2 Lite.
The feature of the model is that there is no physical Bixby or Assistant button, which makes it easier to reset combinations, but there are nuances with the recognition of pressing when a battery is dead or a damaged screen is not available.
Method 1: Standard soft reboot
The safest method that doesn't affect user data is suitable for a scheduled reboot or if the smartphone is slightly slowing down. There are two options for doing this on the Mi A2 Lite:
- π± Through the menu: Settings β System system β Reset. Suitable if the screen responds to touch.
- π Power button: Press the Power key for 2-3 seconds, then select Reboot in the menu that appears.
If the menu does not appear after pressing the power button, check:
- π Battery level (at <5% the device may not respond).
- π οΈ Clean button β getting dust or moisture blocks contact.
- π΄ Availability of a cover - some models block access to the key.
β οΈ Warning: If your smartphone boots for longer than 5 minutes after a soft reboot, this may indicate file system damage, in which case you can switch to method 3 (safe mode) or 4 (hard reset).
Close all applications|Turn off the charger.|Make sure the battery is more than 10 times charged%|Backup important data (optional)-->
Method 2: Forced reboot (when getting stuck)
When the Mi A2 Lite is completely frozen and does not respond to touches or buttons, a hardware reset is required. This method simulates battery extraction (although it is not removable in the model).
- Press and hold the Power + Volume button at the same time.
- Hold on for 10-15 seconds until the screen goes out and the Xiaomi logo appears.
- Release the buttons and the device will start a standard boot.
If the combination doesn't work:
- π Try the Power. + Reduce the volume (on some firmware).
- π Connect the charger β sometimes the lock is removed when power is applied.
- π Wait 30 minutes β if the battery is discharged to zero, it will take time to collect the minimum charge.
β οΈ Attention: Frequent use of forced reboot can cause wear of buttons or damage to the power connector. A2 Lite is particularly vulnerable to the Volume Up key, as its mechanism is less protected from dust.
What to do if your smartphone does not respond to the buttons?
Method 3: Reboot to Safe Mode
Safe Mode allows you to download a smartphone with third-party apps disabled, which helps diagnose the cause of a crash β for example, if a virus or conflict of programs blocks normal operation. A2 Lite instructions:
- Turn off the device (if it doesnβt respond, use method 2).
- Press the Power button and hold until the Xiaomi logo appears.
- Once the logo appears, release Power and immediately press Volume Down.
- Hold Volume Down until the download is complete (the bottom left corner will read βSafe Modeβ).
In safe mode:
- π Check the sensor, camera and speakers β if the problems have disappeared, the fault of third-party software.
- ποΈ Remove newly installed apps through Settings β Annexes.
- π Reboot back to normal mode (normal reboot).
| Problem. | Is it in Safe Mode? | Probable cause |
|---|---|---|
| The screen doesn't respond to touch. | No. | Application or launcher conflict |
| Self-involved reboots | Yes. | Hardware malfunction (battery, motherboard) |
| Heating the hull | Yes. | Problems with the battery or processor |
| No sound in the speaker. | No. | Failure in an audio driver or application |
π‘
If the smartphone is stable in safe mode, but after leaving it, the problems return, try resetting to factory settings (method 4) or updating the firmware through OTA (method 6).
Method 4: Hard Reset (Hard Reset) through Recovery
Hard reset erases all user data, returning the smartphone to factory settings. On the Mi A2 Lite, it is the only way to get back to work when:
- π A forgotten pattern lock or PIN-code.
- π€ Cyclical reboot (bootloop).
- π± Critical firmware failure (for example, after a failed rooting).
Instructions:
- Turn off the device (forced if necessary).
- Press the Power + Volume Up at the same time.
- Release the buttons when the Recovery Mode menu appears (the Android logo lying on your back).
- Use volume buttons for navigation and Power to select Wipe data/factory reset.
- Confirm the action (Yes) and wait until it is completed.
- Select Reboot system now.
β οΈ Attention: On Mi A2 Lite with Android One after a hard reset may require re-authorization in your Google account (FRP-If you do not remember the account data associated with the device, it will be impossible to unlock it without special tools.
Yes, you did. | Yes, at the service center. | No, but I had to. | No, never-->
Method 5: Reboot through ADB (for advanced users)
If the smartphone is turned on but the screen is not working (for example, after a fall), you can reboot it via ADB (Android Debug Bridge), which requires pre-configuring the debugging over USB.
Preparation:
- Install Platform Tools on your PC.
- Connect the Mi A2 Lite to your computer via USB (use the original cable!).
- Enable USB Debugging in Settings β System β About Phone β Assembly Number (tap 7 times to unlock the developer menu).
Commands for reset:
adb devices # Checking the connection
adb shell reboot #Soft reboot
adb shell reboot recovery #Reboot in Recovery
adb shell reboot bootloader #Reboot in FastbootIf the screen is unresponsive, but ADB recognizes the device, you can even install the update blindly:
adb sideload update.zipβ οΈ Attention: On Mi A2 Lite with unlocked bootloader (unlocked bootloader) command ADB This is a security risk β an attacker with physical access to a phone can reset it or steal data.
π‘
Use ADB only if you are confident in commands. A syntax error (e.g., adb shell reoot instead of reboot) won't hurt, but incorrect settings (e.g., fastboot erase userdata) will cause data loss.
Method 6: Automatically Reboot on Schedule
The Mi A2 Lite on Android One doesnβt have an auto-reboot feature built in, but it can be configured via third-party apps or ADB.
- π Cleaning RAM (if the smartphone is used as a media player or dashboard).
- π Application of updates in the background.
- π Extensions of battery life (regular rebate resets background processes).
Instructions via ADB:
adb shell am broadcast -a android.intent.action.REBOOT --ez now trueTo create a schedule, use Tasker or MacroDroid with a time trigger.
- Condition: Time = 03:00.
- Action: Execute the shell command β reboot.
- Exception: Battery charge < 20% (to avoid completely draining the device).
How to cancel the planned reboot?
Frequent mistakes and their solutions
Even when following the instructions, Mi A2 Lite users face typical problems.
| Mistake. | Reason. | Decision |
|---|---|---|
| After restarting, the screen does not turn on. | Graphics driver failure or plume damage | Connect to the PC and check through ADB (adb shell dumpsys display) |
| Cyclical reboot (bootloop) | Damage to /system or boot files | Fastboot (Type 5) |
| The sensor does not work after resetting | Firmware conflict or damage to the digitizer | Update the software or check the hardware |
| ADB does not see the device | There are no drivers or debugging is not included | Install USB drivers and check the cable |
A critical feature of the Mi A2 Lite is that after a hard reset via Recovery, the device may require a link to the Mi Account, even if it has not been used before, due to Xiaomiβs policy for Android One devices, the decision to enter the last associated account data or use the official unlock tool.