[ROM][11.0][OnePlus 7T Pro] Pixel Experience [AOSP][2020/12/05]

darkoj2007

Senior Member
Nov 12, 2012
551
115
63
Skopje
very good basic rom. I like the stock pixel experience. will be great to see what future customisation will be implemented, hope just necessary and useful stuff. thanks dev! keep up the good work :)
 

KYFONG

Member
Nov 1, 2017
16
2
3
Anyone have another link to download the ROM? I have a problem downloading from SOURCEFORGE. Tried using VPN also no use. Please help
 

hmswrth

Senior Member
May 29, 2018
56
11
8
Widevine L1 is retained? I read some article where it said l1 might be retained after bootloader unlock on android 11 hopefully.
 

drshaheedbams

Member
Jun 17, 2014
15
2
33
Kottakal


PixelExperience for OnePlus 7T Pro [hotdog]

What is this?
Pixel Experience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, bootanimation)

Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device

Based on Android 11.0



Whats working?
Wifi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
FMRadio
Fingerprint reader
NFC
Lights
Sound / vibration


Known issues
You tell me

DON'T FLASH GAPPS, ALREADY INCLUDED
Download


Installation process is very important due to we are using stock OxygenOS vendor
Make sure OOS 10 available in both slots
flash PE 11 from fastboot


Donate
Liked my work? Give me a beer

Translation
Help with project translation

Stay tuned
Our Telegram channel
Device Specified Telegram Group
Our blog



will this work on one plus 7T sir
 

KYFONG

Member
Nov 1, 2017
16
2
3
do not work rom only bootloader. all rom works fine on my phone.
i share my method to flash this rom:
1. use payload_dumper-win64.exe to extract the file payload.bin,you will get 6 files(boot dtbo product system vbmeta and vbmeta_system);
2. same method, extract another payload.bin in OOS rom,get the 2 files(odm and vendor)
3.flash them as usually:
adb reboot bootloader
fastboot reboot fastboot
fastboot devices
fastboot -w

fastboot erase system
fastboot erase boot
fastboot erase odm
fastboot erase product
fastboot erase vbmeta
fastboot erase vbmeta_system
fastboot erase vendor
fastboot erase dtbo

fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash odm odm.img
fastboot flash product product.img
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vendor vendor.img
fastboot flash dtbo dtbo.img

fastboot reboot
Can refer to this method. Make sure you have Oxygen os installed before flashing this rom