Series 60 3rd Ed
Contents |
General information
Supported functionalities on Series 60 3rd Ed and future plans: see list, current status (2008), list, what's planned (2011).
Nokia N73
The following commands were tried an a Nokia N73 with gnokii 0.6.30.
Working
Fully working
--getsmsc --dialvoice --reset soft
- Returns also an unhandled frame
--identify --getsecuritycodestatus
--getnetworkinfo
Partially working
--monitor
- Many commands fail after a long timeout so you can't easily break it with Ctrl+C
--setdatetime
- Time is UTC and there is no time zone indication in the FBUS frame
--getdatetime
- Time is UTC and there is no time zone indication in the FBUS frame
--setalarm
- Not enabled, not shown in phone menus, only by --getalarm
--getalarm
- Time is UTC and there is no time zone indication in the FBUS frame
Not working
Unknown error
--getphonebook --getspeeddial --getfilelist
- Frame 0xf0
Unhandled frame
--gettodo
- Frame 0xf0
--getprofile
- Frame 0xf0
--getwapbookmark
- Frame 0xf0
--getwapsetting
- Frame 0xf0
Internal error
--createsmsfolder --deletesmsfolder
Not supported
--savesms --getsms --deletesms --showsmsfolderstatus --getcalendarnote
Not implemented
--getdisplaystatus --displayoutput --netmonitor --getmms --deletemms --senddtmf --divert --getactiveprofile --getlocksinfo
Untested
--sendsms --setsmsc --smsreader --writephonebook --deletephonebook --writecalendarnote --getcalendarnote --writetodo --deletealltodos --setspeeddial --answercall --hangup --setprofile --setactiveprofile --reset hard --writewapbookmark --deletewapbookmark --writewapsetting --activatewapsetting --sendlogo --setlogo --getlogo --viewlogo --sendringtone --getringtone --setringtone --playringtone --ringtoneconvert --getringtonelist --deleteringtone --entersecuritycode --getsecuritycode --changesecuritycode --getfiledetailsbyid --getfileid --getfile --getfilebyid --getallfiles --putfile --deletefile --deletefilebyid --keysequence --enterchar
Nokia N97
The following tests have been performed with a Nokia N97, gnokii Version 0.6.28
NB: Need to select PC Suite on the Nokia, otherwise ports ttyACM* do not open, AFAIU.
$ dmesg [31008.080106] usb 2-3: new high speed USB device using ehci_hcd and address 5 [31008.214362] usb 2-3: configuration #1 chosen from 1 choice [31008.321711] cdc_acm 2-3:1.1: ttyACM0: USB ACM device [31008.322821] cdc_acm 2-3:1.3: ttyACM1: USB ACM device [31008.324607] usbcore: registered new interface driver cdc_acm [31008.325170] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters [31008.340228] NET: Registered protocol family 35 [31008.377657] cdc_phonet: probe of 2-3:1.12 failed with error -22 [31008.377698] usbcore: registered new interface driver cdc_phonet [31008.396104] usbcore: registered new interface driver cdc_ether [31008.402452] usbcore: registered new interface driver rndis_host [31008.447225] cfg80211: Calling CRDA to update world regulatory domain [31008.469121] usbcore: registered new interface driver rndis_wlan [31008.487005] cfg80211: World regulatory domain updated: [31008.487008] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [31008.487011] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [31008.487013] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [31008.487015] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [31008.487016] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [31008.487018] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [31019.484436] usb 2-3: reset high speed USB device using ehci_hcd and address 5 [31019.617508] cdc_acm 2-3:1.3: ttyACM0: USB ACM device [31019.618128] cdc_acm 2-3:1.1: ttyACM1: USB ACM device
$ less /etc/gnokiirc | grep -v ^# | grep -v ^$ [global] port = /dev/ttyACM1 model = AT initlength = default connection = serial use_locking = yes serial_baudrate = 19200 smsc_timeout = 10 [xgnokii] allow_breakage = 0 [gnokiid] bindir = /usr/sbin/ [connect_script] TELEPHONE = 12345678 [disconnect_script] [logging] debug = on rlpdebug = on xdebug = on
$ gnokii --identify Received message type 06 IMEI : XXXXXXXXXXXX Fabricant: Nokia Modele : Nokia N97 Nom du produit : Nokia N97 Revision : V ICPR72_09w44.9 Serial device: closing device
$ gnokii --dialvoice 123
-> works (the number 123 is dialled and the call initiates).
The rest gives an unknown error:
$ gnokii --getdatetime $ gnokii --getphonebook ME 1 end $ gnokii --getphonebook SM 1 end
Note that I'm not sure that start number is correct, but according to the debug output (AFAI can tell) the start number is not even used before reaching to the error status.
These command line test results are consistent with xgnokii behavior: these functionalities (reading date / time, reading phone book) also does not work whereas reading IMEI or dialling works.