Skip to content

Commit

Permalink
Align configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Mar 24, 2023
1 parent 5fb50d3 commit faf315f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 44 deletions.
39 changes: 0 additions & 39 deletions openandroidinstaller/assets/configs/A0001.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions openandroidinstaller/assets/configs/bacon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
metadata:
maintainer: MagicLike
devicename: OnePlus One
devicecode: bacon
device_name: OnePlus One
device_code: bacon
supported_device_codes:
- bacon
- A0001
twrp-link: bacon
requirements:
android: 6.0.1
Expand Down
2 changes: 1 addition & 1 deletion openandroidinstaller/assets/configs/zeroltexx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
device_name: Samsung Galaxy S6 Edge
device_code: zeroltexx
supported_device_codes:
- zeroltexx
- zeroltexx
steps:
unlock_bootloader:
boot_recovery:
Expand Down
3 changes: 2 additions & 1 deletion openandroidinstaller/tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,8 @@ def heimdall_flash_recovery(bin_path: Path, recovery: str) -> TerminalResponse:
"""Temporarily, flash custom recovery with heimdall."""
for line in run_command(
"heimdall flash --no-reboot --RECOVERY", target=f"{recovery}", bin_path=bin_path
):boot_recovery
):
boot_recovery
yield line


Expand Down
1 change: 0 additions & 1 deletion openandroidinstaller/views/success_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# If not, see <https://www.gnu.org/licenses/>."""
# Author: Tobias Sterbak

import webbrowser
from loguru import logger
from flet import (
ElevatedButton,
Expand Down

0 comments on commit faf315f

Please sign in to comment.