• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

What type SMS or MMS message received

Mfracher

Newbie
When I receive a message from my Home Security System ,
They look like this (As a Notice):

1411000xx ( xx =’s + 1 each time)
FRM sms@lifeshiels.com
MSG date + text message ( e.g. “armed Away”)

Is this a SMS or MMS message ?
 
There is a Profile event

Phone ... Received Text

You can specify Any fir this and it should trigger on both SMS and MMS.

Specify SMS and get the message sent into it.
Specify MMS and get the message sent into it.
Which one triggered?

... Thom
 
There is a Profile event

Phone ... Received Text

You can specify Any fir this and it should trigger on both SMS and MMS.

Specify SMS and get the message sent into it.
Specify MMS and get the message sent into it.
Which one triggered?

... Thom
Understood, but the question was asked because I need to know how these values are resolved. I want to Parse the one that is available….

%SMSRB sender body, Body(%SMSRB) is only set for SMSs.
%SMSRT sender Subject(%MMSRS) is only set for MMSs
Mike
 
The suggestion is that you have to profiles on and invoke a message. See which one grabs it. Then you will have yout anser.

Profile: MMS
Event: Received Text [ Type:MMS Sender:* Content:* ]
Enter: Anon
A1: Flash [ Text:MMS message Long:Off ]

Profile: SMS
Event: Received Text [ Type:SMS Sender:* Content:* ]
Enter: Anon
A1: Flash [ Text:SMS Long:Off ]

... Thom
 
The suggestion is that you have to profiles on and invoke a message. See which one grabs it. Then you will have yout anser.

Profile: MMS
Event: Received Text [ Type:MMS Sender:* Content:* ]
Enter: Anon
A1: Flash [ Text:MMS message Long:Off ]

Profile: SMS
Event: Received Text [ Type:SMS Sender:* Content:* ]
Enter: Anon
A1: Flash [ Text:SMS Long:Off ]

... Thom
Nice approach ,,, I'll give it a try
Thank You
 
Back
Top Bottom