How To: Root Your Essential PH-1 with Magisk

Root Your Essential PH-1 with Magisk

Despite its rocky start, the Essential PH-1 has a lot going for it. Not only does it get consistent security patches and system updates hours after the Pixels, but like the Google-developed lineup, it's also great for rooting. Not only is your warranty not void with rooting, but the process is pretty straightforward.

For those new to rooting, you may have heard some conflicting reports about it all. On one side, you will have a loud group declaring rooting useless at this point in Android's lifecycle. On the other side is the Android community who enjoy the additional freedom and control that comes with rooting. I assume that if you are reading this article, you lean toward the latter.

At the time of this writing, the preferred method of rooting is Magisk. This is a systemless root utility which will allow you to enjoy all the apps on the Play Store, even those like Netflix and Android Pay which attempt to block rooted users. Magisk also includes a framework for modules which enhance the phone's performance, such as improving the speaker and boosting battery life.

Step 1: Unlock the Bootloader

To make any custom modification to your device, you will need to unlock the bootloader first. The good thing is unlike most Android phones, your PH-1's warranty isn't void when doing so. If this is not your first rodeo, here's the cliffs notes version:

  1. Back up important data (unlocking bootloader will wipe your device).
  2. Download the drivers (Windows only).
  3. Install ADB and Fastboot.
  4. Unlock Developer Options, enable "OEM Unlocking" & "USB Debugging."
  5. Connect to your computer and open Command Prompt or Terminal.
  6. Redirect Command Prompt or Terminal to platforms-tools.
  7. Use command "adb devices" to check connection.
  8. Use command "adb reboot bootloader" to boot into bootloader mode.
  9. Verify Fastboot connection by sending "fastboot devices" command.
  10. Use command "fastboot flashing unlock_critical" to initiate bootloader unlock.
  11. Choose "Yes" in the menu.
  12. Skip through the initial setup process.
  13. Open Developer Options, enable "OEM Unlocking" & "USB Debugging" again.
  14. Use command "adb reboot bootloader" to boot into bootloader mode.
  15. Use command "fastboot flashing unlock" to finalize bootloader unlock.
  16. Choose "Yes" in the menu.

However, since this process can stump new users, we create a detailed guide which you find at the link below.

Step 2: Install TWRP Custom Recovery

Now you can start installing mods on your Essential PH-1, the first being TWRP. TWRP is a custom recovery which replaces the stock recovery interface with one that provides many more options. Specifically for rooting, we will be leveraging its ability to install custom ZIP files.

Because the Essential Phone supports seamless updates, the process of installing TWRP is a bit more complex than normal. However, for those comfortable with rooting, here a simplified outline of how to accomplish it:

  1. Download the TWRP ZIP file onto your phone.
  2. Download the TWRP IMG file onto your computer.
  3. Move IMG file to the platform-tools folder in your ADB installation directory.
  4. Switch your screen lock to either a PIN or password.
  5. Connect the Essential to your computer and enable "USB Debugging."
  6. Send the command "adb reboot bootloader" to boot into bootloader mode.
  7. Send the command "fastboot getvar current-slot" to find the current boot slot.
  8. If boot slot was A, send "fastboot flash boot_b twrp-3.2.3-0-mata.img" to flash TWRP. If it was B, send "fastboot flash boot_a twrp-3.2.3-0-mata.img" instead.
  9. If boot slot was A, send "fastboot --set-active=b" to switch boot slots. If it was B, send "fastboot --set-active=a" instead.
  10. Use the volume rocker to highlight "Recovery mode" on your phone and use the power button to select it.
  11. Select "Install," then find and install the TWRP ZIP file. Do not select "Reboot" after installation.
  12. Return to the main menu and select "Reboot."
  13. Choose the original boot slot (the one yielded in #7 above).

We would strongly recommend that you take a look at our guide even if you are familiar with rooting. Dealing with slots A and B can easily trip up even seasoned rooters, and our guide lays everything out to help avoid issues. Check out the link below for the in-depth tutorial.

Step 3: Install the Magisk Manager App

Next, you will need the Magisk Manager app. This app lets you grant or deny root privileges to other apps, install Magisk modules, and hide your root status from Google's SafetyNet.

Because this is a popular app, there are a lot of fake copies loaded with malware. This app is not on the Play Store, and there is not an official website hosting this app. We'll link out the official APK below. After downloading the app, install it on your device. If this is your first time sideloading an app, see how to do this here.

Note: If this is your first time sideloading an app on this device, you will see a warning about the danger of sideloading apps. This particular app is safe, so select "Continue" to proceed.

Step 4: Download the Magisk ZIP File

In addition to installing the Magisk Manager app, you'll also need to install Magisk itself which is done via a ZIP file. To get this ZIP file, open the Magisk Manager app, then tap "Install" on the popup. From there, choose "Download Zip Only," then tap "Allow" on the permission request. When the file finishes downloading, move to the next step.

Step 5: Install Magisk

Next, use the power menu to reboot your phone. As soon as you tap the "Reboot" button, press and hold the volume down button on the side of your phone. After about ten seconds, you'll be greeted by the bootloader menu. From here, use the volume buttons to navigate to "Recovery mode" and select it using the power button. Your phone will restart again, this time in TWRP.

Once in TWRP, select "Install" and find the Magisk ZIP file located in the Download folder. Select the ZIP file and swipe right on the bottom slider to install the ZIP. Once the ZIP is installed, two buttons will appear below. Select "Reboot System" to return to the lock screen.

Step 6: Verify Root

You should be rooted at this point. However, because things can go wrong, you should verify instead of assuming. With the app Root Checker by developer joeykrim, you can easily check this.

Open the app and select "Agree" on the prompt. Choose "Get Started," which brings you to the app's main menu. Select the "Verify Root" button which will bring up a popup asking you for superuser privileges. Select "Grant," and you should now see a message saying "Congratulations! Root access is properly installed on this device!"

Step 7: Check SafetyNet Status

The last step is to make sure you're still avoiding detection from SafetyNet. One of the best features of Magisk is that can hide itself from Google's anti-tampering system, allowing you to enjoy apps such as Android Pay and Netflix which rely on its detection.

To check, open Magisk Manager and select "Tap to start SafetyNet check." A popup will appear asking you to "Download Proprietary Code." Choose "Yes," and if everything was done right, you'll see two green check marks. If this is not the case, check out this guide for ways to fix this problem.

Now with root, you can access hundreds of new customization tools and features that were not accessible without it. Check out Magisk modules, which are an easy way to customize your device (see the link below on how to do this).

If you have been following our series of guides, we recommend opening EX Kernel Manager and granting superuser access to the app at this time. By doing so, you can gain an unprecedented level of control over the hardware of your phone, allowing you to boost game performance, improve battery life, and much more.

Who needs a wand? Unlock your magical powers and transform yourself from a Muggle into a Wizard or Witch just by using your Android phone. See how:

Cover image and screenshots by Jon Knight/Gadget Hacks

Be the First to Comment

Share Your Thoughts

  • Hot
  • Latest