sorry.. guys.. I was wrong. I tried to read messages using this.srv.readMessages(msgList, MessageClasses.UNREAD,gateway); and it read the unread messsage. Though i did not try this for new messages that poped up at the time server was on. Earlier i was testing using this.srv.readMessages(msgList, MessageClasses.ALL,gateway); and it did not read any message. why?
On Apr 10, 4:08 pm, ankit <[email protected]> wrote: > hi, > I have the same problem. > Im testing on Sony Ericsson w700 > and SMSlib ver 3.4 in WinXP SP2 on eclipse IDE. > I can send message. > I canreadmessage. But only the ones that were stored in the simmemoryrecently. > I cantreadmessages that are in thephonememory. And since all my > messages are by default saved into thephonememory. The SMSServer > does not notice the messages that pop up in real time. > I deliberately saved some messages onto the sim. And the next time i > ran ReadMessage example, it successfullyreadthem. But another issue > is that there were other messages too saved on the sim but were saved > long back. They were notread. > I want smsserver to detect new messages that are saved intophonememoryin real > time. > Plz help. > > On Apr 9, 10:03 am, amasms <[email protected]> wrote: > > > Thanks Thanasis, > > I will try using anotherphone. > > > On Apr 8, 9:44 pm, Thanasis <[email protected]> wrote: > > > > There are a couple of other threads reporting problems with this > > >phone. > > > I guess you should really try with anotherphoneas well. > > > > On Apr 8, 6:04 pm, amasms <[email protected]> wrote: > > > > > Hi Thanasis, > > > > Thanks for your help but It did not work. > > > > I changed the code like you told me compiled and build the Jar again, > > > > but nothing changed. ReadMessages does not received any message. > > > > regards > > > > > On Apr 8, 5:07 pm, Thanasis <[email protected]> wrote: > > > > > > The problem probably appears because yourphonedoes not report all > > > > > itsmemorystorage locations. > > > > > > Edit ATHandler.java and add AS THE LAST CONSTRUCTOR LINE the following > > > > > line: > > > > > > setStorageLocations("SMMTME"); > > > > > > Recompile and try once more. > > > > > If this works, we will have to create a special handler for this > > > > > model. > > > > > > On Apr 8, 4:37 pm, amasms <[email protected]> wrote: > > > > > > > That is right! > > > > > > and thanks for your reply. > > > > > > When I run ReadMessages, I get nothing. but like I tried to explain > > > > > > in > > > > > > my first message, The mobilephoneactually receives the text because > > > > > > i can see the new message in the inbox. but my guess is that the > > > > > > mobilephoneis not forwarding the message to the computer. i also > > > > > > know that my mobilephoneis not among the list of SMSLib compatible > > > > > > nor the Incompatible ones. > > > > > > any idea? > > > > > > regards > > > > > > > On Apr 8, 3:44 pm, Thanasis <[email protected]> wrote: > > > > > > > > Hi, > > > > > > > > If I understand correctly, you can send anSMSwith SMSLib but you > > > > > > > can't receive any? > > > > > > > When you run the ReadMessages example, you get nothing? > > > > > > > > On Apr 8, 11:00 am, amasms <[email protected]> wrote: > > > > > > > > > I am using SMSLib to send and receivedsmsfrom pc using my mobile > > > > > > > >phone(Nokia 3110c - cable connection). I succeeded to sendsmsbut > > > > > > > > could not receivesmsto my computer. When I connect my > > > > > > > > mobilephone > > > > > > > > and try to receive a message, my mobilephonereceived the > > > > > > > > message and > > > > > > > > puts it in to the Inbox(It does not go to the PC). Is this what > > > > > > > > i > > > > > > > > should expect? ie do i have to use only GSM modem to be able to > > > > > > > > receivesmsto my pc? I have also installed Nokia PC Suite on my > > > > > > > > computer if it has any effect on my case. my OS is Windows XP > > > > > > > > and i > > > > > > > > use smslib v3.4 > > > > > > > > Any kind of help would be appreciated!- Hide quoted text - > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > - Show quoted text -- Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/SMSLib?hl=en -~----------~----~----~----~------~----~------~--~---
