Release 0.4.3-beta by tsterbak · Pull Request #135 · openandroidinstaller-dev/openandroidinstaller

and others added 18 commits

March 24, 2023 21:58
- Made "metadata" & "requirements"
- Reorderd metadata steps
- Removed a unneeded statement as it is already written in the requirements section
- Added notice to please retain the given order of fields
- Reordered device list to match order
- Linked LineageOS in description
- Made title for selfbuilding bigger (fixes
#97)
- Removed trailing slashes
- Added link to website contribute section

@MagicLike

@MagicLike

@MagicLike

Co-authored-by: Tobias Sterbak <sterbak-it@outlook.com>

@tsterbak

@tsterbak

@tsterbak

@freechelmi

@freechelmi

@tsterbak

This PR adds:
- Should resolve: #103
- Wait for adb to become available at the right times.

Todo:
- [x] can the device interaction and waiting time be optimized?

@MagicLike

@tsterbak

@tsterbak

Addresses #106 

You can add emphasis by making text bold (** or __), italic (* or _) or
both (*** or ___) now. (asterisk is preferred)

To add paragraphs of lists you need to add two or one empty lines
inbetween. Example
```yaml
- type: call_button
      content: >
        As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
        

        - how to start and run an operating system (like Android). Your device should be turned on.

        - Press 'Confirm and run' to reboot into the bootloader.
      command: adb_reboot_bootloader
```

@allaeddineomc

@allaeddineomc

@tsterbak

@tsterbak

@tsterbak

@tsterbak

If `adb twrp format data` fails, retry with `adb twrp wipe data`. This
should address issues with old versions of TWRP as found in #140.
Added a config for the Samsung Galaxy Grand Prime VE
(`grandprimevelte`), but I was not able to test it yet, as the device is
not officially supported by LineageOS.

@tsterbak

@tsterbak

@tsterbak

@tsterbak

@tsterbak

@tsterbak

@tsterbak