segler-alex / RadioDroid

radio browser app that uses www.radio-browser.info on android
GNU General Public License v3.0
733 stars 154 forks source link

No equalizer app found #337

Open sandoxy opened 6 years ago

sandoxy commented 6 years ago

Radiodroid stopped recognizing the built-in equalizer. It used to work.

werman commented 6 years ago

Sorry for the late reply. Unless more people will report this issue I don't think I can help. The equalizer functionality is extremely simple one (we just ask system to show it) and the most probable cause is that something wrong with system or equalizer.

onebigmess commented 6 years ago

I've got the same problem as sandoxy. Android 8.

werman commented 6 years ago

@onebigmess I assume you have equalizer app. Does any other app can launch it? Anyway I'll test on Android 8 soon. Thank you for the report!

onebigmess commented 6 years ago

Couldn't find any stock equalizer app on my device. Don't know if there was one before update to Oreo. VLC Player is installed and has an build in equalizer which works in VLC. Also tried Music Player Go (F-Droid) which features an equalizer. But RadioDroid didn't recognize it, too.

sandoxy commented 6 years ago

I found a solution. A accedently unintsalled/deactivated a system app assosiated with music. Reactivating it solved the problem. -- Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.Am 22.06.18, 22:03, onebigmess notifications@github.com schrieb: Couldn't find any stock equalizer app on my device. Don't know if there was one before update to Oreo. VLC Player is installed and has an build in equalizer which works in VLC. Also tried Music Player Go (F-Droid) which features an equalizer. But RadioDroid didn't recognize it, too.

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread. {"@context":"http://schema.org","@type":"EmailMessage","potentialAction":{"@type":"ViewAction","target":"https://github.com/segler-alex/RadioDroid/issues/337#issuecomment-399566196","url":"https://github.com/segler-alex/RadioDroid/issues/337#issuecomment-399566196","name":"View Issue"},"description":"View this Issue on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"https://github.com"}} {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/segler-alex/RadioDroid","title":"segler-alex/RadioDroid","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/segler-alex/RadioDroid"}},"updates":{"snippets":[{"icon":"PERSON","message":"@onebigmess in #337: Couldn't find any stock equalizer app on my device. Don't know if there was one before update to Oreo. VLC Player is installed and has an build in equalizer which works in VLC. Also tried Music Player Go (F-Droid) which features an equalizer. But RadioDroid didn't recognize it, too."}],"action":{"name":"View Issue","url":"https://github.com/segler-alex/RadioDroid/issues/337#issuecomment-399566196"}}} { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [segler-alex/RadioDroid] No equalizer app found (#337)", "sections": [ { "text": "", "activityTitle": "onebigmess", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@onebigmess", "facts": [

] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"segler-alex/RadioDroid\",\n\"issueId\": 337,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"segler-alex/RadioDroid\",\n\"issueId\": 337\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/segler-alex/RadioDroid/issues/337#issuecomment-399566196" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 338938639\n}" } ], "themeColor": "26292E" }

werman commented 6 years ago

If there is no equalizer app - there is nothing to launch, RadioDroid does not have built-in equalizer. Other apps whose main function isn't being equalizer probably won't provide it to other apps. So the only solution is to install some equalizer app.

werman commented 6 years ago

@sandoxy Your post is messed up.

onebigmess commented 6 years ago

@werman Thank You for your prompt reply.