Versions Compared

Key

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

FAQ Maxwell - Auto provisioning, Unlock function keysImage Added

Via provisioning an admin can set global function keys to every connected phone. The user has the possibility to add personalized function keys to his device. To ensure that his/her function keys are not deleted after a re-provisioning it is possible to lock the function keys for provisioning via the Web-UI.

The administrator needs to have a possibility to unlock all function keys via provisioning, in case this is needed.
A new provisioning parameter is implemented to unlock every function keys related and connected to the phone. This will be valid for extension modules connected to the main device, too.

This feature is supported from SW 2.12 or higher.

Info
iconfalse
titleXML template example

<?xml version="1.0" encoding="ISO-8859-1"?>

<provisioning version="1.1" productID="mx3b">

<custom>

<step type="UnlockAllFunctionKeys" />

</custom>
<nvm>

<param name="PhoneUI.Keys.FunctionKeys.0.Type" value="5" />
<param name="PhoneUI.Keys.FunctionKeys.0.DisplayName" value="test" />

</nvm>

</provisioning>