obex-data-server 0.4.2
November 1, 2008 on 8:06 pm | In obex-data-server |obex-data-server 0.4.2 released: http://tadas.dailyda.com/software/obex-data-server-0.4.2.tar.gz.
0.4.2 is another bug fix release. It also includes new RemoteCopy and RemoteMove methods in Session object.
ChangeLog:
- Implement RemoteCopy and RemoteMove methods in Session
- Use Wand.pc for ImageMagick PKG_CHECK to be compatible with all distros
- Avoid executing obex_request_put in ServerSession several times for the same transfer
- Avoid printing out NULL for ARM compatibility
- Check for Bluez 3.34 or later in configure
3 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^
Hey Tadas, slight issue here:
I’m using obex-data-server 0.4.2 with KdeBluetooth4 0.2. When I try to send a file to my phone, I get the following error message:
“Method “CreateBluetoothSession” with signature “ss” on interface “org.openobex.Manager” doesn’t exist”
Am I looking at a bug in obex-data-server, or in KdeBluetooth4, or something else? I’m not entirely certain what a signature is in relation to Dbus, and I can’t find any place in the KdeBluetooth4 code where it sends that as part of the Dbus call. Any thoughts?
Thanks,
JK
Comment by JK Wood — November 26, 2008 #
In obex-data-server 0.4 and later releases API has changed compared to older releases. Probably, KdeBluetooth isn’t yet ported to ods 0.4 API. See this for details: http://wiki.muiline.com/obex-data-server/migrating_to_0.4
Comment by admin — December 1, 2008 #
Makes sense. I’ll look into doing some hacking on it. Thanks!
Comment by JK Wood — December 3, 2008 #