Posts: 1764
Threads: 6
Joined: Jul 2015
Reputation:
117
Hi,
iOS use a icon (1 for touch visu and 1 for pc visu) that is stored somewhere in a system folder on the controller.
The only way to change this is to overwrite the default embedded image files with the user created image.
So I would recommand to leave this as it is (:
BR,
Erwin van der Zwsrt
Posts: 92
Threads: 31
Joined: Feb 2016
Reputation:
0
Hello Erwin,
How Can I see the system folder in controller to try to change this icons? I'm very interested in change the default icon to my company icon to customize all the client experience.
THX!!!
Posts: 411
Threads: 103
Joined: Oct 2016
Reputation:
9
Hi
I'm not sure I understand your question but look at "my" thread under yours
http://forum.logicmachine.net/showthread.php?tid=616
The process described here works for Android and iOS too. Tested at iPhone 6S.
I've explored some iOS limitations:
1. Icon must be in PNG
2. No alpha allowed
3. Resolution 256x256px
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Posts: 92
Threads: 31
Joined: Feb 2016
Reputation:
0
Hi,
it works fine, thank you very much!!
Posts: 7764
Threads: 42
Joined: Jun 2015
Reputation:
447
This approach via custom JS is the best solution. If you try to replace the icon file directly it will be reverted after firmware upgrade.
Posts: 411
Threads: 103
Joined: Oct 2016
Reputation:
9
Hi Admin
The JS solution has a problem. The script is processed and the icon is downloaded at the end of the initial process. So when the web application is launched there's the original icon and webpage name flashing at some configurations. It doesn't look very professional.
May I ask you about adding these simple global settings + a certificate store to the next release?
Thank you
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Posts: 7764
Threads: 42
Joined: Jun 2015
Reputation:
447
Certificate management is planned, icon/title changes are not planned because there are not many requests for this feature.