After some research I found the 'HFP for Linux' project.
The receipe
- Check out the sources:
svn co https://nohands.svn.sourceforge.net/svnroot/nohands/trunk
- cd into the source directory, then compile and install the software. I had to install the packages automake, libtool, libbluetooth-dev, libasound2-dev and libspeexdsp-dev before.
./autogen.sh
./configure
make
sudo make install
- Make phone bluetooth discoverable. Somewhere in your phone's settings
- search devices
- Configure audio to OSS /dev/dsp
- launcher use /usr/local/share/hfconsole/icon.png
hello ,
AntwortenLöscheni am doing a similar project for my academics.
please give some more details on this project.....
i dont know how to use the /.configure command.
thanks in advance.
Sorry, I more like noted down quickly the steps rather than compiling a decent howto. Moreover I have mistakes in the steps. There is no source bundle to untar, you have to check out the sorces with subversion. I hope you are familiar with the shell as these are all shell commands. After getting the source, cd into the source code directory and then issue the commands as I listed them. I try to improve my notes soon. cheers
AntwortenLöscheni am getting error during make
AntwortenLöschenclick the link to see the error : https://dl.dropboxusercontent.com/u/25423238/error
please help , i am using ubuntu 13.04
any how at last i installled it bu not detecting my phone
AntwortenLöschenHey,
AntwortenLöscheni am able to run the console application, but it is not able to discover my phone. I believe the problem is with the different versions of bluez ( bluez has seem to made changes in the names and location of their configuration files). i tired to debug the code for the location where it looks for these files but i am unable to. can you please help by pointing me in the right direction.
Thanking You in Advance :)