[ROM][OFFICIAL][13][OnePlus Nord/avicii] Pixel Experience [AOSP]

Search This thread

princen41

Member
Jan 23, 2023
24
4
did you perform a wipe to install OOS 12?
I want to avoid losing all my data and setting everything up twice within one week...
I wiped my data. You can try backup with app migrate rom backup. It will create flashable zip file of your data. Flash new rom then format data with internal storage. Then flash data backup file.
I don't try this, but after searching on Play Store, I found this app.
 

Klappp

Member
Oct 11, 2019
44
4
did you perform a wipe to install OOS 12?
I want to avoid losing all my data and setting everything up twice within one week...
I don't know why you're making this the dev's problem. The rom is still under development and in it's early stages. There's bound to be bugs and need to wipe the data.
Instead of making these replies and asking the dev to speed up the process, use a stable rom until this one is ready.
 

FusionGFX

Member
May 7, 2016
12
0
I don't know why you're making this the dev's problem. The rom is still under development and in it's early stages. There's bound to be bugs and need to wipe the data.
Instead of making these replies and asking the dev to speed up the process, use a stable rom until this one is ready.
I understand you point, but introducing such a massive issue as an OTA-upate to an already great working ROM is unfortunate...
 

hoopyguy

New member
Mar 9, 2019
4
0
I've just installed the newest update.

I now have got my beloved gesture navigation back, however:

If I patch the boot image with magisk and flash it via fastboot, and then reboot, I again lose gesture navigation. The option for it disappears in the settings:

With patched boot image:
Screenshot_20230205-131509_Settings.png


If I flash the original boot image again, it comes back:

Screenshot_20230205-131749_Settings.png


This is a bummer, since I'd like to use ACC on my phone.
Regarding my school wi-fi I will report back on Monday whether that works. There were some wi-fi fixes after all.

Fingerprint reader seems to work faster now!

Thanks for the update!
Cheers
Jan
 

Attachments

  • Screenshot_20230205-131749_Settings.png
    Screenshot_20230205-131749_Settings.png
    140.4 KB · Views: 46

hermesjconrad

Member
Apr 6, 2021
23
8
I have managed to install the 20230201 build on OOS12 firmware. I used the provided PE recovery, which I booted with fastboot boot <path.to.recovery.file>. If I just flashed the recovery, and tried to boot it, I got the image was destroyed screen.

Could someone who is on previous PE13 ROM on OOS11 firmware, and has reliable backup, try to upgrade firmware using this ZIP from the firmware thread, then install the 20230201 build, and report back if they could do it without losing data? Or someone who upgraded the ROM, and now has the Wifi/LTE broken try the ZIP, if it fixes the problems?

Just flashing the firmware from the firmware thread did not resolve my Wifi issues with PE13.
 

hermesjconrad

Member
Apr 6, 2021
23
8
Finally I went the recommended route, MSM Tool -> OOS 10 -> OOS 11 -> OOS12 -> Orangefox recovery, PE13, and I confirm that WiFi works again, as does 5G.

Time-consuming but I guess it's worth it in the long run.

Thank you for your work!
 

streetking.cl

New member
Jan 12, 2022
4
2
Finally I went the recommended route, MSM Tool -> OOS 10 -> OOS 11 -> OOS12 -> Orangefox recovery, PE13, and I confirm that WiFi works again, as does 5G.

Time-consuming but I guess it's worth it in the long run.

Thank you for your work!
I tried to do that, but from OOS12 it wouldn't let me flash any recovery, trying and trying I ended up bricking the phone and restoring it with msm tools. How did you flash the room? it occurs to me that maybe you put the recovery from OOS11 and then in OOS12 you already had the previous one, or it wasn't like that?
 

gllark

Senior Member
Mar 1, 2015
398
196
Munich
OnePlus Nord
Xiaomi Pad 5 Pro
I tried to do that, but from OOS12 it wouldn't let me flash any recovery, trying and trying I ended up bricking the phone and restoring it with msm tools. How did you flash the room? it occurs to me that maybe you put the recovery from OOS11 and then in OOS12 you already had the previous one, or it wasn't like that?
Did you unlock your bootloader again? Because MSM-Tool does lock it after finishing.
 

hermesjconrad

Member
Apr 6, 2021
23
8
I tried to do that, but from OOS12 it wouldn't let me flash any recovery, trying and trying I ended up bricking the phone and restoring it with msm tools. How did you flash the room? it occurs to me that maybe you put the recovery from OOS11 and then in OOS12 you already had the previous one, or it wasn't like that?

I installed OrangeFox after upgrading to OOS12. However, I used the inofficial OrangeFox build from here and I flashed the OOS12 variant (NOT FBEv1 or FBEv2). I executed the pre-OOS12 script, but not sure if this actually was necessary.
 

hermesjconrad

Member
Apr 6, 2021
23
8
Did you unlock your bootloader again? Because MSM-Tool does lock it after finishing.

Yes, the MSM Tool relocked my bootloader.

So, not sure if this helps, but I try to list the complete set of steps I performed here. Some of it might be cargo cult as I don't understand in detail what every component does :

1. Use MSM Tool to download OOS10 stock in Qualcomm EDL mode
2. OTA to OOS11
3. OTA to OOS12
4. Activate possibility to OEM unlock bootloader in OOS12 developer options, plus activate USB debugging
5. Reboot to fastboot (adb reboot fastboot)
6. fastboot flashing unlock on laptop while phone in fastboot to unlock bootloader
7. fastboot boot Orangefox - the OOS12 variant (this starts the recovery without flashing it)
8. adb shell into recovery, execute pre-install shell script (not sure if this step is necessary, not sure what the script does)
9. Reboot to fastboot
10. Fastboot flash Orangefox (OOS12 variant) to flash the recovery
11. Reboot to recovery
12. adb shell into recovery, execute post-install shell script (not sure if necessary and did not work).
13. Format data
14. Sideload PE13
15. Switch the slot to active in the recovery, following Orangefox recommendations
16. Reboot
 
Last edited:

gllark

Senior Member
Mar 1, 2015
398
196
Munich
OnePlus Nord
Xiaomi Pad 5 Pro
Yes, the MSM Tool relocked my bootloader.

So, not sure if this helps, but I try to list the complete set of steps I performed here. Some of it might be cargo cult as I don't understand in detail what every component does :

1. Use MSM Tool to download OOS10 stock in Qualcomm EDL mode
2. OTA to OOS11
3. OTA to OOS12
4. Activate possibility to OEM unlock bootloader in OOS12 developer options, plus activate USB debugging
5. Reboot to fastboot (adb reboot fastboot)
6. fastboot flashing unlock on laptop while phone in fastboot to unlock bootloader
7. fastboot boot Orangefox - the OOS12 variant (this starts the recovery without flashing it)
8. adb shell into recovery, execute pre-install shell script (not sure if this step is necessary, not sure what the script does)
9. Reboot to fastboot
10. Fastboot flash Orangefox (OOS12 variant) to flash the recovery
11. Reboot to recovery
12. adb shell into recovery, execute post-install shell script (not sure if necessary and did not work).
13. Sideload PE13
14. Switch the slot to active in the recovery, following Orangefox recommendations
15. Reboot
Just in case you were not successful to flash a custom recovery:
You can check the state of your bootloader by

fastboot oem device-info

I don´t know if your command "fastboot flashing unlock" is working, but I first checked on "OEM unlock" in developer options and unlocked my bootloader afterwards by

fastboot oem unlock

Hope this helps!
 

hermesjconrad

Member
Apr 6, 2021
23
8
Just in case you were not successful to flash a custom recovery:
You can check the state of your bootloader by

fastboot oem device-info

I don´t know if your command "fastboot flashing unlock" is working, but I first checked on "OEM unlock" in developer options and unlocked my bootloader afterwards by

fastboot oem unlock

Hope this helps!

For me the flashing unlock command did the trick, but only after the OEM unlock in the developer options of course.
 

punitsnaik

Member
Nov 1, 2015
14
6
I dirty flashed it over PixelExperience plus 12. I was previously using PE+12 on OOS12 firmware. Everything works very smoothly for me. Didn't even had to reset. Battery backup is also very good and no heating issue. Jio 5G is also working. Kudos to the developers.
 
  • Like
Reactions: hoopyguy

StokedKush

Member
Feb 6, 2023
8
0
Zirakpur
youtube.com
I dirty flashed it over PixelExperience plus 12. I was previously using PE+12 on OOS12 firmware. Everything works very smoothly for me. Didn't even had to reset. Battery backup is also very good and no heating issue. Jio 5G is also working. Kudos to the developers.
Hey I am also on PE 12+ currently. Did you clean your ROM ? or just Applied the Update from PE Recovery?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2

    *SOLVED* LATEST UPDATE​

    03/03/2023 PixelExperience_Plus_avicii-13.0-20230303-1551-OFFICIAL
    -------------------------------------------

    VERY SERIOUS BUG ON LATEST PIXEL EXPERIENCE RELEASE

    READ CAREFULLY

    Latest Build 02/03/23
    PixelExperience_Plus_avicii-13.0-20230302-0719-OFFICIAL

    When Turning on Hotspot and trying to connect another device or just by waiting, something weird happens. The Device goes into a dead state showing black Screen and completely Turning off (Happened Twice in a row) and even when trying to power it back on, it doesn't turn on anyway. The only fix for me was waiting around 10 minutes, finally booting into fastboot (Power Button + Volume Down for 30 seconds) and rebooting from there. (AWFUL BUG, Before my phone somehow came back to life My soul left my Body)
    HOTSPOT WORKED JUST FINE IN THE LAST RELEASE (01/02/23)

    My Hotspot Settings:
    Security: WPA2/WPA3-Personal
    Hotspot password: 18char+4numbers
    Turn off hotspot automatically: Never
    Extended Compatibility: Off
    Hidden Network: Off
    2
    I keep getting a location being used notification (green dot at the top right of screen) and Android says it's being used by CneApp (a system service). This hasn't been happening before the latest update.
    Screenshot_20230307-192628_Permission controller.png
    1
    Hello, after using this ROM for about 2-3 weeks absolutely no problem, I got a very weir issue - out of nowhere it stared giving me a message that it had problem with security every time I opened or tried to use Google Wallet (this never happened during the first 2 weeks, and I use Google Wallet a lot). Does anyone else face similar issue as well?
    1
    Hi everybody!
    Where can I found the correct and complete procedure to flash this ROM?
    You can find the installation instructions here: https://wiki.pixelexperience.org/devices/avicii/install/

    Remember to update to the latest version of Oxygen OS 12 before installing the ROM
    1
    the color calibration of the display does not work. it's only set to vivid color, but when I select Natural, cinematic, bright, it doesn't work. please solve, for me having vivid colors bother my eyes. Thank you.
    Screenshot_20230303-083917_Impostazioni.png

    TQ1A.230205.002
    PixelExperience_Plus_avicii-13.0-20230302-0719-OFFICIAL
  • 11

    TMruzAQ.png

    PixelExperience for OnePlus Nord [avicii]

    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 13



    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


    Note: If WiFi/Network does not work for you then
    you must Flash OxygenOS 12 and then Flash this ROM.


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


    Donate
    Liked my work? Give me a beer
    Paypal
    UPI :- [email protected]

    Translation
    Help with project translation

    Stay tuned
    Our Telegram channel
    Our blog



    5
    New Builds for Normal and Plus Edition are out.

    Changelog :-
    1. Updated blobs to OOS 12 AC2003_11_F.18
    2. Fixed 5G
    3. Upstreamed kernel to 4.19.269
    4. Updated kernel dts from OOS 12
    5. Updated kernel drivers from OOS 12
    6. Merged LA.UM.9.12.r1-15100-SMxx50.QSSI13.0 into kernel
    7. Merged LA.UM.9.12.r1-15100-SMxx50.QSSI13.0 into techpack/audio
    8. Merged LA.UM.9.12.r1-15100-SMxx50.QSSI13.0 into qcacld-3.0
    9. Merged LA.UM.9.12.r1-15100-SMxx50.QSSI13.0 into qca-wifi-host-cmn
    10. Merged LA.UM.9.12.r1-15100-SMxx50.QSSI13.0 into fw-api
    11. Updated QSSI Blobs from LA.QSSI.13.0.r1-08600-qssi.0
    12. Updated thermal configs from OOS 12
    13. Improved FOD
    14. Switch to nq-nci for NFC
    15. Updated audio from OOS 12
    16. Updated Wi-Fi from OOS 12
    17. Updated Media configs from LA.UM.9.12.r1-15100-smxx50.QSSI13.0
    18. Fixed Screen off FOD
    19. Update Firmware to AC2003_11_F.18
    20. Sync properties from AC2003_11_F.17
    21. Update power_profile from AC2003_11_F.17
    22. Change default camera to Aperture
    23. Removed GCamGo
    24. Build NFC from Source
    25. Update Audio HAL from AC2003_11_F.18
    26. Update SoundTrigger HAL from AC2003_11_F.18
    26. Update CarrierConfig from AC2003_11_F.17
    27. Only allow 5G SA on Jio
    28. Improved haptics
    29. Android security patch January
    30. Too many under the hood changes to list them all

    **Note: If WiFi/Network does not work for you then you must Flash OxygenOS 12 and then Flash this ROM.**

    If you like my work and would like to contribute to my server costs you can donate to me on following.

    Paypal: https://paypal.me/KakatkarAkshay

    UPI: [email protected]
    4
    I have to say - KUDOS for the developers! This is probably the best experience I've ever had on my OnePlus Nord. Keep up the good work! @KakatkarAkshay
    2
    USB data transfer to windows is not working, phone is not detected when connected to computer via usb cable. Any solution for this?
    I just enabled USB debugging and I had no more issues with data transfer to Windows and Android Auto
    2
    OOS 11 is not having 5G support and current PE 13 uses OOS 11 as base for configs. Once it will be based to OOS 12, 5G will be enabled.