Matanya99
Posts: 3
Joined: Fri Mar 03, 2017 10:47 pm

Android as monitor without VNC?

Fri Mar 03, 2017 11:03 pm

I'm building a PiTop, and I'm having trouble getting my IRULU 10.1" eBay tablet (Android 5.1.1) to function as a monitor. I've followed this tutorial and others like it:
joshuawoehlke.com/android-raspberry-pi-display-over-usb/
but there are two things wrong with it.
1) it doesn't work
2)if it was to work, i would be unable to use the mouse and keyboard attached to the pi.

All i want to know is if there is some way to send ONLY the monitor image to the tablet. I just want a low power screen. No touch, no sound, no input. Just a monitor. Is there any way to do that? Using USB would be the best, but would some thing like an HDMI to MicroUSB adapter work? Something like this: http://www.walmart.com/ip/StarTech-micr ... about-item
I've tried so many VNC methods that I would hope there is some way to just do what I want. Thank you!
My setup is a RPi 3 (Rasbian Jessie), with IRULU 10.1" tablet I got for $20 on eBay (Android Lollypop, 5.1.1).

Hydranix
Posts: 9
Joined: Mon Nov 16, 2015 5:33 am

Re: Android as monitor without VNC?

Sat Mar 04, 2017 6:00 am

Hi there. With a rooted android tablet, there should be no trouble getting VNC working.

When you say "it doesn't work" that doesn't provide any information about what the problem is.

Using a normal vnc client on android: [urlhttps://play.google.com/store/apps/details?id=com.iiordanov.freebVNC&hl=en]bVNC[/url]

Using x11vnc on the Pi for a vnc server, and using either Bluetooth, 802.11, or USB tethering for a network connection should be all you need.

If it's the android you're having trouble with:
Download a terminal emulator for android, make sure you're rooted, and install busybox, or a Linux chroot on the android (so you can get access to more useful command line utilities like ifconfig, ip, route, etc. for setting up a network connection.

If it's the Pi you're having trouble with:
In that guide, ignore tightvncserver, and instead use x11vnc. I find x11vnc makes getting a server up and running way easier.

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Android as monitor without VNC?

Sat Mar 04, 2017 7:52 am

No, you can't send just the monitor image to the tablet without using VNC or something similar. The Tablet may have video out, but it is unlikely to have a video input. MicroUSB to HDMI cables are for certain devices that can somehow put out an HDMI signal on a microUSB connector in order to drive a proper screen with HDMI input. It won't work the other way round.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Android as monitor without VNC?

Sat Mar 04, 2017 8:11 am

Matanya99 wrote:I'm building a PiTop, and I'm having trouble getting my IRULU 10.1" eBay tablet (Android 5.1.1) to function as a monitor. I've followed this tutorial and others like it:
joshuawoehlke.com/android-raspberry-pi-display-over-usb/
but there are two things wrong with it.
1) it doesn't work
2)if it was to work, i would be unable to use the mouse and keyboard attached to the pi.

All i want to know is if there is some way to send ONLY the monitor image to the tablet. I just want a low power screen. No touch, no sound, no input. Just a monitor. Is there any way to do that? Using USB would be the best, but would some thing like an HDMI to MicroUSB adapter work? Something like this: http://www.walmart.com/ip/StarTech-micr ... about-item
I've tried so many VNC methods that I would hope there is some way to just do what I want. Thank you!
My setup is a RPi 3 (Rasbian Jessie), with IRULU 10.1" tablet I got for $20 on eBay (Android Lollypop, 5.1.1).
You appear to be following out of date tutorials ?


USB Tethering should work if you are using OTG (on the go) Cable and USB Tethering is enabled on your Android Device.

When you plug in the OTG Cable to both the RPi and Android Device, the Android Device should request what USB Mode you require, do you get this ???
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
bensimmo
Posts: 4625
Joined: Sun Dec 28, 2014 3:02 pm
Location: East Yorkshire

Re: Android as monitor without VNC?

Sat Mar 04, 2017 9:16 am

Does the Pi3 have OTG, I thought it was only Zero and A+ range?

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Android as monitor without VNC?

Sat Mar 04, 2017 9:52 am

bensimmo wrote:Does the Pi3 have OTG, I thought it was only Zero and A+ range?
No the RPi 3B does not have OTG, but the Android Device may need an OTG Cable.


Further to my earlier reply I connected my Experia Android 4.4.2 Phone using the USB Charger cable to my RPi 3B.

The Android Phone has both WiFi & USB Tethering enabled.

Raspbian Jessie with Pixel DE Operating System sees the Android Phone as a Networking Device and assigns Raspbian an IP Address, so I can surf the WWW using the Phones WiFi Connection.

Therefore if I setup RealVNC Server in Raspbian and the RealVNC Viewer in Android, which I have not tried yet it should just work ??

https://play.google.com/store/apps/deta ... er.android
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Advanced users”