Bluetooth audio while aux plugged in - Thunderbolt General

I have been trying new roms since bamf released ICS. I use a blue ant t1 earpiece and some roms work they way I want it to and others don't. I would like to have Bluetooth audio through the Bluetooth earpiece all the time except when I plug in the aux. This works correctly (I believe) in cm7.1, BAMF ICS, eternity 8-2. I really like liquid smooth asop but it will just play audio through the Bluetooth earpiece even if the aux it plugged in... like it ignores the aux. However it does know the aux is plugged in because if I insert or remove it my audio settings will change with dsp/beats and sound differently through my Bluetooth. My question is there a setting, app, script to set the aux to be primary whenever it is plugged in and take precedence over Bluetooth.
Sent from my Thunderbolt using xda app-developers app

It's something the Rom dev would have to fix probably. This thread is in the wrong section. Should be in q and a.
Sent from my ADR6400L using Tapatalk 2

Your right this is something the devs would need to address which is why I asked under the android development thread. I'm not expecting a simple answer or easy fix. I have spent a few hours searching without finding a simple answer.
Sent from my Thunderbolt using xda app-developers app

It looks as though it has to do with the AudioManager output. 'If-then-else order'.
Sent from my Thunderbolt using xda app-developers app

choke1781 said:
Your right this is something the devs would need to address which is why I asked under the android development thread. I'm not expecting a simple answer or easy fix. I have spent a few hours searching without finding a simple answer.
Sent from my Thunderbolt using xda app-developers app
Click to expand...
Click to collapse
Omg I knew you would say that. Sorry for trying to help and let you know you posted in the wrong section. If we used your logic everytime we created a new thread every post would be here. If you have question that isn't Rom specific you ask in q and a. If its Rom specific ask in that roms thread. Pretty simple I think but what do I know.
Sent from my ADR6400L using Tapatalk 2

it is not a rom specific question it is a general question on how do I set the audio routing priority on the android device. The long and short of it is:
What happens if you start playing some music is that the audioflinger will call the
policy manager's startOutput method. Each stream type that you can start (in this case
AudioSystem::MUSIC) maps against one of the available routing strategies (in this case
AudioPolicyManagerBase::STRATEGY_MEDIA).
So startOutput calls getDeviceForStrategy, which uses the routing strategy, the current
phone state, the current forceUse setting and the bitmask of available output devices
to pick the best suitable device (and here the order in which the devices are checked
may differ between OEMs). In our music playback scenario it should pick DEVICE_OUT_SPEAKER
unless some wired accessory or A2DP accessory is connected.
Once the preferred device has been found, startOutput calls setOutputDevicewhich will
send the new routing parameters to the AudioHardware output stream object (the parameters
actually pass through a number of stages and go all the way up to the audioflinger, which
finally calls the output stream's setParameters method).
What happens next is highly platform specific. On Qualcomm platforms the device enumerator
(e.g. DEVICE_SPEAKER) will be mapped against a pair of devices, one RX and one TX. The
previously used RX/TX device will be disabled, and the new ones enabled, followed by the
"play" stream being rerouted to the new RX device. There might also be a need for loading
some new acoustic settings.
That's a brief overview of how the audio routing is implemented on some devices. In practice
there is of course a lot of code involved, a lot of requirements that need to be met, and
a lot of weird use-cases that you need to handle (what happens if the user has an ongoing
voice call in a BT accessory and decides to go to the media player and start playing an MP3?
what if the user is doing a video recording in silent mode with a 3.5mm PHF attached and
presses the VAD button on the PHF to start music playback? what if the user decides to start
an audio recording at 44.1 kHz during an ongoing voice call? The answers might seem obvious, but due
to how Android and/or the platform works the solutions might not always be obvious).
http :// music.columbia.edu/pipermail/andraudio/2011-February/000141 . html
So I guess its time to tinker with it.

Related

[APP]Bluetooth Keyboard Easy Connect

Hi guys,
I was frustrated to find out that I was not able to connect my newly bought bluetooth keyboard. I could pair it within Bluetooth settings, but it always shows "Paired but not connected".
Even more frustrating is that the developers of apps which allow for a working connection to the keyboard are asking around 10 USD for the app.
I don't care about any features like shortcut keys and such. I just need a connected keyboard.
I decided to write an app which exactly does just this. For free, as it should be!
Description
-------------
A service which connects your bluetooth keyboard device.
Android 2.3 has support for HID devices but is not able to connect bluetooth keyboard devices correctly (yet).
This service automates the connection to your keyboard.
There are no extra features like key mappings a.s. (yet)
WARNING
---------------
This application needs superuser permissions!
You can find this app in Google Market. Search for "easyconnect"
BTW If anyone finds any bugs, or inability to connect a certain device, please let me know the details and I will work on a fix.
Thanx for sending logs, I fixed a number of issues:
- No longer scanning every 15 seconds. Instead it monitors connection state.
- Connection now is event driven. Device nearby will connect it.
- added notification of device connection
- Preventing Android from closing the service after a certain time.
Keep sending bug reports guys!
Compatible keyboard devices (from user comments):
- iGo Stowaway XTBT01
- CVDH-A66 Mini Bluetooth Keyboard for Smartphones, iPad, iPhone, PS3, More
- Apple Bluetooth keyboard
- Freedom i-Connex Mini
- Broadcom Keyboard Device (German keyboard with annoyingly positioned connect button which needs a toothpick to be pressed)
Latest update:
Finally got some time to work on stability.
Let me know if you have troubles getting it to work for you.
Working on keymaps ;-) as well
Fixed a FC on startup after installation
Greetz,
Mike
Wow this is perfect! Thanks so much!
Previously I had a shortcut to bluetooth settings on my home screen to try and connect as quick as possible, but this is 50 times better. I don't have to enter any stupid pins and make sure I press the pairing button at the right time.
I did have one little hang and lag which finished with a force close. But all good nonetheless.
I'm using a mini bluetooth keyboard with a N1 running CM6.1.1 btw which I typed this message with.
5 stars on the market
Edit: Wait, so as long as you're using this app, you dont need a ROM that supports Bluetooth HID devices? As long as your phone is rooted, anyone can use this?
If so, hats off to you.
For as far as I can see anyone can use this, because in a way, the bluetooth stack is actually available for Human Interface Devices in Android starting at 2.1 update 1 if I'm correct.
mikesomething98 said:
For as far as I can see anyone can use this, because in a way, the bluetooth stack is actually available for Human Interface Devices in Android starting at 2.1 update 1 if I'm correct.
Click to expand...
Click to collapse
Yeah but i experienced something different. I just got my phone from a Samsung Repair center because i kinda bricked it while upgrading to froyo so i had them upgrade it. Since i was already in a mall, i decided to visit a powermac store to try out the apple bluetooth keyboard that is reported to be working with the Galaxy S froyo update. Unfortunately i was not able to detect the bluetooth keyboard, and made a fool of myself because the apple guy that was assisting me didn't believe at first that a mobile phone was able to use a bluetooth keyboard (yeah, he didn't know that the iphone 4 that they were selling was compatible with the bluetooth keyboard.. i didn't tell him though..)
so maybe this app might work.. im going to try it out when i return to that powermac store..
The code is there, but it's not complete. It doesn't connect hid devices by itself yet. My app takes care of that. good luck trying it.
I noticed some bug already, so there will be an update very soon.
I can't find this app on the marketplace when i search for easyconnect, how did you guys find it..?
Edit.,
Found it here., www appbrain.com/app/bluetooth-keyboard-easyconnect/net.mybesttools.btkbservice
Does this with with a Sense phone too?
thanks
This is phenomenal! Thanks so much. Using with a iGo/ThinkOutside Stowaway ultra-slim keyboard and it works great. I've used BlueKeyboard, but it has a number of issues: frequent force-close errors, easily-accidentally-triggered switches into Japanese mode. This is much easier and more reliable! Thank you!
Thanks its great
Thanks! But should really be supported by default in android and without root! Hopefully google will fix this in a new version of android.
hejhej.ac said:
Thanks! But should really be supported by default in android and without root! Hopefully google will fix this in a new version of android.
Click to expand...
Click to collapse
Vary ture.
I can't find it on the market ? Does it not work on 2.1?
Sent from my ComBadge
You'll have to test it to find out. ;-)
Latest update v0.3 :
- no longer scanning for bluetooth devices. Instead it checks for connectivity with the pheripheral device directly trough a socket connection.
mikesomething98 said:
,
I could pair it within Bluetooth settings, but it always shows "Paired but not connected".
Click to expand...
Click to collapse
Hi,
Will this work with any Bluetooth device? I have the exact same problem with my cars head unit.
In Froyo it will connect if I either go into the bluetooth settings and press on the connection or if I turn bluetooth off and on.
In Gingerbread its the same as Froyo except for added annoyance it asks for the pin each time.
Thanks
Edit: Just tried it and it doesnt work, would it be hard to make a version for phone / media profiles?
A device as such is not a Human Input Device. As you can see A2DP is supported starting at cupcake. http://source.android.com/porting/bluetooth.html
If you want the ability to wirelessly stream music, the head unit must support Bluetooth A2DP. Currently, the majority of Bluetooth car stereos only support the Handsfree profile, which only allows you to make and receive phone calls via the head unit.
This post might be of help:
http://forum.xda-developers.com/showthread.php?t=649059
It will not come up in the Market
That's all i get when i search for "Easyconnect"
A quote from Android Developers:
How Filters Work in Android Market
Android Market uses the filter restrictions described below to determine whether to show your application to a user who is browsing or searching for applications on a given device. When determining whether to display your app, Market checks the device's hardware and software capabilities, as well as it's carrier, location, and other characteristics. It then compares those against the restrictions and dependencies expressed by the application itself, in its manifest, .apk, and publishing details. If the application is compatible with the device according to the filter rules, Market displays the application to the user. Otherwise, Market hides your application from search results and category browsing.
You can use the filters described below to control whether Market shows or hides your application to users. You can request any combination of the available filters for your app — for example, you could set a minSdkVersion requirement of "4" and set smallScreens="false" in the app, then when uploading the app to Market you could target European countries (carriers) only. Android Market's filters would prevent the application from being visible on any device that did not match all three of these requirements.
A filtered app is not visible within Market, even if a user specifically requests the app by clicking a deep link that points directly to the app's ID within Market. All filtering restrictions are associated with an application's version and can change between versions. For example:
•If you publish a new version of your app with stricter restrictions, the app will not be visible to users for whom it is filtered, even if those users were able see the previous version.
•If a user has installed your application and you publish an upgrade that makes the app invisible to the user, the user will not see that an upgrade is available. So it means you have a device with a Android version which is not compatible.
I could lower the minimum version for you so you can at least try the app.
I cannot lower it any further then SDK version 5 because it lacks some needed functionality in the bluez stack.
I found this on appbrain and i see it says android 2.2 and up.
My Samsung Galaxy S Epic is running a stock 2.1 rom. Thanks for the offer but that's totally up to you if you want to let the app on to all the 2.1 phones. It just sounds cool and something useful to have installed. I don't have a bluetooth keyboard
mikesomething98 said:
If you want the ability to wirelessly stream music, the head unit must support Bluetooth A2DP. Currently, the majority of Bluetooth car stereos only support the Handsfree profile, which only allows you to make and receive phone calls via the head unit.
Click to expand...
Click to collapse
Thanks for replying, my head unit does support A2DP and it works fine once I manually initiate a connection. The problem is it doesn't connect automatically the same way your Bluetooth keyboard doesn't connect on its own.
[Updated version available]
Guys,
I just upped v0.5. Let me know your experiences.
The minSDK version is lowered to make it available to android versions 2.0 and up. I was not able to test that, so please let me know if it does/doesn't.
It doesn't seem to be working for me anymore.
The first version worked but drained battery like crazy.
With the newest version from the market, I turn BT on, put keyboard into discoverable and nothing happens.
0.1 would connect after both those steps...

[Q] [Idea] babyphone app for 2 (android) devices

Hi all,
I hope this is the right section... tried developers section, but i am not allowed to post because of limitted amount of posts (dont want to post if its spam )
So, i did a search on google, a search in the market and a search on this forum and could not find what i was looking for.
I am a complete noob with developing apps and dont have the aspiration to do it in the future....
Here is my idea... hope somebody could react if it is possible at all or maybe that it is a completely stupid idea
My wife and i both have a htc desire and i was searching for a babyphone through wifi.... like i said... could not find it.
What i want:
- Place one device in the room from the baby when it is connected to the internet (wifi or 3g)
- The other device i would like to to take to friends ~600 meters away.
- With the phone i have with me i would like to connect to the other phone (through internet wifi or 3g) and hear what is going on at the room from the baby. (Maybe through a webpage or something like that???)
Hope it is clear to you guys what i ment.
I think it should be possible... something like skype or so?? Together with some options from the standard baby monitors in the market i think this could be a completely new app. Of course it could be extended in the future if you could use sound and the cam from the android device and have live video from the babys room....
104 views and no reaction... Is it a stupid idea or something impossible?
Master_B82 said:
104 views and no reaction... Is it a stupid idea or something impossible?
Click to expand...
Click to collapse
Actually, a Babyphone App is a very good idea
Some of the applications that allow for you to use your phone as a webcam also allow for audio capture, so they could be used similarly to what you want.
but can these apps you mentioned sent the captured video/audio to the android phone from my wife??
Noise Alert
While this is not for a constant audio connection, I used this for a baby monitor when in a bind.
You have to tweak the detection settings to suit your sleeper (snorers/rollers), but once you get it set right, if the wake up and cry the App will call your other phone and you can listen to the room at that time.
Not sure if you can set it to restart the app for false alarms, but logically this is probably in there.
Oozura said:
While this is not for a constant audio connection, I used this for a baby monitor when in a bind.
You have to tweak the detection settings to suit your sleeper (snorers/rollers), but once you get it set right, if the wake up and cry the App will call your other phone and you can listen to the room at that time.
Not sure if you can set it to restart the app for false alarms, but logically this is probably in there.
Click to expand...
Click to collapse
Still this is not the best option for me... I want to have sound all the time... If you have kids you will understand.
Other thing is that I want to do it via internet...cheaper
Yeah i have kids. I bought a wireless video baby monitor with two way comminication and support for up to 4 cameras because i couldnt find an android solution.
Someone should definitely develop this idea.
Sent from my GTablet using Tapatalk
Hi Master_B82,
I had the same idea, so that I think that it is not too bad ;-)
Actually, I was working hard over the last months in developing such an App, as I need it for myself, too.
The good news: I finished a first, fully functioning version. It is available on android market as "BabyPhone Mobile":
https://market.android.com/details?id=com.babyphonemobile
I hope, you like it
If you have any ideas on improving the App... Just tell me!

[Q] Why will Beats headphones inline remote work with iphone but not android.

I have Beats by Dre headphones (Solo HD) and I cannot use the inline remote to control my music. I think it's it horse hokie for iphone users to get the full Beats experience. I have seen a lot of thread giving a third party App for headphone controls. I have tried muliple and they haven't worked yet. I figured I would come at the problem from a different angle. I want to know why the inline remote works for iphone but not android. There has to be some program or something in the hardware that makes Beats recognizable on the iphone that same program might be duplicatable. So I ask the community at large why is this possible for the iphone and is there a way to duplicate this program?
vadaniels1985 said:
I have Beats by Dre headphones (Solo HD) and I cannot use the inline remote to control my music. I think it's it horse hokie for iphone users to get the full Beats experience. I have seen a lot of thread giving a third party App for headphone controls. I have tried muliple and they haven't worked yet. I figured I would come at the problem from a different angle. I want to know why the inline remote works for iphone but not android. There has to be some program or something in the hardware that makes Beats recognizable on the iphone that same program might be duplicatable. So I ask the community at large why is this possible for the iphone and is there a way to duplicate this program?
Click to expand...
Click to collapse
Have you updated to JB? If so, unfortunately you cannot control it, unless you have root where there is a solution.
Android and iOS have a different way of recognizing inline remote commands. With headphones that are in the one cable(L or R) and not on the main cable(right after the two cables become one), unfortunately you can use only the main button, if the hands free have the remote on the main cable you can use all the buttons (like urBeats-not iBeats , or older HTC hands frees)
So since JB apps for full remote control do not work-bloody Google Now and voice commands, but if you have root you can make them work by changing some stuff..
Sent from my HTC One S using Tapatalk 2
what if do have root?
thanito said:
Have you updated to JB? If so, unfortunately you cannot control it, unless you have root where there is a solution.
Android and iOS have a different way of recognizing inline remote commands. With headphones that are in the one cable(L or R) and not on the main cable(right after the two cables become one), unfortunately you can use only the main button, if the hands free have the remote on the main cable you can use all the buttons (like urBeats-not iBeats , or older HTC hands frees)
So since JB apps for full remote control do not work-bloody Google Now and voice commands, but if you have root you can make them work by changing some stuff..
Sent from my HTC One S using Tapatalk 2
Click to expand...
Click to collapse
I have root on both my galaxy s2 and nexus 7.... how can i take advantage of the inline remote on my solo hd?
thanito said:
Have you updated to JB? If so, unfortunately you cannot control it, unless you have root where there is a solution.
Android and iOS have a different way of recognizing inline remote commands. With headphones that are in the one cable(L or R) and not on the main cable(right after the two cables become one), unfortunately you can use only the main button, if the hands free have the remote on the main cable you can use all the buttons (like urBeats-not iBeats , or older HTC hands frees)
So since JB apps for full remote control do not work-bloody Google Now and voice commands, but if you have root you can make them work by changing some stuff..
Sent from my HTC One S using Tapatalk 2
Click to expand...
Click to collapse
I also have root access on my s2. Would whatever "fiddling" that you need to do make the microphone work as well.

DAB+ APK for Car Android

Hello all, i got this DAB+ apk for car android at the moment tested and used on Android RK3188 4.1.1
At the moment used with DAB+ Box that plugs in to USB to enable DAB Radio.
What i require is some ones knowledge to modify this apk in more deatil, make it better and easier to use.
First thing is this is how it looks now:
As can be seen it would be nice to add favorite list, make font on the right hand size (station list) abit smaller so it fits in to the box better.
like in this modified screenshot:
and maybe allow images of station to change when station is changed (have no idea if it can be captured over wifi and updated or just added for each station individual image once station changed, Possibly make it smaller too.
The content once extracted it does have all the button images of fave list, other BG's and other bits so just needs to be implemented by some one with more deeper knowledge.
Im new here and my knowledge is limited + time, is that something possible to do, develop and maybe useful for other to use?
Any suggestions are welcome and please do correct me and excuse me if i done something not by the book :good::laugh:
Thank you,
DiveSerTan
XDA:DevDB Information
DAB+, App for all devices (see above for details)
Contributors
DiveSerTan
Version Information
Status: Testing
Created 2016-12-08
Last Updated 2016-12-08
I would like to join the request to make the app something different!
I am really only dissatisfied with the optics, the function of the app is impeccable! I find the colorful "smoke" terrible in the background. I do not like the kitschy radio either.
The whole look a bit more discreet and I would be happy with the app.
Let's go on guys, you've been fit in such things!
Just got an Erisin MTCD unit with the DAB+ interface. The app is very basic and could need the following upgrades:
1. Favorite station list
2. Automatic mute when loosing reception - now it creates a loud noise for a couple of seconds when reception is lost
3. Output station name to multifunction display over Canbus
4. Change station with steering wheel buttons
5. Service following
6. Traffic announcements
I am a software developer but not on Android, if anyone could point me in the right direction I might have a look at this myself
I'm interested in this too
Hi all,
I think I'm correct in stating that this is the app that comes with the Xtrons range of head units?
If so, I've just bought an Xtrons head unit with the DAB adaptor - when using this app, and then switching to something else (I.E. satnav) the audio becomes stuttery. Have any of you also had the same issue? If so - perhaps this could be looked in to as well?
Thanks in advance
The same problem is with the new Joying devices and this app. Could be normal.
Thodai said:
The same problem is with the new Joying devices and this app. Could be normal.
Click to expand...
Click to collapse
Thanks for the quick response!
Whilst that may be the case, surely this can't be "acceptable" behaviour? I view this as quite a major bug with the app, if it can't handle running in the background smoothly then it is all but useless. If I'm in the car then chances are I want to use the satnav app as well!
Has anyone had any better luck with another app if this one is so bad?
burnmw1987 said:
Thanks for the quick response!
Whilst that may be the case, surely this can't be "acceptable" behaviour? I view this as quite a major bug with the app, if it can't handle running in the background smoothly then it is all but useless. If I'm in the car then chances are I want to use the satnav app as well!
Has anyone had any better luck with another app if this one is so bad?
Click to expand...
Click to collapse
Finally found a fix! Download the version posted in this forum:
http://www.autopumpkin.com/forum/viewtopic.php?t=1639
Extremely frustrating problem that should be solved. It's from a different manufacturer, the DAB+ app but it works
It fixes the changing app stutters the sound bug.
Enjoy!
kalinskym said:
Finally found a fix! Download the version posted in this forum:
http://www.autopumpkin.com/forum/viewtopic.php?t=1639
Extremely frustrating problem that should be solved. It's from a different manufacturer, the DAB+ app but it works
It fixes the changing app stutters the sound bug.
Enjoy!
Click to expand...
Click to collapse
May work on your radio... but I´m frustrated too with the DAB+ apk.
I decompiled the app and found a lot of different buttons, incl. a favorites button... but no menu.
Background changes are easy, but that´s all I am able to do.
The app from autopumpkin can not be installed on my device.
I would spend some bucks to someone who would be able to get the app working in background.... and may be develop a settings menu to switch background.
rigattoni said:
May work on your radio... but I´m frustrated too with the DAB+ apk.
I decompiled the app and found a lot of different buttons, incl. a favorites button... but no menu.
Background changes are easy, but that´s all I am able to do.
The app from autopumpkin can not be installed on my device.
I would spend some bucks to someone who would be able to get the app working in background.... and may be develop a settings menu to switch background.
Click to expand...
Click to collapse
Folks...
found another update at autopumpkin:
http://www.autopumpkin.com/forum/viewtopic.php?f=10&t=1715&p=7719&hilit=DAB#p7547
This update works with another app in foreground without stuttering.
Additional: There is a menu to switch the PTY. In this case the station list shows only the stations regarding to the PTY.
rigattoni said:
May work on your radio... but I´m frustrated too with the DAB+ apk.
I decompiled the app and found a lot of different buttons, incl. a favorites button... but no menu.
Background changes are easy, but that´s all I am able to do.
The app from autopumpkin can not be installed on my device.
I would spend some bucks to someone who would be able to get the app working in background.... and may be develop a settings menu to switch background.
Click to expand...
Click to collapse
What car radio stereo do you have? just checking, have you enabled unknown sources to install it.
It's an update for the existing DAB+ application
kalinskym said:
What car radio stereo do you have? just checking, have you enabled unknown sources to install it.
It's an update for the existing DAB+ application
Click to expand...
Click to collapse
I have a complete different solution...
Mine is an Android TV box with a DAB+ Stick. This one works with the app I linked in my last posting.
rigattoni said:
Folks...
found another update at autopumpkin:
http://www.autopumpkin.com/forum/viewtopic.php?f=10&t=1715&p=7719&hilit=DAB#p7547
This update works with another app in foreground without stuttering.
Additional: There is a menu to switch the PTY. In this case the station list shows only the stations regarding to the PTY.
Click to expand...
Click to collapse
thats the app thats modified by realzoulou
https://forum.xda-developers.com/an...b-app-realzoulous-modded-version-com-t3609608
DAB MUX auto switch
Hello colleagues, I have for several months in my car radio ES3060P with android 5.1.1 to him on the USB port is connected tuner DAB + Erisin ES354 and the original DAB Player 1.0. Unfortunately, I noticed that the version of android 5, 6 or recently released 7 is always the same DAB Player.
Due to the fact that I own my DAB-MUX I test different DAB receivers and car antenna systems in the field.
Unfortunately, the DABPlayer 1.0 software has two serious disadvantages that effectively discourage the sale to anyone of the multimedia station adapted to receive digital radio in Poland. Firstly, the receiver lacks the function AF (alternative frequency) when listening to a radio station if a stronger transmitter appears, the receiver switches itself. It is enough for the software to scan the DAB bandwidth with a weak signal and jump to the same station with a stronger mux. In analogue UKF-FM, each program has its own PI code, whereas in DAB each program is always assigned the same SId number. The second disadvantage if after scanning the tuner will find several DAB-MUX and the same programs will show them all grouped side by side - the error should show only the strongest radio station, because the AF function will choose the strongest multiplex itself.
Rgs
Lukasz
Just got mine, disappointed there's on option to save favourite channels???
Thought this may be better than the fm radio app but looks just as bad!
Dab+ parse error
Hi I’m having trouble downloading the app get parse error every time I’m new to all this my original app stopped working so deleted it now I can’t get it back please help
---------- Post added at 11:06 AM ---------- Previous post was at 10:54 AM ----------
Using lollipop 5.1 model I’s ice/hu/pl91mtvap
Hi guys. I have the new octacore xtrons. I installed your application, I see the radios but I do not hear anything. why?
Masterfreek said:
Hi guys. I have the new octacore xtrons. I installed your application, I see the radios but I do not hear anything. why?
Click to expand...
Click to collapse
Use the APP discussed in this thread instead, it is the best and most up to date DAB app: https://forum.xda-developers.com/an...b-app-realzoulous-modded-version-com-t3609608

Help with app?

I know nothing about making apps and need help with something. In a nutshell, I just got a new car (Escape) and I has the Sync 3 system in it and it sucks, reeeeeeaaaalllly bad. It is IMPOSSIBLE to watch videos on it. There is at least a 2000ms audio delay.
I have done a lot of troubleshooting (I'm actually an audio engineer) and I have narrowed it down to the problem being the Sync 3 system.
I need someone to make me a very simple app that can introduce and take away audio latency. Say give or take 5000ms in either direction, so I can compensate. Ford has no intention of updating their Sync 3 system to correct the sync problem.
Is this possible? I will make a donation to a paypal for the work needed (If any).
I have searched quite a bit for an app that can do something so simple and I can't believe that I haven't found one at all. I have had zero luck finding one.
Thanks.
I'm not referring to playing a video file on my phone. I'm referring to streaming.

Categories

Resources