-
Notifications
You must be signed in to change notification settings - Fork 76
/
lenok.yml
45 lines (45 loc) · 1.29 KB
/
lenok.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
name: "LG G Watch R"
codename: "lenok"
formfactor: "watch"
aliases: []
doppelgangers: []
user_actions:
bootloader:
title: "Is the device in Bootloader mode?"
description: "You should be seeing the 'FASTBOOT MENU' on the device now. If not, reboot the device and swipe from the top left to the bottom right edge of the screen while booting."
button: true
unlock: []
handlers:
bootloader_locked:
actions:
- fastboot:oem_unlock:
operating_systems:
- name: "Asteroid OS"
compatible_installer: ">=0.9.2-beta"
options:
- var: "channel"
name: "Channel"
tooltip: "The release channel"
type: "select"
remote_values:
asteroid_os:channels:
prerequisites: []
steps:
- actions:
- adb:reboot:
to_state: "bootloader"
fallback:
- core:user_action:
action: "bootloader"
- actions:
- asteroid_os:download:
- fastboot:flash:
partitions:
- partition: "userdata"
file: "asteroid-image-lenok.ext4"
group: "AsteroidOS"
- partition: "boot"
file: "zImage-dtb-lenok.fastboot"
group: "AsteroidOS"
- fastboot:continue:
slideshow: []