Hi, Yes you are correct. On a standard distribution, keylogging seems impossible. However, If you are modding the platform, there are a few options.
the event handling mechanism can be (approximately) described like Hardware (Touch screen, physical keyboard) -> Linux Kernel Drivers -> EventHub.cpp -> WindowManagerService.java (framework level) To log all events, you can do something similar like the "getevent" program. http://android.git.kernel.org/?p=platform/system/core.git;a=blob;f=toolbox/getevent.c;h=256720d743710d212c306fc027ed941c6b2c3047;hb=HEAD Cheers, Earlence On Oct 6, 10:35 pm, TreKing <[email protected]> wrote: > On Wed, Oct 6, 2010 at 10:34 AM, Quigley <[email protected]> wrote: > > I'm looking to tweak the source code for deployment on our own development > > phones > > You probably want to try this on another list - like the Porting or Platform > groups (I think that's what they're called). > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" 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-security-discuss?hl=en.
