20
I Use This!
Very Low Activity

News

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Posted almost 18 years ago by Michal Čihař
As I wrote in past, one of targets in next stable Gammu release is to have much better support for Motorola phones. The biggest problem with them is that Motorola separated AT commands in two separate subsets and each can be issued in different phone ... [More] mode. I just hacked support for this into Gammu, so basic operations with Motorola phones should work. If you have Motorola phone, I'll welcome you to test new code. Just download current snapshot or use subversion to get latest code, compile it and run against your phone. [Less]
Posted almost 18 years ago by Michal Čihař
python-gammu 0.21 has been just released. New features: Added suport for nick name in phonebook. Added suport for work address in phonebook. Converted to new Gammu API.
Posted almost 18 years ago by Michal Čihař
I just released new version of Gammu. There are no big changes since last stable release: Added dku5fbus-nodtr and fbus-nodtr variants, which do not care about DTR/RTS signals (thanks to Jakub Zawadzki). Do not delete phonebook entries when there ... [More] are none (bug #317). This release comes with new API, which should provide stable ABI for upcoming versions. If you're distributor, who had special dependency handling for libGammu, you can now keep it on soname, versions with same soname will be backwards compatible. For stable users, there are quite a lot of changes, especially for developers, conversion to new API will probably hurt. There is porting documentation included in sources and if it does not help you, feel free to ask! Stay tuned, release evening will continue ;-). [Less]
Posted almost 18 years ago by Michal Čihař
Some time ago I added links to FoneWiki.org to Gammu phone database to show more information about phones. The main reason for that was information about K750i phone, which I wanted to buy in that time. Unfortunately as time goes on, this page ... [More] seems to be almost the only one with interesting content on this wiki. Most of other pages are only templates or links to buy cheap v1agra or some other similar spam. It's a pity that this server is gone, because I think such wiki is a good idea. [Less]
Posted about 18 years ago by Michal Čihař
I just released new version of Gammu. This release further stabilizes new API and fixes various bugs especially with AT and OBEX. Full list of changes: Properly report uploaded file size when using OBEX. Fix HEX charset encoding. Improve vCard ... [More] address handling. Support for iso charsets in AT phone when iconv is available. Fix restoring of phonebook over OBEX (bug #317). addnew accepts -yes parameter. There is no error on most fields when storing to vCard. Fix detecting length of input (thanks to Peter Stuge). Improve check for MySQL. [Less]
Posted about 18 years ago by Michal Čihař
As Wammu won't have filesystem support in near future (and I'm not sure it will ever have it), I decided to package gMobileMedia for Debian. For now the package is sitting in NEW queue, but impatient can get it from my repository.
Posted about 18 years ago by Michal Čihař
As new API is currently in pretty good shape, stabilisation period for 1.12.0 will begin soon. There should not be any major changes (well some might be in 1.11.92 this week, but no further). 1.12.0 should be unleashed within two or three weeks. So ... [More] maybe it's now time to start thinking about changes in 1.13.0. As requests for supporting Motorola phones increase, I will try to work on this. Most of information which changes this require is written in bug report, but I'm still unsure how big changes it will require. Other thing which should be improved is vCard parsing. There are lots of opened bugs for this and I see this as big problem when trying to import some contacts from other programs. [Less]
Posted about 18 years ago by Michal Čihař
As new API is currently in pretty good shape, stabilisation period for 1.12.0 will begin soon. There should not be any major changes (well some might be in 1.11.92 this week, but no further). 1.12.0 should be unleashed within two or three weeks. So ... [More] maybe it's now time to start thinking about changes in 1.13.0. As requests for supporting Motorola phones increase, I will try to work on this. Most of information which changes this require is written in bug report, but I'm still unsure how big changes it will require. Other thing which should be improved is vCard parsing. There are lots of opened bugs for this and I see this as big problem when trying to import some contacts from other programs. [Less]
Posted about 18 years ago by Michal Čihař
I just released new version of Gammu. This release further improves new API, which should be now close to being stable. Full list of changes: Reduced inclusion dependencies. Fixed compilation on OS X. Added --features to show compiled in features. Add support for work address. Added source examples in docs/develop/examples.
Posted about 18 years ago by Michal Čihař
I just came to another decision point. Curently new Gammu API is quite in good shape (even most of functions are documented), but I think whether it's time to push in also some other big changes, which I would like to see, or just wait for things to ... [More] settle down before starting other major changes. For application developers (using C API, Python ones won't notice any of those changes), it would be definitely better to do all changes in one big bang. However I'm really affraid of possible impacts on stability, because extreme big changes. I'm still more and more convinced about stabilizing current code and keep those big changes for later time. When talking about this, I should also mentions change I want to introduce :-). First is switch to wchar_t instead of own UCS-2-BE encoding. This will help a lot in possible errors on allocating memory for strings and also allow us to use libc functions for string operations. The second change is even bigger - make all storages scalable to avoid problems with hardcoded limits. But for this change it should be possible to add compatibility API functions, so that users don't have to notice anything. [Less]