• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ViPER4Android FX Audio Mod (link changed)

I know how to play music on your music player
1) Download bulid prop editor from the play store
2) open it and find lpa.decode and set it to false
3)find lpa.use-stagefright and also set it to false
4) reboot
5) your music should be working with ViPER4Android on any music player
 
to add to what lmario is saying (I looked this up because simple fixes without knowing wtf I did is pointless if I don't know how it was an issue, could come back up, be worse, etc) what you are doing with this fix is turning off your "low power audio".
This question in google groups has the OP explain it pretty well
https://groups.google.com/forum/#!msg/android-porting/smSQCWJAhqM/PGIduw64tkQJ

Now this question wasn't answered when it was posted, however putting that info together with v4a's compatibility issue and its plain to see this power saving feature built into our phones is the culprit (good for battery, bad for sound quality)

lmario's solution works to disable it, if you don't want extra junk on your phone though, with a root file explorer just go edit your /system/build.prop file (probably need to edit permissions to do so). Either way solves the issue

Edit: almost forgot, stagefright is specifically for streaming, the decode line is for music files stored, doesn't change the fact both should be set to false, just more info
 
Back
Top Bottom