Skip to content

Commit dbbaafb

Browse files
inferno0230bgcngm
authored andcommitted
wiki: Split aston and astonc
Update fw version and remove need for ab_copy_partitions while at it Change-Id: I00404a41552f8e3dd018c68da744fb9e2b760071 Signed-off-by: inferno0230 <mail@inferno0230.in>
1 parent 1f0ea2e commit dbbaafb

File tree

22 files changed

+56
-80
lines changed

22 files changed

+56
-80
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
architecture: arm64
22
battery: {capacity: 5500, removable: false, tech: 'Li-Po'}
3-
before_install: {instructions: 'needs_specific_android_fw', version: '15'}
4-
before_lineage_install: ab_copy_partitions
3+
before_install: {instructions: 'needs_specific_android_fw', version: '16'}
54
before_recovery_install: {instructions: 'boot_stack', partitions: [boot, dtbo, init_boot, vbmeta, vendor_boot]}
65
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.3'}
76
cameras:
@@ -37,7 +36,6 @@ soc: Qualcomm SM8550 Snapdragon 8 Gen2
3736
storage: 128/256 GB UFS3.1
3837
tree: android_device_oneplus_aston
3938
type: phone
40-
variant: 1
4139
vendor: OnePlus
4240
vendor_short: oneplus
4341
versions: [22.2, 23.0]
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
architecture: arm64
22
battery: {capacity: 5500, removable: false, tech: 'Li-Po'}
3-
before_install: {instructions: 'needs_specific_android_fw', version: '15'}
4-
before_lineage_install: ab_copy_partitions
3+
before_install: {instructions: 'needs_specific_android_fw', version: '16'}
54
before_recovery_install: {instructions: 'boot_stack', partitions: [boot, dtbo, init_boot, vbmeta, vendor_boot]}
65
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.3'}
76
cameras:
87
- {flash: 'LED', info: '50 MP (wide)'}
98
- {flash: 'LED', info: '8 MP (ultrawide)'}
109
- {flash: 'LED', info: '2 MP (macro)'}
1110
- {flash: None, info: '16 MP'}
12-
codename: aston
11+
codename: astonc
1312
cpu: Kryo
1413
cpu_cores: '8'
1514
cpu_freq: 1 x 3.2 GHz + 4 x 2.8 GHz + 3 x 2.0 GHz
@@ -19,7 +18,7 @@ dimensions: {depth: 8.8, height: 163.3, width: 75.3}
1918
download_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Volume Down</kbd> + <kbd>Power</kbd>.
2019
firmware_update: firmware_update_oplus_sm8550
2120
gpu: Qualcomm Adreno 740
22-
image: aston.png
21+
image: astonc.png
2322
install_method: fastboot_nexus
2423
is_ab_device: true
2524
kernel: {repo: android_kernel_oneplus_sm8550, version: '5.15'}
@@ -35,10 +34,9 @@ release: 2024-01
3534
screen: {refresh_rate: 120, resolution: '1264x2780', size: 6.78, technology: 'LTPO AMOLED'}
3635
soc: Qualcomm SM8550 Snapdragon 8 Gen2
3736
storage: 256/512/1024 GB UFS4.0
38-
tree: android_device_oneplus_aston
37+
tree: android_device_oneplus_astonc
3938
type: phone
40-
variant: 2
4139
vendor: OnePlus
4240
vendor_short: oneplus
43-
versions: [22.2, 23.0]
41+
versions: [23.0]
4442
wifi: 802.11 a/b/g/n/ac/ax

images/devices/astonc.png

111 KB
Loading

images/devices/small/astonc.png

13.8 KB
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar: home_sidebar
33
title: Build for aston
44
folder: build
5-
permalink: /devices/aston/build/variant1/
6-
device: aston_variant1
5+
permalink: /devices/aston/build/
6+
device: aston
77
---
88
{% include templates/device_build.md %}

pages/build/aston_variant2.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

pages/build/astonc.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 astonc
4+
folder: build
5+
permalink: /devices/astonc/build/
6+
device: astonc
7+
---
8+
{% include templates/device_build.md %}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
sidebar: home_sidebar
33
title: Update firmware on aston
44
folder: fw_update
5-
permalink: /devices/aston/fw_update/variant1/
6-
device: aston_variant1
5+
permalink: /devices/aston/fw_update/
6+
device: aston
77
---
88
{% assign device = site.data.devices[page.device] %}
99
{% capture path %}templates/device_specific/{{ device.firmware_update }}.md{% endcapture %}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
sidebar: home_sidebar
3-
title: Update firmware on aston
3+
title: Update firmware on astonc
44
folder: fw_update
5-
permalink: /devices/aston/fw_update/variant2/
6-
device: aston_variant2
5+
permalink: /devices/astonc/fw_update/
6+
device: astonc
77
---
88
{% assign device = site.data.devices[page.device] %}
99
{% capture path %}templates/device_specific/{{ device.firmware_update }}.md{% endcapture %}

pages/info/aston.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
sidebar: home_sidebar
3-
title: Info about aston variants
3+
title: Info about aston
4+
layout: deviceinfo
45
permalink: /devices/aston/
5-
redirect_from:
6-
- /devices/aston/install
7-
- /devices/aston/update
86
device: aston
9-
toc: false
107
---
11-
{% include templates/device_variants.md info=true %}
8+
{% include templates/device_info.md %}

0 commit comments

Comments
 (0)