Nice to hear you've figured this out. :)

On Apr 17, 1:21 pm, ankit <[email protected]> wrote:
> Sorry everyone if my posts may have mislead u..
> Now i have detected the problem that i was facing.
> Its nothing like smsserver doesnt detect new msgs in real time.. It
> does it very well.
> My phone also works just fine.. w700i rox..
> The thing was that a year ago i had applied some patch to the firmware
> of my phone that enabled me to store upto 25k msgs.. factory default
> is 219. This was done by relocating the default location of msgs
> storage in the phone memory.. Due to this smsserver could not detect
> the new msgs.
> Now i flashed my phone again as new and everything jus works fine!!
> thank u thanasis.
>
> On Apr 10, 11:27 pm, ankit <[email protected]> wrote:
>
>
>
> > yea that is strange.
> > I can read message using READ and UNREAD flag but not through ALL
> > flag.
> > I tried testing on N9500.. but since that's symbian phone i dont much
> > rely on it.
> > I even tested this on Nokia 3500c.. it didnt work on it either.. i'll
> > try testing on some other phone too... lets see.
>
> > On Apr 10, 8:23 pm, Thanasis <[email protected]> wrote:
>
> > > If what you are saying is true (and I have no reason to doubt you),
> > > this phone has a pretty strange behaviour...
> > > I you can't manage to figure out your phone's logic, you should try
> > > and borrow another phone to test as well.
>
> > > On Apr 10, 2:23 pm, ankit <[email protected]> wrote:
>
> > > > sorry.. guys.. I was wrong.
> > > > I tried toreadmessages using
> > > > this.srv.readMessages(msgList, MessageClasses.UNREAD,gateway);
> > > > and itreadthe 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 notreadanymessage.
> > > > 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 sendmessage.
> > > > > 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. TheSMSServer
> > > > > 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 wantsmsserverto 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 anymessage.
> > > > > > > > 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 firstmessage, The mobilephoneactually receives the text  
> > > > > > > > > > because
> > > > > > > > > > i can see the newmessagein the inbox. but my guess is that 
> > > > > > > > > > the
> > > > > > > > > > mobilephoneis not forwarding themessageto 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 cansendanSMSwith 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 tosendand 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 amessage, my mobilephonereceived 
> > > > > > > > > > > > themessageand
> > > > > > > > > > > > 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 -- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to