... bluetooth subsystem is working. Page and inquiry scan must be enabled on bluetooth interface. 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 network, 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.
If You plans to connect to anyRemote through network, then it needs to manually specify address to connect in java client. It should be in form "socket://_your_ip_address_:_port_". Be sure You have run anyRemote with "-s socket:_port_" in this case.