Skip to content

Tag Archives: android

Configuring a custom GPIO based keypad in Android

15-Feb-11

When developing for Android you need the basic keys to navigate. Usually on early stages a simple GPIO keypad where each key is mapped to a CPU GPIO is all you need.   The first thing to do is to add GPIO keyboard support to the Linux kernel, so reconfigure and add the following:   [...]

Best effort Android prototype services

25-Aug-10

I have decided to extend my area of expertise into Android. Ultimately I'd like to leverage the Android Linux internals (kernel, openGL, Packet Video multimedia framework etc.), but right now I am starting with the proper SDK and NDK to get a feeling for the ecosystem. As such I am going to put considerable effort [...]