In this tutorial i'm going to show you how to enter fastboot mode on xiaomi redmi 5a, you can enter fastboot mode in two ways, using physical button press or you can use adb and fastboot command line tool.
How to enter and exit fastboot mode with physical button
To enter fastboot mode, first you need to turn off your phone and then press and hold volume rocker down (-) and power button at the same time for a few seconds until you see the mi rabbit logo.
To exit fastboot mode, simply press and hold the power button for a few seconds until the phone reboot. If this doesn't work there is a chance that you have a broken volume rocker or power button, the solution is to use command line tool to exit fastboot, which i explain below.
How to enter and exit fasboot mode with adb command
To enter and exit fastboot mode using adb command, you need to have adb & fastboot command line tool which you can get from platform-tools on android developer website.
The platform tools is available for windows, linux and mac, but for windows you also need to install adb driver which can be done by installing pdaNet software.
Once you get the adb & fastboot command line tool on your computer, now you need to enable usb debugging on your phone via developer options.
Now plug the phone to the computer and you should see pop up on the phone asking to allow usb debugging or not, choose 'OK'.
Open command line on the computer and type adb reboot bootloader and hit enter, your phone should be in fastboot mode now.
Once the phone in fastboot mode, you can exit by running fastboot reboot on the command line
Now plug the phone to the computer and you should see pop up on the phone asking to allow usb debugging or not, choose 'OK'.
Open command line on the computer and type adb reboot bootloader and hit enter, your phone should be in fastboot mode now.
adb reboot bootloader
Once the phone in fastboot mode, you can exit by running fastboot reboot on the command line
fastboot reboot
No comments:
Post a Comment