From owner-freebsd-bluetooth@FreeBSD.ORG Wed Jul 19 15:57:56 2006 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 AC9F116A4F8 for ; Wed, 19 Jul 2006 15:57:56 +0000 (UTC) (envelope-from maksim.yevmenkin@savvis.net) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9521043DB9 for ; Wed, 19 Jul 2006 15:57:16 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.236] (really [70.32.199.60]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060719155715.EGQT22971.mta10.adelphia.net@[192.168.1.236]>; Wed, 19 Jul 2006 11:57:15 -0400 Message-ID: <44BE565A.6080905@savvis.net> Date: Wed, 19 Jul 2006 08:57:14 -0700 From: maksim yevmenkin User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Ray Newman References: <44BD7D33.3060506@one.com.au> In-Reply-To: <44BD7D33.3060506@one.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: Accesing phone numbers etc in an LG U8360 phone X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 15:57:56 -0000 Ray, > Has anyone managed to access the phone numbers etc in an LG U8360 phone? > > The examples in the obexapp man page seem to refer to some other phone; > for example: > > %obexapp -c -a RAY -C 1 > obex> get > get: remote file> telecom/pb.vcf > get: local file> pb.vcf > Failure, response: Forbidden (0x43) > obex> di > Success, response: OK, Success (0x20) > > Any pointers would be appreciated. not all phones support that. for example, all nokia phones i had access to do not support this. if your phone supports this, you should be able to "push" entire phone book from your phone to your pc (just like pictures, sounds, etc.) you also should be able to "push" entire phone book from your pc to your phone, but it does not work on nokia and motorola phones. only first vcard is added :( you also could use "at" commands to get/set phone book entries. for example, gnokii and gammu know how to open serial port connection over bluetooth and pull phonebook (among other things). finally, when i have time, i will finish freebsd bluetooth plugin for multisync. that should solve synchronization issues once and for all (i hope). max