Forum Discussion
Skype Room System v3 app - Custom Themes?
Typical, after a day of failure and a post here, I now get it all working :)
I noticed Tobie had included a SkypeSettings.xml in his download (from his blog) and once I used this it all worked fine. I have added all the other elements to the XML and it processes it onb reboot without issue now. Possibly the XML format is very picky as I didn't use an XML editor, but I did clean up extra white space in the file and all is good.
The PSD file listed in the technet for the SRS background is very useful as there are limited spaces to actual add logos so you need to position things carefully.
<SkypeSettings>
<AutoScreenShare>true</AutoScreenShare>
<HideMeetingName>true</HideMeetingName>
<UserAccount>
<SkypeSignInAddress>conferenceroom@domain.com</SkypeSignInAddress>
<ExchangeAddress>conferenceroom@domain.com</ExchangeAddress>
<DomainUsername></DomainUsername>
<Password>******</Password>
<ConfigureDomain></ConfigureDomain>
<AutoRotatePassword>0</AutoRotatePassword>
</UserAccount>
<SkypeMeetingsEnabled>true</SkypeMeetingsEnabled>
<TeamsMeetingsEnabled>true</TeamsMeetingsEnabled>
<DualScreenMode>false</DualScreenMode>
<SendLogs>
<EmailAddressForLogsAndFeedback>admin@domain.com</EmailAddressForLogsAndFeedback>
<SendLogsAndFeedback>true</SendLogsAndFeedback>
</SendLogs>
<Devices>
<MicrophoneForCommunication>Echo Cancelling Speakerphone (Logitech MeetUp Speakerphone)</MicrophoneForCommunication>
<SpeakerForCommunication>Echo Cancelling Speakerphone (Logitech MeetUp Speakerphone)</SpeakerForCommunication>
<DefaultSpeaker>Echo Cancelling Speakerphone (Logitech MeetUp Speakerphone)</DefaultSpeaker>
</Devices>
<Theming>
<ThemeName>Custom</ThemeName>
<CustomThemeImageUrl>SRSCustomBackground.png</CustomThemeImageUrl>
<CustomThemeColor>
<RedComponent>100</RedComponent>
<GreenComponent>100</GreenComponent>
<BlueComponent>100</BlueComponent>
</CustomThemeColor>
</Theming>
</SkypeSettings>
- Anders AbrahamsenNov 28, 2018Copper Contributor
Hi!
I used the part of the XML from Tobie's ZIP. Put the file and the .png in the "C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState" folder. Restatred the system (HP Slice G2). The branding does not work.
Any ideas?
<SkypeSettings>
<Theming>
<ThemeName>Custom</ThemeName>
<CustomThemeImageUrl>rulercolour.png</CustomThemeImageUrl>
<CustomThemeColor>
<RedComponent>100</RedComponent>
<GreenComponent>100</GreenComponent>
<BlueComponent>100</BlueComponent>
</CustomThemeColor>
</Theming>
</SkypeSettings> - John SivapragasamSep 19, 2018Copper Contributor
Thanks =)
- AnonymousSep 10, 2018Grab the xml from Tobie’s zip file here https://1drv.ms/u/s!Arx7Ss1l4DQIgZSiFI7H0vVcnhplWu8
- John SivapragasamSep 10, 2018Copper Contributor
Hi Brother
Im using the Lenovo system currently(or trying to set it up to be accurate), if u dont mind could help me out with the edited xml for the Lenovo system, thanks and much appreciated
=)
- AnonymousMay 18, 2018Just a FYI, it worked fine for me on the Lenovo using Tobie's xml.