Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

When the OS boots, it checks the system registry for the following key:

Copy Code
HKEY_CURRENT_USER\Software\Microsoft\SMS\TextShared 

This key contains a flag that specifies whether EMS processing is enabled on the device. EMS processing is disabled by default, however, you can enable this support yourself.

To enable EMS processing support:
  • Register the COM component's GUID by creating the following registry key, and giving it the following name/value pair.

    Copy Code
    HKEY_CURRENT_USER\Software\Microsoft\SMS\TextShared
    	DWORD : EMSHandlerInstalled = 1
    

Remarks

EMS is defined in 3GPP Technical Specification 23.040 "Technical realization of Short Message Service (SMS)". It can be obtained from this website http://www.3gpp.org/ftp/Specs/html-info/23040.htm.

See Also