Fedora 17如何通过命令行连接蓝牙手机(Nokia E71)

0. version

[root@tp /]# uname -a
Linux tp 3.3.4-5.fc17.x86_64 #1 SMP Mon May 7 17:29:34 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

1. yum install obexfs

2. hcitool scan

[root@tp ~]# hcitool scan
Scanning ...
    00:24:7D:6F:1D:46    x
3. obexfs -b 00:24:7D:6F:1D:46 /mnt/
[root@tp ~]# obexfs -b 00:24:7D:6F:1D:46 /mnt/
[root@tp ~]# ls /mnt/
C:  E:
[root@tp /]# df -ah | grep mnt
obexfs               0     0     0     - /mnt

4. umount

[root@tp /]# umount /mnt
[root@tp /]# df -ah | grep mnt
[root@tp /]#



REF:

1. Browsing files via Bluetooth doesn't work

http://askubuntu.com/questions/90619/browsing-files-via-bluetooth-doesnt-work


你可能感兴趣的:(手机,Nokia,X86)