SYNTAX

    icc [options] [<operation>]


OPTIONS

-h (--help) bool

Display help.

-v (--verbose) bool

Display verbose output.

-t (--tsy-name) string

The name of the ETel server plug-in to use. If not specified the handset's default TSY is read from COMMSDAT.

-S (--service-table) uint

Must be used in conjuction with the 'service-table' operation. The identifier of the service table to display as defined by RMobilePhone::TMobilePhoneServiceTable in \epoc32\include\etelmm.h.

-s (--store-name) string

The name of the phone store to display information about. These are defined in \epoc32\include\etelmm.h and have names like 'S1', 'S2', etc.

-m (--mode) string

The mode of the store. These are defined in \epoc32\include\etelmm.h and have names like 'T1' (for CDMA), 'T2' (for GSM) and 'T3' (for USIM).

-l (--slot) int

Must be used in conjuction with the 'edit-phone-book' operation. Specifies which phone book entry is to be edited. A value of -1 will cause the first free slot to be written to.

-d (--data) string

Must be used in conjunction with 'edit-phone-book'. Specifies the data to be written to a phone book slot.


ARGUMENTS

[<operation>]

The operation to perform. Defaults to 'access-caps'.

access-caps

List the access capabilities of the ICC.

service-table

Dump a service table. Use --service-table to specify the required service table.

fdn-status

Display the Fixed Dial Number status.

phone-book-info

Print information about a phone book store. Use --store-name to specify the required store.

dump-phone-book

Dump the contents of a phone book in hex / ASCII.

edit-phone-book

Change the contents of a phone book. Use --data to specify the new contents. Note, binary information must be specified which necessitates the use of escape sequences (see fshell's documentation for more details).


DESCRIPTION

Retrieve various pieces of information from the handset's ICC (SIM card).

Also supports basic editing of phone book entries.


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.