Closed ste71m closed 11 years ago
In adroid 4.3 i got I/ViPER4Android_Utils(4624): Error: /storage/emulated/0/v4a_audio_system.conf: open failed: EACCES (Permission denied)
please change path from /storage/emulated/0/ to /storage/emulated/legacy/
In Utils.InstallDrv_FX just change
String f=Environment.getExternalStorageDirectory().getAbsolutePath(); if (Build.VERSION.SDK_INT>=18) { if (f.endsWith("/emulated/0")) f=f.replace("/emulated/0", "/emulated/legacy"); } String szSystemConf =f + "/v4a_audio_system.conf"; String szVendorConf =f + "/v4a_audio_vendor.conf";
PS: item is fixed with latest superSU (1.51)
It seems that Superuser still has the issue while SuperSU 1.51 fixed, maybe it worth while to fix souce code
OK, fixed.
In adroid 4.3 i got I/ViPER4Android_Utils(4624): Error: /storage/emulated/0/v4a_audio_system.conf: open failed: EACCES (Permission denied)
please change path from /storage/emulated/0/ to /storage/emulated/legacy/
In Utils.InstallDrv_FX just change
PS: item is fixed with latest superSU (1.51)