
Originally Posted by
Animan
If there something like this for Linux?
Yes there is, in fact, there are two of them, specially for that:
http://linuxappfinder.com/package/bluemote
http://linuxappfinder.com/package/toothmote
Or simply edit
Code:
/etc/default/bluez-utils
change HIDD_ENABLE = 1
or just to check if it works just before enabling hidd with the following:
Code:
hcitool scan
you'll get a MAC address and identifier
00:11:22:AA:BB:CC MyPhonesName
copy the MAC address and do the following
sudo hidd --connect 00:11:22:AA:BB:CC
sudo hidd --server
Hope this helps