How To Install Pixel Experience 12 Plus on Redmi Note 8 Pro
Pixel Experience 12 Plus is a custom Android ROM designed to provide a stock-like experience with added enhancements. This guide will take you through every step to install it on your Redmi Note 8 Pro safely and effectively.
Step 1: Unlock the Bootloader
Warning: Unlocking the bootloader erases all data on your device. Back up your important files first.
Steps to Unlock the Bootloader:
- Download the Mi Unlock Tool
Download it from this link. - Launch the Tool
Open the Mi Unlock Tool and sign in using your MI account credentials. - Enable USB Debugging
- Go to Settings > About Phone.
- Tap MIUI Version seven times until you see "Developer Options enabled."
- Navigate to Settings > Additional Settings > Developer Options and toggle USB Debugging on.
- Boot into Fastboot Mode
- Power off your device.
- Press and hold Power + Volume Down until the Fastboot screen appears.
- Connect Your Device
Use a USB cable to connect your phone to your PC. - Unlock the Bootloader
- Click Unlock in the Mi Unlock Tool.
- Wait for the process to complete.
Step 2: Install Pixel Experience 12 Plus Recovery
Requirements:
- ADB and Fastboot Tools: Download the latest version from here.
- Pixel Experience Recovery Image: Download it from the official Pixel Experience website.
Steps to Install Recovery:
- Extract Platform Tools
Unzip the downloaded file and open the extracted folder. - Open Command Prompt
- Type
cmd
in the folder’s address bar and press Enter.
Alternatively: Use thecd
command in Command Prompt to navigate to the folder.
- Type
- Reboot into Bootloader Mode
- Flash the Recovery Image
Use the following command:
fastboot flash recovery C:\path\to\PixelExperience_Plus_begonia-12.1-20220829-2040-OFFICIAL.img
(Drag the IMG file into Command Prompt to auto-fill the path.)
Execute the command:
adb reboot bootloader
Step 3: Flash the Pixel Experience ROM
Steps to Flash:
- Download the ROM
Get the latest Pixel Experience ROM from the official website. - Factory Reset
In the Recovery Menu, navigate to Wipe > Format Data and Wipe Cache. - Flash the ROM
- In the Recovery Menu, select Apply Update > Apply Update from ADB.
Execute the following command:
adb sideload C:\path\to\PixelExperience_Plus_begonia-12.1-20220829-2040-OFFICIAL.zip
Reboot into Recovery Mode
Use this command:
fastboot reboot recovery
Troubleshooting
Common Issues:
- Error Flashing Recovery or ROM:
Double-check file paths and ensure ADB/Fastboot drivers are properly installed.
Bootloops or Bricked Device:
Revert to the stock MIUI ROM if your device doesn't boot properly. Download the Fastboot ROM from here. Flash it using:
adb sideload C:\path\to\miui-rom.zip
FAQ
What is Pixel Experience ROM?
Pixel Experience is a custom Android ROM that brings the pure Google Pixel experience with additional tweaks and optimizations.
Is Unlocking the Bootloader Safe?
Yes, but it voids your warranty and erases all data on your device. Ensure you back up everything important.
Can I Revert to Stock ROM Later?
Yes, you can always revert to the stock MIUI ROM by flashing it using Fastboot.
Will This Process Brick My Device?
If you follow the guide carefully, the risk of bricking is minimal. Proceed at your own risk.
External Resources
Disclaimer: This guide is for educational purposes only. Neither the author nor the publisher is responsible for any issues resulting from following this guide.