How to generate a video signal from Android device via USB?
        Posted  
        
            by 
                C.Rivlaldo
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by C.Rivlaldo
        
        
        
        Published on 2011-09-26T05:55:05Z
        Indexed on 
            2012/09/19
            15:40 UTC
        
        
        Read the original article
        Hit count: 296
        
Is it possible to create an application for Android, which can generate a video signal (HDMI or VGA) via USB?
Any Android device has miniUSB port. Theoretically it's possible to create a small commutator device on microcontroller or microscheme, which will be a USB-host for Android device. You'll connect Android device with commutator and then connect commutator with monitor.
For example, the scheme looks like: Android phone -> commutator (USB-host) -> TV/Monitor.
Summary, I need to connect android phone with TV via miniUSB port. I found soft which can use miniUSB -> HDMI cable, but those apps only for Motorolla Droid and HTC Evo.
I'll glad to get links to existing apps or projects on that theme, to info about software generation HDMI-signal and connecting Android devices with another devices.
Thank you and sorry for my bad english!
© Stack Overflow or respective owner