Ticket #5 (closed defect: fixed)

Opened 19 months ago

Last modified 17 months ago

obexfs doesn't work with Nokia6103

Reported by: rpolach Owned by: zany
Priority: minor Milestone:
Component: obexfs Version:
Keywords: Cc:

Description

$ obexfs -b xx:xx:xx:xx:xx:xx -B10 /media/nokia

works for me with Nokia 6021 but not with Nokia 6103 (under the same user) although

$ sdptool browse xx:xx:xx:xx:xx:xx

shows that 10 is correct port for its obex fs too. It mounts the filesystem correctly but shows it *empty*.

obexfs ubuntu package v. 0.10-3

Change History

Changed 18 months ago by zany

  • owner changed from somebody to zany
  • priority changed from major to minor
  • status changed from new to assigned

Is the CLI working? I.e. "obexftp -b -l"

Changed 18 months ago by rpolach

Yes,

obexftp -b xx:xx:xx:xx:xx:xx -l

works, it gives this output (+ some messages to stderr but no error):

<?xml version="1.0"?>

<!DOCTYPE folder-listing SYSTEM "obex-folder-listing.dtd"

[ <!ATTLIST folder mem-type CDATA #IMPLIED> ]>

<folder-listing version="1.0">

<folder name="Tóny" created="20040101T000000" user-perm="R" mem-type="DEV"/>

<folder name="Grafika" created="20040101T000000" user-perm="R" mem-type="DEV"/>

<folder name="Témata" created="20040101T000000" user-perm="R" mem-type="DEV"/>

<folder name="Obrázky" created="20060101T000000" user-perm="R" mem-type="DEV"/>

<folder name="Videoklipy" created="20060101T000000" user-perm="R" mem-type="DEV"/>

<folder name="Nahrávky" created="20060101T000000" user-perm="R" mem-type="DEV"/>

<folder name="Přijaté soub." created="20060101T000000" user-perm="R" mem-type="DEV"/>

</folder-listing>

Note: The folder names are in czech language and the meanings are: Tones, Graphics, Themes, Pictures, Videoclips, Recordings and Received files, so everything seems ok with obexftp

Changed 18 months ago by zany

The ATTLIST looks suspicious. Upcoming ObexFS 0.11 adds automatic channel selection. Please try ObexFS 0.11-rc it needs ObexFTP 0.22-rc: http://triq.net/obexftp/obexfs-0.11-rc1.tar.gz http://triq.net/obexftp/obexftp-0.22-rc1.tar.bz2

I'll have a look at the XML pseudo-parser and fix it for ATTLIST before the release.

Changed 17 months ago by zany

  • status changed from assigned to closed
  • resolution set to fixed

Seems to be working with ObexFS 0.11 rc now. Please re-open if something is still amiss.

Note: See TracTickets for help on using tickets.