FAQ

  1. When i run configure, it fails with the error: configure: error: cannot find install-sh or install.sh in . ./.. ./../.. message
  2. I have compilation errors. What can i do ?
  3. I run anyRemote and got the following: ERROR: Fails in init_cfg()
  4. I can run anyRemote but something doesn't work ...
  5. Does anyRemote support application XXX?
  6. Java client can not find PC with anyRemote
  7. Seems anyRemote works ... but something is going wrong. How can i fix it?
  8. I have tried all suggestions ... but it still doesn't work. What else can I do?
  9. It is impossible to control sound volume with some configuration files.
  10. Should I run Bemused server to make anyRemote work?
  11. Sometimes java client can not connect to anyRemote
  12. I've created a configuration file for application XXX. Can I share it with other anyRemote users?
  13. I've got an error when trying to connect to the phone using cu
  14. kAnyremote crashes with python: xcb_lock.c:33: _XCBUnlockDisplay ... message

When i run configure, it fails with the error: configure: error: cannot find install-sh or install.sh in . ./.. ./../.. message

Problem can be solved by executing:

aclocal
automake -a
autoconf

Scroll to top

I have compilation errors. What can i do ?

Make sure all needed development packages are installed on your system. For example, if your compiler can not find bluetooth.h header file, you need to install development packages for Bluez. To determine which package is absent is not so hard. Just remember which file was not found by compiler, then open rpm.pbone.net or rpmfind.net and try to search the package you need to install.

Scroll to top

I run anyRemote and got the following: ERROR: Fails in init_cfg()

you have to specify a configuration file which will be used by anyRemote:

anyremote -f /path/to/configuration/file

Scroll to top

I can run anyRemote but something doesn't work ...

Try to localize problem. Do not use GUI frontends and run anyRemote from command line with -log option set. Do not test configuration files one by one. Just choose the simplest one, like kdialog.cfg and inspect what does work and what not. Look at <home>/.anyRemote/anyremote.log for error messages.

Scroll to top

Does anyRemote support application XXX?

In principle it is possible to support almost any application with anyRemote. There are several ways to do that:

Scroll to top

Java client can not find PC with anyRemote

Be sure you are using a Server-mode configuration file. Be sure the page and inquiry scan are enabled on bluetooth interface (this could be done with command hciconfig hci0 piscan)

Scroll to top

Seems anyRemote works ... but something is going wrong. How can i fix it?

Well, different phones works differently, so it can happen. Try to upgrade to the latest version of anyRemote. Inspect <home>/.anyRemote/*anyremote.log files to determine the possible reasons of undesirable behavoiur. Make sure you have set Log=debug in the configuration file you are using. Also, make sure that the version of the Java Client is the same as the version of anyRemote.

Scroll to top

I have tried all suggestions ... but it still doesn't work. What else can I do?

Send an e-mail to anyremote@mail.ru. Please, describe the problem, specify phone model and version of distro you have. Also attach to the letter full log file (<home>/.anyRemote/*anyremote.log.*) as well as terminal output of anyRemote.

Scroll to top

It is impossible to control sound volume with some configuration files.

Scroll to top

Should I run Bemused server to make anyRemote work?

No. AnyRemote does not use Bemused server. It could emulate it to some extent instead. See this for details.

Scroll to top

Sometimes java client can not connect to anyRemote

This could happen if java client tries to connect to anyRemote at the moment when bluetooth browsing process is active. In normal situation KDEBluetooth or anyRemote GUI tries to find bluetooth devices around from time to time. Unfortunately this could prevent the java client to connect to anyRemote. You can just wait a bit and try to connect again.

Scroll to top

I've created a configuration file for application XXX. Can I share it with other anyRemote users?

Definitely. Send a letter with a short description and attached configuration file. We'll add it to the next release of anyRemote.

Scroll to top

I've got an error when trying to connect to the phone using cu

cu -l /dev/rfcomm0 -s 19200
cu: open (/dev/rfcomm0): Connection refused
cu: /dev/rfcomm0: Line in use

It needs to pair phone and PC again. To do this remove pairing info on the phone and then make pairing again.

Scroll to top

kAnyRemote crashes with python: xcb_lock.c:33: _XCBUnlockDisplay ... message.

This is a PyKDE bug and happens only under KDE4. Just restart kAnyRemote once more.

Scroll to top