alt236 / KeyEvent-Display---Android

This application will display all Button press related messages (using Android KeyEvents, and logcat & kmsg parsing). Useful when porting Android to different hardware and buttons don’t work.
http://aschillings.co.uk/html/keyevent_display.html
23 stars 9 forks source link

KeyEvent Display - Android

Once, I was playing with a number of Chinese tablets and trying different ROMs on them as they are technically the same hardware (HSG X5A variants).

I've had some problems getting the hard buttons to work though, so I wrote this application to detect key events and print them out. It will print out the following:

The three checkboxes at the top control what information will be displayed.

Notes

Currently the filters are:

  1. Logcat:
    1. HwGPIOE->GPDA
    2. keycode
    3. keycharacter
  2. Kernel:
    1. HwGPIOE->GPDA
    2. keycode
    3. keycharacter

Permission Explanation

Changelog

Links

Credits

Author: Alexandros Schillings.

All logos are the property of their respective owners

The code in this project is licensed under the Apache Software License 2.0.

Copyright (c) 2011 Alexandros Schillings.