B4A Question android.intent.action.MEDIA_BUTTON again... - lemonisdead    Jan 2, 2015   (1 reaction) .action.MEDIA_BUTTON" />
</intent-filter>)
Many thanks :)...Hello,
I have made some tests trying to detect a press on the small button included on some wired... B4A Question Car media buttons - Scantech (first post)    Sep 26, 2025 Process_Globals
'Change event name if you like
Public EventName As String = "MediaButton...("Listening for media buttons")
.setSmallIcon(android.R.drawable.ic_media_play... B4A Question still unable to work car media button - Pendrush (first post)    Aug 10, 2025   (1 reaction) Older version, not update in a while, but you can test it to see is it work at all:
https://www.b4x... B4A Question Strange delay using onMediaButtonEvent when holding the Button - sandreas    Jun 20, 2025 I'm trying to write an Audio Player App with fine grained control over Headset media buttons... with no delay in onMediaButtonEvent (the RIGHT way - is this possible?) Raising the 650ms schedule timer to 1100ms which leads to slower response times A totally custom `MediaButtonReceiver` handling... app and integrated the mediaButton algorithm for testing (it's a bit rough and may not be fully correct, but it does the job): onMediaButtonEvent handling MediaButton-Tap-Pattern-Algorithm... B4A Question MEDIA_BUTTON with Android 7+ and API 26 - scsjc    Oct 25, 2018 I, i try to get the press buttons on bluetooth, but dont have answer....
i try with this sample:
https://www.b4x.com/android/forum/threads/mediasessions.62525/#post-394744
require some permision... B4A Question android.intent.action.MEDIA_BUTTON - Jmu5667    Nov 19, 2015 Hello All I am having trouble with the android.intent.action.MEDIA_BUTTON intent receiver. I have attached a simple project, please have a look. What I want to achieve: Detect that the button on the headset is being pressed for more than 3 seconds. What does work: When the button... RegisterForMediaButton which @Erel says needs to be done. All help would be appreciated. I have an old.... The problem: When the button is pressed and not released, Google pops up (or any other app... B4A Question Detect media button use on BT earbuds - gunnarjonsson (first post)    Apr 28, 2022 I have tried your app and it works with my BT earbuds. I can however not use it with downloaded files since it is only for streaming media.
Gunnar Jonsson... B4A Question Headphone Media Button - epiCode    Oct 2, 2021   (1 reaction) Can some please help with working example of media button detection ? Searched the forum, but mostly devs sharing their issues - no successful/working example (recent)... B4A Question How to detect media button pressed - Erel (first post)    May 3, 2020 Check these threads: https://www.b4x.com/android/forum/pages/results/?query=media+button... B4A Question Headset Media Button not working in Android 8 - woodpecker (first post)    Aug 21, 2018   (1 reaction) See this: https://stackoverflow.com/questions/45960265/android-o-oreo-8-media-buttons-issue
Try to play something when you start your app.
Thanks Erel, all I had to do was initialize a mediaplayer, start and stop it instantly and it works fine!
MediaPlayer1.Play
MediaPlayer1.Stop
... Page: 1   2   3   4   5   |