Well, those are Intents.
I haven't investigated if any keys do that without the mapping inside keypad.json (and friends).
framework.jar is the Achilles heel of Android. It's unsigned and you can modify it any way you like.
Unfortunately the old apktool 2.6.2 coudln't take apart Humpty-Dumpty and put him back together again.
That's why I implemented my kpatch which does non-invasive microsurgery on H-D.
The new apktool 2.7.0 appears to have fixed some things, but I haven't yet confirmed error-free processing yet.
When/if I do that it will be possible to do larger modifications to key handling.
|