On most Android devices, you do need to install a custom recovery before you can root the device. The root procedure works like this: you first flash a recovery, reboot into the recovery, and then flash SuperSU package to gain root on the device. That is the case with the Sony Xperia M4 Aqua.
Required Files :
- The bootloader on your phone must be unlocked before you can do this tutorial
- .You need to have a Windows running computer in order to do this tutorial.
- Ensure that Universal ADB Drivers are installed on your computer. If they are not, your computer will not be able to recognize your phone.
- Download Fastboot to your computer. It will help you issue commands to your phone.
- Download TWRP Recovery to your computer. It is the actual recovery that will be flashed on your phone.
Installing a Custom Recovery on the Sony Xperia M4 Aqua :
- Right-click on Fastboot and select Extract here to extract the files from the archive over to your computer.
- On your phone, go to Menu->Settings and then tap on About phone. Tap on Build number for 7-8 times and it will say you are a developer. Go back to settings.
- In the settings menu, tap on Developer options. Turn on the option for USB debugging.
- Connect your phone to your computer using a USB cable.
- Open a Command Prompt Window in the folder where you have extracted the Fastboot files. To do so, open the folder, hold down Shift on your keyboard and right-click anywhere on the screen and select Open command window here.
- When the command prompt window launches, type in the following command into it and press Enter:
adb reboot bootloader
- Your phone should reboot into bootloader mode. Bootloader mode is the mode where you can flash custom files on your phone.
- Type in the following command into the Command Prompt Window and press Enter:
fastboot flash recovery recovery.img
- The above command flashes the custom recovery on your phone.
- Wait for it to flash a recovery on your phone. It should only take a minute or two to install the recovery on your phone.
- When it’s done flashing the recovery, reboot your phone by typing in the following command and pressing Enter:
fastboot reboot
- Your phone should reboot.
- You are done!

No comments:
Post a Comment