The tag has no wiki summary.

learn more… | top users | synonyms

-4
votes
0answers
20 views

How to record conversation in Cisco IP Communicator [closed]

I am using Plantronics .Audio 628 USB Headset and Cisco IP Communicator 8.6.2.0. I want to record our conversations but the applications I tried to use to record the conversations in the headset do ...
0
votes
1answer
62 views

Detect if headset is plugged in - iOS 5

I'm aware that this is a question already asked, I've found possible duplicates: Detecting if headphones are plugged into iPhone headphone plug-in plug-out event when audio route doesn't change ...
0
votes
0answers
15 views

create bluetooh application in iOS to send music to headset

I would like to create an application in iOS to play my music via bluetooh headset today my headset work on iOS just to answer and make calls anyone know how to do? Dario
0
votes
0answers
29 views

bluetooth PCM communication is deaf

I have the following system: bluetooth headset <-- HFP, HSP --> marvell bluetooth <-- PCM --> gsm modem What I know: First part works: rfcomm0: 00:06:C6:36:02:92 -> 00:1A:7D:D0:04:6D ...
0
votes
0answers
93 views

How to reroute iphone microphone headset to bluetooth A2DP?

We have to develop an app for iPhone-iPod-iPad to reroute the audio from the headset microphone to an external speaker connected to a bluetooth receiver A2DP. Someone has figured this out? Thanks.
0
votes
1answer
36 views

Detect speaker/headset using AudioUnit on Mac OS X

Using AudioUnit and kAudioUnitSubType_HALOutput how do I detect if the output is Speaker or Headset?
1
vote
0answers
53 views

How to Detect Headset Capabilities

I know how to detect whether a headset is plugged in but some headsets (e.g Samsung EHS60ANNBE) come with the PAUSE/PLAY (a.k.a KeyEvent.KEYCODE_HEADSETHOOK) button only, without the PREV/NEXT... I ...
1
vote
1answer
143 views

android bluetooth headset getprofileproxy returning null

I am trying to connect a bluetooth headset to my android device using the android developer page as a reference. http://developer.android.com/guide/topics/connectivity/bluetooth.html My problem is ...
0
votes
0answers
151 views

Understanding Bluetooth Headset connection with Android

I have a Bluetooth headset (BTC6White). I want to speak into the microphone and an Android device play the sound. So, How I can do this? First, I can establish a socket connection socket = ...
0
votes
0answers
68 views

Android SCO Audio Bluetooth connect

I execute audioManager.startBluetoothSco(); then my BroadcastReceiver get the EXTRA_SCO_AUDIO_STATE intent.getIntExtra(AudioManager.EXTRA_SCO_AUDIO_STATE, ...
11
votes
2answers
103 views

What triggers (or generates) KeyEvent.ACTION_MULTIPLE?

The documentation for KeyEvent.ACTION_MULTIPLE says: "multiple duplicate key events have occurred in a row, or a complex string is being delivered. If the key code is not {#link ...
1
vote
1answer
154 views

How call process works with blue tooth devices?

I tested few things on Android mobiles with bluetooth headset.I have few questions regarding the same. Device Specifications : Android 2.3 above Headset Blue tooth profiles : HFP,A2DP I accepted a ...
0
votes
0answers
75 views

customizing bluetooth headset for another function

how to get volume key event from bluetooth headset and that event should invoke another function(eg:- open gallery) instead of increasing volume please help
0
votes
0answers
159 views

Use Headset button for PTT in Mumble IOS app

I am using the Mumble iOS app code as a base for a project I am working on, however I need to be able to use the headset center button as a push to talk button (press once to start talking, press ...
0
votes
0answers
100 views

How to stop sound input and output from changing to internal when recording audio in Android?

I've got a strange bug in my audio recording app that causes the device to switch to internal audio when I call AudioRecord.startRecording(); Meaning, all audio from every app (music players, ...
1
vote
0answers
36 views

capture wired headset button press event Pocket PC PDA

I have one question regarding the WIRED Headset button when the wired Headset is connected to a Windows Mobile phone. How does the Dialer application know that the Headset button is pressed in this ...
3
votes
1answer
104 views

Regarding Bluetooth Protocol

Can Android app installed in tablet show alert for in-coming Call or SMS of any other device (Nokia,iPhone,Window) with it is paired by blue-tooth ? What i am able to do - I can pair android device ...
0
votes
0answers
71 views

Bluetooth headset volume control trough device

I have already connected my bluetooth 4.0 headset with our iPod. I am currently using kAudioSessionProperty_OverrideCategoryEnableBluetoothInput to changing my audio route to Bluetooth headset. That ...
-1
votes
1answer
177 views

Detecting headset with Corebluetooth framework

I have bluetooth headset 4.0 LE. I want to connect that device with corebluetooth framework. Can anyone tell me what will the UUID for the same. Currently i am not able to detect the headset. I have ...
0
votes
1answer
204 views

WP8 Error when connected to bluetooth headset

The scenario is: 1. Turn on my Nokia Bluetooth BH-214. 2. Wait for connection eastablished with my Lumia 822. 3. run the code. The exception is thrown from await ...
3
votes
1answer
688 views

Disable microphone of Headset & Enable microphone of device.

Can we differentiate between microphone of Headset & Android Device. I am trying to record audio from microphone of device, but it routes the audio from the microphone of headset to android ...
0
votes
1answer
205 views

Detect audio path change in android

I am working on a Android media player application (Android ver 2.3 - 4.1 to be supported). I want to detect audio path transitions, like speaker to wired-headset or wired-headset to BT etc. I need to ...
3
votes
1answer
263 views

Use headset button to record sound

I have a problem with headset center button. What i'm trying to do is to record sound WHILE headset button is pressed. Once the button is released, audio recording stops. Here's my code: @Override ...
3
votes
1answer
313 views

key mapping error, only with my app

my app is supposed to handle bluetooth buttons. However, when I press the "next" button on a bluetooth device, or from the original wired headset, I got this in Logcat : bluetooth device : 11-29 ...
0
votes
1answer
291 views

Sending an audio file (to headset) through Bluetooth in Android

Well I read many threads in Stack overflow about file transfer by bluetooth in android and they have mentioned that sending "any" file is same whether its a *.txt file or a song. But I am using a ...
0
votes
1answer
103 views

How do I read Bluetooth headset name?

I want to read the bluetooth headset name. I managed to rout the sound trough the headset and to get the current route for the kAudioSessionProperty_AudioRoute. I was not able to find any ...
0
votes
1answer
174 views

SmartWatch and Smart Wireless Headset Pro app on the market

I extended my SmartWatch app to work also on the Smart Wireless Headset Pro. In the developer documentation I read that the SmartWatch apps on Google Play should have a description that ends with: ...
2
votes
1answer
394 views

Change headset microphone to internal microphone

is there a possibility to record audio from the internal phone microphone when a headset is plugged in? Cheers, Kai
0
votes
1answer
334 views

How can an android app detect a bluetooth headset without bluetooth permissions?

I recently obtained a bluetooth headset, and noticed that although Google Play Music detects when it pairs, and starts showing a 'switch between phone speakers and bluetooth headset' control, its ...
0
votes
0answers
129 views

linux, stream audio from mic to headset, using USB wireless headset with TV [closed]

I have this headset: http://www.plantronics.com/de/product/audio-995 and would like to use it with just normal TV-set or AV-Receiver. My idea is to switch a tiny linux pc between the USB-Dongle of ...
2
votes
0answers
236 views

Detect button press in samsung headsets Android

i'm trying to detect (via BroadcastReciever) hard pressing on original samsung headset buttons. the code is simple: public class MediaButtonIntentReceiver extends BroadcastReceiver { public ...
0
votes
0answers
66 views

My Jabra BIZ 620 doesn't work after changing ubuntu to KDE

I changed the interface of ubuntu from unity to kde. Then, out of nowhere, my headset stopped working. But when I go to Phonon, I can hear things on the headset. Any further information, please, ask. ...
0
votes
1answer
200 views

Android: Bluetooth headset redirects sound to phone

Well, my Bluetooth headset (Nokia Bh-503) works fine with any application on my phone, but when I receive a call it works for the firs 5s then the sound is redirected to the phone .. it used to work ...
1
vote
0answers
120 views

control bluetooth headset through computer

I've been searching everywhere, but have not been able to find the answer - perhaps I've just been using the wrong search terms, but I was wondering if anyone knows if there's a way to control the ...
2
votes
0answers
903 views

Android startBluetoothSco not starting sco but isBluetoothScoOn returns true

I have created a GitHub repo with a sample project that shows the below problem I am asking about here: ...
0
votes
1answer
101 views

SmartWirelessHeadset Pro Icon

(I've created an Android/Extension app for Sony SmartWatch and now I'm adding support for Sony Smart Wireless Headset Pro as well.) My problem is that the Black & White PNG icon for the Extension ...
3
votes
1answer
487 views

connect to a bluetooth headset on a pc

I have a vibrating headset, that vibrates on incoming calls from a mobile-device. I would like to connect to this headset with my PC, and send it the "incoming call signal" as if it received a call. ...
0
votes
1answer
782 views

Android tablets and Bluetooth HFP

I am writing an application that records audio from a bluetooth headset. I have been testing on my HTC Evo 4g LTE(4.0.3). The headset pairs and the application works as intended. To further my testing ...
1
vote
0answers
111 views

Autoanswer: Conventional wisdom seems incorrect

I have been working on a means of automatically answering a phone call using the "KeyEvent" method that so many people seem to swear by. This method works on a simulator but does not work onb an ...
0
votes
0answers
234 views

phone call will block third party application to use bluetooth on iPhone [closed]

I am experiencing a strange issue on iPhone. My application works fine to play audio on Bluetooth HeadSet until a phone call coming and user select internal-speaker on phone-call, then my application ...
2
votes
0answers
444 views

Permission Denial: not allowed to send broadcast android.intent.action.HEADSET_PLUG

Google obviously are introducing more and more protection for their internal broadcasts on JB or 4.1 and above. This was working fine on 4.0? Do you know if there is a way to send a new broadcast, ...
0
votes
0answers
1k views

Routing phone microphone to Sco Bluetooth headset in Android

How those chances upon my posts throw the last year saw how much I struggled with this application. Now I have reached to the final phase and I really cannot understand why the code doesn't work. What ...
0
votes
0answers
595 views

bluetooth headset button event

I reply my answer,I check source code "BluetoothHandsfree.java" ,it is impossible,unless recompile source code add special broadcast or add some flag to do . I really hope google can add self defined ...
2
votes
1answer
302 views

Capturing media button from headset on Motorola Razr Android 4.0.4

This is my first post so if I do anything or phrase anything wrong please let me know for the future, and I am sorry if this is longer or more verbose then normal I just wanted to give a good ...
0
votes
1answer
190 views

How to detect BT headset/headphones when starting a service

I am starting a service that registers broadcast receiver for BT device connect/disconnect. It seem to work just fine. Although, I ran into a problem. I need to detect if BT headset is already ...
2
votes
0answers
161 views

Android 4.x Bluetooth issues with low freq. headset profile changed! why?

We are using application which get low frequency audio signal from HFP BT point. We have used Android version 3.xx which work fine. and the BT point was define as headset point When we have upgrade ...
2
votes
1answer
360 views

iPhone/iOS - connect and disconnect from a Bluetooth headset

I have paired my iPhone with a specific Bluetooth headset. I would like to programmatically connect and disconnect from the headset but cannot seem to find the API to accomplish this. Am I simply ...
0
votes
0answers
158 views

Android - sending intent similar to event MEDIA_NEXT

Is it possible to send some intent like KEYCODE_MEDIA_NEXT programically ? P.S KEYCODE_MEDIA_NEXT is an event that appear after clicking some media button but I want to send it programically.
1
vote
1answer
393 views

ACTION_AUDIO_BECOMING_NOISY not being captured

After reading the android dev-guide and some posts here, I have implemented a simple solution to capture a HEADSET UNPLUG event in my tablet running Android 2.3.3. Unfortunately it seems I'm missing ...
0
votes
3answers
2k views

Android - checking headset button click

How can I checked if play/pause button in my headset is clicked? After that can I implement some method that could change typical action (play/pause) for my own action (shut down etc.) ?

1 2