Try this in xterm: Code: rfcomm connect 0 <MAC_ADDRESS> don't forget to have your bluetooth enabled and just replace <MAC_ADDRESS> with your car's stereo. I have the same problem like you guys, except with a Kenwood [EDIT]: You can use Desktop Command Execution widget with this command to have a shortcut on ur desktop
rfcomm connect 0 <MAC_ADDRESS>
adapter=$(dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.DefaultAdapter | awk -F'"' '/at/ {print $2}') device=$(dbus-send --system --print-reply --dest=org.bluez ${adapter} org.bluez.Adapter.FindDevice string:${devmac} | awk -F'"' '/at/ {print $2}') dbus-send --system --type=method_call --print-reply --dest=org.bluez ${device} org.bluez.${service}.Connect
run-standalone.sh <directory>/headphones.sh