Posted
almost 16 years
ago
by
Michal Čihař
Gammu 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
... [More]
translating Gammu to Czech language.
Full list of changes:
Documented most commands in man page.
Completed Czech translation of Gammu.
Avoid crash on some Nokia smses (bug #959).
Added support for Bluetooth on more BSD systems, thanks to Iain Hibbert.
Added new command setsmsc.
Added option to disable checking for battery and signal in SMSD.
You can download from usual place: http://cihar.com/gammu/,
Debian users will find packages in experimental soon, SUSE, Fedora and
Mandriva users can check experimental repository in OpenSuse Build
Service. [Less]
|
Welcome to brand new website for Gammu, Wammu and related tools. It has been written to concentrate all related content in one place and create single entrance point to anything Gammu related.
If you want to know technical details, it is built using Django and you can find it's code in git repository.
I hope you will love it.
|
Posted
almost 16 years
ago
by
Michal Čihař
While being on DebConf 9 I managed to do some work on Gammu, the
famous tool for getting access to data in cell phones. The greatest feature of
this release is reducing memory consumption by 800 MiB. Other code changes are
much smaller, but there is
... [More]
also another important change - I now use Git for
development, you can git clone git://gitorious.org/gammu/mainline.git.
Full list of changes:
Fixed getting firmware revision on AT phones (bug #951).
Added support for home/work mobile number (bug #952).
Fixed handling of error response for security status in AT.
Fixed segfault on systems with very low memory limits.
Development now goes on in Git repository, please check README.
6510 driver now dynamically allocates memory for file caches, what reduces Gammu memory usage by 800 MiB.
Added testcases for AT+CNMI replies.
Fixed range parsing in AT engine.
Added reconnect support in PostgreSQL driver in SMSD.
Gammu debug level no longer can be controlled separately in SMSD.
Fix loop when Nokia phone does not allow to access files (bug #954).
You can download from usual place: http://cihar.com/gammu/,
Debian users will find packages in experimental soon, SUSE, Fedora and
Mandriva users can check experimental repository in OpenSuse Build
Service. [Less]
|
Posted
almost 16 years
ago
by
Michal Čihař
After losing some data from svn, because I just did not have the latest backup
and I only had data in local copy, I decided to finally migrate to Git.
For now the repositories are hosted on gitorious:
Gammu
Wammu
Ukolovnik
The svn server will
... [More]
stay there for some time, but I want to get rid of it in
future.
PS: Translations from Pootle are now directly commited to separate Git
repository under user data which he used to register in Pootle. I'll merge
this repository time to time to mainlines. [Less]
|
Posted
almost 16 years
ago
by
Michal Čihař
Well I really love these automatic test and "rewards". Today, Wammu has just
received the "Windows 7 Compatible" award on ForteDownloads.com. Wow.
But as far as I know, it has some problems on Windows Vista with permissions
and I doubt it will be better on Windows 7. Is anybody actually using these
systems? I don't.
|
Posted
almost 16 years
ago
by
Michal Čihař
It looks like Gammu has just got new nice user - Kalkun. It is
simple web based application built on top of SMSD tables (in MySQL mode) and
looking at screenshots, it looks really nice. So we finally got nice user
interface for SMSD!
|
Posted
almost 16 years
ago
by
Michal Čihař
Gammu 1.25.0 is out! It does not bring any new outstanding features, just
lot of bugfixes, especially in SMS decoding.
Full list of changes:
Retry on timeout of usb transfer (bug #940).
Disable AT OBEX for Motorola PEBL U6 (bug #939).
Disable AT
... [More]
OBEX for Samsung J700 (bug #948).
Empty memory entry has length 0 (bug #947).
Handle some more fields from Nokia phonebook (bug #946), thanks to Will Sowerbutts.
Fix distutils build (bug #916).
Detect when phone does not support ATE1 (bug #918).
Do not use OBEX on Motorola L7 (bug #912).
Reinclude full SMS text in comments in backup (bug #905).
Disable AT OBEX for Samsung J750 and J700 (bug #856).
Avoid shadowing C++ bool definition (bug #920).
Do not disable CLIP for all SE phones.
Add ID for Nokia 1209.
Catch busy error from Nokia phones (bug #932, thanks to Walter Doekes).
Fix code problems caught by GCC 4.5.
Compile static libraries with -fPIC (they might be later linked into shared ones) (bug #909).
Handle own number error code in 6510 driver (bug #910).
Add ID for Nokia 5220 (bug #910).
Handle SMSC error code in 6510 driver (bug #910).
Disable gcc warnings about non literal format strings (bug #901).
Add more fuzzy logic to detect bad encoding from phone (bug #874).
Add ID for Nokia 7500 and Nokia 7210s.
Improve searching for Bluetooth stack on OS X.
Fix ctype compile time warnings on NetBSD (bug #908).
Nokia 3110c has SMS on filesystem (bug #904).
Add ID for Nokia 5130 (bug #911).
Faster reading of Nokia filesystem.
New PDU decoder which properly parses PDU data.
AT driver uses new PDU decoder.
6510 driver uses new PDU decoder and understands most formats of filesystem Nokia SMS messages (bug #911).
Fix checking for MPBR (bug #873).
Fix reading of calls with wrong timestamp (bug #872).
Increase timeout for IrDA phonet (bug #867).
Better detect some weird phone states (bug #866).
Fix handling of caller group in Python bindings (bug #870).
Correctly detect empty entries from Motorola.
Better error reporting from at-charset test.
smsd-inject now shows ID of injected message.
Fix decoding of date in Nokia phonebooks (bug #876).
Fix detection of SMS message memories in AT (bug #875).
Improve documentation for savefile (bug #893).
Add stricter check for DBI version (bug #894).
You can download from usual place: http://cihar.com/gammu/.
Debian users will find packages in unstable soon, SUSE, Fedora and
Mandriva users can check repository in OpenSuse Build
Service and Ubuntu in my PPA. [Less]
|
Posted
almost 16 years
ago
by
Michal Čihař
Being busy with real life, it is quite hard for me to follow release early,
release often principle. However today I found some time to bring you
Gammu 1.24.92. This time only bug fixes are included, starting with C++
compatibility and ending with
... [More]
various fixes, especially for AT driver.
Full list of changes:
Fix distutils build (bug #916).
Detect when phone does not support ATE1 (bug #918).
Do not use OBEX on Motorola L7 (bug #912).
Reinclude full SMS text in comments in backup (bug #905).
Disable AT OBEX for Samsung J750 and J700 (bug #856).
Avoid shadowing C++ bool definition (bug #920).
Do not disable CLIP for all SE phones.
Add ID for Nokia 1209.
Catch busy error from Nokia phones (bug #932, thanks to Walter Doekes).
You can download from usual place: http://cihar.com/gammu/,
Debian users will find packages in experimental soon, SUSE, Fedora and
Mandriva users can check experimental repository in OpenSuse Build
Service. [Less]
|
Posted
about 16 years
ago
by
Michal Čihař
I finally find time to make another release of Gammu. This time there are
major changes in SMS decoding, especially for recent Nokia phones, what should
fix several problems seen with previous code. Besides this there is usual
bunch of bug fixes.
... [More]
Full list of changes follows:
Fix code problems caught by GCC 4.5.
Compile static libraries with -fPIC (they might be later linked into shared ones) (bug #909).
Handle own number error code in 6510 driver (bug #910).
Add ID for Nokia 5220 (bug #910).
Handle SMSC error code in 6510 driver (bug #910).
Disable gcc warnings about non literal format strings (bug #901).
Add more fuzzy logic to detect bad encoding from phone (bug #874).
Add ID for Nokia 7500 and Nokia 7210s.
Improve searching for Bluetooth stack on OS X.
Fix ctype compile time warnings on NetBSD (bug #908).
Nokia 3110c has SMS on filesystem (bug #904).
Add ID for Nokia 5130 (bug #911).
Faster reading of Nokia filesystem.
New PDU decoder which properly parses PDU data.
AT driver uses new PDU decoder.
6510 driver uses new PDU decoder and understands most formats of filesystem Nokia SMS messages (bug #911).
You can download from usual place: http://cihar.com/gammu/,
Debian users will find packages in experimental soon, SUSE, Fedora and
Mandriva users can check experimental repository in OpenSuse Build
Service. [Less]
|
Posted
about 16 years
ago
by
Michal Čihař
Yesterday I finally found some time to analyze all filesystem message dumps
for Nokia phones. I always hated way Gammu used to decode these messages,
because in most cases decoding was almost same function just with added some
random offsets.
After
... [More]
some time looking into the dumps, I finally came out with
description of the format. It it still not complete, but it allowed to
simplify the code a lot while fixing bugs with some messages previous solution
did not catch.
Now I hope I did not miss anything and new code will not introduce new
regressions. [Less]
|