-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Poly Phones
- Desk and IP Conference Phones
- Re: [FAQ] Customization of the Home Screen on a Polycom Real...

Create an account on the HP Community to personalize your profile and ask a question
03-30-2016 10:45 AM
It may be desirable to disable some or all of the Icons on the Idle Screen of a Poly Trio or CCX phone.
If the Poly Trio or CCX runs in Microsoft Teams mode or Zoom Rooms mode customization is not possible as our respective partners provide the UI for these.
UC Software 5.4.2 AA or later added the ability to hide the following menu options (more are listed >here< or later admin guides):
- Hide/show the Contacts menu
- Hide/show the Calendar
- Hide/show Recent Calls/Call Lists
- Hide/show the Bluetooth menu
- Hide/show the Settings menu
- Hide/show the Lync sign out menu
Example:
<changes> <homescreen homeScreen.settings.enable="0" /> <contacts feature.contacts.enabled="0" /> <calllist feature.callList.enabled="0" /> <bluetooth feature.bluetooth.enabled="0" /> <hidesignout feature.lync.hideSignOut="1" /> <calendar homeScreen.calendar.enable="0" /> </changes>
Or import the attached unzipped files as required via the Web Interface:
Result:
Removing of the MeetNow Key:
<test softkey.feature.MeetNow="0"/>
Removing of the Present Key:
<test softkey.feature.present="0"/>
Removing of the Redial Key:
<test homeScreen.redial.enable="0"/>
Remove Place a Call / Dial a Number:
<test homeScreen.placeACall.enable="0" />
Removing of the Camera Key (Only when a Polycom EagleEye USB is used😞
<test homeScreen.camera.enable="0" />
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
03-15-2019 06:05 AM
Custom Icon Support for Contacts and Lines since UC Software 5.8.0:
You can configure up to 24 custom icons to display on a Poly Trio or CCX system for registered lines or for user photos can for contacts saved in the Local Contact Directory and favourites on the home screen.
Poly recommends uploading PNG images that are 106 x 106 pixels with a size of 100 KB or smaller. The maximum image size you can upload is 200 x 200 pixels, however, the phone automatically scales the icons to 106 x 106 pixels.
<icons icons.1="ftp://icon:icons@10.252.149.100/icon1.png" reg.1.icon="1" />
The 000000000000.cfg can use the ICONS_DIRECTORY="" section to define a Sub directory
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
06-03-2021 05:58 AM
UC Software 7.1.0 added a new Parameter to be able to swipe on the home screen to have access to all the icons instead of having to go via the Hamburger menu
<?xml version="1.0" standalone="yes"?>
<!-- up.homeScreen.scrolling.enabled="0" configuration parameter that by default should maintain the previous home screen behavior (where you can't scroll to a second page of main menu items if there are more than 6 -->
<changes>
<web up.homeScreen.scrolling.enabled="1"/>
</changes>
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN