Package: obexftp Version: 0.10.6-1 Followup-For: Bug #251252
Hi. I had a look at the sources and it looks like the patch was mostly applied (probably in the original source, or as a result of an alread included debian patch) in the current 0.10.6-1 version. Anyway, this won't work on my T610. I had a look at the patch and the source noticed that if I apply the following patch, it will work on getting .jpg files, but not .gif files... dunno exactly what happens... anyway, this may help. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages obexftp depends on: ii libbluetooth1 2.11-1 Library to use the BlueZ Linux Blu ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libopenobex-1.0-0 1:1.0.0-rel-3 OBEX protocol library -- no debconf information
--- obexftp/object.c~ 2004-11-18 23:37:36.000000000 +0100 +++ obexftp/object.c 2005-01-09 18:03:43.000000000 +0100 @@ -200,7 +200,7 @@ if (create == 0) { // set the 'Don't Create' bit - setpath_nohdr_data[1] ^= 2; + setpath_nohdr_data[0] |= 2; } if (name) { ucname_len = strlen(name)*2 + 2;