<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.drivers.gnokii">
    <title>gmane.linux.drivers.gnokii</title>
    <link>http://blog.gmane.org/gmane.linux.drivers.gnokii</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12588"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12587"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12583"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12581"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12580"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12576"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12574"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12571"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12568"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12562"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12561"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12560"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12558"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12557"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12556"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12555"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12554"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12553"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12544"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gnokii/12543"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12588">
    <title>Issues to connect gnokii with a sms gateway</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12588</link>
    <description>&lt;pre&gt;Hi everyone,

I'm getting some troubles to set up gnokii  with a sms gateway, so I'd like
to know if you could help me.

When I send the command "gnokii --identify" I get this message:

"Telephone interface init failed: Command timed out."

My gateway model is "Q24plus-8 Ports"
http://chinaskylinevoip.en.made-in-china.com/product/oqNJYKzVEwkT/China-GSM-Modem-8-Ports-Q24plus-8-.html

Here it's my configuration:

[global]
port = /dev/ttyS0
model = AT
initlength = default
connection = serial
use_locking = yes
serial_baudrate = 115200
smsc_timeout = 10

[connect_script]
telephone = 96523433
[disconnect_script]
[logging]
debug = on
rlpdebug = on
xdebug = on

I really appreciate if you could help me with this issue.

Thanks in advance

Best Regards

&lt;/pre&gt;</description>
    <dc:creator>David Cornejo</dc:creator>
    <dc:date>2013-05-23T22:41:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12587">
    <title>[patch] writephonebook and find-free</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12587</link>
    <description>&lt;pre&gt;Attached is an enhanced heuristic for find-free.
It relies on using the -f flag twice with --writephonebook as this may
not be needed for every phone.

The goal is to avoid the find-free loop to start from 1 for every entry of
a vcf file, even if the first free location is 72. Using the last
successful location may often be a best bet.



regards
_______________________________________________
gnokii-users mailing list
gnokii-users&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/gnokii-users
&lt;/pre&gt;</description>
    <dc:creator>Raphaël Droz</dc:creator>
    <dc:date>2013-05-09T22:04:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12583">
    <title>1249e9a and memoryoffset</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12583</link>
    <description>&lt;pre&gt;Hi,

in 1249e9ae, the location used by AT+CPBW=%d (in AT_WritePhonebook())
changed from:
to


I don't know the AT proto enough but from my personal use (Sagem MyX-2)
it caused a regression.


Here is the common part:



Here is what used to happen before 1249e9ae:


And here is what happens now:


What could I do against that ?



thanks
&lt;/pre&gt;</description>
    <dc:creator>Raphaël Droz</dc:creator>
    <dc:date>2013-05-09T21:12:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12581">
    <title>Nk 3310; monitoring battery, detec incoming call, make datacall</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12581</link>
    <description>&lt;pre&gt;Hi, 

I am working with Nokia 3310 with FBUS protocol (nk6110.txt). My objective is to command the phone with a PIC 18f452 of Microchip. I have to implement some functions. My first problem is that the phone does not send any frame when there is an incoming call. the other problem is I need to get the battery level value; I have read the  file nk6110.txt (0x04 type) but when I try to send the frame, the phone just reply the same ack frame which (I think) means that the frame I send is not right. I have also try to read the file nk6110.c but it is very hard for me because I'm just starting in C/C++ programming.

Frame that I send:
1E 00 0C 04 00 06 00 07 00 01 01 45 13 41
I would like to know if it is possible to make datacall using Nokia 3310

Help 
Regards
_______________________________________________
gnokii-users mailing list
gnokii-users&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/gnokii-users
&lt;/pre&gt;</description>
    <dc:creator>Stéphane Lonkeng</dc:creator>
    <dc:date>2013-05-06T14:41:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12580">
    <title>New maintainer wanted for Perl module GSM::Gnokii</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12580</link>
    <description>&lt;pre&gt;Hello list,

we are searching for a new maintainer of GSM::Gnokii, a module written
by H.Merijn Brand to interface Perl with libgnokii with which you can
replicate in your perl program most of the functionality available in
gnokii and customize it to suit your needs.

This module is working fine with the git version of libgnokii and the
main task of the new maintainer will be to make sure that it continues
working with future versions. He or she will decide how to develop the
module further. The code can be hosted in the gnokii-extras git
repository or where the maintainer will decide.

For any question just ask.

[1] http://search.cpan.org/~hmbrand/GSM-Gnokii-0.08/lib/GSM/Gnokii.pm
--
Daniele Forsi
&lt;/pre&gt;</description>
    <dc:creator>Daniele Forsi</dc:creator>
    <dc:date>2013-04-24T07:45:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12576">
    <title>[PATCH] fix timeout when transfering large SMS folders</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12576</link>
    <description>&lt;pre&gt;Hello everyone,

here is a small patch I wrote which fixes the hard-coded timeouts when 
copying SMS folders with many files. With the patch applied, gnokii will 
only time-out if there is no activity for a predefined period, but will 
update a keepalive timer whenever data is sent or received.

The patch applies to the latest revision in the git repository. I tested 
it with a 2610 mobile phone and a third-party CA-45 USB cable (Daipu 
brand). If you have any questions or comments please feel free to write 
me on this mailing list to which I am currently subscribed.

With best regards,
Stefan Fiedler

diff -dur gnokii.orig/common/gsm-statemachine.c gnokii/common/gsm-statemachine.c
--- gnokii.orig/common/gsm-statemachine.c2013-04-07 16:31:27.929885641 +0200
+++ gnokii/common/gsm-statemachine.c2013-04-08 04:29:48.405936104 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -27,6 +27,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 state-&amp;gt;waiting_for_number = 0;
 state-&amp;gt;received_number = 0;
 
+state-&amp;gt;keepalive.tv_sec = 0;
+state-&amp;gt;keepalive.tv_usec = 0;
+
 return GN_ERR_NONE;
 }
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -4&lt;/pre&gt;</description>
    <dc:creator>Stefan Fiedler</dc:creator>
    <dc:date>2013-04-19T11:21:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12574">
    <title>Gnokii + Vodafone K3565-rev2 USB stick</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12574</link>
    <description>&lt;pre&gt;Dear,

Some days ago i've received my Raspberry PI.  Because i want to use it 
as a SMS gateway (receive + send SMS) i've putted a Vodafone K3565-rev2 
USB stick on it and installed it using the tutorial on 
http://rolfblijleven.blogspot.be/2013/01/raspberry-pi-as-sms-gateway.html.

The status right now is that i can send SMS'es usign the command line, 
but i can't receive any SMS.
The tutorial said that SMS messages are stored in /tmp/sms but that 
doesn't excist...
Is there sombody here that could help me fixing this issue?


Best regards,
Kris De Rocker
&lt;/pre&gt;</description>
    <dc:creator>Kris De Rocker</dc:creator>
    <dc:date>2013-04-18T13:12:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12571">
    <title>issue with char_mbtowc/iconv</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12571</link>
    <description>&lt;pre&gt;Trying to writephonebook with a Sagem myX-2, which correctly initialize
CSCS to UCS-2, I'm getting an issue with storing accentuated characters.

Here is the vcard:
Notice the "é".

Here is a transaction log:
# empty location
# let's convert
# let's store converted string

0052 is only the first "R" as the conversion failed after the first char.

Then I added:
in char_mbtowc(), just before iconv_open().


Here is the output:

# let's convert
# ... the number
# ... the name
# let's store converted string


From a first look, inlen and outlen could be considered as correct
because using regular ascii character instead of "é" would output the
same value.

Anyway I've the feeling "inlen" could be wrong when it comes to
converting a wide input character. In UTF-8 "é" is 2 bytes large (C3A9)
and 1 byte large in UCS-2 (E9), like it is using iso-8859-1.


What's the way to solve this correctly ?


thanks


Additional info:
* AT+CSCS=?
# but this transaction seems omitted in latest git, isn't ?

* AT+CSCS="UCS2"

&lt;/pre&gt;</description>
    <dc:creator>Raphaël Droz</dc:creator>
    <dc:date>2013-04-15T13:36:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12568">
    <title>change SenderID to alphanumeric for outgoing msgs</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12568</link>
    <description>&lt;pre&gt;Dear List,

is it possible to change SenderID for outgoing messages in gnokii?
to have sender not as number but alphanumeric word.

I do not want to get replies to this phone (nobody would read them) so 
I'd like to set it as company name.

Thanks in advance.

&lt;/pre&gt;</description>
    <dc:creator>Anna Skorokhodova (Yandex</dc:creator>
    <dc:date>2013-04-05T20:56:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12562">
    <title>[3/3]: Patch smsd/sqlite: Several bug fixes / optimizations</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12562</link>
    <description>&lt;pre&gt;Hi,

This patch fixes a corrupted date/time insert in table outbox.
Without this patch the inserted date had this format:
13-03-23 10:26:09
instead of
2013-03-23 10:26:09

Given that the 'insertdate' column in the same table outbox and the
date/time columns in the inbox tables use the format YYYY-MM-DD hh:mm:ss, I
assumed that the format YY-MM-DD hh:mm:ss was not valid.

Regards,
&lt;/pre&gt;</description>
    <dc:creator>Pedro Aguilar</dc:creator>
    <dc:date>2013-03-23T10:02:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12561">
    <title>[1/2]: Patch smsd/sqlite: Several bug fixes / optimizations</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12561</link>
    <description>&lt;pre&gt;Hi,

This patch skips the sleep(1) when there was no error in WriteSMS().

Regards,
&lt;/pre&gt;</description>
    <dc:creator>Pedro Aguilar</dc:creator>
    <dc:date>2013-03-23T09:52:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12560">
    <title>[1/3]: Patch smsd/sqlite: Several bug fixes / optimizations</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12560</link>
    <description>&lt;pre&gt;Hi,

This very simple patch prints the correct error message when a
sqlite3_prepare_v2() fails.

Regards,
&lt;/pre&gt;</description>
    <dc:creator>Pedro Aguilar</dc:creator>
    <dc:date>2013-03-23T09:49:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12558">
    <title>writephonebook fix + MyX-2 support</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12558</link>
    <description>&lt;pre&gt;Hi,

when using --writephonebook, both vCard and ldif parsers returns at the
end of file (as every file has an end), but the return value is treated
as GN_ERR_WRONGDATAFORMAT by writephonebook().
Thus after multiple entries have been written, a failure message appears after
the very last entry (successfully) stored.
Moreover, as the location integer changes meanwhile, the warning does not
reference a useful location.

This patch attempt to fix this by skipping entirely this warning
which is (always ?) wrong in the first place.



Side note: I got useful working features with the good old Sagem MyX-2
(no-slider model = no breakage).
Tips are documented here [1] though nothing really new as this model
was already supported by gammu.
But media AT commands (of limited use in these models) seem
proprietary and WAP has not been tested.


Unrelated question: is there any existing plan to enhance the
"find-free" option of writephonebook ?
It's a pain to use as it starts the location counter back to 2 for each
entry.&lt;/pre&gt;</description>
    <dc:creator>Raphaël</dc:creator>
    <dc:date>2013-03-07T23:46:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12557">
    <title>SMSD mysql access frequency</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12557</link>
    <description>&lt;pre&gt;
Hi,

My host is complaining that smsd is accessing the db too frequently. How
frequently does it access the db and can I set the frequency?

Ideally I would like the frequency to be 1 second.

Thanks for your help.

Simon

&lt;/pre&gt;</description>
    <dc:creator>helpFractal</dc:creator>
    <dc:date>2013-03-01T18:54:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12556">
    <title>Gnokii SMSD mysql access frequency?</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12556</link>
    <description>&lt;pre&gt;
Hi,

My host is complaining that smsd is accessing the db too frequently. How
frequently does it access the db and can I set the frequency?

Ideally I would like the frequency to be 1 second.

Thanks for your help.

Simon


&lt;/pre&gt;</description>
    <dc:creator>helpFractal</dc:creator>
    <dc:date>2013-03-01T18:52:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12555">
    <title>Gnokii SMSD mysql access frequency?</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12555</link>
    <description>&lt;pre&gt;
Hi,

My host is complaining that smsd is accessing the db too frequently. How
frequently does it access the db and can I set the frequency?

Ideally I would like the frequency to be 1 second.

Thanks for your help.

Simon


&lt;/pre&gt;</description>
    <dc:creator>helpFractal</dc:creator>
    <dc:date>2013-03-01T18:52:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12554">
    <title>Gnokii SMSD mysql access frequency?</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12554</link>
    <description>&lt;pre&gt;
Hi,

My host is complaining that smsd is accessing the db too frequently. How
frequently does it access the db and can I set the frequency?

Ideally I would like the frequency to be 1 second.

Thanks for your help.

Simon


&lt;/pre&gt;</description>
    <dc:creator>helpFractal</dc:creator>
    <dc:date>2013-03-01T18:51:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12553">
    <title>Gnokii SMSD mysql access frequency?</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12553</link>
    <description>&lt;pre&gt;
Hi,

My host is complaining that smsd is accessing the db too frequently. How
frequently does it access the db and can I set the frequency?

Ideally I would like the frequency to be 1 second.

Thanks for your help.

Simon


&lt;/pre&gt;</description>
    <dc:creator>helpFractal</dc:creator>
    <dc:date>2013-03-01T18:51:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12544">
    <title>WG: corrupt jpg files in  windows</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12544</link>
    <description>&lt;pre&gt; 

 

Von: Thomas Stitzinger [mailto:thomas.stitzinger&amp;lt; at &amp;gt;gmx.de] 
Gesendet: Dienstag, 26. Februar 2013 10:40
An: 'gnokii-users&amp;lt; at &amp;gt;nongnu.org'
Cc: 'thomas.stitzinger&amp;lt; at &amp;gt;asmpt.com'
Betreff: corrupt jpg files in windows

 

Hi, 

 

My name is Thomas and I'm trying to use the GNOKII Version 0.6.31.

I'm using the binary files from the gnokii server (
&amp;lt;http://www.gnokii.org/download/gnokii/binaries/win32/gnokii-0.6.31-release-
setup.msi&amp;gt; gnokii-0.6.31-release-setup.msi in the binaries/win32) folder.

My Phone is a Nokia 1680 classic. 


I do have problems with the downloaded files from the phone.

My command looks the following:

gnokii.exe --getfile A:\predefgallery\predefphotos\Bild071.jpg
C:\Temp\gnokiiTest\Bild071_Gnokii.jpg

 

I can download the pic file, but I can not open it. It seems to be corrupt
or damaged.

In the attachment you can find both of the files. The one which works, was
downloaded with the mobimb program, the other file is the gnokii one. The
file seems to have the same size and the same contents,&lt;/pre&gt;</description>
    <dc:creator>Thomas Stitzinger</dc:creator>
    <dc:date>2013-02-26T09:42:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12543">
    <title>corrupt jpg files in  windows</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12543</link>
    <description>&lt;pre&gt;Hi, 

 

My name is Thomas and I'm trying to use the GNOKII Version 0.6.31.

I'm using the binary files from the gnokii server (
&amp;lt;http://www.gnokii.org/download/gnokii/binaries/win32/gnokii-0.6.31-release-
setup.msi&amp;gt; gnokii-0.6.31-release-setup.msi in the binaries/win32) folder.

My Phone is a Nokia 1680 classic. 


I do have problems with the downloaded files from the phone.

My command looks the following:

gnokii.exe --getfile A:\predefgallery\predefphotos\Bild071.jpg
C:\Temp\gnokiiTest\Bild071_Gnokii.jpg

 

I can download the pic file, but I can not open it. It seems to be corrupt
or damaged.

In the attachment you can find both of the files. The one which works, was
downloaded with the mobimb program, the other file is the gnokii one. The
file seems to have the same size and the same contents, but in fact the
files differ binary from each other.

 

My config File is attached too. Please let me know what I can do. Do I have
to put additional settings in the config file.

I'm able to compile the gnokii &lt;/pre&gt;</description>
    <dc:creator>Thomas Stitzinger</dc:creator>
    <dc:date>2013-02-26T09:40:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gnokii/12542">
    <title>How configure .gnokiirc to support lowcost cell phone "NOKIA 100" inserial mode ?</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gnokii/12542</link>
    <description>&lt;pre&gt;Hello,
First, i'm sorry for my english and for my basic questions. I'm a French Hw
engineer motivated to use gnokii but without sufficient sw competences...

1°/Contexte :
- I want to replace (on my existing system) a NOKIA 3310 cell phone by a
low cost  "NOKIA 100" cell phone.
- System is composed in one Beagle Bone board (Linux OS +gnokii 0.6.31 +
personal sw using gnokki API) + one Nokia3310 (NHM-5NX) + several HW Inputs
/ Outputs.
- System is used to perform domotic though an SMS IHM
- Cell phone is HW connected to Beagle Bone on full duplex FBUS interface
Tx and Rx through a dedicated addaptater (Beagle Bone GPIO &amp;lt;-&amp;gt; FBUS-TX and
FBUS-RX) =&amp;gt; this interface works fine with both cell phones (very nice Hw
signals)
- .gnokiirc configuration file used for NOKIA 3310 as below:
[global]
  # - This is default phone config section
  model = 6110
  port = /dev/ttyO1
  # initlength = default
  connection = serial
  # use_locking = no
  # serial_baudrate = 19200
  # serial_write_usleep = 10000
  # smsc_timeout = 20&lt;/pre&gt;</description>
    <dc:creator>bruno estieule</dc:creator>
    <dc:date>2013-02-25T19:12:38</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.drivers.gnokii">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.drivers.gnokii</link>
  </textinput>
</rdf:RDF>
