... bluetooth subsystem is working. Your bluetooth phone should be paired already.
Verify from phone specifications is Your phone JSR-82-capabled or not. If so, upload anyRemote java client to the phone.
Cell phones known to work:
Some phone-specific details described here.
Run anyRemote with Device=bluetooth:10 parameters in configuration file or with "-s bluetooth:10" command line option. You could choose other bluetooth channel instead of 10.
anyremote -f .../some_cfg_file.cfg
Run java client in the phone.
Start search in java client. Then connect to anyRemote server when it found.
See examples in cfg-examples/Server-mode and cfg-examples/Bemused-emulation directories to understand to to write custom-made configuration files.
anyRemote could accept incoming connection from net, so if You start it with Device=socket:5000 parameters in configuration file or with "-s socket:5000" it will be possible to connect to anyRemote from phone through GPRS connection. You could choose other port instead of 5000.