<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://blog.cihar.com/styles/feed.css"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Filed under: Gammu | Nijel's Weblog</title>
<atom:link href="http://blog.cihar.com/archives/gammu/index-rss.xml" rel="self" type="application/rss+xml" />
<link>http://blog.cihar.com</link>
<description>Random thoughts about everything…</description>
<dc:language>en-us</dc:language>
<dc:creator>Michal Čihař</dc:creator>
<dc:date>2010-02-28T01:24:03+01:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />
<item>
<link>http://blog.cihar.com/archives/2010/02/28/gammu_is_getting_new_documentation_for_developers/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2010/02/28/gammu_is_getting_new_documentation_for_developers/</guid>
<title>Gammu is getting new documentation for developers</title>
<dc:date>2010-02-28T01:23:20+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu, python-gammu</dc:subject>
<description>
<![CDATA[<p>During last weeks I finally got upset with state of developer documentation
for <a href="http://wammu.eu/libgammu/">Gammu</a> and <a href="http://wammu.eu/python-gammu/">python-gammu</a>. Not that it would be non existing, but
it was spread over various places in various formats and partially outdated.</p>
<p>I decided to write all documentation in <a href="http://sphinx.pocoo.org/">Shpinx</a> as I know this tool and it
seems to fit quite well in mixed C/Python environment.</p>
<p>The first step was to migrate existing docs into same format
(<a href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>) and create documentation structure. I believe this
is now completed and you can check results <a href="http://wammu.eu/docs/devel/docs/">here</a>.</p>
<p>Yes there are still lot of rough edges and lot of work to do, but I anyway
think that current state is better then mess we used to have before.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2010/01/27/gammu_is_being_used_in_vendor_software/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2010/01/27/gammu_is_being_used_in_vendor_software/</guid>
<title>Gammu is being used in vendor software</title>
<dc:date>2010-01-27T01:31:54+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu</dc:subject>
<description>
<![CDATA[<p>I always thought <a href="http://wammu.eu/gammu/">Gammu</a> to be workaround for phones whose vendors do not
provide software for your favorite operating system. We try to do our best job
to work with <a href="http://wammu.eu/phones/">variety of phones</a>, even though this is hard and never
finished job.</p>
<p>However today I was really surprised to find out that some phone vendor built
their official application for managing phone on <a href="http://wammu.eu/gammu/">Gammu</a>. The application
is of course closed source and available only for Windows, but this does not
change anything on the fact they use it. They seem to have modified code
slightly, adding some new functions and removing others, separated the code to
several DLLs, however I'm 100% sure it is <a href="http://wammu.eu/gammu/">Gammu</a> as they use some unique
(read awful) things we have in our code.</p>
<p>I'm not going to disclose their name right now as I want to give them fair
amount of time for reaction on my asking for sources. But you will for sure
find more information later in my blog.</p>
<p>PS: <a href="http://wammu.eu/gammu/">Gammu</a> is of course not the only free software used inside this
application, you can find more there (and you will find there more than I did
if you will look longer than few minutes I spent on examining rest of code).</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2009/12/03/fun_with_processing_patches_from_users/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2009/12/03/fun_with_processing_patches_from_users/</guid>
<title>Fun with processing patches from users</title>
<dc:date>2009-12-03T18:00:39+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu, Coding</dc:subject>
<description>
<![CDATA[<p>Once you release something what gets at least a little bit popular, you can
expect to receive fixes in various strange forms. Since I started to use
<a href="http://gitorious.org/gammu">Git for Gammu development</a> merging all these crazy things is much more
easier.</p>
<p>The problem with these changes in past was that they are generally based on
some random old versions (for example random daily snapshot). Now I just find
the right place in history where to start (ChangeLog usually gives good hint
where to search in the history), create branch and start to apply changes I
received.</p>
<p>I worst case (like it happened today) the "changes" is whole tarball with
different changes made to different files. Fortunately I recently found great
<code>git add -i</code>, which allows me to pick whatever changes I want from the patch.
When all this is done, all I need is to merge changes back to master and Git
is usually clever enough to handle it.</p>
<p>PS: And yes, I'd really love if people would be able to send me series of
patches, but it does not seem to happen in near future.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2009/10/09/new_wammu_and_gammu_website/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2009/10/09/new_wammu_and_gammu_website/</guid>
<title>New Wammu and Gammu website</title>
<dc:date>2009-10-09T16:28:18+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Wammu releases, python-gammu releases, Gammu releases, Gammu, python-gammu, Wammu</dc:subject>
<description>
<![CDATA[<p>I just put online new Wammu and Gammu website at <a href="http://wammu.eu/">http://wammu.eu/</a>. The
reason for this change is that I want all relevant information about Gammu and
related programs to be available in one place. You can find there information
about <a href="http://wammu.eu/gammu/">Gammu</a>, <a href="http://wammu.eu/smsd/">SMSD</a> and <a href="http://wammu.eu/python-gammu/">python-gammu</a> as well including some
information and documentation which used to be spread in wiki and various
other documents.</p>
<p>Also all Gammu and Wammu related announcements will be published only on that
website and will no longer pollute my blog (and all planets where my blog is
being syndicated). If you followed RSS feed, you should update your reader to
<a href="http://wammu.eu/news/rss/">http://wammu.eu/news/rss/</a>.</p>
<p>The new website also includes updated <a href="http://wammu.eu/phones/">Gammu Phone Database</a>, which will
look almost same to users, but has been completely rewritten underneath, what
will allow some extensions in future and allows easier management of entries
for me.</p>
<p>What currently lacks behind old website is <a href="http://cs.wammu.eu/">Czech translation</a>. The reason
is in simple fact that new website contains much more texts and I did not yet
have time to translate it. If you want to help, just go to
<a href="https://l10n.cihar.com/projects/wammu_web/">l10n.cihar.com</a>, or just follow translators instructions. This time it
will be also possible to add other translations, so if you want to translate
website to other language, you are welcome!</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2009/09/08/gammu_stable_version_1_26_1/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2009/09/08/gammu_stable_version_1_26_1/</guid>
<title>Gammu stable version 1.26.1</title>
<dc:date>2009-09-08T10:06:15+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>python-gammu releases, Gammu releases, Gammu, python-gammu</dc:subject>
<description>
<![CDATA[<p><a href="http://cihar.com/gammu/">Gammu</a> 1.26.1 is out! This release just fixes few bugs in AT driver.</p>
<p>Full list of changes:</p>
<ul>
<li>CPIN reply is handled like regular one except in A2D case (bug #994).</li>
<li>Fix finding first empty position when memory is empty (bug #996).</li>
<li>Fixed parsing of SMS status reports.</li>
<li>Fixed parsing of text messages with new lines (bug #995).</li>
</ul>
<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>.</p>
<p>Debian users will find packages in unstable soon, SUSE, Fedora and
Mandriva users can check <a href="http://software.opensuse.org/search?baseproject=home:Nijel&amp;q=gammu">repository</a> in OpenSuse Build
Service and Ubuntu in my <a href="https://launchpad.net/~nijel/+archive/">PPA</a>.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2009/09/04/gammu_stable_version_1_26_0/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2009/09/04/gammu_stable_version_1_26_0/</guid>
<title>Gammu stable version 1.26.0</title>
<dc:date>2009-09-04T11:11:53+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>python-gammu releases, Gammu releases, Gammu, python-gammu</dc:subject>
<description>
<![CDATA[<p><a href="http://cihar.com/gammu/">Gammu</a> 1.26.0 is out! There is reduced memory usage, tons of bugfixes,
better support for reading messages from Motorola phones.</p>
<p>Full list of changes:</p>
<ul>
<li>Fixed handling of RunOnReceive error code.</li>
<li>Fixed crash when encoding USSD dials.</li>
<li>Fixed decoding of phonebook entries on Motorola (bug #988).</li>
<li>Fixed decoding of long text messages (bug #990).</li>
<li>Fixed location of saved message (bug #989).</li>
<li>Added ID for Nokia 1681c.</li>
<li>Fixed reading of phonebook from Samsung (bug #980).</li>
<li>Add ID for Nokia 3390b (bug #982).</li>
<li>DCT3 dependent code reports error when phone is not DCT3 (bug #982).</li>
<li>Fixed reading of DCT4 file folders (bug #986).</li>
<li>Reworked RPM packages (separate libraries and SMSD).</li>
<li>Huawei E160 uses encoded USSD requests.</li>
<li>Better support for messages on Motorola, thanks to Quintin Hill.</li>
<li>Fix reading of SMS backups without text (bug #963).</li>
<li>Send message even if SendingTimeOut is null (bug #977).</li>
<li>Disabled automatic OBEX for Motorola phones.</li>
<li>Increased limits for message length, bump soname to 7 because of this.</li>
<li>Changed SMSD tables to be able to handle longer messages from Motorola phones.</li>
<li>Documented most commands in man page.</li>
<li>Completed Czech translation of Gammu.</li>
<li>Avoid crash on some Nokia smses (bug #959).</li>
<li>Added support for Bluetooth on more BSD systems, thanks to Iain Hibbert.</li>
<li>Added new command setsmsc.</li>
<li>Added option to disable checking for battery and signal in SMSD.</li>
<li>Fixed getting firmware revision on AT phones (bug #951).</li>
<li>Added support for home/work mobile number (bug #952).</li>
<li>Fixed handling of error response for security status in AT.</li>
<li>Fixed segfault on systems with very low memory limits.</li>
<li>Development now goes on in Git repository, please check README.</li>
<li>6510 driver now dynamically allocates memory for file caches, what reduces Gammu memory usage by 800 MiB.</li>
<li>Added testcases for AT+CNMI replies.</li>
<li>Fixed range parsing in AT engine.</li>
<li>Added reconnect support in PostgreSQL driver in SMSD.</li>
<li>Gammu debug level no longer can be controlled separately in SMSD.</li>
<li>Fix loop when Nokia phone does not allow to access files (bug #954).</li>
</ul>
<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>.</p>
<p>Debian users will find packages in unstable soon, SUSE, Fedora and
Mandriva users can check <a href="http://software.opensuse.org/search?baseproject=home:Nijel&amp;q=gammu">repository</a> in OpenSuse Build
Service and Ubuntu in my <a href="https://launchpad.net/~nijel/+archive/">PPA</a>.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2009/08/27/gammu_test_version_1_25_93/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2009/08/27/gammu_test_version_1_25_93/</guid>
<title>Gammu test version 1.25.93</title>
<dc:date>2009-08-27T13:05:35+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>python-gammu releases, Gammu releases, Gammu, python-gammu</dc:subject>
<description>
<![CDATA[<p><a href="http://cihar.com/gammu/">Gammu</a> 1.25.93 is out! This is just a bugfix release heading to 1.26.0
next week.</p>
<p>Full list of changes:</p>
<ul>
<li>Fixed reading of phonebook from Samsung (bug #980).</li>
<li>Add ID for Nokia 3390b (bug #982).</li>
<li>DCT3 dependent code reports error when phone is not DCT3 (bug #982).</li>
<li>Fixed reading of DCT4 file folders (bug #986).</li>
<li>Fixed parsing of config file with whitespace (bug #987).</li>
</ul>
<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,</p>
<p>Debian users will find packages in experimental soon, SUSE, Fedora and
Mandriva users can check <a href="http://software.opensuse.org/search?baseproject=home:Nijel:experimental&amp;q=gammu">experimental repository</a> in OpenSuse Build
Service.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2009/08/25/translate_wammu/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2009/08/25/translate_wammu/</guid>
<title>Translate Wammu</title>
<dc:date>2009-08-25T23:52:42+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu, python-gammu</dc:subject>
<description>
<![CDATA[<p>I feel like I will release new <a href="http://wammu.eu/">Wammu</a> version in two or three weeks,
it would be great to improve some translations. All you need to do is
to login into our <a href="https://l10n.cihar.com/projects/wammu/">Pootle server</a> and translate these few (or not so
few) strings missing in your language.</p>
<p>If you still prefer manual work, you can still just get po file from
<a href="http://gitorious.org/wammu">Git</a> and send me updates.</p>
<p>PS: If your translation is missing in Pootle and you want to start it,
just drop me a note.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2009/08/21/gammu_test_version_1_25_92/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2009/08/21/gammu_test_version_1_25_92/</guid>
<title>Gammu test version 1.25.92</title>
<dc:date>2009-08-21T13:00:26+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>python-gammu releases, Gammu releases, Gammu, python-gammu</dc:subject>
<description>
<![CDATA[<p><a href="http://cihar.com/gammu/">Gammu</a> 1.25.92 is out! There are two bigger changes - the RPM
packaging and much improved support for messages from Motorola phones.</p>
<p>Full list of changes:</p>
<ul>
<li>Reworked RPM packages (separate libraries and SMSD).</li>
<li>Huawei E160 uses encoded USSD requests.</li>
<li>Better support for messages on Motorola, thanks to Quintin Hill.</li>
<li>Fix reading of SMS backups without text (bug #963).</li>
<li>Send message even if SendingTimeOut is null (bug #977).</li>
<li>Disabled automatic OBEX for Motorola phones.</li>
<li>Increased limits for message length, bump soname to 7 because of this.</li>
<li>Changed SMSD tables to be able to handle longer messages from Motorola phones.</li>
</ul>
<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,</p>
<p>Debian users will find packages in experimental soon, SUSE, Fedora and
Mandriva users can check <a href="http://software.opensuse.org/search?baseproject=home:Nijel:experimental&amp;q=gammu">experimental repository</a> in OpenSuse Build
Service.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2009/08/13/gammu_test_version_1_25_91/</link>
<guid isPermaLink="true">http://blog.cihar.com/archives/2009/08/13/gammu_test_version_1_25_91/</guid>
<title>Gammu test version 1.25.91</title>
<dc:date>2009-08-13T15:30:50+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>python-gammu releases, Gammu releases, Gammu, python-gammu</dc:subject>
<description>
<![CDATA[<p><a href="http://cihar.com/gammu/">Gammu</a> 1.25.91 is out! The changelog is short, but all changes are quite
interesting - thanks to Iain Hibbert we now have support for Bluetooth on
other BSD variants and I spent time travelling around Spain in trains by
writing documentation and translating Gammu to Czech language.</p>
<p>Full list of changes:</p>
<ul>
<li>Documented most commands in man page.</li>
<li>Completed Czech translation of Gammu.</li>
<li>Avoid crash on some Nokia smses (bug #959).</li>
<li>Added support for Bluetooth on more BSD systems, thanks to Iain Hibbert.</li>
<li>Added new command setsmsc.</li>
<li>Added option to disable checking for battery and signal in SMSD.</li>
</ul>
<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,</p>
<p>Debian users will find packages in experimental soon, SUSE, Fedora and
Mandriva users can check <a href="http://software.opensuse.org/search?baseproject=home:Nijel:experimental&amp;q=gammu">experimental repository</a> in OpenSuse Build
Service.</p>]]>
</description>
</item>
</channel>
</rss>
