I would like to send files from my phone to my laptop with ubuntu 13.04 and receive it via command line.
These are my steps:
Quote:
# hciconfig hci1 piscan
# hciconfig hci1 sspmode 1
# hciconfig hci1 sspmode
hci1: Type: BR/EDR Bus: USB
BD Address: 00:02:5B:01:20:1D ACL MTU: 384:8 SCO MTU: 64:8
Simple Pairing mode: Enabled
# hciconfig
hci0: Type: BR/EDR Bus: USB
BD Address: 00:19:15:80:A8:3C ACL MTU: 377:10 SCO MTU: 64:8
UP RUNNING
RX bytes:84633 acl:273 sco:0 events:1634 errors:0
TX bytes:17365 acl:230 sco:0 commands:868 errors:0
hci1: Type: BR/EDR Bus: USB
BD Address: 00:02:5B:01:20:1D ACL MTU: 384:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:85876 acl:923 sco:0 events:6130 errors:0
TX bytes:2893496 acl:9152 sco:0 commands:331 errors:0
# obexpushd -nd -B[00:02:5B:01:20:1D]
obexpushd 0.11.2 Copyright (C) 2006-2010 Hendrik Sattler
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.
Listening on bluetooth/[00:02:5B:01:20:1D]:9
|
but when I try to send file from my phone to my laptop it stops to pairing to my laptop and it shows this log in syslog and obexpushd response nothing:
Quote:
# tail -f /var/log/syslog
bluetoothd[898]: input-headset driver probe failed for device 4C:8B:EF:A1:57:19
[pulseaudio] bluetooth-util.c: Property name not a string.
|
what do I do wrong?
please do not suggest blueman in GUI I want to do it via linux command line .