[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help: SMSD errors
From: |
Pawel Kot |
Subject: |
Re: help: SMSD errors |
Date: |
Tue, 21 Oct 2003 10:49:48 +0200 |
>>> address@hidden 21 October 2003 10:30:35 >>>
> On Mon, 20 Oct 2003, Charmaine Tian wrote:
>
> > Hi, I got two kinds of errors in receiving SMS using SMSD(nokia 6510, smsd
> > 0.5.5, Lunux 2.4):
> >
> > 1) duplicate SMS: when more than one SMS coming in around same time, half of
> > the SMS are received twice or more times with the following error messages:
> > "Event 1 failed with return code 18!"
>
> Error code 18 is GN_ERR_EMPTYLOCATION.
> Smsd reads new sms and then deletes it. In this case it is
> unable to delete sms with error 18. So in next iteration it reads message
> again. This error seems to me very confusing maybe Pawel or Zoltan will
> understand.
This is probably because DeleteSMS counts SMSes in other way then
ReadSMS. I already fixed this bug some time ago, but it seems it is still
the problem.
pkot