How to install TWRP Recovery and root Sony Xperia M4 Aqua E2353 [Guide]

xperia-m4-aqua-whiteWhen thinking about interesting subjects like stock recoveries vs. custom recoveries, it is important to understand the difference between the two so you can make an educated choice to what one you want to have installed.

Android’s stock recovery exists to give people a chance to take factory resets and apply updates. Both updating and hard resetting are effective ways of fixing problems that might have existed on the Android operating system. By flashing a new version of the software it can override the old version that had problems with bugs and so forth. Similarly, by wiping everything so that it is reset to the factory and default state you should also find all problems washed away. That is about as interesting as a stock recovery gets for most devices. Android likes to keep it simple, but as we know a custom recovery partition can offer more.

A custom recovery is developed by a third-party (in this case Team Win) and after it is installed it has completely replaced the stock recovery and overridden it with its idea of what makes a better recovery partition. You have the same features that the stock recovery had to apply your updates and also factory reset. Additionally, you can use the custom recovery for flashing custom firmware like what CyanogenMod offers. On top of flashing ROMs, a custom recovery makes rooting possible with tools like Chainfire’s SuperSU.

REQUIREMENTS

  • You need to have a computer that is running on a version of the Windows operating system to be able to flash the custom recovery image to your Sony Xperia M4 Aqua smartphone. The reason being we are installing ADB for Windows only. There are other versions of ADB available out there on the web for other operating systems like Mac and Linux run, but they require unique commands and unique files. Mac users can use the same commands as below but just add an “./” in front of the commands to get them to work.
  • You need to have the Sony Xperia M4 Aqua bootloader unlocked before you can follow this guide to install the custom recovery image.

BEFORE WE BEGIN

HOW TO INSTALL TWRP RECOVERY ON SONY XPERIA M4 AQUA E2353

  1. Download the TWRP Recovery for the Sony Xperia M4 Aqua E2353 directly on the computer.
  2. Download the boot image for the smartphone that is required to get the root access.
  3. Learn how to set up ADB on Microsoft’s Windows operating system if you have not got ADB installed already on the computer.
  4. Open the Downloads folder to find your TWRP file and copy it to the ADB folder so both the custom recovery and ADB are within the same directory.
  5. Extract the TWRP file in the ADB folder so all the contents of the TWRP zipped file is available.
  6. Do the same thing for the boot image as you did for the custom recovery, so all three are in the same folder.
  7. Connect the Sony Xperia M4 Aqua E2353 smartphone to the computer with the USB cable.
  8. From inside the ADB and TWRP folder, hold down the Shift key and right-click the white background where there are no files in the way and then chose to open a command window here from the menu.
  9. Type the command: “adb reboot bootloader” to get your Xperia M4 Aqua into the bootloader mode and ready for the custom recovery flashing.
  10. Type the command: “fastboot flash recovery recovery.img” and the custom recovery you wanted to install gets flashed.
  11. Type the command: “fastboot reboot” and wait for the smartphone to shut down.
  12. Restart the smartphone and get ready to type some more fastboot commands from the command line.
  13. Type the command: “fastboot flash boot boot.img” to get the boot image flashed.
  14. Type the command: “fastboot reboot” and your Sony Xperia M4 Aqua smartphone is now rooted and has the custom recovery installed.

In conclusion, that is everything you need to get TWRP Recovery and then root the Sony Xperia M4 Aqua E2353 smartphones by using ADB on a computer.

Related Posts