• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

Hi all

 

I need some help creating a softkey macro for the lock feature on the VVX300.  I have enabled the lock feature but for ease would like a softkey instead of going through the phone menu.  Currently running ver UCS 4.1.5.3284. 

 

  <phoneLock/>
   <phoneLock.enabled phoneLock.enabled="1" />
   <phoneLock.authorized.1.description phoneLock.authorized.1.description="Emergency Calls" />
   <phoneLock.authorized.1.value phoneLock.authorized.1.value="999" />
  <phoneLock/>

 

The above is working fine all i need is help or to be shown the softkey macro if thats ok??

 

Many thanks

 

Dave

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Hi again

 

I have managed to figure it out so have posted in case someone else decides they would like to also add this button:

 

in sys.cfg.template after <feature/>

 

<efk>
    <version efk.version="2" />
    <efklist
        efk.efklist.1.mname="Lock"
        efk.efklist.1.label="Lock"
        efk.efklist.1.status="1"
        efk.efklist.1.action.string="$FLockPhone$"
      />
    </efk>
  <softkey
     softkey.1.label="Lock"
     softkey.1.action="$FLockPhone$"
     softkey.1.enable="1"
     softkey.1.precede="1"
     softkey.1.use.idle="1"
   />

 

then in phone%25BWDEVICEID%25.cfg.template again after features:

 

  <phoneLock/>
   <phoneLock.enabled phoneLock.enabled="1" />
   <phoneLock.authorized.1.description phoneLock.authorized.1.description="Emergency Calls" />
   <phoneLock.authorized.1.value phoneLock.authorized.1.value="999" />
  <phoneLock/>

 

This will set the lock button first on the left before any default buttons and only allow authorized calls to the 999 emergency number while locked....

 

Hope this helps others out 🙂

 

Cheers

 

Dave

 

 

 

 

View solution in original post

1 REPLY 1
HP Recommended

Hi again

 

I have managed to figure it out so have posted in case someone else decides they would like to also add this button:

 

in sys.cfg.template after <feature/>

 

<efk>
    <version efk.version="2" />
    <efklist
        efk.efklist.1.mname="Lock"
        efk.efklist.1.label="Lock"
        efk.efklist.1.status="1"
        efk.efklist.1.action.string="$FLockPhone$"
      />
    </efk>
  <softkey
     softkey.1.label="Lock"
     softkey.1.action="$FLockPhone$"
     softkey.1.enable="1"
     softkey.1.precede="1"
     softkey.1.use.idle="1"
   />

 

then in phone%25BWDEVICEID%25.cfg.template again after features:

 

  <phoneLock/>
   <phoneLock.enabled phoneLock.enabled="1" />
   <phoneLock.authorized.1.description phoneLock.authorized.1.description="Emergency Calls" />
   <phoneLock.authorized.1.value phoneLock.authorized.1.value="999" />
  <phoneLock/>

 

This will set the lock button first on the left before any default buttons and only allow authorized calls to the 999 emergency number while locked....

 

Hope this helps others out 🙂

 

Cheers

 

Dave

 

 

 

 

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.