sending files via bluetooth
Tofloor
poster avatar
elswerky
deepin
2017-03-21 07:24
Author
how to send and receive files via bluetooth on deepin ??/
cac you add support for that ??/
Reply Favorite View the author
All Replies
zhanshime
deepin
2017-03-21 21:06
#1
run these command in terminal:
systemctl --user start obex
sudo systemctl --global enable obex
Reply View the author
zhanshime
deepin
2017-03-21 21:07
#2
  1. systemctl --user start obex
  2. sudo systemctl --global enable obex
Copy the Code
Reply View the author
elswerky
deepin
2017-03-23 07:07
#3

it says
Unit obex.service not found
Reply View the author
zhanshime
deepin
2017-03-23 07:16
#4
本帖最后由 zhanshime 于 2017-3-22 23:20 编辑

sorry
  1. sudo apt-get install bluez-obexd
  2. sudo apt-get install blueman
  3. systemctl --user start obex
  4. sudo systemctl --global enable obex
Copy the Code

then open blueman,youcan send files via blueman,recived files stored in” download “
Reply View the author