Jump to content

OnePlus 13s (oneplus-pagani)

From postmarketOS Wiki
OnePlus 13s
CHANGE_ME
CHANGE_ME
Manufacturer OnePlus
Name 13s
Codename oneplus-pagani
Model CPH2723
Released 2025
Type handset
Hardware
Chipset Qualcomm Snapdragon 8 Elite (SM8750)
CPU 2 × 4.32 GHz Oryon Prime (Phoenix L)
6 × 3.53 GHz Oryon Performance (Phoenix M)
GPU Adreno 830
System-on-Module Only supported
sold in Indian market, lacks some network bands to be operable in NA & EU regions (not sure)
Display 1216 x 2640 AMOLED LTPO @ 120 Hz, 6.32"
Storage 256GB/512GB
Memory 12GB
Architecture aarch64
Software
Original software
The software and version the device was shipped with.
Android (OxygenOS) 15
Extended version
The most recent supported version from the manufacturer.
Android (OxygenOS) 16
FOSS bootloader yes (Project Silicium)
postmarketOS
Pre-built images
Whether pre-built images are available from the postmarketOS Installation page.
no
Mainline
Instead of a Linux kernel fork, it is possible to run (Close to) Mainline.
yes
pmOS kernel
The kernel version that runs on the device's port.
N/A
Unixbench score
Unixbench Whetstone/Dhrystone score. See Unixbench.
0.0

Contributors


Maintainers

Users owning this device


Issues

No issues noticed till now. Linux Porting is WIP though, but UEFI works.

Installation

How to enter flash mode

Note Bootloader / FastbootD modes will be available only with unlocked bootloader.

Recovery

Power on the device with both Power and Volume Up buttons.
You can also reboot into recovery using ADB or reboot from FastbootD / Bootloader:

From FastbootD / Bootloader
$ fastboot reboot recovery
Using ADB
$ adb reboot recovery

FastbootD

This mode doesn't have any hardware button combination.
You can reboot into this mode from Bootloader or using ADB:

From Bootloader
$ fastboot reboot fastboot
Using ADB
$ adb reboot fastboot

Bootloader (Fastboot)

Power on the device with both Power and Volume Down buttons.
You can also reboot into bootloader using ADB or reboot from FastbootD:

From FastbootD
$ fastboot reboot bootloader
Using ADB
$ adb reboot bootloader

See also