I'm still discovering this phone & its bugs.. Just noticed while i'm using a BT headset during call, proximity sensor is inactive = screen doesn't turn off when my cheek's on it, while without BT headset connected it does..
Related
Hy! I have this problem with my trinity: when i start a call,bluetooth turns itself on...and turns itself off when i finish the call...
why???
up!the bluetooth turns itself on even if i receive a call...
Manual bluetooth only
is there any way to disalbe the feature and turn on bluetooth only if its done manually? i dont have any bluetooth handsfree headset and i dont want bluetooth to turn on during the call [ incoming / outgoing ]. can i do that?
Does anyone have the issue with their blutooth a2dp headset losing it's wireless stereo connection on the Ameo?
When it first paired the connection remained for ages. Now it only remains active for a short time when I switch my headset on (JABRA BT8010).
The connection is diplayed in the information bar at the top of the screen as the headset icon with the music note within it.
Any ideas? Just a bit of a pain constantly swiching headset on/off.
My Plantronics Pulsar 590 does not have this problem with the Advantage (or with any other phone I've tried it with).
I try to use my niki with a blue gps antena and a blue headset but don't work together, if i want connect gps i must shutdown the headset. Someone have an idea to solv this problem?
When you have shut down your headset BT, and turn on your GPS, when you have the connection with the GPS, you can turn on again your headset, it's done...
Thanx, with this system its working fine
I have noticed that I cannot call via Raphael usually when BT headset is activated.
I hear no any calling sound. is it normal or some bug?
It is differen t when use car kit...
I'm developing a VoIP application.
When using bluetooth headset on a Galaxy Tab 4.0.4 i've the following problem:
When there is a voice call in the middle of the VOIP call, or also when I stop application and restart my application it will not use again the bluetooth headset microphone.
When the problem occurs it will keep not using the bluetooth headset microphone even afer stopping and starting bluetooth adapter or the bluetooth device. Only adb reboot seems to fix the problem.
There is a 'dirty' fix which i don't fully understand:
When the problem occurs calling from my application:
audioManager.setMode(AudioManager.VOICE_CALL)
audioManager.setMode(AudioManager.NORMAL)
Click to expand...
Click to collapse
will reenable the microphone of the bluetooth headset.
IF this call was working always that would be enough to fix the issue,however there is a problem: sometimes (around 25%) just after calling the snippet I will start listening very annoying intereferences on the bluetooth headset each time SCO is enabled
I guess they are related to the following comment in AudioManager documentation: 'In particular, the MODE_IN_CALL mode should only be used by the telephony application when it places a phone call, as it will cause signals from the radio layer to feed the platform mixer.'
The question is: any ideas on what could cause and how to avoid the explained issue??