Skip to content

Releases: programminghoch10/ViPER4AndroidRepackaged

RepackagedHoch87

26 Feb 16:23
Compare
Choose a tag to compare
  • several small maintenance fixes to ensure compatibility with Magisk >= v27
  • fix stock equalizer detection
  • implement osp_detect to enhance device compatibility (#9)

RepackagedHoch77

05 Aug 12:45
Compare
Choose a tag to compare
  • Disable AOSP MusicFX
  • Build VDC and IRS packs as seperate release assets
  • Disable automatic permissions revoke
    (thanks to @binarynoise for finding correct APPOPS 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

22 Apr 05:12
Compare
Choose a tag to compare
  • 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

07 Apr 22:29
Compare
Choose a tag to compare
  • Patch config files in /odm (requires Magisk/Lygisk >= v26)
  • Add additional SELinux rules for MTK devices

RepackagedHoch61

11 Mar 12:14
Compare
Choose a tag to compare
  • 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

25 Feb 19:08
Compare
Choose a tag to compare
  • Prevent OOM-killing of the driver
  • Change how stock equalizers are removed
  • Disable all ViPER4Android notifications automatically (more)

RepackagedHoch32

09 Jan 18:37
Compare
Choose a tag to compare
  • Automatic driver restarting
  • Internal clean up and install speed enhancements
  • Hopefully solve some permission issues
  • Keep ViPER4Android app data when reinstalling

RepackagedHoch25

17 Oct 20:12
Compare
Choose a tag to compare
  • fixed an install issue

RepackagedHoch24

30 Sep 13:28
Compare
Choose a tag to compare
  • extended support for non AOSP ROMs
  • update support for future releases

RepackagedHoch22

17 Apr 11:26
Compare
Choose a tag to compare
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.