KeyEvent Display
Juega en PC con BlueStacks: la plataforma de juegos Android, en la que confían más de 500 millones de jugadores.
Página modificada el: 21 de febrero de 2012
Play KeyEvent Display on PC
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:
KeyEvents: The KeyEvents as Android understands them (KeyUp, KeyDown, KeyLongPress, KeyMultiple)
LogCat: Any relevant messages in logcat. Its filtered based on keywords declared in arrays.xml
Kernel: Any relevant messages in the kernel log. Its filtered based on keywords declared in arrays.xml. Kernel log parsing needs root.
The three checkboxes at the top control what information will be displayed.
This is a personal debug tool, but I hope it will be of some use to someone else.
No Ads.
Notes
--------------
While the application is running, the only "hard" keys which should work is "Home" and power. All others will produce their keycodes.
The SU request is to read the kernel log, so I can check if any keyevents are thrown by the kernel.
The location of keylayout files in Android is /system/usr/keylayout.
Kernel log parsing needs root
Both logcat and kernel log monitoring will only display lines containing words from two arrays in arrays.xml (i.e. you need to recompile the app to change them at the moment)
Currently the filters are:
Logcat:
|-HwGPIOE->GPDA
|-keycode
|-keycharacter
Kernel:
|-HwGPIOE->GPDA
|-keycode
|-keycharacter
Permissions
--------------
READ_LOGS: Used to access the Logcat log.
WRITE_EXTERNAL_STORAGE: Used to write the exported data to the SD card.
Juega KeyEvent Display en la PC. Es fácil comenzar.
-
Descargue e instale BlueStacks en su PC
-
Complete el inicio de sesión de Google para acceder a Play Store, o hágalo más tarde
-
Busque KeyEvent Display en la barra de búsqueda en la esquina superior derecha
-
Haga clic para instalar KeyEvent Display desde los resultados de búsqueda
-
Complete el inicio de sesión de Google (si omitió el paso 2) para instalar KeyEvent Display
-
Haz clic en el ícono KeyEvent Display en la pantalla de inicio para comenzar a jugar