Skip to content

Tags: openandroidinstaller-dev/openandroidinstaller

Tags

v0.5.5-beta

Toggle v0.5.5-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.5.5-beta (#695)

This release adds:
*  nice transparent pictures!
* remove recommendations of old drivers

New support for
* Motorola moto g5s (montana) (Thanks to @SirRGB)
* Motorola moto g5 plus (potter) (Thanks to @SirRGB)

v0.5.4-beta.1-fixup

Toggle v0.5.4-beta.1-fixup's commit message
Fix flet_core import issue

v0.5.4-beta.1

Toggle v0.5.4-beta.1's commit message
Disable tests in build

v0.5.4-beta

Toggle v0.5.4-beta's commit message
Update build workflow

v0.5.3-beta

Toggle v0.5.3-beta's commit message
Release v0.5.3-beta: Easter Edition 🐰🐣 (#424)

This release adds:

New devices:
* support for Xiaomi Mi A2 / 6X (jasmine_sprout) (thanks to @anon1892)
* support for Xiaomi Redmi Note 10 Pro (sweet) (thanks to @BjornW)
* support for Samsung Galaxy S5 mini (kminilte) (thanks to
@LudovicRousseau)
* support more Versions of Samsung Galaxy S5 mini (thanks to @SirRGB)

Fixes:
* Show proper error messages when bash shell is not found and try other
paths.

Other:
* Update to python 3.11
* Support latest Android Platform Tools 35.0.1

Update build workflow to python 3.11

Install required dev dependencies in build action

Add more dev dependencies

v0.5.2-beta

Toggle v0.5.2-beta's commit message
Improve button text a bit

v0.5.1-beta

Toggle v0.5.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.5.1-beta (#315)

This release adds:
-  Allow flashing of the vendor_boot partition
-  Add --disable-verity --disable-verification to flash vbmeta command

New devices:
- support for begonia (Xiaomi Redmi Note 8 Pro) (thanks to @anon1892)
- support for on7xelte (Samsung Galaxy J7 Prime) (thanks to @MagicLike)
- support for a7y17lte (Samsung Galaxy A7 2017) (thanks to @SirRGB)
- support for jfltexx (Samsung Galaxy S4) (thanks to @MagicLike)
- support for dipper (Xiaomi Mi 8) (thanks to @anon1892)
- support for surya/karna (Poco X3 - X3 NFC)  (thanks to @anon1892)
- support for alioth (Redmi K40 / Mi 11X / Poco F3) (thanks to
@anon1892)
- new device code variant to `j7elte` & added TWRP link (thanks to
@MagicLike)

Other improvements:
- updates for some OnePlus and Pixel configs with make use of the
flashing of additional partitions if needed for Android 13
- a requirement checkbox to encourage booting stock OS at least once
- migrate xda developers link to a new url
- misc docs and minor config corrections/additions (thanks to @SirRGB)

v0.5.0-beta

Toggle v0.5.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[README] HTML header improvements (#306)

I think it looks better this way :P

v0.4.4-beta

Toggle v0.4.4-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.4.4-beta (#169)

This Release adds:

- Samsung A5 2017 (a5y17lte) thanks to @Gredin67
- Support for device code `beyond2` for Samsung Galaxy S10+.
- Support for device code `evert_n` for Motorola Moto G6 plus.
- Add config file for Samsung Tab S2 gts210vewifi T813 thanks to
@freechelmi
- a "request support for device" button if no config for the device code
is found

Fixes:
- Update the unlocking instructions for FP3/4 and add
fastboot_unlock_critical command.

Changes:
- Set a min width/height for the window to solve basic responsiveness
issues

v0.4.3-beta

Toggle v0.4.3-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.4.3-beta (#135)

This release adds:
- Support for Samsung Galaxy S4 mini (serranoltexx/serranolte) by
@freechelmi
- Allow Markdown to format text content of device configs (limited
markdown set)
- Support for Samsung Galaxy Grand Prime VE (grandprimevelte) by
@MagicLike
- Allow changing the logging location by `poetry run python
openandroidinstaller/openandroidinstaller.py -l <logging directory>`
- Support for Samsung Galaxy S8 (dreamlte) by @allaeddineomc 

Improvements:
- Make the Fairphone 2 config clearer
- removed an unneeded reboot instructions for the FPs
- added the TWRP image to every config
- reformatted the configs for more consistency

Fixes:
- A bug where not selecting any add-on leads to a failure of the app. If
no add-on is selected, now just reboot to OS at installation time.
- Improve the addons installer progress bars and fix issues
- Try `wipe data` if `format data` fails to enable the use of older TWRP
versions
- Improve logging for the run_command function

Todo:
- [x] Bump version numbers
- [x] Update website