[smslib] Re: SMSServer reads each sms two times!

2009-07-24 Thread angelo.p
Yes, I've already checked it to yes but problem remains. Have you other ideas? Thank you Angelo On Jul 23, 7:45 pm, Thanasis wrote: > Check the "delete_after_processing" setting in the config file. Is it > set to "yes" or "no"? Set it to "yes". > > Warning: it will delete all messages from your

[smslib] Re: SMSServer reads each sms two times!

2009-07-24 Thread Thanasis
Hi, What phone are you using? Can you post a log from the ReadMessages sample which does this duplicate reading? On Jul 24, 10:37 am, "angelo.p" wrote: > Yes, > I've already checked it to yes but problem remains. > Have you other ideas? > Thank you > Angelo > > On Jul 23, 7:45 pm, Thanasis wro

[smslib] Re: RxTx

2009-07-24 Thread Alex Anderson
Is there support for Java Comm API 3.0? Any ideas how it's different to version 2? On Jul 23, 11:15 am, Aryo Sanjaya wrote: > On Thu, Jul 23, 2009 at 16:43, Benjamin wrote: > > > Do we need to install this or only for linux user? > > If you are Windows user, you may use Java Comm V2, or use Rx

[smslib] Re: SMSServer reads each sms two times!

2009-07-24 Thread angelo.p
I've just restarted my pc and it seems running correctly! I think that it had registered two instance of my phone and it intercepted two events for each message it received. (sorry for my bad english!) I'm going to do some other try and post result if I found reasons of this strange behaviour. T

[smslib] Re: org.smslib.TimeoutException: No response from device.

2009-07-24 Thread yul goon
Hi.. i added the setsmsc number as advised, trying both of Orange's smsc number.. "gateway.setSmscNumber("+447973100973"); " gateway.setInbound(true); gateway.setOutbound(true); gateway.setSimPin(""); " or " gateway.setSmscNumber("+4407973100974"); " I still

[smslib] Re: org.smslib.TimeoutException: No response from device.

2009-07-24 Thread yul goon
Hi Mr Thanasis! you were right it's smsc number after all. it needs country code in the sent to number as well as the smsc number. needs to be +447 instead of +4407xxx wooot!! thanx for your help so far! i'll bother you in a new thread if i get anymore error message after this. hv a good dayy

[smslib] Re: SMSServer reads each sms two times!

2009-07-24 Thread Mauricio Tabares
I speak spanish. I'll try to write in english. I ran something similar to my. I solved this doing a configuration on the phone. Let me tell you: My phone stores the short message into two parts: -In the phone memory. -In the SIM card. When smslib trying to read the sms is read two storages thi

[smslib] Re: org.smslib.TimeoutException: No response from device.

2009-07-24 Thread Thanasis
Ok, have fun :) On Jul 24, 5:34 pm, yul goon wrote: > Hi Mr Thanasis! > you were right it's smsc number after all. > it needs country code in the sent to number as well as the smsc number. > needs to be +447 instead of +4407xxx > > wooot!! > > thanx for your help so far! i'll bother you in a