Siemens S55/56 synchronization options
Christian Lopez de Castilla Wagner
lopisaur at gmail.com
Fri Mar 10 01:07:18 UTC 2006
Thanks a lot, you really helped me with that. The push is working as
expected.
What I'm having trouble with right now is the OBEX server mode.
I read the man page for obexapp and just noticed you actually wrote it.
Entering
hellion# obexapp -s -S -C 1
just exits, as well as using the -d or -D (from what I reckon, -d
should keep the session on the terminal and -D should do about the
same). The server never actually starts.
Is this due to the fact that I'm not using PIN codes and/or because I'm
not using the -u user_name option?
I have been trying to run the whole process as root and want to put the
files in /root, that's why I'm not using -u.
Anyway, I really appreciate the help.
Thank you.
On Thu, 2006-03-09 at 12:02 -0800, Maksim Yevmenkin wrote:
> Christian Lopez de Castilla Wagner wrote:
> > Oops, something went seriously wrong. Again, without attachments:
> >
> > Hi list,
> > using
> > I'm trying to get data into/out of my Siemens S56 via BT.
> >
> > Inquiry:
> > Inquiry result #0
>
> [...]
>
> looks good
>
> > OK, now:
> >
> > hellion# sdpcontrol -a CLCWS56 browse
> >
> [...]
>
> looks good
>
> > This is as far as I got. The OBEX man pages aren't helpful at all. I was
> > wondering what the options are to get my phonebook out of the phone and
> > to send files into the phone.
>
> to put file you can use obexapp(1) from ports and obex push profile, i.e.
>
> % obexapp -c -a CLCWS56 -C opush -n put file_name
>
> to get files you could run obexapp(1) in server mode and push files from
> the phone to the pc, i.e.
>
> 1) make sure hcsecd(8) is running, "/etc/rc.d/hcsecd status" if not
> start it "/etc/rc.d/hcsecd start"
>
> 2) make sure sdpd(8) is running, "/etc/rc.d/sdpd status" if not start it
> "/etc/rc.d/sdpd start"
>
> 3) start obexapp(1) in server mode (as root)
>
> # obexapp -s -S -C 1 -u your_user_name
>
> now you should be able to push data from your phone to pc. all received
> files will be in your home directory
>
> > Some examples would be greatly appreciated, if someone has any.
> > My /etc/bluetooth file has:
> >
> > ff:ff:ff:00:00:00 localhost local # Magic sdpd address
> > 00:01:e3:15:c1:64 CLCWS56 S56 Mobile # 20051109: Siemens S56
>
> looks fine
>
> > hcsecd.conf:
> >
> > device {
> > bdaddr 00:00:00:00:00:00;
> > name "Default entry";
> > key nokey;
> > pin nopin;
> > }
> >
> > device {
> > bdaddr 00:01:e3:15:c1:64;
> > name "CLCWS56";
> > key nokey;
> > pin nopin;
> > }
>
> i'm pretty sure you want to specify pin code for the phone. when phone
> asks for it - just enter the same pin code (i.e. pair). make sure
> hcsecd(8) and sdpd(8) are running at all times, i.e. add
>
> hcsecd_enable="YES"
> sdpd_enable="YES"
>
> to your /etc/rc.conf
>
> file to start them on boot.
>
> thanks,
> max
--
Christian Lopez de Castilla Wagner
lopisaur at gmail.com
lopisaur at acelerate.com
(+591-705)98290
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-bluetooth/attachments/20060309/729afbfc/attachment.bin
More information about the freebsd-bluetooth
mailing list