Hi everyone,
I ve found a nice hidden feature in stock musicplayer the famous SRS WOW HD effect, in order to activate it you need :
Decompile musicplayer.apk
Go to res/values
Open array.xml
Add under:
the following string :
save the file, recompile and install it in system/app 
Modified musicplayer Download (dlk7)
I ve found a nice hidden feature in stock musicplayer the famous SRS WOW HD effect, in order to activate it you need :
Decompile musicplayer.apk
Go to res/values
Open array.xml
Add under:
Code:
<array name="sound_alive_entries">
Code:
<item>@string/srs_wow_hd</item>
Modified musicplayer Download (dlk7)
Last edited: