Hi, Do you mean, I should implement an IOCTL in key board sub-system of linux that should do report key pressed event to upper layer. This ioctl can be fired by a native call and my .apk call it with jni interface? Does it makes sense? or any better idea?
On Sat, Apr 23, 2011 at 7:45 PM, Mark Murphy <[email protected]>wrote: > On Sat, Apr 23, 2011 at 9:51 AM, Pratik Prajapati > <[email protected]> wrote: > > For the In-flight entertainment kind of device. When ever there is > > any accoutrement to be made, the android based unit must get muted and > all > > key ( mounted on the device + external key pad ) must get disabled for > that > > much time. > > Any effective solution? > > An "in-flight entertainment kind of device" is custom hardware running > custom firmware and therefore will solve this problem via that custom > firmware. Android SDK applications should not be involved in the > process at all. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android 3.0 Programming Books: http://commonsware.com/books > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Regards, Pratik Prajapati -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

