I'm writing one j2me midlet application using WMA library to send and Receive SMS.. Application behavior is : For receiving sms i implemented MessageListner so whenever sms comes, it notify the midlet and in that function i'm creating one
thread and receiving sms and doing some parsing. To send a message, I just start another thread. The problem is if I send a message from cell1 to cell2 everything works fine. cell2 receives the messages. but if I tried from cell2 to cell1 it nothing works
can anybody help me with this?