gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 8110 (2501) & smsd


From: tripnotic
Subject: Re: 8110 (2501) & smsd
Date: Thu, 09 Sep 2004 05:56:09 GMT

On Mon, 6 Sep 2004, Jan wrote:

Another info, if it can help: even if smsd continuously produces "GN_OP_GetSMSStatus at line 411 in file lowlevel.c returns error 5"
it works fine while sending sms.

Error 5 is defined as GN_ERR_NOTIMPLEMENTED include/gnokii/error.h.
Smsd uses GN_OP_GetSMSStatus to get status of inbox folder. Smsd tries to
download new messages only in case inbox status changed. It looks that for your phone driver GN_OP_GetSMSStatus isn't implemented.
After quick look to lowlevel.c I prepared dirty hack which put smsd to silly
mode. In this mode smsd doesn't use GN_OP_GetSMSStatus but it tries to read
sms's on every pass.
The patch is completely untested.

Great "dirty hack" Jan!
Now it works! Since smsd now tries to read SMS's on every pass I've decreased polling frequency (my application doesn't require real-time SMS processing). Thank you very much.
Marco




reply via email to

[Prev in Thread] Current Thread [Next in Thread]