Has anyone managed to get V4A functioning on stock, rooted Oreo? I've tried every option out there. Usually end up with it acting like it didn't install the driver after rebooting. I've tried putting the system in RW, switching selinux to permissive, installing BusyBox, etc. Have tried flashing it through recovery, installing through the apk, installing the magisk module, no luck. Hopefully someone can steer me in the right direction.
Edit 12/5/17:
Navigate to downloads in magisk manager, download the latest version of viper4android by ahrion, flash the file, then reboot.
Using some form of root file browser, I use MiXplorer, navigate to /sbin/.core/img/ViPER4AndroidFX/system, create a new folder called vendor in there, then copy the folder called lib and paste it into the vendor folder you made.
The end result should be /sbin/.core/img/ViPER4AndroidFX/system/vendor/lib. The final step needs a terminal emulator app downloaded, using the app, copy and paste the following in:
su -c ln -s /sbin/.core/img/audmodlib/system/vendor /sbin/.core/img/audmodlib/vendor
Finally, navigate to /sbin/.core/img/audmodlib/system/vendor/etc and open htc_audio_effects.conf, there will be a line for v4a_fx followed by a line called "path" and the path for the library, just change "system" to "vendor", then reboot, you should be successful
Edit 12/5/17:
Navigate to downloads in magisk manager, download the latest version of viper4android by ahrion, flash the file, then reboot.
Using some form of root file browser, I use MiXplorer, navigate to /sbin/.core/img/ViPER4AndroidFX/system, create a new folder called vendor in there, then copy the folder called lib and paste it into the vendor folder you made.
The end result should be /sbin/.core/img/ViPER4AndroidFX/system/vendor/lib. The final step needs a terminal emulator app downloaded, using the app, copy and paste the following in:
su -c ln -s /sbin/.core/img/audmodlib/system/vendor /sbin/.core/img/audmodlib/vendor
Finally, navigate to /sbin/.core/img/audmodlib/system/vendor/etc and open htc_audio_effects.conf, there will be a line for v4a_fx followed by a line called "path" and the path for the library, just change "system" to "vendor", then reboot, you should be successful
Last edited: