Skip to content

Commit

Permalink
wiki: Add Samsung Galaxy Note10 5G (d1x)
Browse files Browse the repository at this point in the history
Use the image from d1 since they look the same.

Change-Id: I6e89a41b23f44c9f2a837aa38f5074c8196b148a
  • Loading branch information
Rocky7842 committed Jul 23, 2024
1 parent 26c9b98 commit 785ddc4
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 0 deletions.
42 changes: 42 additions & 0 deletions _data/devices/d1x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
architecture: arm64
battery: {capacity: 3500, removable: False, tech: 'Li-Ion'}
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '12'}
before_recovery_install: samsung_exynos9xxx
bluetooth: {profiles: [A2DP + aptX], spec: '5'}
cameras:
- {flash: 'LED', info: '12 MP'}
- {flash: 'LED', info: '12 MP (telephoto)'}
- {flash: 'LED', info: '16 MP (ultrawide)'}
- {flash: None, info: '10 MP'}
codename: d1x
cpu: Exynos M4 & Cortex-A75 & Cortex-A55
cpu_cores: '8'
cpu_freq: 2 x 2.73 GHz + 2x 2.40 + 4 x 1.95 GHz
current_branch: 21
dimensions: {depth: 7.9, height: 151.0, width: 71.8}
download_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Volume Up</kbd> and connect USB cable to PC.
firmware_update: firmware_update_samsung_exynos9820_5G
format_on_upgrade: 21
gpu: ARM Mali-G76 MP12
image: d1.png
install_method: heimdall
kernel: {repo: android_kernel_samsung_exynos9820, version: '4.14'}
maintainers: [Rocky7842, Linux4]
models: [SM-N971N]
name: Galaxy Note10 5G
network: [2G GSM, 3G UMTS, 4G LTE, 5G NR]
peripherals: [Accelerometer, Barometer, Compass, Fingerprint reader, GPS, Gyroscope, Proximity sensor, Qi wireless charging, Qi reverse wireless charging]
quirks: [ims]
ram: 12 GB
recovery_boot: Reboot and immediately hold <kbd>Volume Up</kbd> + <kbd>Power</kbd> while the device is connected to a PC via USB cable.
recovery_partition_name: recovery
release: 2019-08-23
screen: {resolution: '2280x1080', size: 6.3, technology: 'Dynamic AMOLED'}
soc: Samsung Exynos 9825
storage: 256 GB
tree: android_device_samsung_d1x
type: phone
vendor: Samsung
vendor_short: samsung
versions: [21]
wifi: 802.11 a/b/g/n/ac/ax
8 changes: 8 additions & 0 deletions pages/build/d1x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Build for d1x
folder: build
permalink: /devices/d1x/build/
device: d1x
---
{% include templates/device_build.md %}
10 changes: 10 additions & 0 deletions pages/fw_update/d1x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar: home_sidebar
title: Update firmware on d1x
folder: fw_update
permalink: /devices/d1x/fw_update/
device: d1x
---
{% assign device = site.data.devices[page.device] %}
{% capture path %}templates/device_specific/{{ device.firmware_update }}.md{% endcapture %}
{% include {{ path }} %}
9 changes: 9 additions & 0 deletions pages/info/d1x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar: home_sidebar
title: Info about d1x
folder: info
layout: deviceinfo
permalink: /devices/d1x/
device: d1x
---
{% include templates/device_info.md %}
8 changes: 8 additions & 0 deletions pages/install/d1x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Install LineageOS on d1x
folder: install
permalink: /devices/d1x/install/
device: d1x
---
{% include templates/device_install.md %}
8 changes: 8 additions & 0 deletions pages/update/d1x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Update LineageOS on d1x
folder: update
permalink: /devices/d1x/update/
device: d1x
---
{% include templates/device_update.md %}
8 changes: 8 additions & 0 deletions pages/upgrade/d1x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Upgrade LineageOS on d1x
folder: upgrade
permalink: /devices/d1x/upgrade/
device: d1x
---
{% include templates/device_upgrade.md %}

0 comments on commit 785ddc4

Please sign in to comment.