• We are moving to xdaforums.com!

    Posts made between now and when the migration is complete will not be carried over.
    You will be automatically redirected once the migration is complete.

[ROM][11][OnePlus8T] PixelExperience [AOSP]

Search This thread

YehoshuaLee

Member
Dec 20, 2017
43
9
Can't lock bootloader by avb_custom_key.img. When I lock bootloader, will just reboot to fastboot mode, cann't enter system. Do anyone knows why?
 

Tuvix1

Member
Jun 25, 2021
40
9
Samsung Galaxy S22
Can't lock bootloader by avb_custom_key.img. When I lock bootloader, will just reboot to fastboot mode, cann't enter system. Do anyone knows why?
I'm not sure but I think you've bricked your phone. If i'm correct, you can't lock your boortloader and and boot this rom. I think to be able to unlock your bootloader again, you have enable OEM Unlocking wich you can only from within android. I'm not sure if i'm correct. Perhaps you can try the msm tool?
 

i2andog

Senior Member
Mar 14, 2015
175
48
Cleveland
I just installed Pixel Experience 12 like 3 days ago... Last night before I went to sleep everything was working fine... This morning when I try and make a phone call it will dial out or I can accept phone calls but They can't hear me speak not can I hear them.. Text message works fine.... Any clues?
 

YehoshuaLee

Member
Dec 20, 2017
43
9

Riusson

New member
Jun 21, 2021
1
0
OnePlus 8T
Samsung Galaxy Watch
Decided to get back control over my phone after a year of normal use. I opted for PE and I'm happy I did. Installation was smooth. ROM feels snappy and quick. Big thanks to the dev!

The only issue I'm experiencing is Android Auto. At first my phone recognized my car so it could update Android Auto, afterwards it did nothing. I kept getting the charging animation during my morning ride to work. Maybe it is the cable that is faulty. If anyone is having the same problem and maybe found a solution. Please let me know.

The Android Auto issue might as well be consequence of the many problems Android 12 is having with Android Auto.

Edit: Got it to work, changed my cable and disabled media audio in the bluetooth options.
 
Last edited:

kurozarafv0

Member
Dec 2, 2020
5
0
I'm on op8t and i tried the pixel android 12 but after installation i went back into recovery and it didn't show the internal storage, at first i thought it was recovery (twrp) so i installed orange fox but same result no access to internal storage.
I don't have this problem with android 11 only on 12 has anyone experienced this if yes please help me solve this problem.
 

maamdroid

Senior Member
Jun 6, 2013
350
96
I didn't see a post confirming this, so just wanted to put this out there.

The latest 2/25 version is working with Verizon. I installed 1/31 on accident earlier today and had the missing sim issue. I then did a system update via Wifi from within Pixel Experience and after that finished and rebooted, sim card was found and connecting to LTE.

If you have the dual sim tray, you might need to make sure it is in slot 1 if people are still having issues.
 

amandeepsaini11

Senior Member
Jul 4, 2012
207
72
Chandigarh
OnePlus 8T
OnePlus 10 Pro
After recent feb update of pixel experience 12 build, Now my phone is not getting detected on same PC from which i had installed pixel experience rom(i mean it has all the drivers).
Phone not getting detected via adb, fastboot as well as edl mode.
I tried connecting OnePlus Nord with it get connected, changed cable also but my oneplus 8T not getting detected on pc at all.
Is it as software issue or hardware?
Anyone else getting similar issue its just me 😕
 

loneagl

Senior Member
Mar 31, 2012
872
302
lost city of Atlanta
OnePlus 8T
Have been using for a few days and coming from oos, it's a solid experience.
However scrolling is very stuttery, especially in long lists. Eg - liked songs in Spotify, scrolling in reddit, dialer, etc. I tried cleaning caches but no help. Is this an a12 issue?

Edit - FP sensor does not work on 'extra dim' option.
 
Last edited:

Minux31

Senior Member
Jun 8, 2010
856
2,258
Toulouse
minuxbuild.wordpress.com
Flashed 25/02 A12 build yesterday, absolutely no problem for now, thanks for this !

Just noticed a little bug, built-in sound recorder app doesn't work (I mean it works, but it records no sound).

Very good rom ! Rock stable, smooth and battery friendly :)
 

paul4762

Senior Member
Jan 30, 2010
145
11
Huawei Watch 2
OnePlus 8T
I really want to try this rom but had a few questions.
I'm on T-Mobile
Does WiFi calling work?
Do all the cameras work?
Does Google pay work?

I'm really excited and ready to wipe my phone to try this. I appreciate any answers thank you.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 48

    NFjZzFl.png

    PixelExperience for OnePlus8T[kebab]

    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
    [*]UPI-ID:- hasaber@icici
    [*]Paypal:- paypal.me/KakatkarAkshay


    14
    New instructions to flash - NOOB Friendly:


    1. Download the latest build
    2. Download the latest platform tools, if you haven't already: https://developer.android.com/studio/releases/platform-tools
    3. Extract the adb and fastboot drivers zip and add that folder to path (if you don't know how to add a path, google it)
    4. Enable USB debugging via developer options on your phone and after that connect your phone via USB to PC
    5. Extract only the recovery.img file from the ROM zip
    6. Open a command prompt window where the extracted recovery.img is present, and enter the following one by one:

    Code:
    adb reboot bootloader
    fastboot boot recovery.img

    7.From the phone's recovery page, do the following:

    Factory reset -> Format data/factory reset -> Format data.

    8. Go back to recovery page from clicking back.

    9. Select "Apply Update -> Apply from ADB"

    10. From the command window already opened, sideload the rom using:
    Code:
    adb sideload <ROM>.zip
    (Replace <ROM> with actual ROM file name)

    11. If you want to root, after first boot, reboot to recovery again, select "Apply Update -> Apply from ADB"

    12. Connect your phone to PC, open a command prompt window where Magisk zip is located, execute:
    Code:
    adb sideload <MagiskFileName>.zip
    (Replace <MagiskFileName> with actual file name)


    For updating, open a command prompt window where the new ROM zip is present, execute:
    Code:
    fastboot reboot recovery
    , then follow steps 9-12.

    Old instructions:

    @GDZechariah @Moffei97 @firdoshakir @matteosaeed @manhong2112

    The zip is flashable, but without the twrp, you can't flash that way.

    Instructions to flash (noob friendly):

    YOUR BOOTLOADER SHOULD BE UNLOCKED

    1. Flash OOS 11 on both slots (Use local upgrade option/flash via fastbootd).

    2. Check using this app if u have OOS on slot_b:-
    https://play.google.com/store/apps/details?id=flar2.devcheck

    1-2. (ALTERNATE WAY) - Flash OOS to slot_b via fastbootd and set the active partition as slot_b.

    3. Download the latest Pixel experience ROM.

    4. Download and install Python3 on your PC (TICK THE ADD PYTHON TO PATH OPTION):-
    https://www.python.org/downloads/

    5. Download payload dumper and extract its zip:-
    https://androidfilehost.com/?fid=818070582850510260

    6. The Pixel Experience ROM should be on ur PC.

    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 (Skip to step 13, if you already have it):-
    https://developer.android.com/studio/releases/platform-tools

    12. Extract the adb and fastboot drivers zip and add that folder to path (if you don't know how to add a path, google it).

    13. Enable USB debugging via developer options on your phone and after that connect your phone via USB to PC.

    14. Now go to payload dumper/ payload_output folder and open a command window there.

    15. On the command window, type the following commands one by one:

    Code:
    adb reboot bootloader
    fastboot -w
    fastboot flash recovery recovery.img
    fastboot reboot fastboot
    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 flash system system.img
    fastboot flash system_ext system_ext.img
    fastboot flash product product.img
    fastboot flash odm odm.img
    fastboot flash vendor vendor.img
    fastboot reboot

    16. Done! Enjoy Pixel experience ROM

    For updating subsequent builds of Pixel Experience ROM, download the latest build, follow steps 7-10, 14-15. But in step 15, skip the "fastboot -w" command.

    Alternate Platform Generic payload dumper: https://github.com/theincognito-inc/payload_extractor.git
    12
    New Official Build up

    Changelog:

    - December security patch
    - Added Alert slider customization
    - Added OOS White fod icon
    - Updated Gcam
    - Fixed slow charge message on lock screen
    - Fixed Screen off ok google
    - Fixed screen color issues
    - Added DC Dim
    6
    Just wanted to take a moment to give a shout out to chandra1.jd what a great guy and friend to bounce ideas off of. Normally devs are alone in their work, but this guy is just awesome.
    5
    Flashed. Working fine. Fingerprint is working, included Gcam works well.