[Q] Software KVM switch app/mod, does something like this exist? - Android Software/Hacking General [Developers Only]

There is a program called "Input Director" for computers that lets you use a keyboard/mouse on one and seamlessly move the mouse to another monitor which giving you control of that computer over the internet. It's sort of like a VNC client/server on steroids but instead of sending the display to you it sends your keyboard/mouse input to the remote system.
This is assuming that Android can even use a mouse, which I figure it can or at least should be able to. I know the Atrix can using the webtop which has the android phone in a window and the android can basically do anything.

I know for a fact that there is an option for mouse/keyboard inputs on an android platform.
I own a http://www.asus.com/Eee/Eee_Pad/Eee_Pad_Transformer_TF101/
and it has a keyboard and trackpad keyboard attachment, as well as USB ports that I have tested and reliable used with the tablet/keyboard combo.
An app based kvm switch will work with android, just need a kind developer to make it. I would buy that app in a heartbeat.
As per the OP, there is a alternative currently called iDisplay. It only extends your desktop to your android platform, no forwarding of mouse/keyboard inputs. I haven't personally tried it, but it sounds like the app is really hit or miss for a lot of people.

Related

TP as HID Keyboard

Is there an application for the TP which allows for the device to be used as a HID over Bluetooth to control a desktop PC?
there are programs that let you control your desktop PC in various ways, but nothing specific for TP or the keyboard
Wow great idea, that would be nifty on my CarPC! I'm always looking for a smaller keyboard to fit there...
Can't be that hard, I'm sure someone can do that, with all the specialists we have here in this wonderful community
"can't be that hard"?
How did you come to this conclusion?
Educated guess? Or just guess?
Well it would need to modify a little bit the bluetooth stack and emulate a HID keyboard, I guess.
Tonight I'm the Jeremy Clarkson of the day, with his most famous quote: "how hard can it be?!" when obviously it is very hard to do...
So I absolutely don't mean it is an easy thing to do, but I'm sure some experts in XDA-Dev are skilled enough to do it.
Hey, a man can dream, right?
Another option is to use a program like VNC to pilot your pc from the your raphael.
Used to do it with my old ppc (Toshiba e830). This works only if the computer you want to control is also in the same network (connected either through LAN cable or wifi).
Yes, I'm aware of a number of remote control solutions, but they all require an application to be run on the PC to be controlled. I'm really looking for a solutions which is purely based on HID. Like the Sony Ericsson remote control feature on the new phones. Great for presentations and Media Player. Any ideas?
Not exactly what you were talking about but...
http://www.virtual-laser-keyboard.com/
About the size of a lighter, and you can use it for you phone as well. (Picture attaching your phone to the TV in the back. Using your bluetooth to open a program on it. Then typing away on the scren with this "futuristic keyboard from the stars!!".... or something like that.)
that must be one of the most useless gadgets ever created
huge initial "wow" factor, but that is all
Useless? I don't know... over priced, and unnecessary maybe, but a portable full sized keyboard doesn't seem useless to me.
Have you tried it?
I have. Very stupid to tap a plain table, since you cannot feel anything (even the separation of the buttons) you make 60% mistakes.
Also, it is not even portable! You need a large flat surface to put it and to let it throw its beam.
(and one more thing to recharge)
I stand by my original wording.
nethopper said:
Yes, I'm aware of a number of remote control solutions, but they all require an application to be run on the PC to be controlled. I'm really looking for a solutions which is purely based on HID. Like the Sony Ericsson remote control feature on the new phones. Great for presentations and Media Player. Any ideas?
Click to expand...
Click to collapse
Well, HID implementation in Windows also includes programs and services that start with your windows. So if you have to install only 1 program to make it run I don't think it is a big deal.
It's 3 years I use my main computer this way. As I have a projector and don't want to start it every time I installed VNC server in my main computer (freeware) and VNC client in both my laptop and PPC, and it works pretty well (especially with Vista on my laptop, it runs pretty smooth).
@NLS:
Hmm, well from that description I will have to agree with you and add useless to my definition of the product as well.
@nethopper:
Yeah if you were looking for remote solutions I would suggest Logmein.com (the free version because I am cheap). If you want something that purely converts your phones keyboard into a computer keyboard... I found ( http://en.handybyte.com/cat/system-utilities/communications/blueremote/ ) for palm devices, this ( http://en.handybyte.com/cat/system-utilities/enhancements/ppc-tablet-remote-control-suite/ ) for ppc but over TCP/IP instead of bluetooth, and a patent showing that someone *Microsoft* is working/has worked on the idea ( http://www.freepatentsonline.com/y2008/0120448.html ) so the search continues
@FlippyTK: I'm aware of the VNC solution, but I'm really looking for something as slim and elegant as the software on the SE phones. There are situations where you don't want or can't install anything on the host PC.
@NetApex: Thanks, for the links. The MS patent is strange, how could they file something as obvious as this? There must be prior art... But the patent might be the reason why such a software does not exist. I guess everybody is afraid of the MS lawyers...
I'll keep searching, please let us know if you have the solution...
I'm not sure a pure HID solution is possible. If the Raphael keyboard is indeed a HID-capable device, then the phone itself is its host. Since you would have to go through the host (in this case, WM) to access the bluetooth stack, the most direct solution is a software "pass-through" program.
[edited]
The SE solution is using bluetooth HID emulation, so I will take a look into that.
For now, the TCP/IP solution shouldn't be a problem: you can setup a bluetooth PAN for TCP/IP connectivity.
For reference, one software that is closest to what you have in mind is Synergy, a similar host/client pass-through program that allows you to use one keyboard/mouse on multiple networked computers (without using hardware KVM switch, etc). It's only Windows/Mac/Unix, no PPC client, but maybe it will help point you in the right direction.
I found the following article which gives a nice overview of remote control solutions:
http://www.pocketpcmag.com/cms/blogs/3/remote_media_controllers_for_windows_mob
The software from Jerom does a nice job (http://www.jaylee.org/RemoteControl/) and I used it on my Prophet for some time. It requires for a small program to be installed on the host and it is easy to set up. But I had it hang a few times (typically in the middle of a management presentation) and therefore I abandoned it. The SE solution I had before was absolutely reliable and that's why I look for something similar for WM.
In principle, the solution is simple: Implement a HID device driver and pass key/touches to it. I did some programming for WM devices but I never tackled the bluetooth stack... there is a significant hurdle - otherwise someone else would have done this app already. ;-)
that would be cool
using the phone to open an app that is named "operate as bluetooth keyboard" and clicking start to take control of a home theater PC using teh TV as your monitor and the desktop media PC as the CPU and just using your phone as nothing more than a keyboard would be pretty slick.
golympio said:
Wow great idea, that would be nifty on my CarPC! I'm always looking for a smaller keyboard to fit there...
Can't be that hard, I'm sure someone can do that, with all the specialists we have here in this wonderful community
Click to expand...
Click to collapse
If you are so much interested in a small portable keyboard, why dont you try diNovo Mini from logitech http://www.logitech.com/index.cfm/keyboards/keyboards/&cl=roeu,en
Quite cool. I use it for my Media Center!
Cyber-mate said:
If you are so much interested in a small portable keyboard, why dont you try diNovo Mini from logitech http://www.logitech.com/index.cfm/keyboards/keyboards/&cl=roeu,en
Quite cool. I use it for my Media Center!
Click to expand...
Click to collapse
That is cool, but also pricey
UP!!!!!

Using HD2 as (native) Bluetooth Mouse

I searched this now for a few days on the web. I found plenty of programs doing lots of things coming close to what I am looking for but nothing exactly what I am looking for that would work.
I am looking for a program that turns my HD2 into a native bluetooth mouse. I don't need any remote control or remote desktop stuff, I want my HD2 to look like a regular mouse connected by bluetooth.
I found plenty of remote control apps, that would require a server installed to the computer I want to control with my HD2, however this is exactly NOT what I am looking for. I want to control any computer that supports generic bluetooth input devices, no matter if Windows, Linux, Mac, whatever without installing any additional software to the computer.
I found two programs, that claim to do that (mobileSRC RemoteMobile and MobileMouse) but neither will function on the HD2. RemoteMobile does not seem to support the Widcomm Bluetooth Stack and MobileMouse is not usable, because it's not designed for WVGA (at minimum, I cannot get past the Licence Disclaimer after starting the app, because I do not reach any controls to do so).
Is there anything out there that would do what I am looking for on a HD2?
+1 Looking for the same
http://gbmsoftware.com/
gdayhtc said:
http://gbmsoftware.com/
Click to expand...
Click to collapse
oh yeah, this is what I was looking for, thank you very much!
Which irony: I am still looking for what I described in my first post - and while I was searching for a program capable of doing this once again, I stumbled across my own old thread here
Sadly gdayhtc's solution wich seems to make 2 die 4 happy is exaclty what I am *not* looking for. I was aware of GRemote when I wrote this posting in january already. The point is, you need to install a server application on the host you want to use your phone with. The "talking" is done between the application on the phone and the server on the host as regular network traffic. This is not what I am looking for. What I am looking for is an application that basicly says "Hi [whatever operating system you are], I am a regular bluetooth mouse! Go ahead and load your appropriate drivers, so I can talk to you (just as any other bluetooth mouse would do)!" - and if there are Bluetooth touch pads, that the phone could emulate, that would be even better Basicly the phone will promote another bluetooth service to other devices that do a bluetooth service lookup stating that it can be a bluetooth input device. I can't believe nobody did something like that! Besides having to poke around in some bluetooth input device standards it seems like the much cleaner and more appropriate approach to use your phone as an input device over bluetooth compared to what GRemote and the others are doing.
I don't think there is such thing as a 'generic' blue tooth mouse (please correct me if I am wrong).
If you get a logitech one, it still loads its appropriate driver for the operating system you are using. Same for DELL (both use setpoint) and I'm sure Microsoft (and for the different models, there may be different drivers).
What I think you can best hope for is somebody to emulate one of these 'drivers', but at the end of the day, I would assume that some driver will have to be loaded on your pc/server.

bluetooth keyboard recommendation?

I'm really hoping to get a physical keyboard to work with my Eris. I'm even open to a USB hard-wired solution, it doesn't have to be bluetooth.
I own an I.Tech Virtual Keyboard, which the Eris can see and identify properly but not pair with (so far), and I was thinking of buying a Freedom Pro keyboard, simply because they have posted an Android driver on their web site.
I downloaded an Android bluetooth app called KeyPro, which lists the I.Tech VK as a supported device, but it doesn't seem to get the job done.
Anybody out there working on the same capability who can share what they've learned?
Thanks!

[Q] Use an iPhone as a bluetooth keyboard connected to an Android phone [EVO]

Crazy idea, I know. I'd like to use one smart phone as a keyboard for another one. The way I envision it, I'd have a keyboard on the iPhone, and those key presses would be transmitted to the Android phone. Obviously, this requires apps and/or programming on both sides. I know that both platforms support (by various apps) doing this to a desktop PC/Mac/Linux, but I haven't seen from smartphone to smartphone.
Do you have any ideas or recommendations regarding this?

Turning your phone into a work computer?

Hi guys!
I was reading recently about Andromium. It's basically an app+hardware that allows you to use your android as a computer. It ports android's UI to a computer-like UI. I read about the above mentioned Andromium, I don't know if there are any similar, better, more popular solutions.
This is what I'm talking about:
http://www.superbcrew.com/andromium-lets-you-turn-your-phone-into-work-computer/
http://interestingengineering.com/turn-your-android-phone-into-a-desktop-computer-with-andromium/
http://androidcommunity.com/andromium-wants-to-turn-your-smartphone-into-a-desktop-20141211/
Thoughts? Have you used it, what's the feedback?
P.S
As I said, I would like to discuss this as a concept. I just mentioned Andromium as an example. Do you see this becoming a thing in the future? Maybe this could replace laptops?
I find the concept very interesting. I put a debian emulator app thingo on my nexus 7 (debian noroot), and use it as a half Linux laptop with Bluetooth keyboard and usb mouse, half android tablet. I'm considering dual booting Ubuntu touch on it too. It has a split personality, like my Windows 8.1 tablet, tablet on its own, mini laptop with keyboard and mouse. I find it the best of both worlds.
Andromium would possibly make this unnecessary as it would work well with keyboard and mouse. I would certainly try this, especially if it would revert between normal android style, and pc style.
Jesse72 said:
I find the concept very interesting. I put a debian emulator app thingo on my nexus 7 (debian noroot), and use it as a half Linux laptop with Bluetooth keyboard and usb mouse, half android tablet. I'm considering dual booting Ubuntu touch on it too. It has a split personality, like my Windows 8.1 tablet, tablet on its own, mini laptop with keyboard and mouse. I find it the best of both worlds.
Andromium would possibly make this unnecessary as it would work well with keyboard and mouse. I would certainly try this, especially if it would revert between normal android style, and pc style.
Click to expand...
Click to collapse
I was really interested with this concept, so i researched a little bit. Seems that Motorola unrolled something similar (Motorola's Lapdock) a few years ago, but it never took of.
Few enthusiasts tried to revive it with raspberry PI, http://www.theverge.com/2012/6/21/3105822/motorola-lapdock-hacked-raspberry-pi-rikomagic
Andromium repacks the idea, as it seems, and I really can't wait to see if something interesting will come from this.
Andromium OS on rooted high end smart phone. Install on smartphone VMLite VNC Server and setup casting screen with remote control. Get cheap Android tablet with kbd/mouse or cheap Android slate with kbd/mouse and install YouMap app. Setup direct WiFi connection between smartphone and tablet / slate.
Good to go.
Let me know what lag times you see. Working on various "tweaks".

Categories

Resources