... bluetooth subsystem is working. Page and inquiry scan must be enabled on bluetooth interface. Your bluetooth phone should be paired already.
If You plan to connect to the phone over bluetooth, verify from phone specifications is Your phone JSR-82-capabled or not.
You have to install java client on Your phone. This could be done with
Cell phones known to work:
Cell phones known not to work:
Some phone-specific details described here.
Run anyRemote with Device=bluetooth:XX parameters in configuration file or with "-s bluetooth:XX" command line option, where XX is a channel number. Default channel is 19. You could choose other bluetooth channel instead of 19.
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-data/Server-mode and cfg-data/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" command line option it will be possible to connect to anyRemote from phone through GPRS connection.
anyremote -f .../some_cfg_file.cfg -s socket:5000
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.
anyRemote could work through IR connection if java realization in cell phone supports access to IR port. In this case start anyRemote with Device=local:/dev/ircommX parameters in configuration file or with "-s local:/dev/ircommX" command line option, where /dev/ircommX is device corresponding to IR adapter of PC.
anyremote -f .../some_cfg_file.cfg -s local:/dev/ircomm0
If java realization in cell phone supports access to IR port, then after search process there will be found peer with name
like "comm:IR0"