From owner-freebsd-bluetooth@FreeBSD.ORG Sun Sep 11 19:35:06 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E10516A41F for ; Sun, 11 Sep 2005 19:35:06 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB7543D49 for ; Sun, 11 Sep 2005 19:35:05 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so2233401wxd for ; Sun, 11 Sep 2005 12:35:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=L56GtuBU8K+GceJewqF3GWddMkR41VhGI/sDDwTZQSM7Sctv/gQvbT55QhLaJu7HiQcPngMUyA6AmWNNahLBHEiut01W8YDGNlinV9A9DD14W+qV8nRQ+an7NQsaMPyEN7ybrGUC2RtEO88o3iO4T8SvrB/39DNQZxI2N1igaDE= Received: by 10.70.109.11 with SMTP id h11mr83710wxc; Sun, 11 Sep 2005 12:29:04 -0700 (PDT) Received: by 10.70.75.13 with HTTP; Sun, 11 Sep 2005 12:29:04 -0700 (PDT) Message-ID: Date: Sun, 11 Sep 2005 12:29:04 -0700 From: Maksim Yevmenkin To: Michael Reifenberger In-Reply-To: <43248465.3010808@savvis.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_11449_22499223.1126466944746" References: <43248465.3010808@savvis.net> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-bluetooth@freebsd.org Subject: Re: can't download s55 phonebook via bluetooth X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: maksim.yevmenkin@gmail.com List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:35:06 -0000 ------=_Part_11449_22499223.1126466944746 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Michael, > I'm trying to download the phonebook of my Siemens s55 phone > using obexapp via bluetooth unter -current. i'm not sure about s55 but i know it works with s65. > After setting up the BT-stack and having hcsecd running I do: > obexapp -a mys55 -C irmc -r /tmp -n get telecom/pb.vcf bla.txt > and get: > ... Response: Forbidden (0x43). > > The same result is for any other comand like "ls"... "ls" usually will not work unless you connect to OBEX Folder Browsing Service, i.e. you need to specify "-f" switch in the obexapp command line. i have attached the mobile_backup.sh script written by Yuri Kurenkov that is known to work with obexapp and s65. > A download using Windows works BTW. > > A hcidump session is attached. i can not see what is going on on OBEX level from this dump :( i can only see up to RFCOMM level and everything looks fine to me. please use "-w" option with hcidump(1) to create a binary dump. thanks, max ------=_Part_11449_22499223.1126466944746--