Gammu 1.21.94 (Testing branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Gammu 1.21.94 (Testing branch)
# 1  
Old 12-10-2008
Gammu 1.21.94 (Testing branch)

ImageGammu (formerly known as MyGnokii2) is a cellular manager for various mobile phones/modems. It supports a wide variety of Nokia, Symbian, and AT devices (Siemens, Alcatel, Falcom, WaveCom, IPAQ, Samsung, SE, and others) over cables, infrared, or BlueTooth. It contains libraries with functions for ringtones, phonebook, SMS, logos, WAP, date/time, alarm, calls, and more (used by external applications like Wammu). It also includes a command line utility that can make many things (including backups) and an SMS gateway with full MySQL and PostgreSQL support from the PHP interface.License: GNU General Public License (GPL)Changes:
The largest changes are in the vCard handler. It now supports photos in vCard, and should properly handle error states that would previously lead to a crash. This also leads to API changes for encoding/decoding vCard/vCalendar/Vnote entries. There are some bugfixes.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GAMMU-BACKUP(5) 						       Gammu							   GAMMU-BACKUP(5)

NAME
gammu-backup - gammu(1) backup file format. The backup format is text file encoded in either ASCII or UCS-2-BE encodings. This file use ini file syntax, see ini. EXAMPLES
If you will backup settings to Gammu text file, it will be possible to edit it. It's easy: many things in this file will be written double - once in Unicode, once in ASCII. When you will remove Unicode version Gammu will use ASCII on fBrestorefR (and you can easy edit ASCII text) and will convert it according to your OS locale. When will be available Unicode version of text, it will be used instead of ASCII (useful with Unicode phones - it isn't important, what locale is set in computer and no conversion Unicode -> ASCII and ASCII -> Unicode is done). You can use any editor with regular expressions function to edit backup text file. Examples of such editors can be vim or TextPad which both do support regular expressions. Remove info about voice tags Find: ^Entry([0-9][0-9])VoiceTag = (.*) Replace: <blank> Change all numbers starting from +3620, +3630, +3660, +3670 to +3620 Find: Type = NumberGeneral Entry([0-9][0-9])Text = "+36(20|30|60|70) Replace: Type = NumberMobile Entry1Text = "+3620 Change phone numbers type to mobile for numbers starting from +3620, +3630,... and removing the corresponding TextUnicode line Find: Type = NumberGeneral Entry([0-9][0-9])Text = "+36([2367]0)([^"]*)" Entry([0-9][0-9])TextUnicode = ([^ ]*) Replace: Type = NumberMobile Entry1Text = "+3623" See also converting-formats AUTHOR
Michal iha <michal@cihar.com> COPYRIGHT
2009-2012, Michal iha <michal@cihar.com> 1.31.90 February 24, 2012 GAMMU-BACKUP(5)