다운로드 KeyEvent Display - v1.0.26

다운로드 KeyEvent Display - v1.0.26
Package Name aws.apps.keyeventdisplay
Category ,
Latest Version 1.0.26
Get it On Google Play
Update July 06, 2020 (4 years ago)

카테고리 도구의 추천 애플리케이션 중 하나 인 KeyEvent Display - v1.0.26을 (를) 다운로드하여 공유하세요.
또한 Turbo VPN v3.7.4 APK + MOD (Real VIP/Premium) MOD APK, Google Play services, Hotspot Shield Free VPN Proxy & Secure VPN, HA Tunnel Pro Free Custom Unlimited VPN, DroidCam - Webcam for PC, Vido Lyrical & Particle.ly Video Status Maker로 다운로드 할 수있는 다른 애플리케이션도 있습니다. KeyEvent Display - v1.0.26에 만족한다면.

Alexandros Schillings에서 출시 한 KeyEvent Display - v1.0.26은 현재 사용 가능한 최고의 무료 및 최고의 휴대 전화 애플리케이션 중 하나입니다. 앱 스토어의 도구 카테고리에 있습니다.

KeyEvent Display - v1.0.26의 최소 운영 체제는 Android 4.2+ 이상입니다. 아직 업데이트하지 않은 경우 휴대 전화를 업데이트해야합니다.

APKDroid에서는 KeyEvent Display - v1.0.26 APK 무료 다운로드를 받게됩니다. 최신 버전은 1.0.26, 게시일은 2020-07-05이며 파일 크기는 1.8 MB입니다.Google Play 스토어 통계에 따르면 약 1000 회 다운로드가 있습니다. Android에 개별적으로 다운로드하거나 설치된 앱은 원하는 경우 업데이트 할 수 있습니다. 앱도 업데이트하세요. 최신 기능에 대한 액세스 권한을 부여하고 보안을 강화합니다. 그리고 앱의 안정성. 지금 즐기세요 !!!

KeyEvent Display - v1.0.26

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

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

Show more