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

Android Infotech

Android Tips, News, Guide, Tutorials

  • Applications
  • Knowledge
  • I’m Bored
  • Opinion
  • Tutorial
  • Root
  • Firmware
  • Daily Deals
Home » Root » Root Moto X 2nd Gen 2014 Marshmallow 6.0 using TWRP and Install Magisk

Root Moto X 2nd Gen 2014 Marshmallow 6.0 using TWRP and Install Magisk

Last updated on September 10, 2019 By Selva Kumar ALeave a Comment

Moto X 2014 aka Moto X 2nd Gen released with Flagship level specs during that time. Moto released Software updates up to Marshmallow version. If you notice, Beyond the processor, other specs may look not enough. Using this device can be a Hard life. But, If you planned to use this mobile as a First or secondary device, We can enhance the performance by Root and Custom ROMs. With Only One GB RAM, Android Go devices performing well. If you notice Go Mobiles concept, you can understand that with minimum specs and Optimized OS we can Bring the life back. There is also Official Lineage ROM is available. The official version is a wise choice. You will receive regular patch updates, and It is Stable. If you are a regular user, We try to simplify the steps. So, It will not make you confused during the process. If you are a Developer or regular root apps user, you can follow the below steps to achieve root on your mobile.
Moto X 2014 With Stairs Background

Table of Contents

  • Why should you Root Moto X 2nd Gen 2014?
  • How to Root Moto X 2nd Gen 2014 Marshmallow 6.0 (XT1093, XT1095, XT1096, XT1097)
    • Things to check out for;
    • Pre-Requirement Steps
    • Unlock Bootloader using ADB and Fastboot
    • Flash TWRP
    • Install Magisk, and no encrypt in your Moto X 2014 using TWRP
  • What More?

Why should you Root Moto X 2nd Gen 2014?

We thank you for the hard work of the TWRP team. Your mobile has 2 GB of RAM. This much of RAM is not enough for Normal usage. Also, Moto stopped Security patch updates on 60-90 days Interval. Also, It is based on Old OS, So we can’t expect Many optimizations. It has a Qualcomm MSM8974AC Snapdragon 801 processor.

Due to Poor RAM Management in Old device, you will feel laggy. If we optimize correctly with correct Custom OS after rooting, we can see some Improvements. So, after rooting, I can expect Lag-free experience? Probably. Also, if we hibernate and eliminate a lot of unwanted apps and optimize some apps, your device is hardware limited. But, within these limits, we can enhance the performance by 30-40% compared with your old usage. If you use Lite weight Custom ROMs, you can expect a 50-80% improvement in performance based on what custom OS you are choosing.

How to Root Moto X 2nd Gen 2014 Marshmallow 6.0 (XT1093, XT1095, XT1096, XT1097)

Moto X 2014 International Variants comes with a flexible bootloader other than some carrier locked devices. This means that different smartphone variants can be easily rooted. Also, the device can accept to install TWRP recovery or any other custom recovery file/app alike.

TWRP recovery is a custom recovery file which must be installed on your devices because you can root them successfully. In this article, we explained the easiest method to follow and install TWRP recovery on Moto X 2014. However, the tool required for rooting this device is the Magisk App.

With the help of TWRP Recovery, you can quickly flash the latest version of Magisk into your Moto X 2nd Gen to gain root access. Before sharing the tutorial, you may want to know that, with the TWRP recovery present on your device, you can easily install any custom ROM or firmware. Does it seem complicated? Relax, everything will be explained succinctly in bullets.

Things to check out for;

  • Make sure your device battery is charged above 50%

  • Backup 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 X 2014.

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

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

  • Download Magisk.Zip (Latest Version) and Copy it to Your PC.
  • fstab no-encrypt Download and Copy it to Your PC. This file helps you to maintain the Bootloader unlock in your device.
  • Download and save the TWRP File in your PC and rename it to recovery.img.

  • twrp-3.3.1-0-victara.img (Moto X 2014)
  • Copy all the above files into the Fastboot folder.

Unlock Bootloader using ADB and Fastboot

Moto X 2014 Bootloader 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 X 2014 Bootloader Mode Screen

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

  • Now, connect the Moto X 2014 mobile to the computer via USB cable.

Moto X 2014 Bootloader Unlock Option

  • Launch the fastboot on your computer. Open a Command prompt on your PC and type 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 X 2014. If you are detected type 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 single 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 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. Sometimes they disabled themselves after the boot.

Flash TWRP

  • 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 Power button and press Volume Up Button.
  • Now, connect the Moto X 2014 mobile to the computer via USB cable.

  • Launch the fastboot on your computer. Open a Command prompt on your PC and type 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 mobile. If you are detected type below commands.
  • fastboot boot twrp recovery.img
  • After the process complete, It will boot into the temporary TWRP. Don’t Boot into standard OS until we flash magisk.

Install Magisk, and no encrypt in your Moto X 2014 using TWRP

Moto X 2014 TWRP

  • In TWRP, Make a full Backup on External SD Card or Pendrive using OTG Cable.
  • After the process complete, Reboot to Bootloader using TWRP Option. Reboot->Reboot Bootloader.
  • Now you should flash the permanent TWRP on your mobile. Type below commands one by one to flash TWRP in the recovery partition.
  • fastboot flash recovery recovery.img
    fastboot reboot recovery
  • After booting into TWRP, type below ADB commands.
  • adb shell mount -o,rw /dev/block/bootdevice/by-name/vendor /vendor
    adb push fstab.qcom /vendor/etc/fstab.qcom
  • After the successful process goes to TWRP menu. Select Wipe->Advance Wipe->Select Cache Data.
  • adb push Magisk-version name.zip /sdcard/
  • The Above command will copy magisk to your mobile.
  • Return to Home of TWRP select Install.
  • Select Magisk.Zip.
  • After the Installation Reboot Your Mobile.
  • You can also install Magisk Manager in your Mobile Applications.

What More?

As I already mentioned, Moto X 2014 has a minimum of 2 GB RAM. It is a Good Stock ROM phone; But when you optimize and install Custom OS, you can expect more performance. You may feel 2 GB RAM is not enough. Trust me with Optimized Custom ROM; your mobile can perform well. It also has a Flagship level Processor. Refer- How Much RAM you need. So, if you are sure about what you are doing, you can root your device.

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, 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:

  • Check My Phone is Carrier Unlocked or Not and Unlock legally for Free
  • Troubleshoot Samsung Galaxy A50 SM-A505 Freeze Not Responding issues
  • Deal With Low Internal Storage Space in Android Mobiles
  • Unfreeze Not Responding Non-Removable Battery Android Mobiles
  • Fix Samsung Galaxy Note 10/10 Plus SM-N970/N976/N986 Stuck on…
  • Fix- YouTube Not work for me
Share This Post:

Tagged With: Motorola

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

Recent Posts

  • Download Xiaomi Mi 10i 5G MIUI 12 Android 10 ROM
  • You can get $30 off on Samsung Galaxy Buds Pro with Any working Headphones Trade-In
  • Root Realme Q2 Pro RMX2173 Android 10 Realme UI using TWRP and Install Magisk
  • Download Samsung Galaxy S10e SM-G970F/N/U/U1/W/0/8 Android 11 One UI 3.0 Stock Firmware
  • AT&T begins to rollout 5G Plus in the US Airports

Today Tip

Samsung Galaxy Buds Pro with Charger case and phone

You can get $30 off on Samsung Galaxy Buds Pro with Any working Headphones Trade-In

Samsung wants everybody to use Samsung Galaxy Buds Pro. Because the deal they are providing is like … [Read More...] about You can get $30 off on Samsung Galaxy Buds Pro with Any working Headphones Trade-In

Advertisement

Copyright © 2021 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 Kinsta
  • Ad Partner Ezoic