All of lore.kernel.org
 help / color / mirror / Atom feed
From: redondos <redondos@gmail.com>
To: digitalfredy@debiancolombia.org,
	BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Cannot transfer files via OBEX
Date: Sun, 6 Aug 2006 17:30:43 -0300	[thread overview]
Message-ID: <20060806203043.GA17698@refinery.twat.com.ar> (raw)
In-Reply-To: <1154888079.7923.13.camel@YODA>


[-- Attachment #1.1: Type: text/plain, Size: 3036 bytes --]

On Sun, Aug 06 13:14, digitalfredy wrote:
> El jue, 03-08-2006 a las 01:31 -0300, redondos escribió:
> > Hello, list. This is my first post.
> > 
> > I just got myself a Bluetooth 1.2 USB dongle, listed by `lsusb' as:
> > Bus 004 Device 005: ID 1131:1001 Integrated System Solution Corp.
> > KY-BT100 Bluetooth Adapter
> > 
> > I have a Sony Ericsson Z520a phone, which incorporates a bluetooth and
> > infrared adapter.
> > 
> > I am using BlueZ (libs, utils) version 2.25 on a Gentoo system.
> > 
> > uname -a:
> > Linux refinery.twat.com.ar 2.6.16-suspend2-r8 #1 PREEMPT Mon Jul
> > 31 19:05:52 ART 2006 i686 AMD Athlon(TM) XP 2400+ GNU/Linux
> > 
> > I have 3 main goals:
> > 1) Transfer files between my computer and the phone.
> ok in this i think to i can help you.
> sdptool browse 00:16:20:F1:47:68 and review the chanel for and search
> the channel for OBEX File Transfer for use this in the -B option,
> reading your log i see chanel 6
> $ obexftp -b 00:16:20:F1:47:68 -B 6 -l

Unfortunately, that doesn't work. In fact I can get a listing without 
specifying the channel since obexftp autodetects the channel when you
don't, and that works fine. The problem is with file transfers.

[1038] # obexftp -b 00:16:20:F1:47:68 -B 6 -l
Browsing 00:16:20:F1:47:68 ...
Channel: 6
Connecting...done
Receiving "(null)"... <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE folder-listing SYSTEM "obex-folder-listing.dtd">
<!--
 XML Coder, Nov 14 2005, 23:41:10, (C) 2001 Sony Ericsson Mobile Communications AB 
-->
<folder-listing version="1.0"><folder name="Pictures"/>
<folder name="Sounds"/>
<folder name="Themes"/>
<folder name="Videos"/>
<folder name="Other"/>
</folder-listing>
done
Disconnecting...done

[1042] # obexftp -b 00:16:20:F1:47:68 -B 6 -c Other
Browsing 00:16:20:F1:47:68 ...
Channel: 6
Connecting...done
Sending "Other"... done
Disconnecting...done

[1043] # obexftp -b 00:16:20:F1:47:68 -B 6 -p paella.txt 
Browsing 00:16:20:F1:47:68 ...
Channel: 6
Connecting...done
Sending "paella.txt"...\failed: paella.txt
Disconnecting...failed: disconnect

[1047] # obexftp -b 00:16:20:F1:47:68 -B 6 -c Contacts
Browsing 00:16:20:F1:47:68 ...
Channel: 6
Connecting...done
Sending "Contacts"... failed: Contacts
Disconnecting...done

[1048] # obexftp -b 00:16:20:F1:47:68 -B 6 -p std.vcf 
Browsing 00:16:20:F1:47:68 ...
Channel: 6
Connecting...done
Sending "std.vcf"...\failed: std.vcf
Disconnecting...failed: disconnect

> If this run write again and i send you my shell script for auto download
> pictures, images ...
> > 2) Synchronize my PIM with the phone.
> you can use evolution and multisync
> more info in
> http://es.wikibooks.org/wiki/Hacks_para_sistemas_operativos_Unix-like/Redes/Bluetooth/Linux (spanish but easy to understand reading the comands)

Yeah, thanks. I'm using Opensync with kdepim for this, but also have some connection 
problems. This isn't a BlueZ question, so I'll leave it for the Opensync guys.

-- 
redondos

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 348 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

  reply	other threads:[~2006-08-06 20:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-03  4:31 [Bluez-users] Cannot transfer files via OBEX redondos
2006-08-06 18:14 ` digitalfredy
2006-08-06 20:30   ` redondos [this message]
2006-08-07 17:29     ` digitalfredy
2006-08-07 18:05       ` redondos
2006-08-10 16:05 ` redondos
2006-08-12  6:21   ` digitalfredy
2006-08-12 17:16     ` redondos
2006-08-13  5:56   ` digitalfredy
2006-08-15  2:05 ` redondos
2006-08-15  6:20   ` Steven Yap
2006-08-15 22:12     ` redondos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060806203043.GA17698@refinery.twat.com.ar \
    --to=redondos@gmail.com \
    --cc=bluez-users@lists.sourceforge.net \
    --cc=digitalfredy@debiancolombia.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.