-
Notifications
You must be signed in to change notification settings - Fork 33
Release v0.5.4-beta #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release v0.5.4-beta #488
Conversation
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
This PR adds support for `violet` (Xiaomi Redmi Note 7 Pro) Asked in issue #516 @harshangithub: This is not tested for now, but it should work (same config as #222 for instance) Can you test it please? We can help you if needed. EDIT: tested working!
Signed-off-by: SirRGB <[email protected]>
* RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.10' Signed-off-by: SirRGB <[email protected]>
Signed-off-by: SirRGB <[email protected]>
* eol as of https://web.archive.org/web/20250120181116/https://divestos.org/pages/news#end Signed-off-by: SirRGB <[email protected]>
 Im kinda stuck here. Picking a correct or incorrect rom has no effect on this screen. ``` poetry run python openandroidinstaller/openandroidinstaller.py package:media_kit_libs_linux registered. 2024-11-23 17:16:53.319 | INFO | __main__:main:218 - Running OpenAndroidInstaller version '0.5.4-beta' on 'linux'. 2024-11-23 17:16:53.326 | INFO | __main__:log_version_infos:200 - Android Debug Bridge version 1.0.41 2024-11-23 17:16:53.331 | INFO | __main__:log_version_infos:206 - fastboot version 35.0.1-11580240 2024-11-23 17:16:53.335 | INFO | __main__:log_version_infos:212 - Heimdall version: Heimdall v1.4.2 2024-11-23 17:16:53.336 | INFO | __main__:main:220 - ---------------------------------------------------------------------------------------------------- /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:184: DeprecationWarning: window_height is deprecated in version 0.23.0 and will be removed in version 0.26.0. Use Page.window.height instead. page.window_height = 900 /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:185: DeprecationWarning: window_height is deprecated in version 0.23.0 and will be removed in version 0.26.0. Use Page.window.height instead. page.window_width = int(1.5 * page.window_height) /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:185: DeprecationWarning: window_width is deprecated in version 0.23.0 and will be removed in version 0.26.0. Use Page.window.width instead. page.window_width = int(1.5 * page.window_height) /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:186: DeprecationWarning: window_top is deprecated in version 0.23.0 and will be removed in version 0.26.0. Use Page.window.top instead. page.window_top = 100 /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:187: DeprecationWarning: window_left is deprecated in version 0.23.0 and will be removed in version 0.26.0. Use Page.window.left instead. page.window_left = 120 /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:190: DeprecationWarning: window_min_width is deprecated in version 0.23.0 and will be removed in version 0.26.0. Use Page.window.min_width instead. page.window_min_width = 1000 /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:191: DeprecationWarning: window_min_height is deprecated in version 0.23.0 and will be removed in version 0.26.0. Use Page.window.min_height instead. page.window_min_height = 600 /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:278: DeprecationWarning: banner is deprecated in version 0.23.0 and will be removed in version 0.26.0. Use Page.overlay.append(banner) instead. page.banner = Banner( /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/openandroidinstaller.py:66: DeprecationWarning: UserControl is deprecated since version 0.21.0 and will be removed in version 0.26.0. UserControl is deprecated. See https://flet.dev/docs/getting-started/custom-controls. super().__init__() 2024-11-23 17:16:55.855 | INFO | __main__:to_next_view:175 - Confirmed and moved to next step. 2024-11-23 17:16:57.019 | INFO | tooling:search_device:598 - Search devices on linux with /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/bin... 2024-11-23 17:16:57.094 | INFO | tooling:search_device:635 - Found device code 'cedric' 2024-11-23 17:16:57.132 | INFO | installer_config:_find_config_file:108 - Device code 'cedric' is supported by config '/home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/assets/configs/cedric.yaml'. 2024-11-23 17:16:57.139 | SUCCESS | installer_config:validate_config:190 - Config is valid. 2024-11-23 17:16:57.140 | INFO | installer_config:_load_config:136 - Loaded device config from /home/sirrgb/Downloads/git/openandroidinstaller/openandroidinstaller/assets/configs/cedric.yaml. 2024-11-23 17:16:57.140 | INFO | installer_config:_load_config:138 - Config metadata: {'maintainer': 'Tobias Sterbak (tsterbak)', 'device_name': 'Motorola Moto G5', 'is_ab_device': False, 'device_code': 'cedric', 'supported_device_codes': ['cedric']}. 2024-11-23 17:16:58.025 | INFO | app_state:toggle_flash_unlock_bootloader:86 - Skipping bootloader unlocking. 2024-11-23 17:16:58.887 | INFO | app_state:toggle_flash_recovery:113 - Skipping flashing recovery. 2024-11-23 17:17:00.304 | INFO | __main__:to_next_view:175 - Confirmed and moved to next step. 2024-11-23 17:17:04.078 | INFO | views.requirements_view:enable_continue_button:306 - All requirements ticked. Allow to continue 2024-11-23 17:17:04.886 | INFO | __main__:to_next_view:175 - Confirmed and moved to next step. 2024-11-23 17:17:04.886 | INFO | utils:get_download_link:47 - Checking https://download.lineageos.org/api/v2/devices/cedric 2024-11-23 17:17:05.189 | INFO | utils:get_download_link:56 - https://download.lineageos.org/api/v2/devices/cedric doesn't exist, status_code: 400 ```
* asserts taken from https://github.com/LineageOS/android_device_motorola_addison/blob/daf1d8d27e577517e4dd52560180746f88212165/BoardConfig.mk#L48 * config taken from griffin/cedric Signed-off-by: SirRGB <[email protected]>
* asserts taken from https://github.com/brunorolak/device_motorola_ali/blob/e15fe09c3aad2880c5c76d191e7b24f238efc553/BoardConfig.mk#L22 * config taken from griffin/cedric * tested: recovery booting and rom install, untested: unlock Signed-off-by: SirRGB <[email protected]>
* asserts taken from https://github.com/LineageOS/android_device_oneplus_billie/blob/794bc62a0b321a125819867f11443f426acb775f/BoardConfig.mk#L86 * copied config from dre * fixes #291 Signed-off-by: SirRGB <[email protected]>
fixes #644
* asserts taken from https://github.com/LineageOS/android_device_oneplus_billie/blob/794bc62a0b321a125819867f11443f426acb775f/BoardConfig.mk#L86 * copied config from dre * fixes #291
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 PR adds:
violet(Xiaomi Redmi Note 7 Pro) (thanks to @anon1892)apollo/apollon(Xiaomi Mi 10T / 10T Pro / Redmi K30S Ultra) (thanks to @anon1892)ali(moto g6) (thanks to @SirRGB)addison(moto z play) (thanks to @SirRGB)billie(OnePlus Nord N10) (thanks to @SirRGB)chores: