Hello all, I'm new to B4A. I'm using the N50A Talkpod device (http://www.talkpod.cn/en/Network.html). It seems like I need to send a customized Broadcast action since the ptt down/up intent somehow not ''catch-able''. Here's a snippet of the log file:
I encountered this article:
First I tried to edit the manifest file from B4A but with no luck:
So, apparently my app receives a broadcast from the talkpod (push to talk device). In order to handle this broadcast, I used BroadcastReceiver library which solved the issue. I was able to receive the required intent/Action.
So, apparently my app receives a broadcast from the talkpod (push to talk device). In order to handle this broadcast, I used BroadcastReceiver library which solved the issue. I was able to receive the required intent/Action.