I want to be able to capture key events inside a service I am writing. I can do this inside an activity without problems, but all my attemps to get this working in a service
You can broadcast the keyEvent from framework and handle the broadcast in your Service. But you need change the code in framework for this.