[android-porting] Full-screen virtual keyboard?

2010-03-24 Thread Bill Gatliff
Guys: I have a need for a virtual keyboard with maximally-large keys. Ideally, the keyboard would expand to cover the whole screen, and the semi-transparent keys would allow me to see the widget with the input focus underneath. Is such a thing possible? Can anyone point me in a direction? I

[android-porting] Re: Hooking into the android input processing line

2010-01-26 Thread Bill Gatliff
Some gaming-related input devices have to do this, they use the existing uinput device that serves as a shim between userspace and the input subsystem. See CONFIG_INPUT_UINPUT. HTH, b.g. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Simulating accelerometer events natively?

2010-01-13 Thread Bill Gatliff
code for sensors.goldfish.so. If that's the case, then can I use the data_poll() function in the former to fake an accelerometer event? That's assuming I link the .so file into my own code, build with the Android cross-compiler, etc. etc. etc. of course. Regards, b.g. -- Bill Gatliff Embedded