Skip to content

Commit 9fdbe1f

Browse files
grepfoxluk1337
authored andcommitted
wiki: Add OnePlus Nord 5
Change-Id: I2bfb29d077f87fe080bc75a92cd13ec9a2423bd3
1 parent ebcb9e0 commit 9fdbe1f

File tree

9 files changed

+93
-0
lines changed

9 files changed

+93
-0
lines changed

_data/devices/lexus.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
architecture: arm64
2+
battery:
3+
- EU: {capacity: 5200, removable: false, tech: 'Li-Ion'}
4+
- Global: {capacity: 6800, removable: false, tech: 'Li-Ion'}
5+
before_install: {instructions: 'needs_specific_android_fw', ships_fw: true, version: '16'}
6+
before_recovery_install: {instructions: 'boot_stack', partitions: [boot, dtbo, init_boot, vbmeta, vendor_boot]}
7+
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.4'}
8+
cameras:
9+
- {flash: 'LED', info: '50 MP (wide)'}
10+
- {flash: 'LED', info: '8 MP (ultrawide)'}
11+
- {flash: None, info: '50 MP'}
12+
codename: lexus
13+
cpu: Kryo
14+
cpu_cores: '8'
15+
cpu_freq: 1 x 3.0 GHz + 4 x 2.8 GHz + 3 x 2.0 GHz
16+
current_branch: 23.0
17+
custom_unlock_cmd: 'fastboot flashing unlock'
18+
dimensions: {depth: 8.1, height: 163.41, width: 77.04}
19+
download_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Volume Down</kbd> + <kbd>Power</kbd>.
20+
firmware_update: firmware_update_oplus_sm8650
21+
gpu: Qualcomm Adreno 735
22+
image: lexus.png
23+
install_method: fastboot_nexus
24+
is_ab_device: true
25+
kernel: {repo: android_kernel_oneplus_sm8650, version: '6.1'}
26+
maintainers: [grepfox]
27+
models: [CPH2707, CPH2709]
28+
name: 'Nord 5'
29+
network: [2G GSM, 3G UMTS, 4G LTE, 5G NR]
30+
peripherals: [A-GPS, Accelerometer, Compass, Dual SIM, Dual-frequency GNSS, Fingerprint reader, BeiDou, Galileo, GLONASS, GPS, SBAS, QZSS, Gyroscope, Hall effect sensor, IR blaster, Light sensor, NFC, Proximity sensor, Stereo speakers, USB OTG]
31+
ram: 8/12 GB LPDDR5X
32+
recovery_partition_name: recovery
33+
recovery_reboot: fastboot_menu
34+
release: 2025-07
35+
screen: {refresh_rate: 144, resolution: '1272x2800', size: 6.83, technology: 'AMOLED'}
36+
soc: Qualcomm SM8635 Snapdragon 8s Gen3
37+
storage: 256/512 GB UFS 3.1
38+
tree: android_device_oneplus_lexus
39+
type: phone
40+
vendor: OnePlus
41+
vendor_short: oneplus
42+
versions: [23.0]
43+
wifi: 802.11 a/b/g/n/ac/ax

images/devices/lexus.png

87.9 KB
Loading

images/devices/small/lexus.png

10.8 KB
Loading

pages/build/lexus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar: home_sidebar
3+
title: Build for lexus
4+
folder: build
5+
permalink: /devices/lexus/build/
6+
device: lexus
7+
---
8+
{% include templates/device_build.md %}

pages/fw_update/lexus.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar: home_sidebar
3+
title: Update firmware on lexus
4+
folder: fw_update
5+
permalink: /devices/lexus/fw_update/
6+
device: lexus
7+
---
8+
{% assign device = site.data.devices[page.device] %}
9+
{% capture path %}templates/device_specific/{{ device.firmware_update }}.md{% endcapture %}
10+
{% include {{ path }} %}

pages/info/lexus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar: home_sidebar
3+
title: Info about lexus
4+
layout: deviceinfo
5+
permalink: /devices/lexus/
6+
device: lexus
7+
---
8+
{% include templates/device_info.md %}

pages/install/lexus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar: home_sidebar
3+
title: Install LineageOS on lexus
4+
folder: install
5+
permalink: /devices/lexus/install/
6+
device: lexus
7+
---
8+
{% include templates/device_install.md %}

pages/update/lexus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar: home_sidebar
3+
title: Update LineageOS on lexus
4+
folder: update
5+
permalink: /devices/lexus/update/
6+
device: lexus
7+
---
8+
{% include templates/device_update.md %}

pages/upgrade/lexus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar: home_sidebar
3+
title: Upgrade LineageOS on lexus
4+
folder: upgrade
5+
permalink: /devices/lexus/upgrade/
6+
device: lexus
7+
---
8+
{% include templates/device_upgrade.md %}

0 commit comments

Comments
 (0)