Skip to content

Miyaku/mkv4a-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

MF

#ViPER4Android This a stock ViPER4Android on MoKee ROM, Based android Lollipop and Marshmallow are supported.
In this ViPER Panel you can't install drivers automatically, he NOT will ask you to install drivers.

##Informations This a file include on master branches, you can clone or download manual a master.zip

/
|- system
|`- etc
|   |- audio_effects.*.conf
|`- lib
|   |- soundfx
|   `-- libv4a.so
|    -- libv4a_fx.so
|`- priv-app
|   |- ViPER4Android
     `- ViPER4Android.apk

##Getting Start & Test Manually 1). Copy all file in your storage
2). Copy libv4a.so to /root/system/etc/lib and set permission are 644
3). Copy dir ViPER4Android to /root/system/priv-app/ an set permission for dir 755 and .apk 644
4). Open up /root/system/build.prop in text editor using any file explorer with root access.
Change the line (If you can’t find these lines, skip this step.)

Ipa.decode=true to lpa.decode=false
tunnel.decode=true to tunnel.decode=false
lpa.use-stagefright=true to lpa.use-stagefright=false

5). Now you must make modification in /root/system/etc/audio_effect.conf
Under “libraries {“, add:

v4a_fx {
path /system/lib/soundfx/libv4a.so
}
Under “effects {“ add:
v4a_standard_fx {
library v4a_fx
uuid 41d3c987-e6cf-11e3-a88a-11aba5d5c51b
}
Note: If your rom running Dolby Atmos or other sound drivers, maybe you must edit audio_effect.conf too on /root/system/vendor/etc/
Save, and reboot your device

6). After booting, open stock music app and play your song, keep play now open ViPER4Android FX app and swipe to right > drivers status If working, the popup will be show like this

Driver version: xxxx
Status: Normal
Format audio: Supported
Proccess: Yes

If the status is Abnormal maybe your device selinux is not permissive, you can find out here for sample.

Alright, i'm NOT promise it's can work to your rom on your devices, but if you want know, trying will give you best answers :)

##Pull Request to here If your hard work is perfecly working, you can share and pull new branch here, this a simple guide to push via local
1). Clone this repository

git clone https://github.com/Miyaku/mkv4a.git

2). Edit for your devices and make work and include flashble zip on root dir and lets check out

git checkout -b your_device_info
git add *
git commit -m "rom[info]-devices"
git push -u origin your_device_info

Create Pull Request with detailed rom version, device info & android based.

##Credits ViPER4Android vipersaudio.com
MoKee Open Source rom.mk
Guide Petaling Jaya, Bradl79 @xda

About

ViPER4Android Stock MoKee ROM (selinux:enable)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published