-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I5cc3cd4f527733d1b2babbe5ec567b186a035062
- Loading branch information
Showing
8 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
architecture: arm64 | ||
battery: {capacity: 5000, removable: False, tech: 'Li-Po'} | ||
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 21, version: '14'} | ||
before_lineage_install: ab_copy_partitions | ||
before_recovery_install: {instructions: 'boot_stack', partitions: [boot, dtbo, vbmeta, vendor_boot]} | ||
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.3'} | ||
cameras: | ||
- {flash: 'LED', info: '48 MP (wide)'} | ||
- {flash: 'LED', info: '12 MP (ultrawide)'} | ||
- {flash: None, info: '12 MP'} | ||
codename: pdx237 | ||
cpu: Kryo | ||
cpu_cores: '8' | ||
cpu_freq: 1 x 3.36 GHz + 4 x 2.8 GHz + 3 x 2.0 GHz | ||
current_branch: 21 | ||
dimensions: {depth: 8.6, height: 154, width: 68} | ||
download_boot: With the device powered off, hold <kbd>Volume Up</kbd> and connect the USB cable. The notification light should turn blue. | ||
gpu: Qualcomm Adreno 740 | ||
image: pdx237.png | ||
install_method: fastboot_sony | ||
is_ab_device: true | ||
kernel: {repo: android_kernel_sony_sm8550, version: '5.15'} | ||
maintainers: [kyasu, hellobbn] | ||
models: [XQ-DE44, XQ-DE54, XQ-DE72] | ||
name: 'Xperia 5 V' | ||
network: [2G GSM, 3G UMTS, 4G LTE, 5G NR] | ||
peripherals: [3.5mm jack, A-GPS, Accelerometer, Barometer, Compass, Dual SIM, Dual speakers, Fingerprint reader, BeiDou, Galileo, GLONASS, GPS, SBAS, QZSS, Gyroscope, Light sensor, NFC, Proximity sensor, Qi wireless charging, USB OTG] | ||
ram: 8 GB | ||
recovery_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>. | ||
recovery_partition_name: recovery | ||
release: 2023-09 | ||
screen: {refresh_rate: 120, resolution: '2520x1080', size: 6.1, technology: 'OLED'} | ||
sdcard: {size_max: '1 TB', slot: 'hybrid'} | ||
soc: Qualcomm SM8550 Snapdragon 8 Gen2 | ||
storage: 128/256 GB UFS3.1 | ||
tree: android_device_sony_pdx237 | ||
type: phone | ||
vendor: Sony | ||
vendor_short: sony | ||
versions: [21] | ||
wifi: 802.11 a/b/g/n/ac/ax/be |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Build for pdx237 | ||
folder: build | ||
permalink: /devices/pdx237/build/ | ||
device: pdx237 | ||
--- | ||
{% include templates/device_build.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Info about pdx237 | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/pdx237/ | ||
device: pdx237 | ||
--- | ||
{% include templates/device_info.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Install LineageOS on pdx237 | ||
folder: install | ||
permalink: /devices/pdx237/install/ | ||
device: pdx237 | ||
--- | ||
{% include templates/device_install.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Update LineageOS on pdx237 | ||
folder: update | ||
permalink: /devices/pdx237/update/ | ||
device: pdx237 | ||
--- | ||
{% include templates/device_update.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Upgrade LineageOS on pdx237 | ||
folder: upgrade | ||
permalink: /devices/pdx237/upgrade/ | ||
device: pdx237 | ||
--- | ||
{% include templates/device_upgrade.md %} |