forked from LineageOS/lineage_wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wiki: devices: Add Xiaomi 12S Ultra (thor)
Signed-off-by: Jens Reidel <[email protected]>
- Loading branch information
Showing
8 changed files
with
81 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,40 @@ | ||
architecture: arm64 | ||
battery: {capacity: 4860, removable: False, tech: 'Li-Po'} | ||
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '14'} | ||
before_recovery_install: {instructions: 'boot_stack', partitions: [boot, dtbo, vendor_boot]} | ||
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.2'} | ||
cameras: | ||
- {flash: 'LED', info: '50 MP'} | ||
- {flash: 'LED', info: '48 MP (periscope telephoto)'} | ||
- {flash: 'LED', info: '48 MP (ultrawide)'} | ||
- {flash: None, info: '32 MP'} | ||
codename: thor | ||
cpu: Cortex-X2 & Cortex-A710 & Cortex-A510 | ||
cpu_cores: '8' | ||
cpu_freq: 1 x 3.19 GHz + 3 x 2.75 GHz + 4 x 1.8 GHz | ||
current_branch: 21 | ||
dimensions: {depth: 9.1, height: 163.2, width: 75} | ||
download_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>. Keep holding both buttons until the word "FASTBOOT" appears on the screen, then release. | ||
gpu: Qualcomm Adreno 730 | ||
image: thor.png | ||
install_method: fastboot_xiaomi | ||
is_ab_device: true | ||
kernel: {repo: android_kernel_xiaomi_sm8450, version: '5.10'} | ||
maintainers: [Adrianyyy] | ||
models: [2203121C] | ||
name: 12S Ultra | ||
network: [2G GSM, 2G CDMA, 3G UMTS, 4G LTE, 5G NR] | ||
peripherals: [A-GPS, Accelerometer, Compass, Dual SIM, Dual speakers, Dual-frequency GNSS, Fingerprint reader, BeiDou, Galileo, GLONASS, GPS, NAVIC, QZSS, Gyroscope, IR blaster, Light sensor, NFC, Ultrasound proximity sensor, USB OTG] | ||
ram: 8/12 GB LPDDR5 | ||
recovery_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Power</kbd>. Keep holding both buttons until the "MI" logo appears on the screen, then release. | ||
recovery_partition_name: recovery | ||
release: 2022-07-09 | ||
screen: {refresh_rate: 120, resolution: '1440x3200', size: 6.73, technology: 'AMOLED'} | ||
soc: Qualcomm SM8475 Snapdragon 8+ Gen1 | ||
storage: 256/512 GB UFS 3.1 | ||
tree: android_device_xiaomi_thor | ||
type: phone | ||
vendor: Xiaomi | ||
vendor_short: xiaomi | ||
versions: [21] | ||
wifi: 802.11 a/b/g/n/ac/ax |
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 thor | ||
folder: build | ||
permalink: /devices/thor/build/ | ||
device: thor | ||
--- | ||
{% 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 thor | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/thor/ | ||
device: thor | ||
--- | ||
{% 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 thor | ||
folder: install | ||
permalink: /devices/thor/install/ | ||
device: thor | ||
--- | ||
{% 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 thor | ||
folder: update | ||
permalink: /devices/thor/update/ | ||
device: thor | ||
--- | ||
{% 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 thor | ||
folder: upgrade | ||
permalink: /devices/thor/upgrade/ | ||
device: thor | ||
--- | ||
{% include templates/device_upgrade.md %} |