KeyEvent Display Application icon

KeyEvent Display 1.0.26

1.8 MB / 10K+ Downloads / Rating 4.5 - 148 reviews


See previous versions

KeyEvent Display, developed and published by Alexandros Schillings, has released its latest version, 1.0.26, on 2020-07-06. This app falls under the Tools category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 4.5, based on 148 reviews.

KeyEvent Display APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: aws.apps.keyeventdisplay

Updated: 5 years ago

Developer Name: Alexandros Schillings

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing KeyEvent Display on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.5
Total 148 reviews

Reviews

5 ★, on 2023-03-15
Exactly what I needed to test a HID UART-to-Keyboard IC (Ch9329). Worked perfectly.

5 ★, on 2022-09-17
Save a hour of debug. Thanks

5 ★, on 2021-11-17
A useful utility application that does what it says on the tin and does shove ads or data mining at me.

5 ★, on 2021-11-12
saves me from having to write code to discover the key codes. excellent !

4 ★, on 2021-08-19
Thank you, sir. Now I see my tiny BT 2-button camera trigger sends Volume Up, and Enter.

1 ★, on 2021-08-06
It just sits there are stares at me. Nothing happens. No way to reset it. Uninstalled and re-Installed several times. No help docs.

Previous Versions

KeyEvent Display 1.0.26
2020-07-06 / 1.8 MB / Android 4.2+

About this app

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:

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.

This application is open source. The code can be found here: https://github.com/alt236/KeyEvent-Display---Android

New features

* v1.0.0: Redesign, added Android TV support.

App Permissions

Allows an application to write to external storage.
Allows an application to read the low-level system log files.
Allows an application to read from external storage.