PDA

View Full Version : sms message handling


zetryu
08-02-2002, 01:26 PM
hi,

Is it possible to catch sms in brew app in Z800 or VX10 ?

I'm developing an applet in BREW which have to process SMS.

I have sended a SMS in verizon's web page,

but the phone did not send that sms to my applet.

Is there any process such as registering specific event ?

I have added EVT_APP_MESSAGE processing routine.

i have used following url when I send sms.

http://www.msg.myvzw.com/Messaging.jsp

Thanks in advance.

:)

arunbangari
08-02-2002, 10:50 PM
Hi,
Yes it is possible. How exactly ur processing under EVT_APP_MESSAGE? What is the format of the string that you had sent using verizon page..?

Did you check out this link....? (http://www.qualcomm.com/brew/developer/support/kb/52.html)

Regards
Arun Bangari

zetryu
08-03-2002, 12:48 AM
Thanks for your reply.

My message was send to my brew phone

without from, and with the message as follow.

//BREW:010111A9:Test

and in the EVT_APP_MESSAGE I have invoked my applet

with ISHELL_StartApplet().

When my phone received my message, the OEM's SMS

message handler was invoked instead of my brew app.

Is it required any settings in the mif file?

Thanks

arunbangari
08-03-2002, 07:02 AM
Hi,
I feel your EVT_APP_MESSAGE routine is not handling the message appropriately and returning FALSE.Also check the condition using ISHELL_CanStartApplet before you start the applet. I dont think you need to do any changes in MIF file. Please check if you are sending the proper CLASSID in the message. Did you ever try simulating this on the emulator..?

Lemme know your feedback..

Good luck
Arun Bangari