Skip to content

Commit 785ddc4

Browse files
committed
wiki: Add Samsung Galaxy Note10 5G (d1x)
Use the image from d1 since they look the same. Change-Id: I6e89a41b23f44c9f2a837aa38f5074c8196b148a
1 parent 26c9b98 commit 785ddc4

File tree

7 files changed

+93
-0
lines changed

7 files changed

+93
-0
lines changed

_data/devices/d1x.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
architecture: arm64
2+
battery: {capacity: 3500, removable: False, tech: 'Li-Ion'}
3+
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '12'}
4+
before_recovery_install: samsung_exynos9xxx
5+
bluetooth: {profiles: [A2DP + aptX], spec: '5'}
6+
cameras:
7+
- {flash: 'LED', info: '12 MP'}
8+
- {flash: 'LED', info: '12 MP (telephoto)'}
9+
- {flash: 'LED', info: '16 MP (ultrawide)'}
10+
- {flash: None, info: '10 MP'}
11+
codename: d1x
12+
cpu: Exynos M4 & Cortex-A75 & Cortex-A55
13+
cpu_cores: '8'
14+
cpu_freq: 2 x 2.73 GHz + 2x 2.40 + 4 x 1.95 GHz
15+
current_branch: 21
16+
dimensions: {depth: 7.9, height: 151.0, width: 71.8}
17+
download_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Volume Up</kbd> and connect USB cable to PC.
18+
firmware_update: firmware_update_samsung_exynos9820_5G
19+
format_on_upgrade: 21
20+
gpu: ARM Mali-G76 MP12
21+
image: d1.png
22+
install_method: heimdall
23+
kernel: {repo: android_kernel_samsung_exynos9820, version: '4.14'}
24+
maintainers: [Rocky7842, Linux4]
25+
models: [SM-N971N]
26+
name: Galaxy Note10 5G
27+
network: [2G GSM, 3G UMTS, 4G LTE, 5G NR]
28+
peripherals: [Accelerometer, Barometer, Compass, Fingerprint reader, GPS, Gyroscope, Proximity sensor, Qi wireless charging, Qi reverse wireless charging]
29+
quirks: [ims]
30+
ram: 12 GB
31+
recovery_boot: Reboot and immediately hold <kbd>Volume Up</kbd> + <kbd>Power</kbd> while the device is connected to a PC via USB cable.
32+
recovery_partition_name: recovery
33+
release: 2019-08-23
34+
screen: {resolution: '2280x1080', size: 6.3, technology: 'Dynamic AMOLED'}
35+
soc: Samsung Exynos 9825
36+
storage: 256 GB
37+
tree: android_device_samsung_d1x
38+
type: phone
39+
vendor: Samsung
40+
vendor_short: samsung
41+
versions: [21]
42+
wifi: 802.11 a/b/g/n/ac/ax

pages/build/d1x.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 d1x
4+
folder: build
5+
permalink: /devices/d1x/build/
6+
device: d1x
7+
---
8+
{% include templates/device_build.md %}

pages/fw_update/d1x.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 d1x
4+
folder: fw_update
5+
permalink: /devices/d1x/fw_update/
6+
device: d1x
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/d1x.md

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

pages/install/d1x.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 d1x
4+
folder: install
5+
permalink: /devices/d1x/install/
6+
device: d1x
7+
---
8+
{% include templates/device_install.md %}

pages/update/d1x.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 d1x
4+
folder: update
5+
permalink: /devices/d1x/update/
6+
device: d1x
7+
---
8+
{% include templates/device_update.md %}

pages/upgrade/d1x.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 d1x
4+
folder: upgrade
5+
permalink: /devices/d1x/upgrade/
6+
device: d1x
7+
---
8+
{% include templates/device_upgrade.md %}

0 commit comments

Comments
 (0)