Using a cell phone as a PC remote control

2

I have a sony ericsson phone that can control any PC using bluetooth, as long as it has permission to do so, of course.

It doesn't require any server software of any kind, it just works out of the box with any PC (or mac) that is bluetooth enabled.

Is there any program I could use that has the same functionality?

I don't want to install anything on the PC, I just want to be able to use the program installed on the phone.

I prefer Java ME/Android/Symbian apps, I don't have an iPhone.

Mahmoud Hossam

Posted 2011-03-16T15:21:46.523

Reputation: 1 070

Question was closed 2011-03-16T16:54:40.080

More info needed, what kind of remote functions do you have with your phone (remote desktop, music player,..)? – Phil D. – 2011-03-16T16:23:32.837

controlling the pointer and music player as a minimum – Mahmoud Hossam – 2011-03-16T16:41:54.757

@Phil: Sony-Ericsson phones support the Bluetooth "HID" profile, and are able to present themselves as a Bluetooth mouse & keyboard (rather limited with phone's keypad, however). – user1686 – 2011-03-16T16:44:40.387

Answers

1

PhoneHID is a possibility... however,

the Java Bluetooth API [...] prevents certain PSM's (Protocol Service Multiplexers - like ports) from being used. Specifically, it only allows ports above 0x1000 to be connected to, preventing the phone from connected to the computer in client mode (0x12 and 0x13).

NiiMee can make a Symbian phone work as a mouse.

user1686

Posted 2011-03-16T15:21:46.523

Reputation: 283 655

I tried it, it gave me a server exception when I tried to connect to my PC. and I guess that my phone was the server since the phone initiated the connection – Mahmoud Hossam – 2011-03-16T19:51:47.930

@Mahmoud: The client initiates the connection. Your PC is the server. Regarding the exception, see the quoted part above. – user1686 – 2011-03-16T19:58:05.740

I tried browsing the files on the phone to initiate a connection from my PC, and then launched the app, same exception. – Mahmoud Hossam – 2011-03-16T20:05:14.190

@Mahmoud: that would be because FTP and HID use separate connections. – user1686 – 2011-03-16T20:31:06.180

then how can I initiate a HID connection? I'm using linux, btw. GNOME is my desktop. – Mahmoud Hossam – 2011-03-16T20:39:55.453