In this guide, we will show you the steps to install the latest LineageOS 20 based on Android 13 on your Redmi Note 10 Pro/Max. When it comes to custom development, then there’s hardly an iota of doubt that the offerings from Xiaomi are the best in this domain. To further cement this statement, you shouldn’t look any further than the plethora of ROMs that it gets blessed with.
So if you are looking to escape from the shackles of the bloated MIUI experience then you could welcome a ton of noteworthy players. However, this then leads to a problem of plenty. So which ROM would a user ultimately opt for? Well, if you are looking for a clean, fast, stable, and de-Googled ROM, then your best bet is to install LineageOS 20 based Android 13 on your Redmi Note 10 Pro/Max. And in this guide, we will show you how to do just that. Follow along.
Install LineageOS 20 Android 13 on Redmi Note 10 Pro/Max
The below instructions will wipe off all the data, so please take a backup beforehand. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.
STEP 1: Install Android SDK
First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide to install LineageOS on Redmi Note 10 Pro/Max.
STEP 2: Enable USB Debugging and OEM Unlocking
Next up, you will also have to enable USB Debugging and OEM Unlocking on your device. The former will make your device recognizable by the PC in ADB mode. This will then allow you to boot your device to Fastboot Mode. On the other hand, OEM Unlocking is required to carry out the bootloader unlocking.
So head over to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Advanced > Developer Options > Enable USB Debugging and OEM Unlocking.
STEP 3: Unlock Bootloader on Redmi Note 10 Pro/Max
Next up, you will also have to unlock the device’s bootloader. Do keep in mind that doing so will wipe off all the data from your device and could nullify its warranty as well. So if that’s all well and good, then please refer to our detailed guide on How to Unlock Bootloader on any Xiaomi Device.
STEP 4: Update Firmware
Next up, you’ll have to firmware as instructed in the below-linked guide [make sure to change the command accordingly if there is any addition or removal of commands, or reach out to me via the comments section if you’re unsure].
How to Flash/Update Firmware on Redmi Note 10 Pro
STEP 5: Download LineageOS for Redmi Note 10 Pro/Max
- You may now grab hold of the LineageOS ROM for your device from the below link.
LineageOS for Redmi Note 10 Pro/Max: DOWNLOAD LINK
- Rename the ROM file to rom.zip and transfer it to the platform tools folder on your PC.
STEP 6: Boot to Fastboot Mode
- Connect your device to the PC via a USB cable. Make sure USB Debugging is enabled.
- Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
- After that, type in the following command in the CMD window to boot your device to Fastboot Mode
adb reboot bootloader
- To verify the Fastboot connection, type in the below command and you should get back the device ID.
fastboot devices
- If you don’t get any serial ID, then please install Fastboot Drivers.
STEP 7: Flash LineageOS Recovery on Redmi Note 10 Pro/Max
- Now type in the below command to flash the recovery.img
fastboot flash recovery recovery.img
- Then type in the below command to boot your device to LineageOS Recovery
fastboot reboot recovery
STEP 8: Format Data
- From the LineageOS Recovery, go to Factory Reset.
- Then select Format Data/Factory Reset > Format Data.
- Your device will now undergo a reset.
- Once done, you shall get the “Data wipe complete” message.
STEP 9: Install LineageOS on Redmi Note 10 Pro/Max
- From the LineageOS Recovery, go to Apply Update > Apply from ADB.
- Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter.
- This will launch the Command Prompt. So type in the below command to flash the ROM file via Sideload:
adb sideload rom.zip
- The process will now begin and once done, you shall get the Total xfer: 1.00x message [Got an error? See FAQ below].
- If you want to install GApps, then move over to the next step otherwise select Reboot System Now to boot to the OS.
STEP 10: Install GApps [Optional]
- Go to Advanced > Reboot to Recovery. Your device will reboot to Custom Recovery.
- Once done, go to Apply Update > Apply from ADB.
- Then download GApps from here, place it inside platform-tools folder, and rename it to gapps.zip
- Now type in the below command to flash the GApps file via Sideload:
adb sideload gapps.zip
- You will get a Signature Verification failed message because the GApps package isn’t signed by LineageOS. That’s not an issue, just hit YES to proceed ahead.
- Once done, you may now finally reboot your device to the OS via “Reboot system now”.
That’s it. These were the steps to install the LineageOS ROM based on Android 13 on Redmi Note 10 Pro/Max. If you have any queries concerning the aforementioned steps, do let us know your doubt and the device that you are using in the comments. We will get back to you with a solution at the earliest.
- How to Flash/Update Firmware on Redmi Note 10 Pro
- Install EliteROM on Redmi Note 10 Pro/Max [Video]
- Install various Android 13 Custom ROMs on Redmi Note 10 Pro
- Root Redmi Note 10/Pro/Pro Max via Magisk without TWRP