SMS peculiarities on moto-v3m? | developer.brewmp.com SMS peculiarities on moto-v3m? | developer.brewmp.com

Developer

SMS peculiarities on moto-v3m?

Forums:

Hi all,

Has anyone seen the following behavior on the Motorola-v3m? We are developing an app that will receive a BREW directed SMS, perform some processing, and then report back to a server. The SMSs are sent by our server and have unique timestamps and nonces embedded in the text of the message. The v3m has gotten into a state where the following happens...

An EVT_APP_MESSAGE is sent to the application. Unfortunately, the SMS (as determined by casting the dwParam to a const char*) is being repeated and is discarded as old. The event handler returns TRUE, indicating that the message has been processed.

In other words, no matter what is in the SMS that is being sent by the server, the text we receive is the text of an old (and already processed) SMS.

Another oddity... This condition remains even when we turn off the phone, remove our app, reinstall the app, and then start the phone again.

The condition does seem to go away when we actually remove the battery from the phone. After this, the app receives SMSs normally for awhile, and then goes back into this bad state.

Has anyone out there seen anything like this? If so, has anyone ever come up with a workaround that doesn't involve removing the battery from the phone?

Regards,

Dave Blackston