justin-taylor / Android-Desktop-Remote-Control

For Android devices running 2.1 or later. Connect over Wifi from your mobile device to your desktop and be able to move the mouse and type on the keyboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about the Android desktop remote control

bugsworld85 opened this issue · comments

When i tried to test this program. It actually works fine, on the emulator to be exact. i was just wondering why it did not work on my phone. I needed to study UDP via Android since my project is about sending data from Android to Arduino using WiFly shield. I tried adhoc connection, but i failed since android does not support adhoc network connection. I tried TCP but using a Wifi router. but probably, it wont be accepted cause the essence of having the wifi module will be lost. So I decided to use UDP Connection. Pardon me for my introduction. ^^... i am just wondering why i cant test your source code on the actual phone. your code is the key for me to complete my project. Your help would be highly appreciated, i only mean clarification on why. ^^ thanks in advance..

sample code with comments would be fine.

I'm not sure why the source does not work for you. I just created two new repos at :

https://github.com/justin-taylor/Android-remote-client
https://github.com/justin-taylor/Remote-Desktop-Server

the first being the android app, and the second being the server to run on your machine. The source has been updated from this version with more comments and some major refactoring. If you still are having issues open a new issue under the new projects and I will address the problem further.

thank you so much for you quick reply justin. i will try to check this revised code... maybe there is something wrong with my wifi router or my phone (with some problems after being rooted). thanks again. i will post feedback on this afterwards. happy new year.