[ROM][11][OnePlus8] PixelExperience [AOSP]

Search This thread

chandra1.jd

Senior Member
Jul 19, 2016
199
1,084
Guntur

NFjZzFl.png

PixelExperience for OnePlus8[instantnoodle]

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

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


Whats working?
Wi-Fi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
FM radio
Fingerprint reader
Face unlock
NFC
Lights
Sound/vibration


Known issues
Nothing yet
You tell me

DON'T FLASH GAPPS, THEY'RE ALREADY INCLUDED
Download from PixelExperience website

Donate
Liked my work? Give me a beer

Translation
Help with project translation

Stay tuned
Our Telegram channel
Device Specified Telegram Group
Our blog

 
Last edited:

Raiz

Forum Moderator / XDA Welcome Team
Staff member
Last edited:
  • Like
Reactions: Nathan.7118391

sizzlemane727

Member
Aug 2, 2018
14
0
It's exciting to see some custom rom development its been lacking thus far

why does it have to be done that way thru adb? maybe twrp flashable to come because i doubt I'll try to install it that way. I'm excited by the prospect of the rom very much but I'll let a few guinea pigs go first and keep tabs on this. Is the lack of custom rom development because developers are waiting for android 11 or what? One of the main reasons I decided on OP8 was because i thought the forum would be very active and its been kinda disappointing thus far. Does anyone know when theres gonna be the official android 11 update not this open beta bull****? also when an official twrp recovery?
 

Raiz

Forum Moderator / XDA Welcome Team
Staff member
why does it have to be done that way thru adb? maybe twrp flashable to come because i doubt I'll try to install it that way. I'm excited by the prospect of the rom very much but I'll let a few guinea pigs go first and keep tabs on this. Is the lack of custom rom development because developers are waiting for android 11 or what? One of the main reasons I decided on OP8 was because i thought the forum would be very active and its been kinda disappointing thus far. Does anyone know when theres gonna be the official android 11 update not this open beta bull****? also when an official twrp recovery?
First of all, it has to be flashed through Fastboot because TWRP for Android 10 isn't really finished yet, devs have a hard time finding ways to comply with Android 10 new system, that's why there are a lot of those Fastboot ROMs.
Second of all, those "Guinea Pigs" are users that allows OP to release the official OOS build you're eager to have. You just wait for it to come and you call users who report bugs "Guinea Pigs"... Remember that those who install Open Betas are the ones that make this phone not a crappyy pile of bugs bad glitches, and represent the "active community" you're complaining of rn. Get off you high horse man...
Finally, the "lack of development" is indeed partially because devs are waiting for Android 11, and it has always been like that for every newly released OP phone. Once they age a bit that's when the amazing community comes together to build, to TEST, and finally release ROMs.
 

passion8059

Senior Member
Aug 13, 2010
279
77
Rom on EU variant works well. Sometimes get screen turning on from lock randomly but with kernel that is built into rom or smurfkernel so far so good. Thanks!
 

SUPERUSER

Senior Member
Jan 23, 2013
1,586
540
Nice, for anyone who flashed the rom, have any of you flashed Magisk? And tried Google pay?
 

SUPERUSER

Senior Member
Jan 23, 2013
1,586
540
I am not sure what I am doing wrong; I've made two attempts and flashed stock rom twice to reset to a clean table but both times I end up at an error flashing system.img
Not sure if checksum is correct after extracting it from the payload.bin or if its generating a hash on the go at this stage.
But this is what I have:


Code:
system.img

CRC32: 9D934E13
MD5: 062954A86F7D33A9FB846B3B67E266D6
SHA-1: A9D6E3A607B84346C8D53D000299FC0C372518ED


[COLOR=Green]C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot flash recovery recovery.img
Sending 'recovery' (98304 KB)                      OKAY [  2.429s]
Writing 'recovery'                                 OKAY [  0.377s]
Finished. Total time: 2.828s

C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot flash boot boot.img
Sending 'boot_b' (98304 KB)                        OKAY [  2.413s]
Writing 'boot_b'                                   OKAY [  0.328s]
Finished. Total time: 2.765s

C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot flash dtbo dtbo.img
Sending 'dtbo' (24576 KB)                          OKAY [  0.599s]
Writing 'dtbo'                                     OKAY [  0.091s]
Finished. Total time: 0.705s

C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot --disable-verity flash vbmeta vbmeta.img
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta' (4 KB)                            OKAY [  0.008s]
Writing 'vbmeta'                                   OKAY [  0.002s]
Finished. Total time: 0.024s

C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot --disable-verity flash vbmeta_system vbmeta_system.img
Sending 'vbmeta_system' (4 KB)                     OKAY [  0.009s]
Writing 'vbmeta_system'                            OKAY [  0.003s]
Finished. Total time: 0.026s[/COLOR]

[COLOR=Green]C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot flash system system.img
Invalid sparse file format at header magic
Sending sparse 'system' 1/2 (781483 KB)            OKAY [ 18.047s]
Writing 'system'[/COLOR]                                   [COLOR=Red]FAILED (remote: 'Partition not found')
fastboot: error: Command failed
[/COLOR][COLOR=Green]
C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>[/COLOR]
 
Last edited:

passion8059

Senior Member
Aug 13, 2010
279
77
I am not sure what I am doing wrong; I've made two attempts and flashed stock rom twice to reset to a clean table but both times I end up at an error flashing system.img
Not sure if checksum is correct after extracting it from the payload.bin or if its generating a hash on the go at this stage.
But this is what I have:


Code:
system.img

CRC32: 9D934E13
MD5: 062954A86F7D33A9FB846B3B67E266D6
SHA-1: A9D6E3A607B84346C8D53D000299FC0C372518ED


[COLOR=Green]C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot flash recovery recovery.img
Sending 'recovery' (98304 KB)                      OKAY [  2.429s]
Writing 'recovery'                                 OKAY [  0.377s]
Finished. Total time: 2.828s

C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot flash boot boot.img
Sending 'boot_b' (98304 KB)                        OKAY [  2.413s]
Writing 'boot_b'                                   OKAY [  0.328s]
Finished. Total time: 2.765s

C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot flash dtbo dtbo.img
Sending 'dtbo' (24576 KB)                          OKAY [  0.599s]
Writing 'dtbo'                                     OKAY [  0.091s]
Finished. Total time: 0.705s

C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot --disable-verity flash vbmeta vbmeta.img
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta' (4 KB)                            OKAY [  0.008s]
Writing 'vbmeta'                                   OKAY [  0.002s]
Finished. Total time: 0.024s

C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot --disable-verity flash vbmeta_system vbmeta_system.img
Sending 'vbmeta_system' (4 KB)                     OKAY [  0.009s]
Writing 'vbmeta_system'                            OKAY [  0.003s]
Finished. Total time: 0.026s[/COLOR]

[COLOR=Green]C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>fastboot flash system system.img
Invalid sparse file format at header magic
Sending sparse 'system' 1/2 (781483 KB)            OKAY [ 18.047s]
Writing 'system'[/COLOR]                                   [COLOR=Red]FAILED (remote: 'Partition not found')
fastboot: error: Command failed
[/COLOR][COLOR=Green]
C:\Users\Administrator\Downloads\2\PixelExperience_Plus_instantnoodle-10.0-20200926-0438-UNOFFICIAL>[/COLOR]

did you enter fastboot to make it fastbootd to write system?
 

HELLBOY017

Senior Member
Jun 4, 2019
73
77
Patiala
OnePlus 9R
[REQUEST]

Plz add OTA support in this rom (I know that this a UNOFFICIAL ROM but plz if the OP is comfortable making updates for PE for OP8 then Plz add OTA support in it).
 

Top Liked Posts

  • There are no posts matching your filters.
  • 8

    NFjZzFl.png

    PixelExperience for OnePlus8[instantnoodle]

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

    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


    Whats working?
    Wi-Fi
    RIL
    Mobile data
    GPS
    Camera
    Flashlight
    Camcorder
    Bluetooth
    FM radio
    Fingerprint reader
    Face unlock
    NFC
    Lights
    Sound/vibration


    Known issues
    Nothing yet
    You tell me

    DON'T FLASH GAPPS, THEY'RE ALREADY INCLUDED
    Download from PixelExperience website

    Donate
    Liked my work? Give me a beer

    Translation
    Help with project translation

    Stay tuned
    Our Telegram channel
    Device Specified Telegram Group
    Our blog

    2
    Instructions to flash PE ROM for OnePlus 8/ 8T (All thanks to @FizzyApps and @ChandraChaganti ) *YOUR BOOTLOADER SHOULD BE UNLOCKED* :-
    1. Flash OOS 11 on both slots (Use local upgrade option).
    2. Check using this app if u have OOS on slot_b:-
    3. Download Pixel experience ROM using this link:-
    4. Download and install Python3 on ur PC (This is a windows link) *TICK THE ADD PYTHON TO PATH OPTION*:-
    5. Download payload dumper and extract its zip:-
    6. The Pixel Experience ROM should be on ur PC (and be on ur PC now).
    7. Now extract the Pixel Experience ROM.
    8. Put the "payload.bin" file from the extracted ROM file to payload dumper/payload_input
    9. Run payload dumper.exe
    10. Wait for all files to be extracted.
    11. Now install adb and fastboot drivers:-
    12. Extract the adb and fastboot drivers zip and place them in adb folder (create one) in ur local disk on ur PC
    13. Now go to payload dumper/ payload_output folder
    14. Click shift+ right click on mouse.
    15. A menu will appear on the screen of ur PC.
    16. Click on "Open command window here".
    17. Now reboot ur phone to fastboot mode by powering off ur phone then, holding power+ both the volume buttons.
    18. Now connect ur OP8T to ur PC via usb cable.
    19. Now be on ur PC and type "fastboot devices" in command window.
    20. Ur device will show up.
    21. Now do all these commands one by one (Click enter after every command):-
    "fastboot flash recovery recovery.img"
    "fastboot flash boot boot.img"
    "fastboot flash dtbo dtbo.img"
    "fastboot --disable-verity flash vbmeta vbmeta.img"
    "fastboot --disable-verity flash vbmeta_system vbmeta_system.img"
    "fastboot reboot fastboot"
    "fastboot flash system system.img"
    "fastboot flash product product.img"
    "fastboot flash system_ext system_ext.img"
    22. Now on ur OP8T click on reboot to recovery.
    23. Go to factory reset and click yes.
    24. Reboot to system.
    25. Done! Enjoy Pixel experience ROM on ur OP8T 😉.
    2
    why does it have to be done that way thru adb? maybe twrp flashable to come because i doubt I'll try to install it that way. I'm excited by the prospect of the rom very much but I'll let a few guinea pigs go first and keep tabs on this. Is the lack of custom rom development because developers are waiting for android 11 or what? One of the main reasons I decided on OP8 was because i thought the forum would be very active and its been kinda disappointing thus far. Does anyone know when theres gonna be the official android 11 update not this open beta bull****? also when an official twrp recovery?
    First of all, it has to be flashed through Fastboot because TWRP for Android 10 isn't really finished yet, devs have a hard time finding ways to comply with Android 10 new system, that's why there are a lot of those Fastboot ROMs.
    Second of all, those "Guinea Pigs" are users that allows OP to release the official OOS build you're eager to have. You just wait for it to come and you call users who report bugs "Guinea Pigs"... Remember that those who install Open Betas are the ones that make this phone not a crappyy pile of bugs bad glitches, and represent the "active community" you're complaining of rn. Get off you high horse man...
    Finally, the "lack of development" is indeed partially because devs are waiting for Android 11, and it has always been like that for every newly released OP phone. Once they age a bit that's when the amazing community comes together to build, to TEST, and finally release ROMs.
    2
    How to install magisk on pixel experience rom?
    Get extracted boot.img and put into phone, open magisk and patch boot.img. Magisk outputs a patched boot.img in downloads. Transfer to pc where ADB lives, reboot to bootloader and enter fastboot flash boot patched_boot.img. Should flash to phone and Magisk has given root.