Running a VNC server means you have to be able to capture the screen, which is possible only if the phone is rooted (meaning running with Linux root access because the framebuffer does not user-level read permission). Most phones are not rooted. You would also need to be able to insert UI events (like buttons and screen touch) programmatically, which is also not supported in the SDK, and most likely needs root access as well.
Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 19, 9:41 am, Mark Murphy <[email protected]> wrote: > Porco-esphino wrote: > > Anyway, I was after an app to control my phone using the computer. I > > figure it must be doable especially for some debugging purposes but > > cant find out how :( > > At best, you might be able to do this with firmware modifications. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Looking for Android opportunities?http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

