user1074541
user1074541

Reputation: 191

web based remote desktop for connecting to android

Is there any code available (open source) that enables web based remote connection to an android device. ie logmein, pcanywhere type apps. I have seen this on a few apps on the market, but I need to add it to add to a project I am creating.

Just added. I am looking to control the android device, not android controlling remote pc.

Upvotes: 8

Views: 1806

Answers (2)

Axxess
Axxess

Reputation: 532

Try this with ADB installed and your phone rooted.

http://code.google.com/p/android-vnc/

Upvotes: 1

CommonsWare
CommonsWare

Reputation: 1007296

Note that a "remote connection to an android device" will require root to work, if you are aiming to support user input. Some will require a complete modded ROM.

You could search for VNC servers for Android, such as Android VNC Server or android-vnc.

Upvotes: 1

Related Questions