Hi all,
Good to see it in use. Some answers to the questions:
>This is a network application? I thought this was a blue tooth based application.
This connects directly via a TCP/IP socket to the linuxMCE server. Bluetooth is not used
> If you could tell me where i can find this log, i will post it here
2 ways: If you have the dev kit installed on your PC and are able to connect to your phone then you can use adb. Just do 'adb shell' and type logcat in the shell and you can copy/paste anything relevant. Alternatively there are apps that allow you to push out your log. Havn't used them myself but they exist. See
http://code.google.com/p/android-log-collector/ which is also on the Market
> any plans to add user authentication (similar to the web orbiter) so it could safely run over public internet?
Not by me at the moment, but Adam (los93sol) was looking at something.
My suggestion though to get a secure connection is to use a ssh tunnel. This works fine (I just tried it on my phone) and is much safer than opening up more ports on your linuxmce gateway.
See
http://tech.shantanugoel.com/2010/08/02/ssh-tunneling-android.html for instructions. You will want a local port forward from linuxmceserver:3461 to whatever you want locally (I used 3461 as well) then just changes the settings in Orbiter to use 'localhost' as the server address.
btw: I am using dyndns for this and am having no problems connecting to my dns address - not sure why it is not working for you. I am pretty sure it is not related to the Orbiter software.
Regards
Darren