| ingvar_e | 11-20-2009 01:10 PM | Running GlobalEventListener and PhoneListener I have tried numerous approaches to combine GlobalEventListener and PhoneListener but none works. I need to be able to tell the PhoneListener to do things including shutting down. And it has to be done from an application I am developing. The only way suggested for instant communication between apps are GlobalEvents. The closest I got is a testmodule that crashes at start or if I change it a bit only functions as a phone listener. So there seems to be conflict here. The best structural approach seems to be to only use the GlobalEventListener since it can catch all events. Problem with this is that there seems to be no documentation on the phone events. At least I have not found any. Anyone succeeded with this? |