Share via


SIM Toolkit Registry Settings (Windows Embedded CE 6.0)

1/6/2010

This topic describes the registry settings for SIM Toolkit.

Browser Settings

This topic describes the registry setting to be used by the browser when the SIM Toolkit command LAUNCH BROWSER is issued by a SIM Toolkit application.

Registry settings specify the network settings to be used by the browser when the SIM Toolkit command LAUNCH BROWSER is issued by a SIM Toolkit application. These registry settings appear in the file Public\Cellcore\Oak\Files\Cellcore.reg. By default, these registry settings are not configured. If the LAUNCH BROWSER command is issued requiring the establishment of a network connection and these registry settings are not configured, an error message will be returned to the radio and the browser will not be launched.

The HKEY_LOCAL_MACHINE\Comm\Cellular\SimToolkit\LaunchBrowser registry key specifies general network settings to be used when the SIM Toolkit command LAUNCH BROWSER is issued.

The following table shows named values.

Value : type Description

CSDTemplate : REG_SZ

Specifies the name of the connection to use as a template for new CSD or PPP connections.

When a LAUNCH BROWSER command is issued that requires the establishment of a new CSD or PPP connection, the SIM Toolkit copies the connection settings from the named connection and establishes a new connection using those settings.

This registry setting takes precedence over the HKEY_LOCAL_MACHINE\Comm\Cellular\SimToolkit\LaunchBrowser\Csd registry key, that is, when the CSDTemplate setting exists and specifies a valid connection, the Csd registry key below is not used.

GPRSTemplate : REG_SZ

Specifies the name of the connection to use as a template for new GPRS connections.

When a LAUNCH BROWSER command is issued that requires the establishment of a new GPRS connection, the SIM Toolkit copies the connection settings from the named connection and establishes a new connection using those settings.

This registry setting takes precedence over the HKEY_LOCAL_MACHINE\Comm\Cellular\SimToolkit\LaunchBrowser\Gprs registry key, that is, when the GPRSTemplate setting exists and specifies a valid connection, the GPRS registry key below is not used.

DefaultNetGuid : REG_SZ

Specifies the metanetwork that the SIM Toolkit application uses when the LAUNCH BROWSER command is issued.

This registry setting is only used when the destination network of a PPP connection specified in the CSDTemplate is a proxy network, or when the destination network of a GPRS connection specified in the GPRSTemplate is a proxy network.

ProxyType : REG_DWORD

Specifies the proxy type that the SIM Toolkit application uses when the LAUNCH BROWSER command is issued.

This registry setting is only used when the destination network of a PPP connection specified in the CSDTemplate is a proxy network, or when the destination network of a GPRS connection specified in the GPRSTemplate is a proxy network.

Possible values are:

  • 0 for null proxies
  • 1 for HTTP proxies
  • 2 for WAP proxies
  • 4 for SOCKS4 proxies
  • 5 for SOCKS5 proxies

DefaultUrl : REG_SZ

Specifies the URL that is loaded in the browser by default when the LAUNCH BROWSER command is issued.

The HKEY_LOCAL_MACHINE\Comm\Cellular\SimToolkit\LaunchBrowser\Csd registry key specifies the settings to be used to establish a PPP connection to be used by the browser when the CSDTemplate registry setting above is not present or does not represent a valid PPP connection available for use by the browser.

The following table shows named values.

Value : type Description

UserName : REG_SZ

Specifies the user name to be used during authentication.

Password : REG_SZ

Specifies the password to be used during authentication.

CountryCode : REG_DWORD

Specifies the country/region code portion of the phone number.

AreaCode : REG_SZ

Specifies the area code portion of the phone number.

Phone : REG_SZ

Specifies the local portion of the phone number.

The HKEY_LOCAL_MACHINE\Comm\Cellular\SimToolkit\LaunchBrowser\Gprs registry key specifies the settings to be used to establish a GPRS connection to be used by the browser when the GPRSTemplate registry setting above is not present or does not represent a valid GPRS connection available for use by the browser.

Only the listed settings are supported.

The following table shows named values.

Value : type Description

UserName : REG_SZ

Specifies the user name to be used during authentication.

Password : REG_SZ

Specifies the password to be used during authentication.

GPRSInfoAccessPointName : REG_SZ

Specifies the logical name used to select the GPRS gateway.

See Also

Other Resources

SIM Toolkit