How to Install twrp Recovery Root Razer Phone

twrp Root Razer Phone-

Root twrp Recovery for Razer Phone is Here, in the article you Will Learn How to Install twrp Recovery and Root Razer Phone. Rooting is the way to obtain Supersu Right’s on Android Devices, that means after Rooting the Phone You can unlock All features of the Device and you have Full Permission to Play with it. Means you can Install custom ROM, Install Custom Mod’s and tweak your phone using various tricks. Rooting also Best way to Save battery because after Rooting you can Disable all Apps In Single Click and also you have Right to Remove Pre-Installed system app so you can Easily Uninstall Non Require System apps. follow below Guide to Install twrp Recovery and Root Razer Phone.

Note-

1. This Guide is Work only on Listed Devices.Don’t try on other Phone.
2. Flashing The ROM will erase all your Data with official Rom, So create a backup of your personal data before Flashing, if possible.
3. Please Do carefully, We are not Responsible for any damage, bootloop, or dead SD card’s.
4. Ensure that your Device at-least 50% charge During Flashing Process,to Stop the Accidentally Switch off.
5. Follow all steps correctly otherwise it cause bootloop.
6. Must backup NVRAM using this Guide before Doing anything.

Require tools and Files-

File Name Download
twrp Razer Phone by Dees troy Download
SuperSu/ Magisk Download
adb fastboot Driver Download
No-verity-opt-Encrypt Download
adb fastboot tools Download

How to Install twrp Recovery on Razer Phone-

Step1. Download adb folder From above and extract it. then Download and Install adb and fastboot Driver.

Step 2. Download twrp Recovery for Your Device From above and extract[if zip or rar] in adb  folder

Step 3. then follow Bellow Instructions,

Getting into fastboot mode or recovery on the Razer Phone requires plugging the device into a USB cable. I would recommend against flashing or performing recovery-related actions unless you have access to a USB cable and port so that you can get back into recovery should something go wrong. Power off the device. Hold volume up to get into recovery or volume down to get into fastboot mode. Plug the device in while holding the appropriate button and the device should boot to the mode you selected. If it boots up to the charging screen, try a different USB cable or port. Make sure you are able to boot the device to fastboot via USB cable before flashing anything.

We are going to use the other boot slot to flash the initial copy of TWRP and boot TWRP. To do this you will need to turn on developer options and enable USB debugging. You will also need to enable OEM unlocking and unlock the bootloader. I am not going to discuss how to get the proper drivers installed or assist you with doing these basic steps. There’s tons of guides elsewhere for these items if you need it. I will say that unlocking the bootloader requires using fastboot flashing unlock instead of fastboot oem unlock. Once you have adb working, run this command:
adb shell getprop ro.boot.slot_suffix

It should say:
[ro.boot.slot_suffix]: [_a]
Or:
[ro.boot.slot_suffix]: [_b]

Make note of whether you are currently using slot A or B. Next power off the device and boot to the bootloader using your USB cable and volume down. You want to switch to the other boot slot. If you are currently on slot A, type this:
fastboot --set-active=_b
Or on slot B type this:
fastboot --set-active=_a

You should see something like this:
Setting current slot to ‘a’…
OKAY [ 0.042s]
finished. total time: 0.042s

I found the bootloader on the Razer Phone to be extremely finicky and I had to run the command multiple times until I got it to run successfully. You may have to hold the power button for 15 seconds to force power off the device and then re-enter fastboot mode. Keep trying until it works. Once it’s on the right bootslot, type this:
fastboot flash boot twrp-3.2.1-0-cheryl.img && fastboot reboot

Your device should now boot into TWRP. From here, decrypt your device if needed at the password prompt. DO NOT swipe to allow modifications until after you make your initial backup; instead tap on the read-only button. Go to the reboot page and tap on the button at the bottom to switch back to the slot you were originally using. Go to the backup page in TWRP and back up Boot and System Image. It is HIGHLY recommended that you save this backup in a safe spot on your computer because you may need to restore it to take official OTA updates from Razer. Once you have finished making your backup, run this command:
adb push twrp-installer-3.2.1-0-cheryl.zip /sdcard

In TWRP, tap on Install and browse to the zip and install it. TWRP will now be installed to both slots. TWRP is now installed and you can reboot and use your device as normal, though with TWRP installed, you won’t be able to take OTA updates without restoring the stock boot image.

MTP is disabled because it causes a kernel panic sometimes with the stock kernel. ADB also does not work with the stock kernel which makes transferring files between your PC and the device when using the stock kernel a bit of a challenge. The TWRP bootable image does have working ADB though and you can copy files to a SD card or USB stick if needed.

Step 10. Done

Note- if we provide toolkit then Run toolkit exe and follow on Screen instructions.

How to Root Razer Phone-

Step1. Download Magisk/superSu From above and Save it to Device storage [internatl/ external].
Step2. Switch of phone and press power and volume up button to boot Device into twrp or use code- adb reboot recovery
Step3. In the twrp Go to backup tab and Create a nadroid backup. Don’t forgot to include NVRAM or imei aka EFS.
Step4. Go to wipe tab and Do a factory Reset.only Do a factory Reset Do’t include other partition’s.
Step5. Go to Install tab and Locate Download SuperSu.zip and confirm Install, wait For Success Done.
Note- if the Device is Not Bootup after flashing the Supersu. use Noverity disabler to Disable boot verifications or restore backup.
Credit: Dees_Troy