Android device as touch input for Windows 8

8,739

Solution 1

You can use any android device to emulate multi-touch on windows 8 , here is how you will do it :

  1. Install this on your android device : http://code.google.com/p/tuiodroid/

  2. Install EcoTUIODriver by Interface Ecology Lab on your windows 8 machine : https://github.com/ecologylab/EcoTUIODriver

Solution 2

There's : Win8 Metro TestBed from Splashtop

https://play.google.com/store/apps/details?id=com.splashtop.remote.pad.win8&hl=en

But my device is not supported and it runs slow apparently.

Solution 3

You can use the free DroidMote Client on your android device:

https://play.google.com/store/apps/details?id=org.videomap.droidmoteclient

And install the free DroidMote Server on your Windows 8 pc:

http://www.youtube.com/watch?v=fitAvuHFAGQ

Share:
8,739

Related videos on Youtube

Mohammad Shahzeb Khan
Author by

Mohammad Shahzeb Khan

Senior .NET / Full Stack Developer Contact: me(at)4imble.net

Updated on September 18, 2022

Comments

  • Mohammad Shahzeb Khan
    Mohammad Shahzeb Khan over 1 year

    I am looking to do some Windows 8 development, as you may know they ethos is "touch first".

    There is a built-in simulator that I can use in Visual Studio but I would prefer to use some real hardware. I currently own a Galaxy note (Android phone / tablet), and was wondering if could use that as an input device.

    Preferably I would like to be able to clone my desktop to my note and be able to control it there via multitouch.

    If this is not possible, I would settle for the ability to simply use it as a multitouch touchpad.

    Anyone know how I could go about this?