Find the answer to your Linux question:
Results 1 to 2 of 2
Hi All, I am currently building the POKY image to support file transfer over bluetooth on OMAP3430 SDP. The POKY image is up and running. I am able to see ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    3

    [SOLVED] DBUS error- Bluetooth File transfer failed!

    Hi All,

    I am currently building the POKY image to support file transfer over bluetooth on OMAP3430 SDP.

    The POKY image is up and running. I am able to see the POKY UI on the SDP. But when I try to do a file transfer over bluetooth, the file transfer fails.

    The package "obex-data-server" does not run. So I run it manually using

    $ obex-data-server --no-daemon --system-bus &

    It showed a warning-

    (obex-data-server:2764): WARNING **: Unable to register service: Connection "
    :1.19" is not allowed to own the service "org.openobex" due to security policies
    in the configuration file


    Then, I started the File sending from the POKY UI.
    1) I clicked on the Bluetooth-Sendto Icon.
    2) Selected the File to transfer.
    3) Selected the Bluetooth Device.

    But the file was not transferred.

    I received an error message- "Message did not receive a reply (timeout by message bus)".

    The Bluetooth-Sendto is a part of "bluez-gnome" package. When I click on the Bluetooth-Sendto icon, "bluez-gnome" should communicate with the DBUS and then communicate with the "obex-data-server". But it looks like there is no proper communication between "bluez-gnome" and "obex-data-server" through the DBUS.

    How can I ensure a proper communication between "bluez-gnome" and "obex-data-server"?

    I am using Bluez-gnome version 0.26, Bluez version 3.36, Obex-data-server version 0.34 and DBUS version 1.1.20.

    I tried to run the dbus-monitor to capture some information.(I tried to send a file "omap-image-sato-omap-3430sdp-20090224183430.rootfs.tar" to the bluetooth device with BD address "00:1E:45:A8:48:AF").

    Here are the logs:
    -------------------------------------------------------------------------------

    root@omap-3430sdp:~# dbus-monitor --system &
    root@omap-3430sdp:~# signal sender=org.freedesktop.DBus -> dest=:1.14 path=/org/
    freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
    string ":1.14"

    (bluetooth-sendto:2750): Gtk-WARNING **: could not load image: Icon 'stock_cell-
    phone' not present in theme


    (bluetooth-sendto:2750): Gtk-WARNING **: could not load image: Icon 'computer' n
    ot present in theme


    (bluetooth-sendto:2750): Gtk-WARNING **: could not load image: Icon 'computer' n
    ot present in theme

    signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesk
    top/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
    string ":1.15"
    string ""
    string ":1.15"
    signal sender=:1.12 -> dest=(null destination) path=/org/bluez/hci0; interface=o
    rg.bluez.Adapter; member=RemoteDeviceConnected
    string "00:1E:45:A8:48:AF"
    signal sender=:1.12 -> dest=(null destination) path=/org/bluez/hci0; interface=o
    rg.bluez.Adapter; member=RemoteNameUpdated
    string "00:1E:45:A8:48:AF"
    string "SE"
    signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesk
    top/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
    string ":1.15"
    string ":1.15"
    string ""
    Sending of file /omap-image-sato-omap-3430sdp-20090224183430.rootfs.tar failed:
    Message did not receive a reply (timeout by message bus)
    signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesk
    top/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
    string ":1.13"
    string ":1.13"
    string ""
    signal sender=:1.12 -> dest=(null destination) path=/org/bluez/hci0; interface=o
    rg.bluez.Adapter; member=RemoteDeviceDisconnected
    string "00:1E:45:A8:48:AF"

    --------------------------------------------------------------------------------

    Please give your Inputs and possible solutions to get the Bluetooth File Transfer working in the POKY environment.

    Thank you,
    Raghavendra Shenoy

  2. #2
    Just Joined!
    Join Date
    Feb 2009
    Posts
    3
    Hi,

    I tried downgrading to obex-data-server version 0.31 from 0.34. It works!!!

    I'm using obex-data-server-0.31.
    bluez-gnome-0.26.

    I'm able to send files over Bluetooth..!


    -Raghavendra

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...