[ROM][13][fajita][Official]PixelExperience 13 [AOSP][OnePlus 6T]

Search This thread

nitink

Member
Feb 25, 2007
24
3
Pune
Honor View 10
OnePlus 6T
Hi,
Can anyone try OnePlus Camera 3.14.40 with OnePlus Camera services 2.4.3 is it work or not??
Screenshot_20230323-153448_Package installer.png

Didn't try camera since the services apk is conflicting
 

nitink

Member
Feb 25, 2007
24
3
Pune
Honor View 10
OnePlus 6T
Did you do a dirty flash or full reset and update?
full reset via Qualcomm MDM and update via EVO-X images for retrofitting and installing PE13 ROM.

01. Prep Work: Gather all assests in a sample folder such as D:\Android Dev\PE13\
- vbmeta.img & boot.img (from evo-x ROM)
- super_empty.img
- TWRP-3.7.0_12-fajita-2.img (retrofit TWRP)
- PixelExperience_Plus_fajita-13.0-20230303-0553-OFFICIAL.zip (latest Official PE13 or PE+13 ROM)
- platform-tools_r34.0.0-windows.zip (Latest Android Platform Tools for Windows)

02. Connect phone to PC while USB Debugging enabled in "Developer Options", preferably original USB Cable

03. Launch Command Prompt (preferred) or Powershell in Administrator Mode and enter the installation directory of platform-tools

04. Reboot phone to Bootloader
adb reboot bootloader

05. List/Detect the phone
fastboot devices
(must display a valid Android ADB Interface in Device manager for Windows as well as a valid output of this command)

06. Flash the new retrofit dynamic partitions (boot & vbmeta) for each slot
fastboot flash vbmeta_a "D:\Android Dev\PE13\evo-x-vbmeta.img" fastboot flash vbmeta_b "D:\Android Dev\PE13\evo-x-vbmeta.img" fastboot flash boot_a "D:\Android Dev\PE13\evo-x-boot.img" fastboot flash boot_b "D:\Android Dev\PE13\evo-x-boot.img"

07. While still in the bootloader on the Phone, Goto Recovery via Bootloader -> choose Advanced -> Enter FastbootD mode

08. Initialize the retrofit super partitions for each slot:
fastboot wipe-super "D:\Android Dev\PE13\super_empty.img" fastboot set_active other fastboot wipe-super "D:\Android Dev\PE13\super_empty.img" fastboot set_active other fastboot getvar all (for fun and detailed info)

09. Reboot into TWRP recovery
fastboot boot "D:\Android Dev\PE13\TWRP-3.7.0_12-fajita-2.img"
then Goto Advanced -> ADB Sideload mode

10. Finally install the ROM while merely booted via TWRP (since we didn't install it at all in above step)
adb sideload "D:\Android Dev\PE13\PixelExperience_Plus_fajita-13.0-20230303-0553-OFFICIAL.zip"

Reboot your phone and viola!
 
Last edited:

choinul

New member
Jan 25, 2023
4
0
full reset via Qualcomm MDM and update via EVO-X images for retrofitting and installing PE13 ROM.

01. Prep Work: Gather all assests in a sample folder such as D:\Android Dev\PE13\
- vbmeta.img & boot.img (from evo-x ROM)
- super_empty.img
- TWRP-3.7.0_12-fajita-2.img (retrofit TWRP)
- PixelExperience_Plus_fajita-13.0-20230303-0553-OFFICIAL.zip (latest Official PE13 or PE+13 ROM)
- platform-tools_r34.0.0-windows.zip (Latest Android Platform Tools for Windows)
Thanks for all this information. Where can I find vbmeta.img & boot.img and super_empty.img ?
 

koenah

Member
Jan 9, 2009
34
5
Thanks for porting the rom. The instructions on the pixel experience website are not complete, I needed to reset everything with the MSM tool and I had to follow the instructions in this thread (see last message). I came from OxygenOS 11.

Still found a bug, adding emergency contacts isn't possible. Other than that, it works great! Feels faster than stock.

I hope I can use this phone a few years longer, already ordered some spare parts such as a new usb port, batteries and backcovers.

Ofcourse only big downside is that I lost widevine L1, that's still a pity in the custom rom community, but I guess Netflix doesn't bring that much happiness in your life haha ;)

I also installed the GCam port. Can confirm that this works. Today I want to try and see of android auto is also working.

Safetynet passes and banking apps including nfc payment is working.
 
Last edited:

Kumar Asmit

Member
Jun 4, 2020
28
7
OnePlus 6T
I am daily driving this rom and it works perfectly fine. It is completely stable and passes SafetyNet Attestation and Banking apps work normally. There are no ground breaking bugs except these 2 I found:

Now Playing does not seem to work. There is an option shown after searching it in settings (attachment below) but tapping on it does not open anything. I did install the "Ambient Music Mod" and it works fine but it would have been nice if it was built directly into the rom.

The recorder app does not transcribe anything and on going to settings and opening transcription language it does not show any options (attachment below). Though if I open the live transcribe feature from quick settings it does work perfectly fine in every language. Only the recorder app does not work.

(A requested feature: Can we have an inbuilt applocker? and can we get widevine l1 support back?)
 

Attachments

  • Screenshot_20230327-083020_Settings Services.png
    Screenshot_20230327-083020_Settings Services.png
    120.4 KB · Views: 41
  • Screenshot_20230327-084356_Recorder.png
    Screenshot_20230327-084356_Recorder.png
    46.5 KB · Views: 41
Last edited:

alp47470

Senior Member
Nov 21, 2016
223
104
Xiaomi Redmi Note 4
OnePlus 3T
I am daily driving this rom and it works perfectly fine. It is completely stable and passes SafetyNet Attestation and Banking apps work normally. There are no ground breaking bugs except these 2 I found:

Now Playing does not seem to work. There is an option shown after searching it in settings (attachment below) but tapping on it does not open anything. I did install the "Ambient Music Mod" and it works fine but it would have been nice if it was built directly into the rom.

The recorder app does not transcribe anything and on going to settings and opening transcription language it does not show any options (attachment below). Though if I open the live transcribe feature from quick settings it does work perfectly fine in every language. Only the recorder app does not work.

(A requested feature: Can we have an inbuilt applocker? and can we get widevine l1 support back?)
Can you pass me the steps to flash latest build. I,ve followed the steps from OP but it was fails. End up bootlooping.
 

aimngrx

New member
Mar 28, 2023
2
0
full reset via Qualcomm MDM and update via EVO-X images for retrofitting and installing PE13 ROM.

01. Prep Work: Gather all assests in a sample folder such as D:\Android Dev\PE13\
- vbmeta.img & boot.img (from evo-x ROM)
- super_empty.img
- TWRP-3.7.0_12-fajita-2.img (retrofit TWRP)
- PixelExperience_Plus_fajita-13.0-20230303-0553-OFFICIAL.zip (latest Official PE13 or PE+13 ROM)
- platform-tools_r34.0.0-windows.zip (Latest Android Platform Tools for Windows)

02. Connect phone to PC while USB Debugging enabled in "Developer Options", preferably original USB Cable

03. Launch Command Prompt (preferred) or Powershell in Administrator Mode and enter the installation directory of platform-tools

04. Reboot phone to Bootloader
adb reboot bootloader

05. List/Detect the phone
fastboot devices
(must display a valid Android ADB Interface in Device manager for Windows as well as a valid output of this command)

06. Flash the new retrofit dynamic partitions (boot & vbmeta) for each slot
fastboot flash vbmeta_a "D:\Android Dev\PE13\evo-x-vbmeta.img" fastboot flash vbmeta_b "D:\Android Dev\PE13\evo-x-vbmeta.img" fastboot flash boot_a "D:\Android Dev\PE13\evo-x-boot.img" fastboot flash boot_b "D:\Android Dev\PE13\evo-x-boot.img"

07. While still in the bootloader on the Phone, Goto Recovery via Bootloader -> choose Advanced -> Enter FastbootD mode

08. Initialize the retrofit super partitions for each slot:
fastboot wipe-super "D:\Android Dev\PE13\super_empty.img" fastboot set_active other fastboot wipe-super "D:\Android Dev\PE13\super_empty.img" fastboot set_active other fastboot getvar all (for fun and detailed info)

09. Reboot into TWRP recovery
fastboot boot "D:\Android Dev\PE13\TWRP-3.7.0_12-fajita-2.img"
then Goto Advanced -> ADB Sideload mode

10. Finally install the ROM while merely booted via TWRP (since we didn't install it at all in above step)
adb sideload "D:\Android Dev\PE13\PixelExperience_Plus_fajita-13.0-20230303-0553-OFFICIAL.zip"

Reboot your phone and viola!
hi can i get some help? i followed all the steps properly but after sideloading it says no os installed
 

nihiLichen

Member
Oct 12, 2022
17
4
Noticed latest update makes clock big in the QS which is a good feature. Nice! Screen saturation issue is still present with battery interactions though applying to things like Battery Saver :/
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hello,
    I installed the latest rom from 2023/05/07 everything almost works perfectly except for the lack of VOLTE (When I am in LTE range and start talking it always switches me to H+ OR 3G). The second problem is Bluetooth, namely I am connected via Bluetooth to the car and driving on google maps I listen to the FM radio, when google maps says the message correctly disconnects the radio and after the map message it should switch back to the radio, and it does not switch and there is silence all the time and sometimes the next message from the maps will say and he will be able to switch to the radio, and sometimes he won't and I'm going in silence, and the message I have is incomplete I will say the first word and cut off the second. On the original rom, this never happened and on any phone connected to the car. Could you please look into the problem and include the fix in the new software?
    1
    Hello, I'm planning to install this ROM in the next few days... are any of you aware of any possible problems with Microsoft Authenticator? (I occasionally use the phone for work and asking might save me some trouble)
    I don't personally use the Microsoft authenticator but I know the Google one works as well as an open source one I like to use called authenticator pro, so most likely the Microsoft one works too.
    1
    Hello, I'm planning to install this ROM in the next few days... are any of you aware of any possible problems with Microsoft Authenticator? (I occasionally use the phone for work and asking might save me some trouble)
    I am using MS Authnicator with several Apps & it is working fine. I generally first take backup of Authenticator from my previous installation & then restore the cloud backup & configurethe one's where restoration doesn't work.
  • 15

    TMruzAQ.png

    PixelExperience for OnePlus 6T [fajita]

    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

    DON'T FLASH GAPPS, THEY'RE ALREADY INCLUDED

    For testing builds: https://sourceforge.net/projects/sn-roms/

    Donate
    Liked my work? Give me a beer

    Translation
    Help with project translation

    Stay tuned
    Our Telegram channel
    Our blog




    My telegram group: https://t.me/sn_roms
    My QQ groups: 550920309 / 582280627


    2

    TMruzAQ.png

    For users coming from older pe 13 builds with dynamic partitions or official Evolution X 7.x, you must use our new TWRP or OrangeFox to install the rom. They have been designed to handle roms with dynamic partitions and erofs. https://sourceforge.net/projects/sn-roms/files/
    For migration from non-retrofit builds (e.g. official Lineage OS 20 and SevralT’s arrow OS), you must follow https://github.com/snnbyyds/PE-retrofit_dynamic_partitions-Migration/blob/main/README.md
    2
    We have a Telegram group now!!

    And new update is on the way! (October Update, 13.0.0_r7)
    Screenshot_20221019-110705.jpg
    2
    Just letting you know this rom with the latest update is really smooth with very good battery life. I haven't came across much at all that don't work excluding the finger print reader but that is listed. Thanks for making this!