Skip to content

Commit faf315f

Browse files
committed
Align configs
1 parent 5fb50d3 commit faf315f

File tree

5 files changed

+8
-44
lines changed

5 files changed

+8
-44
lines changed

openandroidinstaller/assets/configs/A0001.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

openandroidinstaller/assets/configs/bacon.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
metadata:
22
maintainer: MagicLike
3-
devicename: OnePlus One
4-
devicecode: bacon
3+
device_name: OnePlus One
4+
device_code: bacon
5+
supported_device_codes:
6+
- bacon
7+
- A0001
58
twrp-link: bacon
69
requirements:
710
android: 6.0.1

openandroidinstaller/assets/configs/zeroltexx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
device_name: Samsung Galaxy S6 Edge
44
device_code: zeroltexx
55
supported_device_codes:
6-
- zeroltexx
6+
- zeroltexx
77
steps:
88
unlock_bootloader:
99
boot_recovery:

openandroidinstaller/tooling.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@ def heimdall_flash_recovery(bin_path: Path, recovery: str) -> TerminalResponse:
423423
"""Temporarily, flash custom recovery with heimdall."""
424424
for line in run_command(
425425
"heimdall flash --no-reboot --RECOVERY", target=f"{recovery}", bin_path=bin_path
426-
):boot_recovery
426+
):
427+
boot_recovery
427428
yield line
428429

429430

openandroidinstaller/views/success_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# If not, see <https://www.gnu.org/licenses/>."""
1414
# Author: Tobias Sterbak
1515

16-
import webbrowser
1716
from loguru import logger
1817
from flet import (
1918
ElevatedButton,

0 commit comments

Comments
 (0)