Prevent iTunes from Opening When Connecting Bluetooth Headset

bluetoothitunesmac

Every time I connect my bluetooth headset to my Mac, iTunes decides it's time to launch. Is there a way I can prevent this behavior?

I found this thread, but there is no solution: https://discussions.apple.com/thread/2570254?start=0&tstart=0

  • OS X 10.8.3
  • iTunes 11.0.2 (26)
  • Using Beats Wireless

Update

Even after removing iTunes from my computer, it stills prompts me to "find iTunes" whenever a bluetooth audio device is connected.

Best Answer

Extending Steve's answer, plus some tips from this apple discussion, here's what I did that finally solved this.

1) Create a "Do Nothing App": open Automator, create an empty application, and save it as DoNothingApp.app

2) Rename iTunes (manually in the Applications directory, or using this terminal command):

sudo mv /Applications/iTunes.app /Applications/iTunesBACK.app

3) Make a copy of DoNothingApp.app as iTunes.app (manually, or using this terminal command):

sudo cp -R /Applications/DoNothingApp.app /Applications/iTunes.app

That's it. Of course, your iTunes is now called iTunesBACK.