• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Android Infotech

Android Infotech

Android Tips, News, Guide, Tutorials

  • News
  • Root
  • Firmware
  • Applications
  • Knowledge
  • Tutorial
  • I’m Bored
  • Deals
  • Donate
  • 🔎Search
Home » Root » Root Motorola Moto E 2020 Android 10 using Magisk

Root Motorola Moto E 2020 Android 10 using Magisk

by Selva Kumar A Leave a Comment

The problem with the budget mobiles is manufacturer bloatware apps. We already have limited hardware on our mobile. When we use Stock ROM, Manuafctursrs pout some unnecessary background apps. Sometimes we can disable them using ADB. But when we want advanced controls in our mobile, We need root access. When you are a regular root apps user or developer, you can root Moto E 2020 Android 10 using the below method. Here we are not going to use custom recovery for rooting. So, You can’t install custom ROMs. But you can install most of the root apps and can use most of the root based features.
Moto E 2020 Home Screen

After root, you will lose official updates. You have to update your mobile manually. So, Before proceeding with the process, you should know why you need to do it. If you are a regular user, you can try some alternatives for your purpose that don’t require rooting your mobile. When you are a regular root apps user and developer, you can follow the below guide to achieve root on your mobile.

Table of Contents

  • Should you need to Root Motorola Moto E 2020 Android 10 (Ginna)?
  • How to Root Moto E 2020 Android 10 version (XT2052, International Variants)?
    • Things to check out for;
    • Pre-Requirement Steps
    • Unlock Moto E 2020 bootloader using ADB and Fastboot
    • Preparing Patched Boot Image file
    • Flash Patched Boot Image in Moto E 2020 using ADB and Fastboot
      • Boot into Rooted OS
  • What More?

Should you need to Root Motorola Moto E 2020 Android 10 (Ginna)?

We thank XDA Developer- topjohnwu and alexenferman (Who successfully tested this method). Without their hard work, We can’t make this method. Coming to root, you should have a proper reason, and you know what you are doing. Yes, with a minimum of 2 GB RAM and Qualcomm SDM632 Snapdragon 632 processor, You can use this mobile for basic tasks without root for 2-3 Years If you use it correctly. Software is better compared with other manufacturers, Custom skin OS. Don’t root because everybody says when you root your mobile; it can become the fastest car in the world. No. Rooting is to extract some performance from the device. But, you already have Powerful specs and software. So, If you are addicted to some root apps, you can root. But, if you want to test, I won’t recommend it.

Buy Samsung Galaxy S22 Ultra from $6.46/mo for 24 Months with Eligible Trade-In.
Samsung Galaxy S23 available for $0.00/mo with T-Mobile Credit and Trade-in Deal

How to Root Moto E 2020 Android 10 version (XT2052, International Variants)?

Moto E 2020 International Variants comes with a flexible bootloader other than some carrier locked devices. It means that different smartphone variants can be easily rooted. The device can also accept installing TWRP recovery or any other custom recovery file/app.

Also Read-  Root Samsung Galaxy Z Fold 4 5G Android 13 SM-F9360/B/N/U/U1/W using Magisk

For most of the methods, We follow Magisk to root our device. TWRP recovery is a custom recovery file that must be installed on your devices because you can root them successfully. In this article, we explained the easiest method to follow and install Magisk on Moto E 2020. However, the tool required for rooting this device is the Magisk App.

You can install TWRP Recovery once it is available for your Moto E 2020 to gain Custom Recovery access. Before sharing the tutorial, you may want to know that, without the TWRP recovery present on your device, you can not install any custom ROM or firmware. Does it seem complicated? Relax, everything will be explained briefly in bullets.

Things to check out for;

  • Make sure your device battery is above 50%.

  • You should back up your current files and data, full data loss process (save them on external storage).

Pre-Requirement StepsOnePlus 6T OEM Unlock and USB Debugging

  • Enable USB Debugging Mode and OEM Unlock on your mobile. To do this, go to settings >>> about >>> Tap on the “Build Number” 7-10 times consistently to enable “Developer Options,” then go to the “Developer Options” and enable USB Debugging Mode, OEM Unlock. There is no complicated process in Moto E 2020.

  • Download and install the Moto USB driver to your computer system.

  • Also, download the ADB drivers. Install it on your PC.

Unlock Moto E 2020 bootloader using ADB and Fastboot

Moto E 2020 Fastboot Mode

  • Switch off your device. Then, enter into Fastboot mode. To do this- Press and hold down the Volume Down + Power buttons at the same time for some time.

Moto G7 Plus Fastboot Mode Warning Screen

  • Press the Volume Up button to continue when you see the warning message.

  • Now, connect the Moto E 2020 mobile to the computer via USB cable.

  • Launch the fastboot on your computer. Open a Command prompt on your PC and type the below command.

  • fastboot devices
  • It should display the connected devices. If you didn’t get the device, restart the command prompt and Disconnect and Connect your Moto E 2020; if you are detected, type the below commands.
  • fastboot oem get_unlock_data

Moto Get Unlock Data

  • Hit enter, you will get some unlock data. Copy those codes and remove < bootloader> Prefix from those lines and copy them into one line.
  • Go to Official Moto Unlock Page. Log in with your moto account, and in the Box, Paste those codes and Check the unlock Bootloader Status. If you get, Yes you can unlock, You can request unlock Key from Moto.
  • After the process completes, you will get 20 Digit to unlock the key in your email. Now type the following command to unlock the bootloader on your device.

  • fastboot oem unlock UNIQUE CODE
Also Read-  Root OnePlus 7/7 Pro/5G Android 10 using TWRP and Install Magisk

Moto unlock bootloader command

  • You should type this code two times and Hit enter to unlock your device successfully. After the successful unlock, your device will automatically reboot to the standard OS.

  • Check again to enable “Developer Options,” then go to the “Developer Options” and enable USB Debugging Mode, OEM Unlock. Sometimes they disabled themselves after the boot.

Preparing Patched Boot Image file

  • Download Moto E 2020 Firmware and save it on your PC. Your Current OS version and Downloaded Version should be the Same.
  • You can use Phone Info to know your firmware version.

Moto E 2020 Android 10 Extracted Firmware Files

  • Download 7Zip-ZS Install on your PC. Extract the files in downloaded firmware using 7Zip-ZS. You will get a lot of data. Copy boot.img file to your mobile.
  • Download Magisk Manager (Download Latest version) or Magisk canary and Install it on your mobile. Open Installed Magisk and Select Install in Magisk; it will ask For a zip file and Patch Recovery Image File. Select the boot image file.

Magisk Boot Image File

  • Navigate to your copied boot image File and patch the file as .img format.

Magisk Firmware Patch Process

  • Wait for the process to complete; in the end, you will get a magisk patched .img file. The .img file will be in the same folder where you have the boot. img.
  • Copy the magisk_patched.img file to your PC. Rename the file to boot.img again.

Flash Patched Boot Image in Moto E 2020 using ADB and Fastboot

Moto E 2020 Fastboot Mode

  • Switch off your device. Then, enter into fastboot mode. To do this- Press and hold down the Volume Down + Power buttons at the same time for some time.
  • Press the Volume Up button to continue when you see the warning message.

  • Now, connect the Moto E 2020 mobile to the computer via USB cable.

  • Launch the fastboot on your computer. Open a Command prompt on your PC and type the below command.

  • fastboot devices
  • It should display the connected devices. If you didn’t get the device, restart the command prompt and Disconnect and Connect your Moto E 2020. If you are detected, type the below command and hit Enter.
  • fastboot flash boot_a patched_boot.img
    fastboot flash boot_b patched_boot.img

fastboot flash boot boot.img command

  • After the process complete, Press the Volume Down+ Power button to exit Fastboot mode. When the screen goes off, Immediately Press Volume Up + Power buttons to boot into Recovery mode.
  • After entering into Stock recovery mode, Go to Wipe Data/Factory Reset and Select Yes to wipe data. It will erase your saved data on your device. Don’t Boot into OS; read below Boot stages before booting.
Also Read-  Root Samsung Galaxy Quantum 2 5G Android 12 SM-A826S using Magisk

Boot into Rooted OS

  • Press and Hold Volume Up + Power buttons, release all the keys once the Bootloader warning appears. You have to set up your device like a new device. You can select the root status using the Root Checker.
  • Stock Recovery Boot – Press and Hold Volume Up + Power buttons, release keys while you hold the Volume Up key.
  • You will see Magisk Manager in your App drawer. If you can’t find the app, you can install Magisk Manager on your mobile.

What More?

In my opinion, you don’t need to root for your Moto E 2020 Android 10 version. If you thought you could Improve Performance By Root; With the Qualcomm SDM632 Snapdragon 632 Octa-Core processor and 2 GB RAM, your device can perform well. If you don’t know how much RAM you need, You will never use this much RAM. It would help if you did not Boot into Normal OS Booting by pressing the power button after firmware flash. It will boot you to a Non-Rooted environment. So, you should pay attention to the first recovery boot step.

If you root your device because of the battery drain issues, you can optimize your battery without root. Beyond this, if your purpose is to Disable Bloatware apps, you can do that without using them. This method uses the Magisk patch way. Thus you can’t install Custom ROMs. When you have any suggestions or doubts, comment below.

Source, (2)

Selva Kumar A

Selva Kumar is an Android Devices Enthusiast, Who Can Talk and Write About Anything If You Give a Hint About the respective devices. He is a Computer Science Graduate and Certified Android Developer, Making His Career towards this Technology. He is always eager to try new Android devices — not only Software level but Hardware-level Also. Beyond this, He is a Good Swimmer, Guitarist.

Related Posts:

  • Fix Motorola Edge 20 Fusion 5G Stuck on Boot Start screen logo
  • Fix Motorola Defy 2021 XT-2083 Stuck on Boot Start screen logo
  • Fix Motorola Moto G10 Power Stuck on Boot Start screen logo
  • Fix Motorola Edge 30 Pro Stuck on Boot Start screen logo
  • Fix Motorola Moto G53 Stuck on Boot Start screen logo
  • Fix Motorola Edge X30 5G Stuck on Boot Start screen logo
Share This Post:

Filed Under: Root Tagged With: Magisk, Motorola, TWRP

Primary Sidebar

Join With Us

Deal of the Day

Samsung Galaxy S22 Ultra For $6.95/mo at Samsung Online Store.

Recent Posts

Arrested Development Netflix

Arrested Development to Remain on Netflix

nubia Pad 3D Astronaut Demo

ZTE nubia Pad 3D Pre-Order Available at $1199

ChatGPT Internet Access Laptop Demo

ChatGPT getting Internet Access using Plugins

Paypal Passkey on Android Mobiles

How to Enable PayPal Passkeys on Android Mobiles?

Canva Docs With Logo Image

New Features in Canva Docs-Built with the Modern Team in Mind

Advertisement

Footer

Copyright © 2023 AndroidInfotech.com, All Rights Reserved, Android is a trademark of Google Inc. All contents on this blog are copyright protected and should not be reproduced without permission.

  • Subscribe
  • Sitemap
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Our Image License
  • Hosted on Google Cloud
  • Ad Partner Ezoic
  • Corporate Office