[su_quote cite=”Wikipedia” url=”https://en.wikipedia.org/wiki/TWRP”]Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn’t dependent on a device being rooted to be installed.[/su_quote]
Advantages of TWRP Recovery:
- You can flash Custom ROM on Moto G6 Play using TWRP
- You can flash modding zip files to customize your phone
- Easy to flash and use Xposed Modules using TWRP
- Easy to Root and Unroot using TWRP Recovery flashable zip SuperSU
- You can install Magisk on Moto G6 Play
- Easy to Create and Restore Nandroid Backup using TWRP Recovery.
- Easy access to restore the Nandroid Backup.
- You can flash the image file using TWRP Recovery on Moto G6 Play.
- Easy to remove all bloatware using TWRP Recovery on Moto G6 Play.
- To underclock and overclock.
- You can clean Wipe, Cache, and Data.
Before doing the methods, I just want to warn you that, By doing this you will loose the warranty and sometime if you don’t read the steps and do something wrong can brick your device. That won’t happen though you follow our step by step guide carefully.
Check Popular Post
Steps to Install TWRP Recovery on Moto G6 Play[Jeter]
Remember this guide is to install TWRP Recovery on Moto G6 Play [Jeter], so don’t try the same recovery image on any other device. Before flashing recovery, please read and install the required drivers and software on your PC.
Download Required Files
TWRP Recovery Repack img
fstab.qcom Patched Boot image
Download SuperSU Zip
Download Magisk Zip
Pre-Requisite:
Installation Guide using ADB fastboot method:
[su_note note_color=”#035786″ text_color=”#ffffff”]At GetDroidTips, We will not be held responsible for any kind of damage occurred to your device while following this Guide. Do it at your own risk. Remember rooting or installation of Custom Recovery will void the warranty of your phone.[/su_note]
Follow the instructions given down below to install TWRP on your phone:
- First of all, Download and install or extract the Android SDK or Minimal ADB Folder
- Now Go to C:\adb on the PC where Android SDK folder is found
- Now open the command window (CMD) on the same adb folder by holding the SHIFT key and right-click on an empty space inside the folder.
- Select the ‘Open PowerShell window here’ or Command Window option.

- Turn off your phone completely
- Once you completely shut down, now connect the device to the PC while holding the Volume Down key.
- It will boot into fastboot, Now enter the following command to install TWRP recovery on Moto G6 Play[Jeter]:
fastboot boot moto-g6-play-jeter-patched-twrp.img
- This will install the recovery for temporary. Make sure everything is working fine.
adb pull /dev/block/platform/soc/7824900.sdhci/by-name/boot stockboot.img
adb pull /dev/block/platform/soc/7824900.sdhci/by-name/recovery stockrecovery.img
- When you boot into recovery, this will try to decrypt your data. It would fail and prompt for a password. You can now tap on cancel (also if you have the password).
- You can now take a backup of your recovery by entering the command below in the cmd command window or shell by entering:
adb pull /dev/block/platform/soc/7824900.sdhci/by-name/boot stockboot.img
- Now you can reboot to fastboot again
- DM Verity disabler file. Download the one file from below based on your device’s model no.:
- XT1922-7_no_dm-verity_boot.img
- XT1922-5_no_dm-verity_boot.img
- XT1922-4_no_dm-verity_boot.img
- XT1922-3_no_dm-verity_boot.img
- Install the DM Verity disabler file by running the command below:
- Run the following command from your computer to install the relevant boot image to your device.
fastboot flash boot XT1922-7_no_dm-verity_boot.img
fastboot flash boot XT1922-5_no_dm-verity_boot.img
fastboot flash boot XT1922-4_no_dm-verity_boot.img
fastboot flash boot XT1922-3_no_dm-verity_boot.img
- To install the recovery permanently, follow this command
fastboot flash recovery moto-g6-play-jeter-patched-twrp.img
- Once you are done, Now mount the vendor partition:
adb shell mount -o,rw /dev/block/platform/soc/7824900.sdhci/by-name/vendor /vendor
-
Run the following command from command prompt/terminal on your computer to Install the patched boot image
adb push fstab.qcom /vendor/etc/fstab.qcom
- Now you can reset and enjoy the TWRP Recovery on Moto G6 Play.
That’s it! You have installed TWRP Successfully!
How to Root Moto G6 Play
To root your phone, you need either a supported TWRP Recovery or any rooting apps. With the help of rooting apps, you can root Moto G6 Play without PC/Computer. Here in this guide we already have a supported TWRP Recovery, so I will guide here to flash the superSU or Magisk to root your phone. Before rooting, let’s understand What is rooting in Android Phone?
What Does Rooting Mean?
Rooting doesn’t mean hacking. So please don’t compare the term hacking to rooting. In fact, it is not true at all. Well, Rooting for Android means nothing but jailbreaking the device to get access to the root directory of your android mobile. This means you are removing the restrictions and limitations from your Android Phone or Tablet to perform unperformable tasks.
By Rooting Moto G6 Play, you are injecting a file known as SU binary to the root of your phone. Technically Speaking, Rooting Any Android Phone will void the brand warranty but don’t worry, you can unroot or restore your device any time without any issues.
The advantage of Rooting:
Guide to Root:
Here is the guide on how to root Moto G6 Play smartphone. Make sure to download either SuperSU or Magisk to root your phone.
[su_note note_color=”#faf5ce” text_color=”#1d1d1d”]Warning: Don’t try to flash both Magisk and SuperSU on your phone. You need to root either with SuperSU or Magisk[/su_note]
Full Guide to install SuperSU on your phone
Full Guide to install Magisk and Magisk Manager
I hope this guide was helpful to root and install TWRP Recovery on Moto G6 Play. Any queries, you can leave a comment down below.
Source: XDA
DM Verity disabler files are broken,