hey i was wondering if the bluetooth on mba's support A2DP for bluetooth stereo headsets? this would be very useful since the headset jack on the mba not 100% compatible with all headphones
I have Motorola Active S9 Bluetooth Headphones, and will test them out later this week hopefully when my Macbook Air arrives. It should work. How well is another story.
I stopped using them on my iMac because of the massive skipping. I think it is due to the fact that I both a bluetooth keyboard and mouse, but still, the point was to be all wireless and it doesn't work great.
Hopefully since I will have nothing bluetooth with the Air they will work flawlessly. I'll let you know.
I have the Moto S9 headphones and they work fine with my Macbook Air 1.6/HD model. Paired right up, shows as both a headset (for mono apps, with mic support) and as headphones (stereo, no mic). You can pick either profile to use. I was playing music from iTunes and it worked great, YouTube audio also fine. I did notice that if I had a bluetooth mouse active at the same time it became pretty choppy. So basically the BT headphones work well, but you don't want to have any other BT devices active at the same time.
-John
Does anyone use or know of a bluetooth stereo headset w/ mic? I have a MP on the way and am looking for something good that works with OS X.
Both the Moto S9's and the Moto HT-820's have mics and do the headset profile. I actually just tested that profile out with gizmo earlier tonight, and it didn't sound too great, though I'm not sure where the quality issue was coming from.
sudo ps -A \
| grep BluetoothAudioAgent \
| tr -s ' ' \
| cut -f 2 -d ' ' \
| head -1 \
| sudo xargs renice -19
I have the Moto S9 headphones and they work fine with my Macbook Air 1.6/HD model. Paired right up, shows as both a headset (for mono apps, with mic support) and as headphones (stereo, no mic). You can pick either profile to use. I was playing music from iTunes and it worked great, YouTube audio also fine. I did notice that if I had a bluetooth mouse active at the same time it became pretty choppy. So basically the BT headphones work well, but you don't want to have any other BT devices active at the same time.
-John
It turns out that there is an easy fix for the choppiness, at least on my 17″ Al PowerBook G4. It turns out it is choppy because of the priority of the program called BluetoothAudioAgent. So, in order to fix it, heres what I did
First open up a terminal.
Then type the following command:
Code:sudo ps -A \ | grep BluetoothAudioAgent \ | tr -s ' ' \ | cut -f 2 -d ' ' \ | head -1 \ | sudo xargs renice -19
You need to have admin access to make this work. Also, make sure that you copy all lines of it and paste it into the terminal window at once.
*******-macbook:~ *******$ sudo ps -A \
> | grep BluetoothAudioAgent \
> | tr -s ' ' \
> | cut -f 2 -d ' ' \
> | head -1 \
> | sudo xargs renice -19
renice: 266: getpriority: No such process
ow about a pair of bt speakers? That would be great to hear instead of the mono speaker
sudo ps -A \
| grep BluetoothAudioAgent \
| tr -s ' ' \
| cut -f 2 -d ' ' \
| head -1 \
| sudo xargs renice -19