12

I have Ubuntu 10.04 installed as a desktop OS and a Symbian-based smartphone (Nokia N79). How can I use my desktop system with a headset to make and receive usual mobile phone calls using a connected (via cable or Bluetooth) smartphone?

Thanks.

eigenein
  • 275

2 Answers2

8

You can try this: http://nohands.sourceforge.net/

From the website description:

HFP for Linux is a Bluetooth Hands-Free Profile server.

It allows your Linux system to act as a speakerphone for your mobile phone. It aims to be a compliant Bluetooth HFP 1.5 Hands Free implementation, supporting all required commands and notifications, as well as streaming audio.

HFP for Linux was designed specifically for automotive computing applications, but it can be used just as well in a desktop environment.

You should try it to discover if it's compatible with your device.

alt text

OpenNingia
  • 3,303
  • This is exactly what I've asked for! For now It seems to be not stable with my device, but it's better than nothing. :) – eigenein Dec 07 '10 at 00:14
2

Can install Hands Free Console by using ppa:sebastian-ruehl/nohands repository.

There is the list of packages needed to install, at Sourcrforge.

sudo add-apt-repository ppa:sebastian-ruehl/nohands

sudo apt-get update

sudo apt-get install libhfp hfpd hfconsole libaudiofile0 libspeexdsp1 libdbus-1-3 libasound2 subversion g++ autoconf libtool libspeexdsp-dev libasound2-dev libbluetooth-dev libaudiofile-dev libdbus-1-dev
  • error: W: Failed to fetch http://ppa.launchpad.net/sebastian-ruehl/nohands/ubuntu/dists/quantal/main/source/Sources 404 Not Found... how to tackle this? – shivshnkr Oct 01 '13 at 11:40
  • Beacause You are in Quantral, You need to add the repository as sudo add-apt-repository "deb 'http://'ppa.launchpad.net/sebastian-ruehl/nohands/ubuntu natty main".(remove ' ' around http..)That PPA has version only upto Natty. –  Oct 01 '13 at 15:42
  • it worked, thanks... but nohands is not able to detect my android phone : Samsung Galaxy Chat (B5330) – shivshnkr Oct 01 '13 at 19:25
  • See this question. It says that certain Android phones cant connect thisway. Try with installing libimobiledevice packages in here –  Oct 01 '13 at 21:38
  • 1
    sorry to say, but it didn't do. – shivshnkr Oct 02 '13 at 04:34
  • It seems better to ask a question regarding your issue. –  Oct 02 '13 at 07:27