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

Android Infotech

Android Tips, News, Guide, Tutorials

  • AI
  • Firmware
  • Knowledge
  • News
  • Root
  • Tutorial
  • Applications
  • Opinion
  • Tools
You are here: Home / Root / Root Motorola Moto G8/G Fast Android 10 using TWRP and Magisk

Root Motorola Moto G8/G Fast Android 10 using TWRP and Magisk

Updated On: 3 weeks ago by Selva Ganesh Leave a Comment

Like Samsung, Moto always has a habit of releasing a bunch of models under the same name. Because of the different region features, they have to restrict some options and make compatible with carriers. Moto G8 alone has 4-5 variants with slightly modified specs. In some countries, Moto G8 is called Moto G Fast with less RAM. But other than the RAM, everything is the same between them. Moto G8/G Fast comes with an Android 10 version. Even if it is not an Android One device, Most of the Moto mobiles come with stock Android and have fewer Bloatware apps. When you are a frequent Root apps user, You can root your Moto G8/G Fast Android 10 version using the below method.
Moto G Fast Home Screen in the hand

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. So, If you are a regular user, you can try some alternatives for your purpose that doesn’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.

Samsung Galaxy S25 Edge 512GB Titanium Silver starting from $10/mo from official Samsung online store.
Shop Now

Should you need to Root your Motorola Moto G8/G Fast Android 10 version?

It would be best if you had a strong reason for rooting. Moto already released the Android 10 version and is already optimized. You have More than Enough 3/4 GB RAM to use daily apps without lag for years. Yes, I Know, you may prefer custom ROMs. But, Trust me, Moto near Stock Android is far better than other Custom Skin OS. You can use this device without lag for years until Motorola mess with some Bloatware. But beyond, this not go reasons you are addicted to some root apps, or you are a frequent user of some Custom OS, you can proceed further. But if you want to root because everybody is doing, I advise you, don’t root If you didn’t have any experience. For regular users, It can become a Nightmare.

How to Root Motorola Moto G8/G Fast Android 10 (Rav-XT2045)

First of all, thanks to the developer for the Root method-  Vache and topjohnwu – this genius is one who discovered and maintaining Magisk. Moto G8/G Fast International variants come with a flexible bootloader. It means that the smartphone can be easily rooted. Also, the device can accept to install TWRP recovery or any other custom recovery file/app alike.

In the below method, we are going to Root this device by using TWRP and Magisk. The process uses Unofficial TWRP. You can install Official TWRP using the official app when it is released. 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 G8/G Fast. However, the tool required for rooting this device is the Magisk App.

You can flash official TWRP once it is available. With the help of TWRP Recovery, you can quickly flash the Custom ROMs into your Moto G8/G Fast. Before sharing the tutorial, you may want to know that, with the Magisk present on your device, you can easily install any root apps. Does it seem complicated? Relax, everything will be explained briefly in bullets.

Things to check out for;

  • Check your device model number.

  • You should Backup your current files and data- Full Data Loss Process (save them on external storage).
  • Install Latest Magisk Manager.
  • Make sure your device battery is above 50%

  • You cannot use Google Pay, Secured folder, and some official apps from Motorola.
  • You can’t update your firmware; to get new firmware, you must follow the below steps with the latest firmware.
  • Read the full tutorial before the process.

1.Unlock Bootloader using ADB and Fastboot

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

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

    Grab your brand new .COM domain for just $1 today with GoDaddy! Start your domain resale business and join the $100M+ annual booming market!
    Claim Your $1 Domain Now!

Moto G Fast 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 G8/G Fast 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 G8/G Fast. If you are detected, type the below commands.
  • fastboot oem get_unlock_data
Trending⚡-  Root Samsung Galaxy S5 Mini SM-G800F/H/R4/Y Marshmallow 6.0.1 using TWRP

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 Bootloader on your device.

  • fastboot oem unlock UNIQUE CODE

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 enable “Developer Options,” then go to the “Developer Options” and enable USB Debugging Mode, OEM Unlock and Enable the “Advanced Reboot.” Sometimes they disabled themselves after the boot.

2. Necessary Download files

  • Download the twrp-3.4.0-0-moto-g8-g-fast-Android-10.zip extract .img file, rename the twrp file to recovery.img, copy the file to your PC ADB folder. Copy recovery.img file to mobile external storage.
  • Download Disable_Dm-Verity_ForceEncrypt.zip and Magisk.zip files (Don’t download .apk file), copy it on your external SD card or Pendrive With OTG Cable. You can refer to the uses of OTG.

3. Flash TWRP using ADB and Fastboot

  • Switch off your device. Then, enter into Fastboot mode. To do this, press and hold down the Volume Down+ Power buttons after Android Logo Appears. Still press the Power button and press the Volume Up Button.
  • Now, connect the Moto G8/G Fast to the computer via USB cable.

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

  • After Entering into Bootloader on your mobile, type the below command.
  • fastboot devices
  • It should display the connected devices. If you didn’t get the mobile, restart the command prompt and Disconnect and Connect your Moto G8/G Fast; if you are detected, type the below commands.

3.1. Install Magisk, DM-Verity, and TWRP Image file in your Moto G8/G Fast using TWRP

  • fastboot boot recovery.img

fastboot boot recovery

  • After the process complete, It will boot into the temporary TWRP. Don’t Boot into standard OS until we flash magisk.

Install Zip files in TWRP

  • Now you are in TWRP Recovery Mode.
  • Select Wipe->Advance Wipe->Select Cache Data. You can also take complete backup using TWRP. It will help you when something goes wrong.
  • Navigate to Home of TWRP select Install.
  • Select Disable_Dm-Verity_ForceEncrypt.zip.
  • Return to Home of TWRP select Advanced.
  • Select “Install Recovery Ramdisk”, select recovery.img.
  • Return to Home of TWRP select Install.
  • Select Magisk.Zip.
  • After the Installation goes to Advanced and select “fix recovery boot loop.” Reboot Your Mobile.
  • You should Install One by One. Don’t add more zips feature in TWRP. After the Installation Reboot Your Mobile.
  • You can also install Magisk Manager in your Mobile Applications. Install Root checker to check your Root status.
  • If you didn’t find Magisk in App Drawer, you should Install the Magisk app again.

What More?

In my opinion, you don’t need root for your Moto G8/G Fast Android 10 version. If you thought you could Improve Performance By Root; With the Qualcomm SDM665 Snapdragon 665 Octa-Core processor and 3/4 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 this method. 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)

174884903535965
Selva Ganesh

Selva Ganesh is the Chief Editor of this Blog. He is a Computer Science Engineer, An experienced Android Developer, Professional Blogger with 8+ years in the field. He completed courses about Google News Initiative. He runs Android Infotech which offers Problem Solving Articles around the globe.

Share This Post:

Related Posts

  • Root Motorola Moto One Power Android 10 using TWRP and Magisk
  • Root Motorola Moto Edge+ Android 10 using TWRP and Install Magisk
  • Root Motorola Moto G7 Play Android 10 using TWRP and Install Magisk

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

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Join With Us

Upgrade to Galaxy S25 & Get $850 OFF with Trade-In – Limited Time Offer!

$12/mo

Samsung Galaxy S25 at $12/mo for 24 Months in the Official Samsung Online Store.

More Less
Expires on: 31-07-2025

Advertisement

Recent Comments

  • Lily Reed on Download 2 flash apk- Front and Back Flash Light Control App For Android
  • Robert Taylor on Download 2 flash apk- Front and Back Flash Light Control App For Android
  • Joseph Thompson on Download 2 flash apk- Front and Back Flash Light Control App For Android
  • Isaac Campbell on Download 2 flash apk- Front and Back Flash Light Control App For Android
  • Owen Scott on Download 2 flash apk- Front and Back Flash Light Control App For Android

Today Trending News ⚡

Google Pixel VIP

What Is Pixel VIP and How to Use It: Full Guide to Google’s Newest Social-Centric Feature

In the ever-evolving world of smartphones, Google Pixel devices have … [Read More...] about What Is Pixel VIP and How to Use It: Full Guide to Google’s Newest Social-Centric Feature

Footer

Copyright © 2010-2025. AndroidInfotech.com, All Rights Reserved. Iris Media MSME. Android Infotech is a Registered Enterprise under UDYAM-TN-21-0012548. 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