I have written a simple android application for auto-replying to SMS messages. It starts a service for monitoring incoming messages, then replies to them.
It works fine using the Elipse AVD as well as the 3 Motorola phones I have installed it on. I have been having problems with it causing problems with "com.android" processes on the 2 HTC phones it is installed on. The processes are random but will display an alert box with a "Force Close" button.
Can anyone help with this? Is there something special about the HTC OS I have to account for in my application?