therealahrion / ViPER4Android-FX-Legacy

ViPER4AndroidFX Legacy
86 stars 20 forks source link

Magisk V13 driver abnormal #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

When using magisk 13.1 or higher the driver status is always abnormal and ViperFX does not work.

It can be fixed with the following /magisk/v4a/post-fs-data.sh:

!/system/bin/sh

sepolicy-inject --live "allow mediaserver mediaserver_tmpfs file { read write execute }" \ "allow audioserver audioserver_tmpfs file { read write execute }"

Zackptg5 commented 7 years ago

This is a known issue and will be fixed in the next release :)

Zackptg5 commented 7 years ago

Fixed :)