Hi, Thanks alot. i have tried with sony ericssion w595, both send and read SMS working fine. i have used Bluetooth to send and read SMS service.
--Subbu On Jan 30, 9:07 pm, Vikas Patidar <[email protected]> wrote: > Hi, > If you are looking for a Nokia model then the supported mobile given > in SMSLib documentation are to old and I have tried only one model > i.e. Nokia 3220 working very well. But you can try Sony Ericssion > model w200i , f305 etc. and China imported phones with bluetooth ,they > all works fine, because I've tested some of the models and they works > great. > > Good Luck. > > On 1/30/10, subbu <[email protected]> wrote: > > > > > Hi Vikas, > > > Yes, i am able to send SMS, but, not able to read. > > thanks alot 4 the info. can you please tell me which model mobile > > works for both send , Read and also supports bluetooth. > > > Thanks > > Subbu > > > On Jan 30, 6:00 pm, Vikas Patidar <[email protected]> > > wrote: > >> Hi, > >> it look like you are using Nokia Symbian Series 40 mobile phone, > >> recently I've find that this model only working with SendMessage.java > >> sample and don't support for reading messages . > > >> I've tried with various Nokia mobile as given below: > > >> Nokia 5610, Nokia 5130, Nokia 7200, Nokia 3110 Classic, Nokia 2626 > >> Classic & Nokia 5800 but all of them throw same exception as you are > >> getting. So try with a fully compatible mobile phone instead of > >> Nokia's new mobile phones. > > >> On Jan 30, 2:34 pm, subbu <[email protected]> wrote: > > >> > Hi Thanasis, > > >> > i am trying to read messages from mobile, when try ReadMessage.java, i > >> > am getting out like... > > >> > >>> Gateway Status change for modem.com10, OLD: STOPPED -> NEW: STARTING > > >> > Jan 30, 2010 2:53:19 PM org.smslib.helper.Logger logInfo > >> > INFO: GTW: modem.com10: Gateway started. > > >> > >>> Gateway Status change for modem.com10, OLD: STARTING -> NEW: STARTED > > >> > Modem Information: > >> > Manufacturer: Nokia > >> > Model: Nokia 7210 Supernova > >> > Serial No: 356930031708074 > >> > SIM IMSI: ** MASKED ** > >> > Signal Level: 32% > >> > Battery Level: 54% > > >> > Now Sleeping - Hit <enter> to stop service. > > >> > its not reading any messages from phone. i have many messages in > >> > Inbox. but, why Readmessages.java not able to read from mobile? please > >> > help me here... thanks in advance... > > >> > On Jan 26, 1:45 am, Thanasis <[email protected]> wrote: > > >> > > Updated.http://code.google.com/p/smslib/issues/detail?id=311 > > >> > > Let me know if I've overlooked anything... > > >> > > On Jan 8, 11:59 am, Dustin Cheng <[email protected]> wrote: > > >> > > > Oh btw, the modem also doesn't seem to turn on by itself. I had to > >> > > > send > >> > > > AT+CFUN=1 everytime before I use it. Maybe we can include that also > >> > > > into the > >> > > > AT Handler for that model :) > > >> > > > Thanks again! > > >> > > > On Fri, Jan 8, 2010 at 5:35 PM, Thanasis <[email protected]> > >> > > > wrote: > >> > > > > Good! I've created an issue in order to create a special at > >> > > > > handler > >> > > > > for your modem. > > >> > > > >http://code.google.com/p/smslib/issues/detail?id=311 > > >> > > > > Cheers :) > > >> > > > > On Jan 8, 11:20 am, Dustin Cheng <[email protected]> wrote: > >> > > > > > Great! It works fine now. And yes, I had to use the "SMME" > >> > > > > > otherwise I > >> > > > > get > >> > > > > > duplicate messages. > > >> > > > > > Thanks a lot Thanasis :) Cheers! > > >> > > > > > On Fri, Jan 8, 2010 at 4:55 PM, Thanasis <[email protected]> > >> > > > > > wrote: > >> > > > > > > Edit the ReadMessages source. Locate the line: > > >> > > > > > > SerialModemGateway gateway = new > >> > > > > > > SerialModemGateway("modem.com1", > >> > > > > > > "COM1", 57600, "Nokia", ""); > > >> > > > > > > After this line, add the following one: > > >> > > > > > > gateway.getATHandler().setStorageLocations("SMMTME"); > > >> > > > > > > Recompile and run once more. If you get duplicate inbound > >> > > > > > > messages, > >> > > > > > > modify the line as follows: > > >> > > > > > > gateway.getATHandler().setStorageLocations("SMME"); > > >> > > > > > > and try once more. > > >> > > > > > > -- > >> > > > > > > You received this message because you are subscribed to the > >> > > > > > > Google > >> > > > > Groups > >> > > > > > > "SMSLib for Java User Group" group. > >> > > > > > > To post to this group, send email to [email protected]. > >> > > > > > > To unsubscribe from this group, send email to > >> > > > > > > [email protected]<smslib%[email protected]> > >> > > > > <smslib%[email protected]<smslib%252bunsubscr...@googlegroups. > >> > > > > com> > > >> > > > > > > . > >> > > > > > > For more options, visit this group at > >> > > > > > >http://groups.google.com/group/smslib?hl=en. > > >> > > > > -- > >> > > > > You received this message because you are subscribed to the Google > >> > > > > Groups > >> > > > > "SMSLib for Java User Group" group. > >> > > > > To post to this group, send email to [email protected]. > >> > > > > To unsubscribe from this group, send email to > >> > > > > [email protected]<smslib%[email protected]> > >> > > > > . > >> > > > > For more options, visit this group at > >> > > > >http://groups.google.com/group/smslib?hl=en.-Hidequotedtext- > > >> > > > - Show quoted text - > > > -- > > You received this message because you are subscribed to the Google Groups > > "SMSLib for Java 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. -- You received this message because you are subscribed to the Google Groups "SMSLib for Java 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.
