• 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 Xiaomi Mi Note 10 Lite Android 10 using TWRP and Magisk

Root Xiaomi Mi Note 10 Lite Android 10 using TWRP and Magisk

by Selva Kumar A Leave a Comment

Releasing “Lite” versions of Flagship mobiles is becoming a trend among manufacturers. Most of the users didn’t even use half of the Flagship level processor power. So, Instead of spending money and making high-end architecture. When a company provides better value mobiles for around $500, People buy those mobiles more. Xiaomi Mi Note 10 Lite comes with a mid-range processor. But other than the processor, everything looks premium, including hardware specs. It comes with an Android 10 based MIUI 12. For a regular user, it can handle any apps. But when you are a regular root apps user or developer, you can root your Xiaomi Mi Note 10 Lite Android 10 using the below method. Here we are using TWRP. So, You can install custom ROMs also.
Xiaomi Mi Note 10 Lite Display Settings Page

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 Xiaomi Mi Note 10 Lite Android 10?
  • How to Root Xiaomi Mi Note 10 Lite Android 10 version? (Toco)
    • Things to check out for;
    • Pre-Requirement Steps
    • Unlock Xiaomi Mi Note 10 Lite Bootloader using ADB and Fastboot
    • Flash Recovery Image using ADB and Fastboot
    • Install Magisk and Disable Dm-Verity-Force-Encrypt in your Xiaomi Mi Note 10 Lite using TWRP
  • What More?

Should you need to Root Xiaomi Mi Note 10 Lite Android 10?

We thank XDA Developer- topjohnwu and mauronofrio (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 6/8 GB RAM and Qualcomm SDM730 Snapdragon 730G Octa-Core processor, You can use this mobile for basic tasks without root for 2-3 years of use correctly. Software is better compared with other manufacturers, Custom skin OS. Don’t root because everybody says that it can become the fastest car in the world when rooting your mobile. 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.

Also Read-  How to install Magisk on Samsung Galaxy A51 4G/LTE SM-A515F Android 12?
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 Xiaomi Mi Note 10 Lite Android 10 version? (Toco)

Xiaomi Mi Note 10 Lite International Variants come 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.

For most of the methods, We follow Magisk to root our device. TWRP recovery is a custom recovery file installed on your devices because you can root them successfully. This article explained the easiest method to follow and install TWRP and Magisk on Xiaomi Mi Note 10 Lite. However, the tool required for rooting this device is the TWRP App.

You can install Official TWRP Recovery once available for your Xiaomi Mi Note 10 Lite to gain more features. Before sharing the tutorial, you may want to know that you can install any custom ROM or firmware with your device’s TWRP recovery. 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 Xiaomi Mi Note 10 Lite.

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

  • Download Magisk.Zip (Latest Version) and Copy it to Your external Memory.
  • Download Disable-Dm-Verity-Force-Encrypt.zip Save it in OTG storage.
  • You should download and extract the TWRP package bundle and follow the steps after unlocking the Bootloader. Rename the file to recovery. img and copy the file into the ADB folder.
  • twrp-3.4.0-14-toco-mauronofrio.zip.

Unlock Xiaomi Mi Note 10 Lite Bootloader using ADB and Fastboot

  • Go to the official Mi Bootloader Unlock website and log in with your Mi Account.
  • Enter your Mobile details like phone number, IMEI, reason. You will get the confirmation code on your mobile. Enter the confirmation code on the Mi website and request for unlocking. You will receive a confirmation mail after the approval in 2-10 Days.
Also Read-  Root Samsung Galaxy Note 20 5G Snapdragon SM-N9810/N/U/U1/W Android 10 using TWRP and Magisk

Mi Flashtool Installation

 

  • Install the Mi Flash Tool in the received mail. Log in with your Same Mi Account, which is used to get the software.

Mi Flash Tool Unlock

  • Switch off your device. Connect your mobile to the PC. Then, enter into Fastboot mode. To do this; Press and hold down the Volume Down + Power buttons at the same time for some time. It will boot your mobile into Fastboot mode.
  • After you successfully boot into Fastboot mode, Select Unlock. It will take 2-3 minutes to finish the process. After the successful process completion, Reboot your mobile.Xiaomi Redmi Note 7 Fastboot

  • 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.

Flash Recovery Image using ADB and Fastboot

Xiaomi Mi Note 10 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 Xiaomi Mi Note 10 Lite mobile to the USB cable computer.

  • 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 Xiaomi Mi Note 10 Lite. If you are detected, type the below commands one by one and hit Enter.
  • You should execute the commands after every successful response.
  • fastboot flash recovery recovery.img

fastboot flash recovery command

  • The above command will flash recovery on your mobile. Type the below command to boot into recovery, or you can use key combinations.
  • fastboot boot recovery.img

fastboot boot recovery

  • Most of the time, The above command will boot you into recovery. When it doesn’t, 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.

Xiaomi Mi Note 10 Recovery Mode

  • You can also use the fastboot reboot recovery command to boot into recovery. After entering into recovery mode, Go to Wipe Data/Factory Reset and Select Yes to wipe data. It will erase your saved data on your device.
Also Read-  Root Samsung Galaxy M30s SM-M307F/FN/0 Android 11 using TWRP and Magisk

Install Magisk and Disable Dm-Verity-Force-Encrypt in your Xiaomi Mi Note 10 Lite using TWRP

TWRP Installation Screen

  • Select Wipe->Advance Wipe->Select Cache Data.
  • Return to Home of TWRP select Install.
  • Select Disable Dm-Verity-Force-Encrypt.Zip.
  • After the installation, Again, navigates to Home and Select Install.
  • In the same way, install Magisk.zip.
  • After the successful installation, Reboot your mobile.
  • You can also install Magisk Manager in your Mobile Applications. Install a Root checker to verify your Root Status.

What More?

In my opinion, you don’t need to root your Xiaomi Mi Note 10 Lite Android 10 version. If you thought you could Improve Performance By Root; With the Qualcomm SDM730 Snapdragon 730G Octa-Core processor and 6/8 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 is based on TWRP custom recovery. Thus you can 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:

  • All Samsung Galaxy S23/Plus/Ultra Trade-In Exchange Value for Other…
  • All Samsung Galaxy Dual SIM Mobiles List
  • Download Xiaomi Mi Note 10 Lite MIUI 12 Android 10 ROM
  • Root Samsung Galaxy Tab S5e SM-T720 Android 10 using TWRP and Magisk
  • Fix Samsung Galaxy Note 10 Lite SM-N770F Bluetooth Pairing and Not…
  • Troubleshoot Samsung Galaxy Note 10 Lite SM-N770F Freeze Not…
Share This Post:

Filed Under: Root Tagged With: TWRP, Xiaomi

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

Deal of the Day

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

Recent Posts

Google Pixel 8 Video Editing

Video Unblur coming to Google Pixel 8

YouTube Shorts Thumbnail Edit Video

How to Change YouTube Shorts Thumbnails?

T-Mobile and Mint Mobile Merger Ryan Reynolds and CEO

No Change in the $15/mo Mint Mobile Plan after T-Mobile Acquire

POCO X5 5G Unlocked Home Screen

POCO X5 5G launched for $230 With 120Hz AMOLED, Snapdragon 695 and 48MP camera

iQOO Z7 Series Back Side

iQOO Z7 Series with 120W Support Launching on March 20, 2023

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