gnokii, English

gnokii errors

A quick program to print gnokii error codes with the associated messages from ./include/gnokii/error.h

Note that macro_html builds only a table fragment without opening and closing tags and column headers.

It would be nice to show the translated messages too.

You can see an example on gnokii wiki.

Features of phones supported by xgnokii

What xgnokii thinks that a phone is capable of

gnokii is a toolset and driver for the mobile phones. It has a command line version (gnokii) and a GUI program (xgnokii).
gnokii is available for Linux/Unix and some parts have been ported to Windows; see www.gnokii.org for more information.

Below you can find a graphical rendition of the table used by xgnokii to show only the menus related to features available on a given phone (gnokii has a different way: each phone driver has its own table), so if your phone is listed in this table without a given feature, then this feature is not available when using xgnokii; in this case try using gnokii instead, and if it works, help improving xgnokii and join the mailing list at http://mail.nongnu.org/mailman/listinfo/gnokii-users.

PHP extension for gnokii - README draft

I. How To Compile and install
II. Note about Apache

I. How To Compile and install

0. Uninstall PHP
1. Download gnokii 0.6.14 *sources* or later from gnokii.org; compile and install
2. Get PHP 4 *sources* from php.net
3. If you plan to debug this extension then configure PHP using
--enable-debug --enable-experimental-zts
If you plan to use PHP with Apache then add --with-apxs

./configure --with-apxs --enable-debug --enable-experimental-zts --prefix=/usr
make && sudo make install

Compiling this beta version has been tested only after installing
PHP 4 from source with debug options enabled.

PHP extension for gnokii - function list (2)

I just added gnokii_open() and gnokii_close().

gnokii_open() has two optional arguments, just like command line gnokii: path of config file and name of phone section
gnokii_close() is optional since PHP will close for you at the end of the script

PHP extension for gnokii - function list

At present the function list is rather short, but there is all what it needs to read SM's:

Syndicate content