Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

The messaging and location feature can be enabled/disabled via:

  • Web-interface (Under development)
  • Auto-provisioning


Info
titleLicense

A license is needed, else it can not be enabled.

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning

Via the following provisioning example, the location and/or messaging feature can be enabled.

In this example we change enable the feature for the handset with IPUI "035edb3a92".

Info
iconfalse

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

<nvm>

<oper name="set_hs_aml" value="035edb3a92">

<param name="LocationAML" value="1"/>
<param name="MessagingAML" value="1"/>

</oper>

</nvm>
</provisioning>