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 can read message. But only the ones that were stored in the sim memory recently. I cant read messages that are in the phone memory. And since all my messages are by default saved into the phone memory. 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 successfully read them. But another issue is that there were other messages too saved on the sim but were saved long back. They were not read. I want smsserver to detect new messages that are saved into phone memory in 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 -~----------~----~----~----~------~----~------~--~---
