Your message dated Mon, 31 Mar 2008 22:25:33 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#473634: obexftp: does not work with Siemens S55 via
serial cable
has caused the Debian Bug report #473634,
regarding obexftp: does not work with Siemens S55 via serial cable
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
473634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473634
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: obexftp
Version: 0.19-7
Severity: normal
Siemens S55 is listed[1] as a supported device, but obexftp fails to
establish a connection.
[1] http://dev.zuckschwerdt.org/openobex/wiki/SupportedPhonesSiemens
$ scmxx -d /dev/ttyS0 -i | head -n 4
Using "UTF-8" as system character set.
Accessing device /dev/ttyS0...done
OK, a modem device is present.
Phone related information:
Vendor: SIEMENS
Model: S55
Revision: 16
$ obexftp -t /dev/ttyS0 -Y
=== Probing with FBS uuid.
Connecting...failed: connect
Still trying to connect
Connecting...failed: connect
Still trying to connect
Connecting...failed: connect
Still trying to connect
couldn't connect.
=== Probing with S45 uuid.
Connecting...failed: FBS UUID
Still trying to connect
Connecting...failed: FBS UUID
Still trying to connect
Connecting...failed: FBS UUID
Still trying to connect
couldn't connect.
=== Probing without uuid.
Connecting...failed: FBS UUID
Still trying to connect
Connecting...failed: FBS UUID
Still trying to connect
Connecting...failed: FBS UUID
Still trying to connect
couldn't connect.
End of probe.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (900, 'testing'), (600, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages obexftp depends on:
ii libbluetooth2 3.26-1 Library to use the BlueZ Linux Blu
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libopenobex1 1.3+cvs20070425-2 OBEX protocol library
obexftp recommends no packages.
-- no debconf information
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
* Hendrik Sattler <[EMAIL PROTECTED]>, 2008-03-31, 21:50:
For using the S55 over serial cable, you MUST connect using UUID S45. Trying
any other other UUID breaks the firmware and you must power-cycle the phone.
OTOH, using the S55 over Bluetooth, you must use UUID FBS.
Never use -Y though, not sure what it if for, anyway.
The following shows on my S55:
$ obexftp -t /dev/ttyS0 -U S45 -l
Using S45 uuid.
Connecting...done
Receiving "(null)"...|<?xml version="1.0"?>
<!DOCTYPE folder-listing SYSTEM "obex-folder-listing.dtd">
<folder-listing version="1.0">
[...]
</folder-listing>
done
Disconnecting...done
It works, indeed.
I was confused because I had tried to run obexfs, which apparently broke
by firmware.
--
Jakub Wilk
--- End Message ---