Curious if this has been done (Phone as touch screen for pc) - Vibrant Q&A, Help & Troubleshooting

I was wondering if anyone had thought about the idea to change your phone into essentially a second touch screen monitor for your computer. You could do it wirelessly, but I think a usb connection to charge the phone while you do it would be just as good, in some ways better.
One you could extend your desktop to essentially, and make it work like any other monitor, just with the touch input.

Its called Logmein or VNC .

Unless I am mistaken you need to carefully reread my post. I do *NOT* want to control my monitor through my phone. I want my phone to *BE* a monitor for my pc with touch input. Last I checked either of those programs only allowed me to control my pc through my phone, not act as a secondary display. If I am wrong feel free to inform me.
Logmein Ignition is close,but its still not what I want. The goal is to have the phone be nothing more then a monitor and HID for the computer its hooked up to.

i doubt its possible because if you haven't noticed on the back of your monitor are some wires, ( if your using laptop its inside ) those are what your CPU shows to the monitor, and those cannot be connected to a phone, its just not possible.
Resolution wouldn't work its wayyyyyyy to small.
it might be possible, but i highly doubt it.

Totally possible through USB, the point is not to have a huge display but a minidisplay.
USB Monitor example.
http://www.thinkgeek.com/computing/usb-gadgets/bfa3/
No offence, but typical of this forum apparently. Instead of throwing out FUD please answer if you have the knowledge of have read the actual post thoroughly. Thank you .

It could theoretically be done through Linux. The problem would be the resolution conversion. And that, would have to be done from the computer side~~~ convert size/resolution/format~then send. The problem would getting it to stream without delay or lag. Normal text would be probably ok but video, I think it would get delayed so looking at the CRT and the phone you would experience delay and speed differential.
I do not know an app that does that, but I my brother wrote an executable for Sun that did this. So, it can be done.... Sorry I am not much help.....

Perhaps I am not being clear, or people are just not used to the way multiple monitor systems work under windows. Not sure which so I will try to clarify what I am talking about and provide a couple examples.
I want to know if anyone has developed or is interested in developing a way to have an android device be used as a secondary monitor, with touch input, for your PC(preferably windows PC).
What do I mean by secondary monitor?
An independent display that is able to use its native resolution, and not be a duplicate of your monitor.
Examples currently available:
Here is a website that has many different kind of usb monitors.
http://www.mimomonitors.com/
Final note:
The goal is to have a small display that can be taken advantage of when you want to use it, while charging your phone. Given androids ability to multi-task you would not lose access to the phone while doing this.
Application purposes:
Display chat output, music, ventrillo, and web pages while in a game or other landscape intensive task on your computer.
Why?
Our phones sit beside us while we are on the computer and for the most part we don't utilize them while they are there. Why not make them usefull while they charge? People have been purchasing multiple displays or mini-displays for many years now, and I think it would be awesome if we could use our phones for that purpose without having to go out and buy a new device.

Yeah I would love a feature like this.
Sent from my SGH-T959 using XDA App

Related

PC screen/control/mirror app

I am looking for a remote control/keyboard/remote desktop app. I have seen several of them in the market, but I have a specific want and I don't know if any will do this.
I want to be able to sit in the livingroom and control my PC that is attached to my TV. I currently use a wireless keyboard, but the biggest issue with that is the text is too small, and I basically have to walk over to the tv to use it. I know there are settings for large fonts, etc, but I use the PC for several things and that change is impracticable.
So what I am hoping for is to have my G Tab in my lap and be able to see the computer screen and control it using the g tab... BUT also be able to see what I am clicking on and the results of those clicks on the TV/PC.
When I use Remote Desktop, it logs off the TV/monitor connection and only routes the video to what ever device is logged in... I want it on both devices. Maybe like the remote tech support people can do on some PC's.
Can you point me in the right direction for an app like that.
I use remotedroid. Works perfectly with the gtab
Sent from my Droid using XDA Premium App
collindv said:
I use remotedroid. Works perfectly with the gtab
Sent from my Droid using XDA Premium App
Click to expand...
Click to collapse
I looked at this, and it does look cool but I already have a wireless keyboard, with a trackball built in. I like the idea, but it is not what I am looking for.
I am looking for a program that when you look at the G Tab you see the computer screen, and when you look at the monitor/tv you see the same thing. Then you can use the tablet as the control. All movement and visuals are repeated on both screens. Like having dual monitors except 1 is the touch screen tablet. I think PhoneMyPC would do it, but I am not sure.
I use PocketCloud VNC. It seems quite smooth. You might not want VNC though, but it would solve your text size issues, I think.
But Pocket Cloud does not show both screens at once, as the OP is desiring, does it?
boufa, there was a thread around here recently about using the g-tab as a second monitor, so I know it works like that; but I don't know how to control the PC from the g-Tab while seeing both screens. I'm using Pocket Cloud as well.
You guys are great, pointed me in the rough direction, and found TeamViewer.
It looks to do exactly what I want it to do. Full clone of the desktop via Wifi or 3g. I was supprized that it was free for non-commercial use.
I tested it and it works good on my HTC Inspire over 3g, I won't have my G Tab until tomorrow night so I cannot test it until then. I'll report back.

[Q] Interfacing with a java application

I'm developing a touch screen based system for controlling electronic music. As part of the development, we'll be building our own touch screen, but that's not going to be ready for some time. In the mean time, I need to start writing the software (which will be done in java), and I'm going to need a touch screen to use for testing.
So, I am NOT trying to write an application for the Galaxy Tab. I am writing a application that runs on the my desktop, and I'd like it to be able to get touch information from the Galaxy, in any way practical. I've looked into using an iPad for this, but it looks to be too much of a pain to be worth it. All I need is a way of my java application receiving the list of co-ordinates of touches from the tab, in real time. I don't need any higher level gesture interpretation (as I'll have to do that on my end for the final system anyway), just all the touch co-ordinates. Does anyone have a suggestion on the best way to go about this? Is there something in existence already to accomplish this easily, or is there any kind of java library I can use to make calls to a connected tab from my application? I've been googling around, but haven't found any particularly useful information on the subject, as the tab is chiefly meant to be a stand-alone item, not a pc peripheral. Any tips on where I might start looking would be a huge help. Thanks!
-cullam
cullambl said:
I'm developing a touch screen based system for controlling electronic music. As part of the development, we'll be building our own touch screen, but that's not going to be ready for some time. In the mean time, I need to start writing the software (which will be done in java), and I'm going to need a touch screen to use for testing.
So, I am NOT trying to write an application for the Galaxy Tab. I am writing a application that runs on the my desktop, and I'd like it to be able to get touch information from the Galaxy, in any way practical. I've looked into using an iPad for this, but it looks to be too much of a pain to be worth it. All I need is a way of my java application receiving the list of co-ordinates of touches from the tab, in real time. I don't need any higher level gesture interpretation (as I'll have to do that on my end for the final system anyway), just all the touch co-ordinates. Does anyone have a suggestion on the best way to go about this? Is there something in existence already to accomplish this easily, or is there any kind of java library I can use to make calls to a connected tab from my application? I've been googling around, but haven't found any particularly useful information on the subject, as the tab is chiefly meant to be a stand-alone item, not a pc peripheral. Any tips on where I might start looking would be a huge help. Thanks!
-cullam
Click to expand...
Click to collapse
Ok, well I'm going to try and be brief and not turn this into an Android programming essay so here goes.
You have a couple of different routes you can take.
1. If you use eclipse for development and you hook up your tablet, you can watch the log and see that it prints useful information constantly, basically debug output that tells you whats going on in the background. If you just want to look at it, you can probably see it there.
2. This would be my choice, but I'm a programmer so I love a new adventure. I would recommend you just write a quick app for your tablet that pumps out the location of a touch whenever you touch the screen. If you are familiar with sockets and such, you can just write a simple server Java app that collects packets of data from your tablet, and just have the tablet send out a multicast packet containing the coordinates you touch every time you touch the screen.
There are probably some other ways, but if you are already going to be doing the bulk of the project in Java, you aren't looking at a difficult learning curve to write a basic little android app.
Thanks! I'll definitely try the eclipse trick. And yeah, writing an app on the tab is probably going to be necessary, but MUCH easier than having to learn a new language, and get an official license to do one on the iPad. The thing I'm really unsure about is the available communication methods for getting data back and forth between them. I was hoping there might be some sort of java api to get calls going through the usb connection. So I'll guess I'll see what the Eclipse hook up shows me.
cullambl said:
Thanks! I'll definitely try the eclipse trick. And yeah, writing an app on the tab is probably going to be necessary, but MUCH easier than having to learn a new language, and get an official license to do one on the iPad. The thing I'm really unsure about is the available communication methods for getting data back and forth between them. I was hoping there might be some sort of java api to get calls going through the usb connection. So I'll guess I'll see what the Eclipse hook up shows me.
Click to expand...
Click to collapse
apple stuff is crap anyways, leave them to their pretentious commercials and closed minded development.
as far as the android sdk, I think it will take you a lot less time to just use network communications. google socket client/server java tutorials and you should be set to go in about 2 hours. I have implemented it, its all straight forward, and imho probably an easier app to write that something that pumps out of the usb port
Awesome, thanks

Android Device as Second Display

I'm looking to be able to use my Galaxy Tab as a second PC display. I've been searching for hours for a way to set this up and I've found a few solutions, but so far they've all been lacking. I'm hoping others might have some experience or thoughts on the subject. Here's what I tried or looked into so far:
iDisplay - Available on the Market. So far about the only solution that works, but it's god awful slow. If you try to use a browser with a couple tabs open, it practically stands still. It also disables Aero on Windows 7.
Screenslider - Available on the Market. Disables Aero. Doesn't like web browsing, FF and IE won't redraw when clicking anything (links, Java objects, tabs, etc).
Air Display - Available on the Market. Disables Aero and DirectX. This one was extremely responsive, but you just can't do anything on it. Not compatible with FF9 or later and can't handle dynamic web content.
Remote View - Available on the Market. Disables Aero and Background. Honestly, I don't even remember why this one didn't work. Pretty sure browsers just froze. Have to jump through hoops on their website to even get the server.
Splashtop XDisplay - iOS only. Looks like it would be perfect, but it's not on Android yet. They said they were working on it 6 months go, so I'm not holding my breath.
Virtual display + a VNC connection - This is the most promising, so far. The idea is to use software to create a virtual display that's normally hidden, then use a VNC server (that can deal with individual displays) to send that extra display to a VNC viewer on the Android device. It seems like this would be the most responsive, plus you shouldn't lose Aero or specific applications since you're essentially just sending out a video stream (I think). Some apps even combine the virtual display and VNC server into one. In reality, actually setting this up has been a royal PITA (due in no small part to my complete lack of experience with this sort of thing).
Other Android RDP or VNC apps that have this sort of functionality built in - ?
So, has anyone actually accomplished this, or have any interest in figuring it out?
I'm looking for a similar application for my Galaxy Note's display. I want to use it as a live display tablet for Photoshop. I tried iDisplay and Remote View. Both were too slow to update phone display. iDisplay also BSODs my Samsung laptop (primary work machine), so it's not a viable solution. I could always use my phone as a regular tablet (one that just moves a cursor on screen), but hey, it'd be cool to have!
Virtual display+VNC? Sounds too contrived, but I'll try to read up and figure out how to get it running. If that's as responsive as a regular display, I'll post the method here.
bloodyhippo said:
I'm looking for a similar application for my Galaxy Note's display. I want to use it as a live display tablet for Photoshop. I tried iDisplay and Remote View. Both were too slow to update phone display. iDisplay also BSODs my Samsung laptop (primary work machine), so it's not a viable solution. I could always use my phone as a regular tablet (one that just moves a cursor on screen), but hey, it'd be cool to have!
Virtual display+VNC? Sounds too contrived, but I'll try to read up and figure out how to get it running. If that's as responsive as a regular display, I'll post the method here.
Click to expand...
Click to collapse
i guess it didnt work..
Personally, I never went back and gave it another shot. Still think the VNC thing will work well with some effort.

[Q] A new Atrix OS with open Linux installation.

Hello XDA Developers!
tl;dr I need either a solid, light OS replacement for Android 2.3 on my Atrix, or I need a video streaming and virtualization app with no lag that works between android devices and either windows or linux desktop.
First I'd like to say how impressed I am with you folks. Massive amounts of work most be done on a regular basis, and so I tip my hat to you in thanks for looking at my potential problem/question.
I've got two devices that I'd like to make some serious software changes to, one of them my Atrix (the other is a Flytouch Tablet ARM11 with Android 2.3, but that's for a different forum). Let me start by saying that I like to think of myself as very technically literate, but when it comes to linux I just don't have nearly as much experience as I do with windows/mac, and it is about to really show.
What I want to do is load a light Linux OS on these devices. Normally, if I was going to install a new windows kernel on a machine I would copy an ISO to a USB thumb drive and make the drive bootable (using the MS program Windows 7 USB/DVD maker), then startup the PC and either through the BIOS or by hitting the proper button during the startup sequence I would ask the PC to boot into the drive and begin the installation.
Questions:
What is the image file type for mobile OS's?
How would one choose the right type of linux OS for an Atrix?
What is the difference between flashing a ROM and installing and OS?
Why is it when I updated my phone recently that it became unrooted?
(and) Is there any way to revert this process to make rooting easier?
Is there any way to capture a video output (like a stream) and broadcast it to these mobile devices so I can avoid changing their software alltogether?
(and) Could I just remotely control another PC from the mobile device, letting it do all the actual computing?
Can I use the Webtop Dock as a monitor for my desktop if I can find the proper HDMI cable to connect it to the HDMI output on my desktop video card?
(and) Can I also connect the Micro USB and use the keyboard/mouse (hooked into my desktop motherboard) on it as well?
(and finally) Can I use my Atrix as a prototype omni-tool by docking it in a docking station, attaching various tools that work with a linux operating system (wide-spectrum ultrasound imaging, temperature monitors, vital monitors, electronic laser saw (USB) (with separate power attachment of course) and extendable, movable USB cameras?) and then strapping it onto my wrist with a cool leather bracer design?
My end-goal is to have all three of these devices on the same network, with the ability to seamlessly access my data between them. For example, if I'm working on a document, I'd like to be able to access the document in a document editing program across all the platforms (imagine google docs with multiple users) however with one MAJOR stipulation: I'll be on a local network with NO INTERNET ACCESS!
Briefly (to better help you understand just what I'm trying to do) I am a freelance archaeologist/deep sea explorer/ROV tinkerer about to do a series of surveys mostly by myself in some VERY remote locations. I'll have a Wi-Fi network to link all of my devices together running out of my boat, but it's only for data sharing between each other, and since Satellite Internet is a joke, I can't think of any way to get data out there, and I've decided to live without it while I'm away.
I have a webtop dock for my Atrix, and the environment developed by Motorola is far too restrictive. I've tried countless fixes to try and get the webtop2SD to work, but I must be doing something wrong (Maybe the latest update screwed it?). I think since I'd like to use some linux applications while on the mobile devices, I would rather install a custom OS for both.
OR (preffered)
Even more simply, I'd like to stream the video feed and remotely control my desktop PC (located on the boat) on the mobile devices, but with yet another stipulation: I can't have FPS lag (I usually get 1-2 FPS with all the virtualization and remote control apps I've tried). This would in some senses be the preferred option, since I really don't want to spend oodles of hours trying to get some program to work in a difficult, restricted environment like these mobile device's current OS's. Is there a good, non-lagging version of desktop virtualization for Android OS?
About that webdock: I can't seem to find a female-to-female micro HDMI cable anywhere on the internet, thought I did find one Micro HDMI extension cable, and bought it promptly. I could buy another, but cut the male ends off and splice the female parts together (**** just got kinky). But if I could, would this work?
Phew that was a lot! Again thanks so much for thinking for me!
I've personally never found any kind of remote desktop software that works without lag, but it might be possible to find some. Someone else might know what to tell you there.
After doing some basic searching, the only collaborative document solution that I've found has been Etherpad Lite. You could set up a desktop or laptop running linux as the server, and all the other devices on your small network could (theoretically) run a browser based client similar (but far less advanced) than Google Docs. This way, everything on your LAN/WLAN could access the application, if it's stout enough to support your needs.
https://github.com/Pita/etherpad-lite
http://en.wikipedia.org/wiki/Collab...Real-time_collaborative_text_editing_software
Everything you're looking for just seems to be limited for Android, I wish you the best of luck.
I have always found Teamviewer great for remote PC control from my Atrix. They have a nice app and free license for home/personal use. I get minimal lag controlling my PC at home when at work, but that's over WiFi. Not very fast and pretty laggy if I am on data with my Atrix.
BTW............I can work on documents, transfer files to and from PC's and laptops, print documents on my wireless printer, etc. across my home network from my Atrix, all routed through a Netgear WNR3500L running stock firmware (dd-wrt actually slowed my network down and reduced WiFi range considerably, so I reverted to stock).
First, there is no "magic" within the lapdock device. It is a nice HDMI screen, a couple crappy input devices on the USB side, and a battery. The standard Moto software does recognise the usb device and do some software magic, but certainly you could use the dock on it's own w/o the phone.
As to completely replacing the /osh webtop OS that Motorola provides, that is challanging.
There are 2 basic ways to open it up though. Go to the developers subforum and look for webtop2sd and "full Debian".
Somebody did post recently with an attempt to fully replace the webtop OS. he was using gentoo, so look for that and you should find it. But I suspect it is early, and likely to be a significant WP.
As to learning all this ****. If you do some Linux developement or heavy hacking (which it kind of sounds like) you should set up a full full blown 'droid dev platform and start playing. It is big and bulky, but you will learn faster that way than just searbhing around.
EDIT: just reread your post that you are light on Linux. if you want to do anything more than just follow along, it might be a good idea to setup something like an Ubuntu and get familiar there. 'Droid is way different looking (it really basterdises things around) but yoiu need to know both if you want to play with webtop hacks.
Thanks all. I'll look around again to see if I can find the threads you mentioned. I've tried Webtop2SD but to no success so far.
Thanks again.

viktorgino's HeadUnit Desktop

Hi guys!
I'm working on a Car PC software and I'm looking for contributors. You can find the project on github: https://github.com/viktorgino/headunit-desktop
More about the project:
HeadUnit Desktop is a based free and open source software that is intended to be run on computers built into cars. This software is currently under active development and lot of the features are experimental. As of now there are three main features:
Media player with a media library and media scanner
Android Auto™ client
DAB radio (integrating welle.io)
Proposed features:
FM radio
CAN bus sniffer with a customizable profile for each car.
Click to expand...
Click to collapse
Some screenshots of the GUI: http://imgur.com/a/pnrpy
And a screen recording: https://www.youtube.com/watch?v=26EYhQuH-Xs
I'm using the C++ and Qt for this project, the front end is QML.
If you are interested in helping with this project, then PM me here, hit me up on Gitter https://gitter.im/headunit-desktop or drop me an email on [email protected]
Pretty excited about this, wish I could help
very interesting project today I try it on my p9 lite. any help files regarding steering wheel controls and buttons?
This is exactly the type of experience that I was looking for, something that allows AA but also maintains AM/FM radio so this can be used as a replacement to the current stereo.
I've been trying to get this installed, but running into some issues in the instructions.
I have the PI all setup, and now following the instructions here:
I'm stuck on this step:
After you’ve installed Qt add the lib folder its installed in to the library load path, the bin folder to your PATH and the lib/pkgconfig folder to the pkg-config path.
I'm not really sure what it's telling me to do here or how to do it.
Can anyone help?
So i got this up and running, this has a lot of potential.
Hopefully development of it can continue soon.
I have a few questions I'm hoping someone can answer.
Questions on current build
1. How is the progress for the FM radio going? Do you know what hardware requirements will be to use AM/FM?
This was the biggest draw to me, to allow me to use this as a replacement to a standard head unit.
2. With Android Audio, when I push the button to go into AA mode. When I plug my phone in, nothing happens? I have AA installed on my phone and it works on other devices.
3. I have a red box at the bottom of the screen that says 'no valid device found use Null device instead.'
What is this trying to tell me? Message is there regardless if phone is plugged in or not.
4. How do you enable the bluetooth so it can connect to the phone contacts etc?
Features I would like to see:
1. Customization navigation bar.
This will be going in an older car, with old fashion lever type heater controls, so I really don't need the climate control button on the screen. Be nice to be able to swap that out for something else.
Also I don't think DAB radio is available in the US, so that would be another one that I would like to remove. Any plans on HD radio for those in the US?
2. Will this support wireless AA at some point?
3. Suppress the Pi Login/Password screen on boot. It seems if you wait about 20 seconds it skips over it automatically. Would be nice in the settings if there was a way to turn that on/off.
So I think this is almost exactly what I have been looking for as a carpc setup, but I had a couple of questions/suggestions. It would be great if you could customize the "action menu" on the right to open other apps that are installed on the system. Like chrisfromwa said above, I have an older car and have no need for the A/C controls, but would I do have an aftermarket fuel injection system and have tuning software currently running on my Raspberry Pi that I would like to be able to open from the "desktop" environment. Also, while I realize that you can do mapping through Android Auto, it would be great if you could launch a navigation system that is installed on the Pi itself like Navit. That way I could have fully offline maps and navigation via a USB GPS dongle and not have to worry about my phone having a signal to have mapping info.
Ultimately I'm really just looking for a "launcher" of sorts that can do FM radio, navigation, and open my tuning app, but that has a nice interface that is easy to use in a car with the 7" touchscreen I have. This is one of the most promising I have seen and would love it if it could launch other apps from the main screen.
i would like to ask a question, and please know that i mean ABSOLUTELY no disrespect by this, but why build one? I ask because there are many head units that are double din, touchscreen, can play darn near every file known to man, have android auto, can interface easily with your car itself, much less the steering wheel controls (cheap interface built with the molex plugs needed for plug-n-play use. Again, i mean no disrespect as i tried doing this a few years back. I gave up because to do it properly, i found that i would have to pretty much rewrite the kernel so that it could idle when necessary and go into full-on ready in seconds vs a full boot every time. Creating an output section thats worth a damn would also prove to be expensive, which is what inexorably led me back to the pioneers, kenwoods etc etc etc of the world. I guess if youre wanting full, unrestricted access to what android has to offer while driving, that would explain it then. But you can also achieve this with some automated processes in your phone to lie to the deck and tell it that youre not moving etc etc. Anyways, just curious of your reasoning for doing this
Youdoofus said:
i would like to ask a question, and please know that i mean ABSOLUTELY no disrespect by this, but why build one? I ask because there are many head units that are double din, touchscreen, can play darn near every file known to man, have android auto, can interface easily with your car itself, much less the steering wheel controls (cheap interface built with the molex plugs needed for plug-n-play use. Again, i mean no disrespect as i tried doing this a few years back. I gave up because to do it properly, i found that i would have to pretty much rewrite the kernel so that it could idle when necessary and go into full-on ready in seconds vs a full boot every time. Creating an output section thats worth a damn would also prove to be expensive, which is what inexorably led me back to the pioneers, kenwoods etc etc etc of the world. I guess if youre wanting full, unrestricted access to what android has to offer while driving, that would explain it then. But you can also achieve this with some automated processes in your phone to lie to the deck and tell it that youre not moving etc etc. Anyways, just curious of your reasoning for doing this
Click to expand...
Click to collapse
I've built my own and after you see so many people having issues with their official head units, it is nice to know that you have the control and aren't at the mercy of a car manufacturer or company. Also, I can use it to play retro games and more. Plus I have a unique dashboard that I have helped design in some ways. Honestly I've tried this project and while it was heading in a good direction there wasn't enough for me to use it as it is currently. I have something else and don't have to pay for like Openauto pro. It's called OpenDash and while it functions as is, it is continuously adding functionality and customizations that you can't find in anything commercial.
talon_dgnr8 said:
I've built my own and after you see so many people having issues with their official head units, it is nice to know that you have the control and aren't at the mercy of a car manufacturer or company. Also, I can use it to play retro games and more. Plus I have a unique dashboard that I have helped design in some ways. Honestly I've tried this project and while it was heading in a good direction there wasn't enough for me to use it as it is currently. I have something else and don't have to pay for like Openauto pro. It's called OpenDash and while it functions as is, it is continuously adding functionality and customizations that you can't find in anything commercial.
Click to expand...
Click to collapse
Right on. What model car?

Categories

Resources