Skip to content

Commit 2bccf08

Browse files
rtx4dnpjohnson
authored andcommitted
wiki: Add Nubia X
Change-Id: Ia2e7843d6e3a1de14acbf9af6cc13d3834933f26
1 parent 0c60a8a commit 2bccf08

File tree

10 files changed

+95
-0
lines changed

10 files changed

+95
-0
lines changed

_data/devices/nx616j.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
architecture: arm64
2+
battery: {capacity: 3800, removable: False, tech: 'Li-Po'}
3+
bluetooth: {profiles: [A2DP + aptX HD], spec: '5'}
4+
cameras:
5+
- {flash: 'LED', info: '16 MP'}
6+
- {flash: 'LED', info: '24 MP'}
7+
codename: nx616j
8+
cpu: Kryo 385
9+
cpu_cores: '8'
10+
cpu_freq: 4 x 2.8 GHz + 4 x 1.8 GHz
11+
current_branch: 22.2
12+
custom_unlock_cmd: 'fastboot oem nubia_unlock NUBIA_NX616J'
13+
dimensions: {depth: 8.4, height: 154.1, width: 73.3}
14+
download_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>.
15+
gpu: Qualcomm Adreno 630
16+
image: nx616j.png
17+
install_method: fastboot_nexus
18+
kernel: {repo: android_kernel_nubia_sdm845, version: '4.9'}
19+
maintainers: [rtx4d]
20+
models: [NX616J]
21+
name: 'X'
22+
network: [2G GSM, 2G CDMA, 3G UMTS, 4G LTE]
23+
peripherals: [Accelerometer, Compass, Dual SIM, Fingerprint reader, GPS, Gyroscope, Hall effect sensor, Light sensor, Proximity sensor, USB OTG]
24+
quirks: [changing_screen_resolution]
25+
ram: 6/8 GB
26+
recovery_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Power</kbd>.
27+
recovery_partition_name: recovery
28+
release: 2018-11
29+
screen: {refresh_rate: 60, resolution: '1080x2280', size: 6.26, technology: 'IPS LCD'}
30+
soc: Qualcomm SDM845 Snapdragon 845
31+
storage: 64/128/256/512 GB UFS 2.1
32+
tree: android_device_nubia_nx616j
33+
type: phone
34+
vendor: Nubia
35+
vendor_short: nubia
36+
versions: [22.2]
37+
wifi: 802.11 a/b/g/n/ac

images/devices/nx616j.png

204 KB
Loading

images/devices/small/nx616j.png

23.6 KB
Loading

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

pages/info/nx616j.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 nx616j
4+
layout: deviceinfo
5+
permalink: /devices/nx616j/
6+
device: nx616j
7+
---
8+
{% include templates/device_info.md %}

pages/install/nx616j.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 nx616j
4+
folder: install
5+
permalink: /devices/nx616j/install/
6+
device: nx616j
7+
---
8+
{% include templates/device_install.md %}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar: home_sidebar
3+
title: Quirks - Changing screen resolution
4+
permalink: quirks/changing_screen_resolution/
5+
robots: noindex
6+
search: exclude
7+
toc: false
8+
---
9+
10+
## Changing screen resolution
11+
12+
Prior to Linux 4.19, Android did not include a standardized method for changing screen resolutions. As a result, each vendor implemented the feature independently — often in fragmented and unsustainable ways, making the function difficult to support on this device while running LineageOS.
13+
14+
### Why is that?
15+
16+
On older kernels before 4.19, this function is broken and each OEM made its own implementation on Android side.
17+
This means that your device will utilize the highest supported resolution, and may not properly support any lower resolutions that the stock ROM exposed.

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

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

test/schema-06.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ definitions:
558558
- ant
559559
- atv_remote_mic
560560
- aux_cameras
561+
- changing_screen_resolution
561562
- dock
562563
- dolby_vision
563564
- esim

0 commit comments

Comments
 (0)