BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 07-15-2009, 04:28 AM   #1
misty83
Thumbs Must Hurt
 
Join Date: Jan 2009
Model: 7100T
PIN: N/A
Carrier: -
Posts: 73
Default how can i differ incoming sms from mms?

Please Login to Remove!

hi,
i've implemented MessageListener and i'm wondering why incoming sms is recognized as an mms.. here is my code:
Code:
public class MessageIncoming implements MessageListener{


public void incomingMessage(){

	try{
		_messageConnection = (MessageConnection)
		Connector.open("sms://:0", Connector.READ);
			
            _messageConnection.setMessageListener(this);

		}catch(Exception e){}
		
	}//end of incomingMessage() method


public void notifyIncomingMessage(MessageConnection _mc){

	try{
		
	 _messageConnection.receive();
		
			
	if( _messageConnection instanceof TextMessage ){
	
      Dialog.alert("sms");
				
	}	else{
                     Dialog.alert("mms");	
				
			}
			
		}catch(Exception e){}
		
	}//end of notifyIncomingMessage() method
}
it looks like sms is not always instance of TextMessage..

Does any of You have any idea how can i differ incoming sms from mms?

kind regards
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


FOOT SWITCH PEDAL COMPLETELY BUILT-IN ELECTRIC PEDAL SWITCH 15A picture

FOOT SWITCH PEDAL COMPLETELY BUILT-IN ELECTRIC PEDAL SWITCH 15A

$26.50



18 LBS - Assorted Lot Electrical Gang Boxes, Outlet Boxes, Switch Boxes Bulk picture

18 LBS - Assorted Lot Electrical Gang Boxes, Outlet Boxes, Switch Boxes Bulk

$44.95



Trinary Switch picture

Trinary Switch

$49.84



Rotary Paddle Level Sensor Level Switch Fit Powder Bin Detect Control Switch 24v picture

Rotary Paddle Level Sensor Level Switch Fit Powder Bin Detect Control Switch 24v

$63.70



5X Toggle Switch Rocker Heavy Duty 15A 250V SPST 2 Terminal Car Boat Waterproof picture

5X Toggle Switch Rocker Heavy Duty 15A 250V SPST 2 Terminal Car Boat Waterproof

$7.95



Square D 9013FSG2J21 Water Pump Pressure Switch, 30/50 PSI, DPST 9013 picture

Square D 9013FSG2J21 Water Pump Pressure Switch, 30/50 PSI, DPST 9013

$18.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.