Results 1 to 6 of 6

Thread: Bluetooth between Ubuntu and Nexus 7

  1. #1
    Join Date
    Mar 2007
    Location
    Smoky Bay
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Question Bluetooth between Ubuntu and Nexus 7

    Bluetooth connection between laptop with Ubuntu (Xubuntu 12.04.2 LTS) and Nexus 7 (Android 4.2.2) tablet. The devices are paired. When transferring files from the tablet to the laptop it works. The opposite is not possible. Any idea why and how to solve it? Thank you!

  2. #2
    Join Date
    Jul 2007
    Location
    Tāmaki Makau-rau, NZ
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Bluetooth between Ubuntu and Nexus 7

    There are a couple of long-term bugs with 12.04 and bluetooth transfers. I have a similar problem with two older Nokia Symbian phones.

    My workaround is to install obexfs and mount the phones to a folder in my home directory.

    Code:
    obexfs -b xx:xx:xx:xx:xx:xx <folder>
    
    (Replace xx:xx:xx:xx:xx:xx with the identifier for the phone/tablet.)
    Unmount it with
    Code:
    fusermount -u <folder>
    I've found that it gives a good, solid connection. I can drag and drop files from one device to the other in the usual way with no problems. I've even had both the phones mounted at once (to different folders) and transferred files from one to the other.

  3. #3
    Join Date
    Mar 2007
    Location
    Smoky Bay
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Bluetooth between Ubuntu and Nexus 7

    obexfs -b xx:xx:xx:xx:xx:xx <folder>

    where xx:xx:xx:xx:xx:xx is the HW address of the tablet?
    <folder> is a folder on the local linux machine?

    I did this but nothing appeared in that folder. Both devices are paired.

    Idea?

  4. #4
    Join Date
    Jul 2007
    Location
    Tāmaki Makau-rau, NZ
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Bluetooth between Ubuntu and Nexus 7

    Yes, you've understood the command correctly.

    It's been a while since I set this up, and I didn't make notes at the time, so my memory is a bit hazy on some of the details, so some of this is guesswork.

    Run the command:
    Code:
    sdptool browse <hw address>
    and check for Obex File Transfer in the output.

  5. #5
    Join Date
    Mar 2007
    Location
    Smoky Bay
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Bluetooth between Ubuntu and Nexus 7

    Thank you! It is too slow. Back to good old ssh.

  6. #6
    Join Date
    Jul 2008
    Beans
    8

    Re: Bluetooth between Ubuntu and Nexus 7

    It looks like the same problem here.
    As many people said, installing blueman solved the problem. Try it.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •