Slashdot Mirror


Controlling Linux Using an Android Phone As Mouse, Keyboard, and Gamepad

beefsack writes "Miniand have demonstrated how to control Linux using a Samsung Galaxy S2. Using an MK802 with the ARM build of Droidmote server bundled into an MK802 Lubuntu image with uinput enabled, Miniand demonstrates (video) using an Android phone as a keyboard, mouse, and gamepad over Wi-Fi to the device." Update: 07/10 00:07 GMT by U L : reader ancienthart pointed toward Premotedroid, an (possibly, I could find no license in the code but the code is there) open source alternative.

12 of 93 comments (clear)

  1. Re:Congratulations by Anonymous+Freak · · Score: 2

    Yup, I've used similar on my phone (and before that, my Palm device,) to control my HTPC for a decade now.

    While it's nice to have something truly built-in on both sides, rather than my current solution, a kb/mouse VNC client on the phone and a VNC server on the HTPC, it's still rather unnecessary to make a big deal.

    --
    Another non-functioning site was "uncertainty.microsoft.com."
    The purpose of that site was not known.
  2. Amazing by Osgeld · · Score: 4, Insightful

    using the latest in technology to emulate a handful of switches and a simple microcontroller, or a pair of rotary encoders and a simple micro, or some switches and a shift register

    Today, we have overcome all limits!

    sorry whats the point other than gee whiz factor? Its 20(fuckin)12, with a trip to radio shack a child could whip up a fart chair to signal keyboard input to any OS they choose for under 40 bucks.

    1. Re:Amazing by gman003 · · Score: 3, Informative

      with a trip to radio shack a child could whip up a fart chair to signal keyboard input to any OS they choose for under 40 bucks.

      I take it you haven't been to Radio Shack lately. The big shelf of resistors, capacitors, diodes, transistors and such? Gone, along with any employees that even remember it existed.

      I don't think they even have radios anymore. Just overpriced cables and cell phones.

  3. Open source alternative by ancienthart · · Score: 4, Informative

    Premotedroid does this for (android) mouse and keyboard already. It's open source, works using bluetooth or wifi, and on any computer with java.

  4. Re:Rube-goldberg by NerdyLove · · Score: 2

    Wireless bridge, duh?

  5. any VNC client will do by khipu · · Score: 2

    Any Android VNC client will do for remotely controlling Linux, OSX, or Windows from an Android phone; you don't need anything more complicated than that.

  6. Re:Backward progress... by TuringCheck · · Score: 5, Insightful

    All my recent phones and tables (Nokia, Apple, Samsung) have Bluetooth, WiFi, mobile data. Only one of my computers (a laptop whose LCD died some years ago) had Blutooth on-board.

    There's also the very complex way of understanding and negotiating Bluetooth profiles. Each and every feature that is defined over Bluetooth has multiple variations and quirks and can (and do) fail in mysterious ways and are pretty hard to debug. Not to mention that some of them need specific support in the hardware.

    OTOH WiFi and IP networks in general just move packets. And they're pretty standard and interoperable.

  7. progress by hackstraw · · Score: 3, Funny

    Taking the best thing from a normal computer and using the worst things about android and what do you get???? hopefully they are not using swipe and having it crash all the time.

  8. Re:Rube-goldberg by thePowerOfGrayskull · · Score: 3, Informative

    Um, it would work on a desktop with wired ethernet too... It's only the phone which would need to use wifi...

  9. Re:Rube-goldberg by GuldKalle · · Score: 2

    Are you deliberately being stupid?
    Not all desktops have wireless, but I'd wager most of them are connected to a wireless router. Especially if the owner has a smartphone. So they don't need wireless.

    --
    What?
  10. Re:Rube-goldberg by paulatz · · Score: 2

    There is one Android app which makes your phone work as a HID over bluetooth, both as mouse and keyboard. However it needs the phone to be rooted in order to work, and I found it to be quite unstable, and severly unpolished.

    But it works.

    --
    this post contain no useful information, no need to mod it down
  11. Re:Rube-goldberg by KClaisse · · Score: 3, Informative

    Its not the desktop that needs the wifi its the android device. The android phone connects to the local network through wifi, presumably the same network that the desktop PC is located on.