This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Hmm, interesting concept. You mean you want to control your phone from your pc AND display your UI from the phone on a projector (connected to your pc I'm assuming, correct me if you have an htc evo or something with an hdmi out). I think what you would need is a remote access server running on your phone, like windows terminal services. Any app I've ever seen for remote access has been a client, I.e. vnc viewer or something that let's the phone control the pc, not v a v.
I'll browse the market and report if I find anything. Porting vncserver to the droid should be feasible as it is widely supported on linux distros
Did you have to do anything special for the program to recognize your phone? I have everything downloaded and installed. The path for the adb file I am using is:
another alternative is, if you are doing a presentation, you dont need your actions from the brower to be dynamically interactive. how about downloading a screen recorder app and transferring the video file of you demonstrating the browser to your pc?
oh wow, i got android screencast working and it has better features than Droid@screen. you can change it to landscape mode with a right click and you can control the UI with the control buttons via the pc. you can record the screen capture, enter url's for the browser to follow ( prob relevant to your demonstration) and explore the file system of the device. Really impressive
oh, both of these require the android sdk if anyone is having trouble using them. make sure the adb.exe (debugging bridge) is running and you have usb debugging turned on in your android applications settings menu
oh wow, i got android screencast working and it has better features than Droid@screen. you can change it to landscape mode with a right click and you can control the UI with the control buttons via the pc. you can record the screen capture, enter url's for the browser to follow ( prob relevant to your demonstration) and explore the file system of the device. Really impressive
It's not the java apps I don't think, but the android sdk that isn't recognizing your device. Can you mount your sd card from within your phone? Did you download the motorola usb drivers?
Ps sorry for the dumbass questions. I see you're nearing 300 posts so I'm sure you know how to use the bridge...
What you need to do is installing your device driver to recognize your phone. Once you install device driver, your "adb devices" should return proper device ID and from there you can launch screencast to view your UI on your PC.