Related: AOSP Android 10 For Infinix NOTE 5 - X604
With Pixel Experience based on Android 10, you are set to get a feel of pure AOSP with a touch of Pixel. This means that you are going to have better performance without any kind of bloatware. In fact, you will get the chance to install just the apps that you need now that the rom comes preloaded with the nano version of Google apps.
Enough with the intro. Let us have a look at some of the screenshots taken from the rom when already running on the Infinix NOTE 5. You also get a quick video preview for the same depending on what you prefer.
Screenshots:
Download:
To download click here: Download
Password File Link: Download Password File
7z is the most recommended software to extract the files with
To install:
1. Backup your important data before anything else.
2. Boot into recovery and perform a "Factory Reset" - NB: Will wipe internal storage
For those who have TWRP already, just head to advanced wipe and tick Cache, Dalvik Cache, Data, and System then swipe to wipe. This can avoid you wiping your internal storage.
3. Reboot your Infinix NOTE 5 into fastboot/bootloader.
4. Extract the ROM files.
5. Open a Command Window in the directory containing the ROM files (The directory already has the necessary platform tools).
6. Type fastboot getvar all and press Enter then check for the current active slot on your device - it will be either _a or _b.
7. Copy and Paste one of the commands below on the command window based on your active slot identified in the previous step and hit Enter Key (Copy all of it as it is one command).
(a) Unified command for devices with _a as the current active slot.
fastboot erase boot_a && fastboot flash boot_a boot.emmc.win && fastboot erase system_a && fastboot flash system_a system_image.emmc.win && fastboot erase vendor_a && fastboot flash vendor_a vendor_image.emmc.win && fastboot reboot
(b) Unified command for devices with _b as the current active slot.
fastboot erase boot_b && fastboot flash boot_b boot.emmc.win && fastboot erase system_b && fastboot flash system_b system_image.emmc.win && fastboot erase vendor_b && fastboot flash vendor_b vendor_image.emmc.win && fastboot reboot
8. Wait for your device to boot and Enjoy!
Make sure you setup Magisk so as to have root working properly (You can flash this Magisk v20.1 by phhusson in TWRP to achieve the same and is the recommended method)
Phhusson
ExpressLuke
PixelExperinceTeam
Credits:
ExpressLuke
PixelExperinceTeam