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/evert.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@ metadata:
2
2
maintainer: Tobias Sterbak (tsterbak)
3
3
device_name: Motorola moto g6 plus
4
4
is_ab_device: true
5
-
device_code: evert
5
+
device_code: evert
6
6
supported_device_codes:
7
7
- evert
8
8
- evert_n
9
9
steps:
10
10
unlock_bootloader:
11
-
- type: call_button
11
+
- type: call_button
12
12
command: adb_reboot_bootloader
13
13
content: >
14
14
As a first step, you need to unlock the bootloader of your device. A bootloader is the piece of software, that tells your phone
15
15
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.
16
-
- type: call_button
16
+
- type: call_button
17
17
command: fastboot_get_unlock_data
18
18
content: >
19
19
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.)
@@ -36,7 +36,7 @@ steps:
36
36
command: fastboot_unlock_with_code
37
37
- type: call_button
38
38
content: >
39
-
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
39
+
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
40
40
Connect your device to your PC via USB. Then confirm here to continue.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/greatlte.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ metadata:
2
2
maintainer: Michel Memeteau (freechelmi)
3
3
device_name: Samsung Galaxy note 8
4
4
is_ab_device: false
5
-
device_code: greatlte
5
+
device_code: greatlte
6
6
supported_device_codes:
7
-
- greatlte
7
+
- greatlte
8
8
steps:
9
9
unlock_bootloader:
10
10
boot_recovery:
11
11
- type: call_button
12
12
content: >
13
-
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
14
-
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
13
+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
14
+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
15
15
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
16
16
command: adb_reboot_download
17
17
- type: call_button
@@ -22,5 +22,5 @@ steps:
22
22
- type: confirm_button
23
23
img: samsung-buttons-bixby.png
24
24
content: >
25
-
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
26
-
until the screen turns black to reboot & release the buttons immediately when it does, then immediately hold *Volume Up* + *Bixby* + *Power button* until you are in recovery mode.
25
+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
26
+
until the screen turns black to reboot & release the buttons immediately when it does, then immediately hold *Volume Up* + *Bixby* + *Power button* until you are in recovery mode.
0 commit comments