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.
</div> <div jsname="WJz9Hc" style="display:none">Eens was ik het spelen met een aantal Chinese tabletten en proberen verschillende roms op hen als ze technisch dezelfde hardware (HSG X5A varianten).
Ik had wat problemen met het verkrijgen van de harde knoppen om al het werk, dus ik deze applicatie op te sporen belangrijke gebeurtenissen en print ze uit schreef. Het wordt afgedrukt op het volgende:
KeyEvents: De KeyEvents als Android begrijpt hen (KeyUp, KeyDown, KeyLongPress, KeyMultiple)
Logcat: Alle relevante berichten in logcat. Zijn gefilterd op basis van trefwoorden in arrays.xml verklaard
Kernel: Alle relevante berichten in de kernel log. Zijn gefilterd op basis van trefwoorden in arrays.xml verklaard. Kernel log parsing moet root.
De drie vakjes aan de top controle welke informatie wordt weergegeven.
Dit is een persoonlijke debug tool, maar ik hoop dat het van nut om iemand anders te zijn.
Geen advertenties.
Notes
--------------
Terwijl de toepassing wordt uitgevoerd, de enige "harde" keys die moet werken is "Home" en macht. Alle anderen zullen hun keycodes produceren.
De SU verzoek is om de kernel log te lezen, dus ik kan controleren of er keyevents worden gegooid door de kernel.
De locatie van keylayout bestanden in Android is / system / usr / keylayout.
Kernel log parsing moet wortel
Zowel logcat en kernel log toezicht zal alleen regels met woorden uit twee arrays in arrays.xml (dwz u nodig hebt om de app opnieuw te compileren om ze op het moment te wijzigen) weer te geven
Momenteel de filters zijn:
Logcat:
| -HwGPIOE-> GPDA
| -keycode
| -keycharacter
Kernel:
| -HwGPIOE-> GPDA
| -keycode
| -keycharacter
Machtigingen
--------------
READ_LOGS: wordt gebruikt om toegang te krijgen tot de Logcat logboek.
WRITE_EXTERNAL_STORAGE: Gebruikt om de geëxporteerde gegevens naar de SD-kaart te schrijven.</div> <div class="show-more-end">