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

Search This thread

chandra1.jd

Senior Member
Jul 19, 2016
199
1,086
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:

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
280
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,587
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,587
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
280
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
79
92
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