20
I Use This!
Very Low Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 15 years ago by Michal Čihař
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 Git for Gammu development merging all these crazy things is much more easier. The problem with these ... [More] 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. I worst case (like it happened today) the "changes" is whole tarball with different changes made to different files. Fortunately I recently found great git add -i, 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. 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. [Less]
Posted over 15 years ago by [email protected] (Michal Čihař)
Full list of changes: Compare full name of config section. Add ID for Nokia 6111 (bug#1045). Handle CME error 601 (bug#1044). Support for reading birthday from Samsung phonebook (bug#1038). Report GPRS ... [More] state when getting network status (bug#1023). Fix reading of Siemens phonebook (bug#1046). Make gammu error codes map to GSM_Error. Various code cleanups. Add ID for Huawei E169. You can download it from http://wammu.eu/download/. [Less]
Posted over 15 years ago by [email protected] (Michal Čihař)
The list of wanted skills contains currently most wanted skills within the development team. On the other side do not take it as complete listing, because we will welcome anybody, who is willing to help us.
Posted over 15 years ago by [email protected] (Michal Čihař)
People still ask similar questions Gammu and Wammu and it's not that funny to answer them again and again. So I finally wrote them down and made them available as separate FAQ page.
Posted over 15 years ago by [email protected] (Michal Čihař)
The contribution is easy and documented on translating page. Translating brings you great opportunity to contribute to free software without programming skills, so if you know some language, feel free to start as soon as possible! New Wammu release is getting closer and it will include your work.
Posted over 15 years ago by [email protected] (Michal Čihař)
As you might have noticed, Gammu 1.26.91 has been released without Windows binaries for Python bindings. The reason is simple - my cross compilation setup broke again and I don't have time to fix it. Cross building Python extensions was always ... [More] tricky, but it is getting harder and harder with each Python version - it requires newer MSVC support libraries to link with and it introduces various complications. Doing that natively on Windows, should not be that hard. You need to have Visual Studio and you need some experiences with building things for Windows. If you want to help, just contact us on mailing list. [Less]
Posted over 15 years ago by [email protected] (Michal Čihař)
Full list of changes: Fixed parsing of vCards with lowercase types (bug #1006). Handle forward references in Nokia phonebook (bug #1009). Save timestamp to SMS backup for all messages. Store PDU type in SMS ... [More] backup. More flexible handling of exclude/include lists in SMSD. Add support for external list of exclude/include numbers (bug#1008). Workaround decoding of messages padded by 0xFF by phone. Force enabling of OBEX for SE S312 (bug#1016). Recognize Motorola A1200 error replies (bug#1019). Disable AT/Obex for Motorola A1200e (bug#1019). Properly detect if phone does not support AT+MODE (bug#1019). Disable AT/Obex for Motorola E790 (bug#1018). Add option to filter messages by SMSC (bug#1020). Implement retries when waiting for message prompt. Fixed logic of detecting incoming calls. Fixed loading of non ASCII messages from files in SMSD (bug#1011). Added example showing reading of messages. Build Windows release with Python 2.6. Fixed compilation in MSVC because of missing S_ISDIR. Fixed parsing of different Samsung reply (bug#1038). Proper error code when SMSC is empty (bug#1032). Fixed compilation of python-gammu in MSVC. You can download it from http://wammu.eu/download/. [Less]
Posted over 15 years ago by [email protected] (Michal Čihař)
Added Features: Send message to more than one person (on Compose) Validation Digital clock Plugins : Blacklist Number => Block message from specific number Server Alert => Alert you ... [More] whenever your service (eq: Web server, Mail server) is down Added FAQ and PLUGIN section. Please read CHANGELOG for details. You can download it here. [Less]
Posted over 15 years ago by [email protected] (Michal Čihař)
Roadmap for Gammu and Wammu has been just published. Right now it contains just basic information about next releases, but in future it is expected to include more details about next few releases. It will allow users and application developers to be ... [More] prepared for some changes longer in advance. Also if you are interested in helping with some listed feature, you are welcome to help! [Less]
Posted over 15 years ago by [email protected] (Michal Čihař)
Full list of changes: Fixed parsing of SMS with empty recipient (bug #998). Correct setting of time on Huawei phones. Addnew command can now change memory type being used. Proper handling of locations and memory ... [More] type in vCards. Added IDs for several recent Sony-Ericsson phones. Fix decoding of phone numbers in some cases (bug #999). Replace MD5 implementation with public domain one (bug #964). Huawei E17X has broken UCS-2, do not use it (bug #962). Do not fail if phone does not support extended SMS params (bug #927). Added support for Samsung calendar (bug #839). Do not choke on OK in message text. Add ID of Nokia 6020b (bug #1004). Fix decoding of SMS with extended characters. Fixed handling of DCT4 specific functions. Add workaround for especially broken Ubinetics GDC201. You can download it from http://wammu.eu/download/. [Less]