Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 862
user1074541 Avatar asked Dec 03 '11 04:12

user1074541


2 Answers

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.

like image 171
CommonsWare Avatar answered Nov 15 '22 00:11

CommonsWare


Try this with ADB installed and your phone rooted.

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

like image 30
Axxess Avatar answered Nov 15 '22 00:11

Axxess