1

When i want to send a file from my nexus 7 (android 6.0) it fails to send the file, and my nexus 7 says the transfer is forbidden by the target device. I can send files, but not receive them.

I have tried the solution in this thread: How do you make Ubuntu accept files sent over bluetooth

But that does not work, what can i do?

pic of my personal file sharing settings: https://i.stack.imgur.com/fN1gw.jpg

Bluetooth settings: https://i.stack.imgur.com/WAzbC.jpg

1 Answers1

0

One package that isn't listed in your linked thread is obexftp and you can install with

sudo apt-get install obexftp

Then see if your bluetooth transfers work

The obexftp package provides object exchange file transfer protocol which is needed for bluetooth and other file transfers.

Jeremy31
  • 12,602
  • 10
  • 58
  • 114