Ticket #31 (closed defect: invalid)

Opened 4 months ago

Last modified 4 months ago

Obexfs doesn't show all files

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

Description

Using openobex-1.3 & obexftp-0.19 & obexfs-0.10 on ubuntu 8.04. On the phone or in obextool I see in C:\data: Documents, Games, Images, Install, j2me, others, Sounds, Videos directories.

On terminal or nautilus, using obexfs (obexfs -u 1 <dir>), I'm only able to see j2me, others, Sound, Videos.

Phone is S60 3rd fp1 (nokia 6124c) connected via usb.

Change History

follow-ups: ↓ 2 ↓ 4   Changed 4 months ago by zany

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

There are some S60 fixes in the more recent releases. Can you try with ObexFTP 0.22 / ObexFS 0.11?

in reply to: ↑ 1   Changed 4 months ago by alexef

Replying to zany:

There are some S60 fixes in the more recent releases. Can you try with ObexFTP 0.22 / ObexFS 0.11?

I'm not able to build obexftp 0.22 on ubuntu. Tried from sources, ./configure, but make dies with:

...
tcl_wrap.c:2981: error: expected ‘)’ before ‘*’ token
make[3]: *** [obexftp_la-tcl_wrap.lo] Error 1
make[3]: Leaving directory `/home/alex/obexftp/obexftp-0.22/swig/tcl'

  Changed 4 months ago by zany

Looks like TCL devel package is not installed. Since you won't need the bindings please try:

./configure --disable-perl --disable-python --disable-ruby --disable-tcl --prefix=/usr

If you like to install to a different prefix you need to hint ObexFS to the pkg-config path, e.g. for /usr/local:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH

Also please uninstall the old ObexFTP and ObexFS packages.

in reply to: ↑ 1   Changed 4 months ago by alexef

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

Yes, with the latest version it works. Closing as not more valid.

Note: See TracTickets for help on using tickets.