Today, I've stumbled across a help page for using my Sony Ericsson W800i mobile phone as a remote control for my computer. You will need to install the bluez-utils package. Once that is installed, all you need to do is open gnome-terminal then run the command:
hcitool scan
This will give you the MAC address for your phone and identifier
00:12:34:AB:CD:EF MyPhone
Now that you have the MAC address, you can test to see if the remote control works for you by running the following:
sudo hidd --connect 00:12:34:AB:CD:EF
That is it. If everything works, your phone should prompt you to start remote control, press yes and you should be able to use your phone as a remote. Now to simplify things, you can create a custom launch button either on the panel or in the Menu. To create one on the panel, simply right click on the panel, and select Add to Panel... Then press the Custom Application Launcher button, for the command use the following:
gksu "hidd --connect 00:12:34:AB:CD:EF"
Similarly, to create in the menu, go to System > Preferences > Main Menu. Then in the location you wish to add the menu item, simply press Add Item button and put the above line as the command.
Now, every time you wish to use the remote control, you simply have to press that button.
There are a number of remote control configurations you can use. These can be downloaded from the above help page. I've also created one which is a modified Desktop config which can be downloaded at http://www.truong.id.au/files/Desktop.hid.
| Attachment | Size |
|---|---|
| Totem.hid | 20 KB |
| RhythmBox.hid | 20 KB |
Comments
Hardy makes Bluetooth Remote simpler
With Hardy 8.04, you no longer need to run the hidd command - as long as your mobile is paired with the computer, you can just turn on the remote and it just works.
New Remote Control Configurations
I've just attached two other Remote Control Configurations for you to use.
Just in case you haven't figured, if you wish to transfer files using bluetooth to your mobile, you need to install the package gnome-bluetooth. Then run Bluetooth File Sharing from Applications > Accessories.