Wednesday, 31 October 2018

How to Install TWRP Recovery And Root Moto G6 and Moto G6 Plus

  1. Installing custom ROMs.
  2. Remove preinstalled crapware.
  3. Blocking Ads in any apps.
  4. Install incompatible Apps.
  5. Keep the latest Android OS.
  6. Change skin for your Android.
  7. Boost your Android device’s speed and battery life.
  8. Make complete backups of your smartphone.

    DISADVANTAGE OF ROOT MOTO G6 AND MOTO G6 PLUS

    1. Root can brick your smartphone.
    2. Say Good-Bye to the warranty.
    3. Problems with an update.

    PRE-REQUISITES BEFORE YOU ROOT

    1. This Guide is only for Moto G6 and Moto G6 Plus so don’t try this on any other device as this can brick your phone.
    2. Make sure your Phone has charged 60%.
    3. Now make a backup of all important files and contacts.
    4. That’s all!! Now you can Follow the procedure to root Moto G6 and Moto G6 Plus.

STEPS TO UNLOCK BOOTLOADER OF MOTO G6 AND MOTO G6 PLUS


STEP 1: GO INTO THE FOLDER ADB AND FASTBOOT FOLDER.

Step 2: Open a command prompt window here by,
Hold Shift key + Right click > Select Open command window here.
Step 3: Install the Motorola USB drivers on your PC. Once installed successfully connect your Moto G6 and Moto G6 Plus to PC via USB cable.
Step 4: Type the command as given down and hit enter, it will show you the serial number of the device if the device is connected perfectly. If not check the connection and try again.
adb devices
Step 5: Reboot your device into bootloader mode by entering the command as given down and hit enter.
adb reboot bootloader
Step 7: Type the command as given down and hit enter, you will see some sort of number and alphabets(5 lines).
fastboot oem get_unlock_data
Step 8: Copy the number code in the notepad and arrange it in one line for example like this – 3A3E32NDNSNM00000000000000000000NAJD23422RCE30000000002 2 #NSCN#00000
Step 9: Go to the Motorola website and sign in with your regular Google account/Motorola ID.
Step 10: Follow the procedure and paste the code(which we just saved on the notepad in one line) in the text field where it says “Can my device be unlocked ?”
Step 11: Scroll down to the bottom of the page, click on “Request Unlock Key” button and check the “I agree” button. Now you will get an email containing unlock key.
Step 12: Type the command as given down and hit enter, replace the unlock keyword with the key which you got in your mail. This will unlock the bootloader of your device and format your device.
fastboot oem unlock unlock_key
Step 13: Once the process gets completed reboot your device and done.
Now you have successfully Unlocked the Bootloader of your Moto G6 and Moto G6 Plus.

STEPS TO INSTALL TWRP RECOVERY AND ROOT MOTO G6 AND MOTO G6 PLUS

Step 1: Reboot your device into bootloader mode by entering the command as given down and hit enter.
adb reboot bootloader
Step 2: Download the TWRP Recovery from the link given above and type the command as given down and hit enter, It will boot your device in this recovery(it may ask to confirm modification to confirm simply swipe).
fastboot boot MotoG6-ali-TWRP.img
Step 3: Type the command as given down and hit enter, This command will make a full backup of your current stock boot image.
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
Step 4: Again reboot your device into bootloader mode by entering the command as given down and hit enter.
adb reboot bootloader
Step 5: Download the no verity boot image and flash it. To do so type the command as given down and hit enter,
fastboot flash boot .img
Step 6: Now flash the TWRP Recovery on your system. Just enter the command given down and hit enter.
fastboot flash recovery MotoG6-ali-TWRP.img
Step 7: Reboot your device into recovery mode. Dismiss the password screen.
Step 8: Once again swipe to allow modification. Now tap Tap on Wipe > Format Data and type yes in the text field. This will wipe your device’s internal storage completely. Go back to the menu Tap on Advanced > ADB Sideload and swipe.
Step 9: Download the verity disabler and flash it. Type the command as given down and hit enter, it will prevent force encryption while your device is booting up and also preserve your new recovery partition after every new boot.
adb sideload Force_Encryption_Disabler_For_ALI_Oreo_v2.zip /tmp
Step 10: Download the Magisk file and sideload it. Type the command as given down and hit enter, it will give you a complete root access on your device.
adb sideload Magisk-v16.6.zip /tmp
Step 11: Simply reboot your device and you are done.
Congratulations! you have successfully installed the TWRP Recovery on your Moto G6 and Moto G6 Plus and Rooted it.
I hope to use to understand all about How to Install TWRP Recovery And Root Moto G6 and Moto G6 Plus. If you have any problem then ask in the comment box.  We can solve your problem.

No comments:

Post a Comment