Re: [android-kernel] Event Loop

2010-09-29 Thread Dianne Hackborn
PLEASE stop asking this. Seriously. I have pointed to the code that implements this in Java. I have told you this is in Java so it is not directly applicable to native code. I have told you the NDK does not at all define an event loop and you must make one yourself. That is all there is to it.

[android-kernel] Patches for ports to other platforms

2010-09-29 Thread jonpry
Hi, I work with the htc-linux team on android/kernel ports to phones that originally ran different version of Windows Mobile. I am currently working on bringing our very old kernel up to date using your experimental.git/ 2.6.35-wip branch. Would your project would be interested in patches for

Re: [android-kernel] Porting hero to recent kernel versions

2010-09-29 Thread Teck Choon Giam
Hi Gottfried, There are few more which might interests you: - I2C (drivers/i2c/chips) particularly microp_i2c and bma150 - USB_FUNCTION (drivers/usb/function) instead of USB_GADGET - Camera Sensor MT9P012 (drivers/media/video/msm) There are more I believe but that are all I can remember now besi

[android-kernel] Event Loop

2010-09-29 Thread Lukas Adamec
Hi, I'd like to know, how event loop is implemented on Android? I need to implement my own event loop in C++ based on GLib library and its GSource and GSourceFuncs structs, especially functions prepare(), check(), dispatch(). So I'd like to get some information or source code first, how is event lo

[android-kernel] Porting hero to recent kernel versions

2010-09-29 Thread Gottfried Haider
Hello all, I had a cursory look into porting the hero's sources to a more recent kernel today. As you probably expected I immediately hit a few roadblocks doing so ;) Can anyone comment on the general feasibility of this idea - and whether the hardware is similar enough to the other boards in curr