[ghostwalker] has put together instructions for running X11 on your Android device. This means you can run a full-blown Linux desktop environment on your phone. It requires you to already have a Debian shell on the phone, which we covered earlier. Instead of having to come up with a custom display driver, it’s hooked to a VNC server. You can connect to it using an Android VNC viewer on the phone or via any other VNC client. The how-to suggests either IceWM or the even lighter-weight LXDE for a window manager. You could potentially install Gnome or KDE, but we’d be surprised if it was any faster than dog slow. Let us know if you have any success with this and what you think the best use is.
X11 On Android
18 Comments
- by: Eliot
this is exactly the kind of thing i was hoping to find before pulling the trigger on the g1 dev edition
thanks hackaday!
I have been back and forth all week on pick up a G1 or wait for any number of the no release date android phones to come. This makes it a lot harder to fight off the instant gratification.
Technically, this isn’t running on Android, as this is just native code on a G1, right?
However, it’s very close to an interesting solution. The guy who made ScummVM for Android/G1 created a hybrid solution, wrapping native code with Android.. I’d like to see something similar here, so that I could download LXDE/Debian from the Market and run it on my rooted phone as if it were an Android app.
so wait, is this vnc or an actual linux desktop, i’m confused.
It looks like the G1 is running android, has the debian shell, and is VNCing itself for X11.
cool hack, but I dont see how any x11 wm (without serious design changes) could be useful on a tiny screen. there needs to be a new mobile wm that is meant for this, with features like automatically “full-sizing” each window you bring to focus, easy context switching, multitouch (where possible), etc.
Guess you would want to run matchbox on it or something similar
this looks like simple vnc running on the android phone. if that is the case, choosing the title ‘X11 running on android’ is a bit confusing. while this is interesting, its not as technically impressive as running x11 natively on the device. good luck doing that and keep trying.
In response to the above post. This is x11 running nativley on the device, but in order to get around the fact that there are no drivers available, I setup a vncserver locally then connect to it (locally).
So it is running natively. My original post, if you read it, does make this clear.
http://www.androidfanatic.com/cms/component/fireboard/?func=view&id=1615&catid=9
sweet, I was waiting for something like this to pop up. debian/android together is a cool combination, and will only become more sweet when a driver is scrapped together to give it native x11 support. Thanks for all the work.
Very awesome! Now we can run eagle on the Android! Perfect for designing pcbs on the go!
Hmmm.
Whilst this is a great little experiment, X11 is not at all suited for mobile devices. M$ are still learning that lesson with Windows Mobile – when they started with WinCE, they decided to use the same look & feel as the desktop OS, incl teency weency buttons / sliders / boxes, on screen keyboards etc. coupled with thin on the ground device drivers in favour of the CPU generating all the gfx (bad idea).
X11 would turn out the same – ‘maybe’ a decent Window Manager might help but its still stuck with the underlying X11 code base that was designed for full screen desktop apps from Day 1 – not optimised in the slightest.
Interesting none the less though.
@stu:
I’m not sure that I understand what a full screen desktop app is. Could you elaborate?
Also, I think that you misunderstand what X11 is. X11 is not a widget toolkit. X11 is not a window manager. X11 is not a desktop environment. X11 is what provides the underlying mechanisms that make all of those things work.
x11 what can i do with this
Has anyone considered running Maemo mer this way?
hey guys i have recently done this and its fairly simple i am just 13 and managed to pull it off i have installed icewm on it and it is fast but the only con is you cannot see the theme or backround but i also figured out that any app or anything mostly you download or install in the debian shell gets imported into the desktop its really easy and neat kool trick to show your friends i might release a video so check my youtube channel youtube.com/eleshakys1
possibly using something like DMX you could join the X server on a PC and the one on your phone so you could drag a window between the two screens, can really think of a specific use for that really other than as a (LAN) party trick though.
One use for this could be to ssh to your home machine, and run programmes on there, piping the graphics back to your phone. You could maybe have a dashboard app – mail checker, media control, etc, either as an extension to your PC desktop, or for a headless PC, such as a remote for a myth box.