Android Updates, Rooting, Games

How To Root The Sony Xperia M4 Aqua

If you root your Sony Xperia M4 Aqua, you allow yourself to enjoy many of the great root-requiring apps on your phone. These apps are not those ordinary apps that run on any phone, these only work on rooted phones ’cause they require superuser permission to do their great tasks.


Required Files :

  1. The bootloader on your phone must be unlocked before you can do this tutorial.
  2. You must have a custom recovery installed on your phone before you can do this tutorial. If you do not have one, flash one using the How To Install A Custom Recovery On The Sony Xperia M4 Aqua tutorial.
  3. This tutorial flashes the SuperSU package to gain root access on the phone.
  4. You should have Universal ADB Drivers installed on your phone.
  5. Download ADB to your computer. It will help you execute commands on your phone.
  6. Download SuperSU to your computer. This is the file that will help you achieve root access on your phone.

Rooting the Sony Xperia M4 Aqua : 


  • Right-click on ADB and select Extract here to extract the ADB files to your computer.
  • Place the SuperSU file in the same folder as ADB files. SuperSU .zip and adb.exe should be in the same folder or the below steps will not work.
  • On your phone, head to Menu->Settings and tap on About phone. On the menu that follows, tap on Build number for 8 times and it will unlock the developer menu for you.
  • Go to Settings again and tap on Developer options. Turn on the option that says USB debugging.
  • Connect your phone to your computer using a USB cable.
  • Open a Command Prompt Window where adb.exe is located. To do so, open the folder containing adb.exe, hold down Shift on your keyboard and right-click on the screen and select Open command window here.
  • Type in the following command into the Command Prompt Window and press Enter: 

adb reboot recovery

  • Your phone should reboot into the custom recovery mode. If you have installed a recovery on your phone using our guide, you will reboot into TWRP Recovery mode.
  • When your phone is in TWRP Recovery mode, type in the following command into the Command Prompt Window and hit Enter:

adb shell

  • You will have shell access to your phone.
  • Type in these commands one by one into the Command Prompt Window and hit Enter:

mount -w /dev/block/platform/7824900.sdhci/by-name/system /system

mount -w /dev/block/platform/7824900.sdhci/by-name/userdata /data

mount -w /dev/block/platform/7824900.sdhci/by-name/cache /cache


  • You are now going to sideload SuperSU on your phone. To do that, type in the following command and hit Enter:
twrp sideload

  • Type in the following command into the Command Prompt Window and press Enter. Make sure to replace SuperSU.zip with the actual name of the SuperSU file that you have download :
adb sideload SuperSU.zip

  • Wait for it to flash SuperSU on your phone. It should not take too long to do that.
  • When it’s done flashing SuperSU, reboot your phone by issuing the following command:
adb reboot

  • Your phone should reboot into normal mode.
  • And you are all done!
Your Sony Xperia M4 Aqua has been successfully rooted, all thanks to TWRP and SuperSU for making it possible.

Now that you have a recovery and root access on your phone, go ahead and flash out various custom ROMs on your phone


No comments:

Post a Comment