Anbernic RG552 AOSP 9.0 Beta #14 (HW decoder fixes & navigation shortcut toggle) (Patreon)
Downloads
Content
Turns out that some applications don't set the proper color profile when initializing the hardware decoder (Parsec & XBOX game pass are two offenders).
This causes freezes, or in the case of Parsec, crashes.
The OMX libraries have been updated to deal with this and now properly set the YUV420Planar color profile.
The previously removed navigation shortcuts are now also back, nicely hidden away behind a new quick-tile, allowing every user to make their own choice of whether they want to make use of them or not.
How to install: Unpack the attached files using 7zip and follow the included instructions found inside README.txt.
Things to note when updating from a previous build: If you previously had Google Apps installed, please make sure you re-install them after the update to avoid crashes!
For those needing the Google Play Store: Reboot into TWRP and install the latest OpenGapps ARM64 9.0 Pico bundle! (I suggest you finish the first-time setup with WiFi disabled... things move so much faster if you do!)
For those needing root: Magisk is included out of box and only needs to be activated on first boot. A WiFi connection is required for the initial Magisk activation.
Changelog
- The L1/R1+Y/X/A navigation shortcuts are back (hidden behind a toggle)
- The H264/H265 HW decoder now picks the YUV420Planar color profile if an app tries to request an invalid color profile (this fixes Parsec & XBOX game pass)
- The navigation bar inset has been fixed