You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/kiev.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@ metadata:
2
2
maintainer: Tobias Sterbak (tsterbak)
3
3
device_name: Motorola moto g 5G / one 5G ace
4
4
is_ab_device: true
5
-
device_code: kiev
5
+
device_code: kiev
6
6
supported_device_codes:
7
-
- kiev
7
+
- kiev
8
8
steps:
9
9
unlock_bootloader:
10
-
- type: call_button
10
+
- type: call_button
11
11
content: >
12
12
As a first step, you need to unlock the bootloader of your device. A bootloader is the piece of software, that tells your phone
13
13
how to start and run an operating system (like Android). You need to boot into fastboot mode by pressing the 'Confirm and run' button. Then continue.
14
14
command: adb_reboot_bootloader
15
-
- type: call_button
15
+
- type: call_button
16
16
content: >
17
17
Now you need to get your device ID to get an unlock code from Motorola. Press 'Confirm and run' to get the ID. (You need to toggle 'Advanced Output' here to see it.)
18
18
Copy it to a separate file to use it in the next step.
@@ -35,7 +35,7 @@ steps:
35
35
command: fastboot_unlock_with_code
36
36
- type: call_button
37
37
content: >
38
-
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
38
+
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
39
39
Connect your device to your PC via USB. Then confirm here to continue.
40
40
command: fastboot_reboot
41
41
boot_recovery:
@@ -59,4 +59,4 @@ steps:
59
59
img: twrp-start.jpeg
60
60
content: >
61
61
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
0 commit comments