Nk6100 driver
From GnokiiWiki
Contents |
Nk6100 driver
Note: Nokia 6100 phones are handled by the Nk6510 driver.
Supported models
Since nk6100.c version 1.189:
"6110|6130|6150|6190|5110|5130|5190|3210|3310|3330|3360|3390|3410|8210|8250|8290|8850|RPM-1"
Config 1: Linux, serial connection
port = /dev/ttyS0 model = 6110 connection = serial
Note: you don't need to specify the exact model number because model = 6110 works with all models supported by this driver (the driver will automatically recognise the phone).
Note 2: this driver also supports the FBUS protocol over an MBUS2 serial cable using connection = m2bus but not all phones support this mix and it is so slow that you will want to use it only as a last resort.
Reported to work are 3310 with firmware 5.79 and 3330 with firmware 4.30;
a 3310 with a 4.x firmware was reported to do only FBUS over serial and MBUS over m2bus (however the latter isn't supported by this driver);
no information about other phones.
Config 2: Linux, infrared connection
FIXME
Unimplemented gnokii commands
Commands resulting in a "not implemented" error issued by the driver.
SMS Commands
--createsmsfolder
--deletesmsfolder
--showsmsfolderstatus (see note)
there is no support for custom SMS folders on these phones
Note: --showsmsfolderstatus is implemented since gnokii version 0.6.18 (nk6100.c version 1.213) to show status of SM memory.
ToDo Commands
--gettodo
--writetodo
--deletealltodos
use --getcalendarnote --writecalendarnote and --deletecalendarnote instead
WAP Commands
--getwapbookmark
--writewapbookmark
--deletewapbookmark
--getwapsetting
--writewapsetting
--activatewapsetting
these probably could be implemented for 3330 and similar
Ringtone Commands
--getringtonelist
before nk6100.c version 1.198 this command worked only with model 51xx and 61xx; starting with gnokii 0.6.15 this command is supported also by 3210|3310|3330 and possibly others
File Commands
--getfilelist
--getfiledetailsbyid
--getfileid
--getfile
--getfilebyid
--getallfiles
--putfile
--deletefile
--deletefilebyid
there is no support for a filesystem on these phones

