Releases: programminghoch10/ViPER4AndroidRepackaged
Releases Β· programminghoch10/ViPER4AndroidRepackaged
RepackagedHoch87
- several small maintenance fixes to ensure compatibility with Magisk
>= v27
- fix stock equalizer detection
- implement
osp_detect
to enhance device compatibility (#9)
RepackagedHoch77
- Disable AOSP MusicFX
- Build VDC and IRS packs as seperate release assets
- Disable automatic permissions revoke
(thanks to @binarynoise for finding correctAPPOPS
operation name) - Automatic preset importing
Presets from anywhere on your system will now automatically be found and imported.
(Thanks to @syntaxticsugr for helping with the preset detection regexes)
RepackagedHoch69
- Disable battery optimization automatically
(thanks @binarynoise for helping me google the right things) - Add additional checks during installation to catch more failures
- Fixed an issue where custom IRS files were not processed correctly
RepackagedHoch63
RepackagedHoch61
- Automatically import IRS files
- Improve VDC and IRS detection mechanism
- Improve app installation procedure
- Allow for upgrading/reinstalling without rebooting
- Fix stock equalizer detection bug on reinstall
- Patch
audio_effects
files from magisk root mirror instead of root - Several smaller install and documentation improvements
RepackagedHoch43
- Prevent OOM-killing of the driver
- Change how stock equalizers are removed
- Disable all ViPER4Android notifications automatically (more)
RepackagedHoch32
- Automatic driver restarting
- Internal clean up and install speed enhancements
- Hopefully solve some permission issues
- Keep ViPER4Android app data when reinstalling
RepackagedHoch25
- fixed an install issue
RepackagedHoch24
- extended support for non AOSP ROMs
- update support for future releases
RepackagedHoch22
Remove setenforce 0 requirement We needed setenforce 0 previously, because SELinux Enforcing prevents access to the folder /data/adb/... for the package manager. Though the folder /data/local is completely accessible to the package manager, so we just copy the file over and install it from there.