forked from ubports/installer-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enchilada.yml
165 lines (164 loc) · 5.32 KB
/
enchilada.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
name: "OnePlus 6/6T"
codename: "enchilada"
formfactor: "phone"
aliases:
- "fajita"
- "OnePlus6"
- "OnePlus6T"
doppelgangers: []
user_actions:
bootloader:
title: "Reboot to Bootloader"
description: "With the device powered off, press and hold the volume up, volume down and power buttons until the screen turns on. It should say 'Fastboot Mode' underneath the warning sign."
image: "phone_power_down"
button: true
recovery:
title: "Reboot to Recovery"
description: "With the device still at the 'Fastboot Mode' screen (if not, power off the device and press and hold volume down and power buttons until the screen turns on), select the 'Recovery Mode' option by using the volume buttons and press the power button to enter."
image: "phone_power_down"
button: true
downgrade_android:
title: "Downgrade Android"
description: "If you are planning to install Ubuntu Touch and the device is running an Android version above 9.0, you have to downgrade to the last 9.0 release. Please make sure to flash OxygenOS 9 before proceeding."
support:
title: "Support"
description: "For details about Ubuntu Touch support for the OnePlus 6/6T, please head over to the UBports forum thread."
link: "https://forums.ubports.com/category/86/oneplus-6-6t"
unlock:
- "downgrade_android"
- "support"
handlers:
bootloader_locked:
actions:
- fastboot:oem_unlock:
operating_systems:
- name: "Ubuntu Touch"
compatible_installer: ">=0.9.2-beta"
options:
- var: "channel"
name: "Channel"
tooltip: "The release channel"
link: "https://docs.ubports.com/en/latest/about/process/release-schedule.html"
type: "select"
remote_values:
systemimage:channels:
- var: "wipe"
name: "Wipe Userdata"
tooltip: "Wipe personal data (required for new installs)"
type: "checkbox"
- var: "bootstrap"
name: "Bootstrap"
tooltip: "Flash system partitions using fastboot"
type: "checkbox"
value: true
prerequisites: []
steps:
- actions:
- core:download:
group: "firmware"
files:
- name: "boot.img"
url: "https://cdimage.ubports.com/devices/enchilada_fajita/boot.img"
checksum:
sum: "e931800a0ab4f7743c395cfccdac1919f0fab6d9b3cb7582c71fbd4f30fa9612"
algorithm: "sha256"
- name: "vbmeta.img"
url: "https://cdimage.ubports.com/devices/enchilada_fajita/vbmeta.img"
checksum:
sum: "f406f8c2c89aaeeecaaa8719b832a3c6011d36c49a8d7db26b452638f9cb091c"
algorithm: "sha256"
condition:
var: "bootstrap"
value: true
- actions:
- adb:reboot:
to_state: "bootloader"
fallback:
- core:user_action:
action: "bootloader"
condition:
var: "bootstrap"
value: true
- actions:
- fastboot:format:
partition: "system"
type: "ext4"
condition:
var: "bootstrap"
value: true
- actions:
- fastboot:format:
partition: "userdata"
type: "ext4"
condition:
var: "wipe"
value: true
- actions:
- fastboot:flash:
partitions:
- partition: "boot"
file: "boot.img"
group: "firmware"
- partition: "vbmeta"
file: "vbmeta.img"
group: "firmware"
flags:
- "--disable-verity"
- "--disable-verification"
condition:
var: "bootstrap"
value: true
- actions:
- adb:reboot:
to_state: "recovery"
fallback:
- core:user_action:
action: "recovery"
- actions:
- systemimage:install:
- actions:
- adb:reboot:
to_state: "recovery"
fallback:
- core:user_action:
action: "recovery"
slideshow: []
- name: "postmarketOS"
compatible_installer: ">=0.9.7-beta"
options:
- var: "release"
name: "Release"
tooltip: "The postmarketOS release"
link: "https://wiki.postmarketos.org/wiki/Releases"
type: "select"
remote_values:
postmarketos:releases:
- var: "interface"
name: "User Interface"
tooltip: "The user interface"
link: "https://wiki.postmarketos.org/wiki/Category:Interface"
type: "select"
remote_values:
postmarketos:interfaces:
prerequisites: []
steps:
- actions:
- adb:reboot:
to_state: "bootloader"
fallback:
- core:user_action:
action: "bootloader"
- actions:
- postmarketos:download:
- fastboot:erase:
partition: "dtbo"
- fastboot:flash:
partitions:
- partition: "userdata"
file: "rootfs.img"
group: "postmarketOS"
- partition: "boot"
file: "boot.img"
group: "postmarketOS"
- fastboot:continue:
slideshow: []