C3C0 / GravityBox

This repository is deprecated. Official one is maintained under GravityBox organization
https://github.com/GravityBox/GravityBox
92 stars 355 forks source link

ModAudio not working on Android 6 #362

Closed TheNetStriker closed 8 years ago

TheNetStriker commented 8 years ago

ModAudio.java does not work any more on Android 6. I found out that the Class android.media.AudioService was moved to com.android.server.audio.AudioService. Also the RemotePlaybackState class doesn't seam to exist any more. I now simply set the build.prop property "ro.config.media_vol_steps" to 32 steps to get more volume steps. Can you please also implement this in your app?

C3C0 commented 8 years ago

This is not an official repository. The official one can be found here: https://github.com/GravityBox/GravityBox There are 4 branches, each for major Android version. ModAudio works fine. Well, at least on supported devices.