OK, in recovery I formatted data, then it just reboots fastboot in a loop. I'll have to try some other way.
Thank you
Thank you
same here. trying to install the rom but its boot directly to fastboot. strange. trying carbon then en that works fine. [emoji848][emoji848][emoji848][emoji848][emoji848]OK, in recovery I formatted data, then it just reboots fastboot in a loop. I'll have to try some other way.
Thank you
Similar for me also, only I flashed RR rom and it worked fine.same here. trying to install the rom but its boot directly to fastboot. strange. trying carbon then en that works fine. [emoji848][emoji848][emoji848][emoji848][emoji848]
Verstuurd vanaf mijn OnePlus 7T Pro met Tapatalk
flashed many roms without problems. but this one hmmmm.Similar for me also, only I flashed RR rom and it worked fine.
hello sir can you guide a full instruction on how to install the rom? thanks in advanceIt's an absolute delight to finally use this rom. Had been waiting for Pixel Experience ever since i bought this phone six months back. In the last 4 days of using this, haven't found any bugs, 90hz works like a charm, battery drain both on idle and active is lesser when compared with stock oos. Kudos for this great rom to @chandra1.jd
Hopefully you'll keep on maintaining this beauty.
P.s. Would love to send some beer money your way. Paypal says you've exceeded the receiving limit. Let me know the alternative!
Sure. What I did is how I have installed every custom rom on this phone. I extracted the payload.bin, while in fastbootd erased the particular partitions (only those which were included in the payload) on both slots A and B, flashed the payload partitions on A and B, wiped userdata by fastboot -w and then rebooted.hello sir can you guide a full instruction on how to install the rom? thanks in advance![]()
hey im wondering does your guide are the same with this one?Sure. What I did is how I have installed every custom rom on this phone. I extracted the payload.bin, while in fastbootd erased the particular partitions (only those which were included in the payload) on both slots A and B, flashed the payload partitions on A and B, wiped userdata by fastboot -w and then rebooted.
The thing to note is that I had stock oos 10.3.4, so already had the oos vendor. Best bet would be to flash oos first.
Hope this works for you.
Yes you are right. However, Pixel Experience (PE) needs oos vendor image too which is not present in the payload.bin of PE. So either you extract it from oos rom zip and flash it while flashing other partition images or you flash oos altogether on both the partitions.hey im wondering does your guide are the same with this one?
https://www.youtube.com/watch?v=VLMun4WQp8U&t=73s&ab_channel=Idrisz
and do you think it would with the 7t pro too?
dude im sorry im quite lost here. damn it, didnt know flashing roms now are these complicated nowadays.....Yes you are right. However, Pixel Experience (PE) needs oos vendor image too which is not present in the payload.bin of PE. So either you extract it from oos rom zip and flash it while flashing other partition images or you flash oos altogether on both the partitions.
![]()
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 10.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
Clean Flash :
1. Reboot to fastboot
2. fastboot boot twrpname.img
3. flash oos
4. reboot to fastboot
5. fastboot boot twrpname.img
6. flash oos
7. reboot to fastboot
8. fastboot boot twrpname.img
9. flash pe
10. reboot to fastboot
11. fastboot -w
12. reboot system
Dirty Flash:
1. Reboot to fastboot
2. fastboot boot twrpname.img
3. flash pe
4. reboot system
12. Enjoy Pixel Experince
Installation process is very important due to we are using stock OxygenOS vendor
Donate
Liked my work? Give me a beer
Translation
Help with project translation
Stay tuned
Our Telegram channel
Device Specified Telegram Group
Our blog
- Android OS version: 10.0.0_r46
- Security patch level: September 2020
- Build author/Device Maintainer: Chandra
- Device Source code: https://github.com/Chandra-Chaganti
- Kernel Source code: Weeb
- Source code: https://github.com/PixelExperience
- ROM Developer: jhenrique09
XDA:DevDB Information
Pixel Experience 10, ROM for the OnePlus 7T Pro
Contributors
chandra1.jd, jimmy123322
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: OOS 10, Latest Stable
Based On: AOSP
Version Information
Status: Stable
Created 2020-09-13
Last Updated 2020-09-13
damn, lifes hard...This rom cannot be flashed via twrp. Installation instruction is misleading. I've tried to flash it via twrp and fastboot, no luck either way.
It is twrp flashable.works fine for me...find the right twrp bro!don’t ask me which twrp!This rom cannot be flashed via twrp. Installation instruction is misleading. I've tried to flash it via twrp and fastboot, no luck either way.
I'm not asking. Nevermind "bro" I've managed to make twrp workIt is twrp flashable.works fine for me...find the right twrp bro!don’t ask me which twrp!
Oh it looks like I missed odm, i guess that was the problem in my case. I've only taken vendor from the oos package. As a result after installation process was done, device booted to bootloader. Your instruction worked like a charm. Thank you sir!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
I did this as well, only I used a fastboot OOS rom and added the files for Pixel Experience and then used the flash_all.bati 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