Tải về KeyEvent Display - v1.0.26

Tải về 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)

Hãy tải xuống và chia sẻ KeyEvent Display - v1.0.26, một trong những Ứng dụng nổi bật trong danh mục Công cụ.
Thêm nữa, một số Ứng dụng mà bạn có thể tải tải về khác như VPNhub Best Free Unlimited VPN - Secure WiFi Proxy, Togel Generator Nomor Jitu 2021, Google Play services, Vido Lyrical & Particle.ly Video Status Maker, Turbo VPN v3.7.4 APK + MOD (Real VIP/Premium) MOD APK, Hotspot Shield Free VPN Proxy & Secure VPN. Nếu bạn cảm thấy chưu đủ với KeyEvent Display - v1.0.26.

Phát hành bởi Alexandros Schillings, KeyEvent Display - v1.0.26 là một trong những ứng dụng điện thoại di động miễn phí và tốt nhất hiện nay. Nằm trong danh mục Công cụ của cửa hàng ứng dụng.

Hệ điều hành tối thiểu cho KeyEvent Display - v1.0.26 là Android 4.2+ trở lên.Do đó bạn phải cập nhật điện thoại của mình nếu chưa làm điều đó.

Tại APKDroid, bạn sẽ được tải về miễn phí KeyEvent Display - v1.0.26 APK, với phiên bản mới nhất là 1.0.26, ngày xuất bản 2020-07-05, kích thước file là 1.8 MB.Theo thống kê từ Cửa hàng Google Play, có khoảng 1000 lượt tải được. Có thể cập nhật các ứng dụng được tải xuống hoặc cài đặt riêng lẻ trên thiết bị Android nếu bạn muốn. Cập nhật ứng dụng của bạn cung cấp cho bạn quyền truy cập vào các tính năng mới nhất và cải thiện tính bảo mật và ổn định của ứng dụng. Hãy tận hưởng nó ngay bây giờ!!!

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