English 中文(简体)
如何通过某种活动或服务强迫与2dp蓝色装置连接
原标题:How to force a connection to a a2dp bluetooth device by an activity or service

I m using my Nexus One with Android 2.2 Froyo in my car dock. For the audio output I m using a a2dp receiver which is hooked up to my car stereo. Now, when I put the phone in the car dock it automatically connects to the car dock but not to my a2dp receiver, I have connect it manually in the settings (already paired).

I m还使用一个照相机进行录音。 我也许会把2dp与2dp接收器连接起来。 但我知道,缺席的“蓝色体”二字不支持这种事情。

是否有必要建立这种联系,或者以任何其他方式? 我也接受无证解决办法。

问题回答

I fixed this recently with the app A2DP volume. My issue was my lg p920 on android 2.3.5 would connect to handsfree and a2dp stereo audio with my Sony car stereo mex bt3950ou (many other brands have the same issue).

这辆汽车一旦倒闭,又回头。 在从六氯乙烷开始转变时,将失去联系,只有无双手可重新连接。

可以对A2DP卷进行配置,以迫使重新连接陈旧的音频链接,见关于A2DP批量网站的指示。

见您的问题,与双向变异装置。 你们能够拥有这样做的“变式”人物。 BB版本将从仪器中流出A2DP音乐,并允许你打电话。 缺点是,使用调频来使你的头脑健康,因此,质量将低于本土的BT。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签