Skip to content

Commit 4556780

Browse files
committed
Added config for bacon
1 parent 80a563f commit 4556780

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
metadata:
2+
maintainer: MagicLike
3+
devicename: OnePlus One
4+
devicecode: bacon
5+
twrp-link: bacon
6+
requirements:
7+
android: 6.0.1
8+
steps:
9+
unlock_bootloader:
10+
- type: call_button
11+
content: >
12+
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
13+
how to start and run an operating system (like Android). Your device should be turned on.
14+
Press 'Confirm and run' to reboot into the bootloader.
15+
command: adb_reboot_bootloader
16+
- type: call_button
17+
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
18+
command: fastboot_oem_unlock
19+
- type: confirm_button
20+
content: >
21+
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
22+
Please take whatever actions the device asks you to to proceed.
23+
- type: call_button
24+
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
25+
command: fastboot_reboot
26+
- type: confirm_button
27+
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
28+
flash_recovery:
29+
- type: call_button
30+
content: >
31+
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
32+
adapting and repairing of the operating system.
33+
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
34+
command: adb_reboot_bootloader
35+
- type: call_button
36+
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
37+
command: fastboot_flash_recovery

0 commit comments

Comments
 (0)