loader image

Unified Remote [sdp issue | Resolved]

What makes us different from other similar websites? Forums Tech Unified Remote [sdp issue | Resolved]

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #5541
    thumbtak
    Keymaster

    You need to run the bluetooth daemon in compatibility mode to provide deprecated command line interfaces. You’re running Bluez5 and you need some Bluez4 functions. You can do this by editing this file

    /etc/systemd/system/dbus-org.bluez.service and changing this line

    ExecStart=/usr/lib/bluetooth/bluetoothd to this

    ExecStart=/usr/lib/bluetooth/bluetoothd –compat

    and then restarting bluetooth like this

    sudo systemctl daemon-reload
    sudo systemctl restart bluetooth

    and you’ll also have to change permissions on /var/run/sdp

    sudo chmod 777 /var/run/sdp

    and finally restart unified remote server.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack