Conversation
- 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
Co-authored-by: Tobias Sterbak <sterbak-it@outlook.com>
Updated the links in the README and in the addon view to `https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/releases`. Fixes #93
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?
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 ```
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.
d2ad319 to
b0dfd45
Compare
Member
Author
|
I tested it with a few devices now and everything seems to work. This will be released in the next days |
Member
Should I test again with two devices? |
Member
Author
That would be great! The more testing the better :) |
Member
Everything works flawlessly! |
Member
Author
Awesome! Thanks for testing! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release adds:
poetry run python openandroidinstaller/openandroidinstaller.py -l <logging directory>Improvements:
Fixes:
wipe dataifformat datafails to enable the use of older TWRP versionsTodo: