-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathdumpling.yml
90 lines (90 loc) · 2.71 KB
/
dumpling.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
name: "Oneplus 5T"
codename: "dumpling"
formfactor: "phone"
aliases:
- "OnePlus5T"
- "oneplus5t"
doppelgangers: []
user_actions:
update:
title: "Update to latest available version"
description: "Before installing anything, make sure the OnePlus 5T is updated to the latest version of OxygenOS (10.0.1)."
link: "https://www.oneplus.com/support/softwareupgrade/details?code=PM1574156155944"
recovery:
title: "Reboot to Recovery"
description: "With the device powered off, hold Volume Down + Power."
image: "phone_power_down"
button: true
bootloader:
title: "Reboot to Bootloader"
description: "With the device powered off, hold Volume Up + Power."
image: "phone_power_up"
button: true
unlock:
- "update"
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"
prerequisites: []
steps:
- actions:
- core:download:
group: "firmware"
files:
- url: "https://cdimage.ubports.com/devices/dumpling_cheeseburger/halium-unlocked-recovery_dumpling.img"
checksum:
sum: "c8487fe1273c1f65c96391b9f216fbef972c96811c3ff36082ffe8367dd382e7"
algorithm: "sha256"
- actions:
- adb:reboot:
to_state: "bootloader"
fallback:
- core:user_action:
action: "bootloader"
- actions:
- fastboot:flash:
partitions:
- partition: "recovery"
file: "halium-unlocked-recovery_dumpling.img"
group: "firmware"
- actions:
- fastboot:format:
partition: "cache"
- actions:
- fastboot:format:
partition: "userdata"
condition:
var: "wipe"
value: true
- actions:
- fastboot:boot:
group: "firmware"
file: "halium-unlocked-recovery_dumpling.img"
fallback:
- core:user_action:
action: "recovery"
- actions:
- systemimage:install:
- actions:
- adb:reboot:
to_state: "recovery"
fallback:
- core:user_action:
action: "recovery"
slideshow: []