Chapter 12 Emergency Responder 2 - crash!
after sending "are you ok?" SMS to the application it crashes...
debugging this (Eclipse to nexusone) leads to crash point:
EmergencyResponder.java: 117
// Send the message
sms.sendTextMessage(_to, null, _response, sentIntent, null);
there is an InvocationTargetException thrown but I don't know how to fix the code.
help appreciated
thanks
Last edited by makeit_quick; December 24th, 2010 at 03:28 PM..
|