TilesOrganization / support

Support pages for Tiles, Android application on Google Play (https://play.google.com/store/apps/details?id=com.rascarlo.quick.settings.tiles).
47 stars 4 forks source link

[bug] Mono-audio toggle does not work on Samsung devices #36

Closed EmbersArc closed 4 years ago

EmbersArc commented 5 years ago

It shows up and can be toggled no problem. But it does not actually affect mono audio on my Samsung Galaxy S8 with Android 9. It seems that that setting has to be accessed differently on Samsung phones. A fix, if possible, would be greatly appreciated.

rascarlo commented 4 years ago

Hi @EmbersArc is such issue still reproducible?

EmbersArc commented 4 years ago

I just tried it and the issue still exists on my S8 with Android 9. It seems that Samsung handles the mono-audio setting differently. Let me know what other information you need to help fix it.

rascarlo commented 4 years ago

@EmbersArc was such issue present also on Android 8?

EmbersArc commented 4 years ago

Yes it was also present on Android 8.

rascarlo commented 4 years ago

Then I believe that samsung is overriding the AOSP behaviour for mono-audio and without looking at the source code I have no way to properly debug the issue and find a solution. Where is the mono-audio found on samsung devices?

EmbersArc commented 4 years ago

In Samsung devices it's under Settings > Accessibility > Hearing enhancements > Mono audio.

Unfortunately I couldn't find an activity to access it directly. Although Hearing enhancements can be opened with .Activities$AccessibilitySettingsHearingActivity