Monthly Archives: September 2015

Android: alter behavior of key event reported by usb keypad/keyboard

If you ever required to alter the key events of specific keypad/keyboard in android, for example, a specific key press on keypad is generating scan code 2  which is by default mapped to key code 1. You need to alter this … Continue reading

Posted in /android | Tagged , , | 1 Comment

Android: alter default behavior of key event ENDCALL

In AOSP default behavior of ENDCALL event can be found in, frameworks/base/core/java/android/provider/Settings.java list of behavior that can be assigned to ENDCALL event, when the user is not on call and presses the end call button. 0 – The end button does … Continue reading

Posted in /android | Tagged , , | Leave a comment