Dynamic Media BT Mono Router Apk
Apk Infos
Version | 0.6.5 |
Rating | 3.9/5, based on 733 votes |
Size | 49.3 KB |
Requires Android | Android 4.0+ (Ice Cream Sandwich) |
Author's Notes | A dynamic service to play ANY sound over a mono Bluetooth headset! |
About Dynamic Media BT Mono Router APK
Table Of Contents
Description
A simple background service which detects any playback on the global audiomix and then opens the BluetoothSco channel so the audio is played on your mono Bluetooth device (hands free profile).Idea
Enable the dynamic playback of any media sound on the Bluetooth device. Especially for the direction guide of your navigation software. The Bluetooth channel should be opened when a playback is started and closed after the playback is finished.
Comparison to similar apps:
All other apps I've seen are not dynamic or (I suppose) use the isMusicActive() function which in fact isn't reliable. Therefore I use the Visualizer API to grab anonymized info from the global audiomix and can for sure determine if audio is played. The visualizer API function I use is only available since API Level 19 (Kitkat - Android 4.4). For API Levels below I use the isMusicActive() function as well.
State based redirection
The service is only startable if the bluetooth adapter is turned on, everything else wouldn't make sense would it? The redirection only starts if a bluetooth device is connected to the hands free bluetooth profile. If the hands free connection isn't available anymore the redirection stops.
Static redirection
If you choose this option the audio redirection will start as soon as you start the service and only stops with the service. No audio information is analyzed.
If you choose the reconnect after call option the service restarts itself after a voice call is terminated (the telephone app has priority over the sco channel). The service also restarts if you end the "call" for media redirection. This option is only available in combination with static redirection.
Intent to start/stop the service
It's really really simple! Send of the following intents
•net.philipp_koch.dynamicmediabtrouter.ON
•net.philipp_koch.dynamicmediabtrouter.OFF
Requirements:
•An Android device with the minimum API Level 11 (Honeycomb - Android 3.0)
- API Level 18 (Jelly Bean - Android 4.3) for a raw bluetooth stream. Lower version may require you to accept the "call"
- API Level 19 (Kitkit - Android 4.4) for audio recognition via the visualizer API.
•A bluetooth device which supports the hands free profile (usually headsets or car speakerphones)
•No task managers! They're crap and nothing else! They kill the background service so don't complain!
Working as designed (dynamic mode)
If you end the "call" the redirection doesn't stop and audio is routed to nowhere. Because the app was intended for navigation apps this is a useful design:
If redirection starts and you are already aware of the information presented you could end the "call" as soon it starts. After the information is played the service will close the channel as usual and open it again as soon as audio is detected.
If you use the app to redirect music for an ongoing time and you end the "call" accidentally you have to pause the music for at least a few seconds. The service will stop the redirection and start it again as you press play.
You experience a bad audio quality
I can't fix that. The hands free profile isn't intended for high quality. You have to use A2DP instead!
What’s left to do?
• stop Service from notification
Latest updates
What's new in version 0.6.5
Fixed crashes after the last update.Support for Android runtime permissions.
Record Audio permission is needed for the dynamic mode
How to install Dynamic Media BT Mono Router APK on Android phone or tablet?
Download Dynamic Media BT Mono Router APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (net.philipp_koch.dynamicmediabtrouter-v0.6.5-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
0.6.5 (21) | 49.3 KB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required