gnokii-users
[Top][All Lists]
Advanced

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

Re: A bug and sorta a fix


From: Tor Petterson
Subject: Re: A bug and sorta a fix
Date: Tue, 27 Aug 2002 13:57:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

Pawel Kot wrote:
This is correct. In all Nokia phones you need to enable IrDA manually
before connecting. Some other phones are able to set IrDA permenently.
This is not a (gnokii) bug, this is a (Nokia) feature.
you misunderstood me the problem is that if I start gnokii and it fails to connect in the first attempt it wont connect at all so:
turn on irDA, start xgnokii works but
start xgnokii, turn on irDA doesn't work so what I did was change
if (error == GE_NOLINK)
to
if (error == GE_NOLINK || GE_NOTSUPPORTED)
(this is in the funktion 'fbusinit' in xgnokii_lowlevel.c)
but this is only partly a fix since error can have other values there aswell

Tor





reply via email to

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