All of lore.kernel.org
 help / color / mirror / Atom feed
* Headless Android (no FB required)
@ 2012-02-15 22:41 Karim Yaghmour
  0 siblings, 0 replies; only message in thread
From: Karim Yaghmour @ 2012-02-15 22:41 UTC (permalink / raw)
  To: linux-kernel


As an FYI, I thought some of you might be interested in knowing that 
Android's user-space can be modified to run on headless systems (i.e. 
without a framebuffer.) IOW, you can configure the FB stuff completely 
out or have a kernel port that doesn't have an FB (yet?) and still run 
the Android use-space.

I've put this up as part of the Cyborgstack project:
$ repo init -u git://github.com/cyborgstack/android.git -b headless
$ repo sync
$ ...

The relevant presentation from the Android Builders Summit is here:
http://www.cyborgstack.org/www.cyborgstack.org/sites/default/files/headless-android-120214.pdf

Essentially, Headless Android is the AOSP but WITHOUT:
- SurfaceFlinger
- WindowManager
- WallpaperService
- InputMethodManager

It gives you is all the Android framework but for ui-less systems (no 
FB.) What it means, is that, save for Activities, you can use the 
standard Android development tools (Eclipse, SDK/NDK, etc.) to create 
apps that use:
- ContentProviders
- Services
- BroadcastReceivers

Why would you want this instead of using "Embedded Linux"? Honestly I 
was very skeptical when some developers first mentioned to me that they 
were interested in doing this. I was in fact very dismissive of it. But 
I kept getting more and more inquiries about this. So I decided to bite 
the bullet and give it a try.

Now that I have, I think there are 2 clear benefits to using this 
instead of "embedded Linux":
1) you get one platform for all your device development, whether it has 
a UI or not
2) your devices become programmable by any developer that knows the 
Android API (and, as you may know, there's growing number of those.)

That said, what I've done is very much a proof of concept. It's in fact 
a dirty hack at this point. Please don't ship this just yet. It needs a 
lot more eyeballs and certainly a lot more work. But, it's good enough 
to give you a taste of what's possible and allow you play with it.

Cheers,

-- 
Karim Yaghmour
CEO - Opersys inc. / www.opersys.com
http://twitter.com/karimyaghmour

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-15 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 22:41 Headless Android (no FB required) Karim Yaghmour

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.