Posts: 38
Threads: 9
Joined: Jan 2016
Reputation:
0
When you have an icon / shortcut on your tablet or mobile phone, I usually add "desktop to desktop" in browser. Is there anyone able to change the icon that comes on the desktop? Is there a way in LM5 lite to enter the desired icon?
Posts: 38
Threads: 9
Joined: Jan 2016
Reputation:
0
Thank you, I have uploaded two files via FTP, but where should the script be? event-resident-user libaries-commond functions or start-up?
Is there any requirement that the size of the picture
Posts: 4634
Threads: 24
Joined: Aug 2017
Reputation:
207
You just need to run it once so it can be event or resident but make sure you disable it after one run, you can add a log to see if it went trough.
------------------------------
Ctrl+F5
Posts: 38
Threads: 9
Joined: Jan 2016
Reputation:
0
13.11.2018, 09:50
(This post was last modified: 13.11.2018, 09:53 by oyvindnordbo.)
Unfortunately, I do not get this to work, have now created a resident script, set the interval to 30sec, pasted the script I received, enabled the script and immediately disabled it. When I see in the "show logs window" there are no error messages.
I'm now trying on a spacelynk because I had no access to the LM now
Posts: 4634
Threads: 24
Joined: Aug 2017
Reputation:
207
Add this on the end of script
Code:
log('script did run once')
-- Disable script when done automaticly
script.disable(_SCRIPTNAME)
You will see such log in logs and script will disable itself so you just have to enable it.
------------------------------
Ctrl+F5
Posts: 38
Threads: 9
Joined: Jan 2016
Reputation:
0
I've managed to change the others like it's barked over, bu is it avble to change the icon to Mosaic/Touch favicon?
Posts: 7757
Threads: 42
Joined: Jun 2015
Reputation:
447
You need to use ftp login/username, not apps. Upload files directly to the root directory.
Posts: 7757
Threads: 42
Joined: Jun 2015
Reputation:
447
You need to upload visualization.png and touch.png to the root directory of FTP (the one that is empty right now). Then run the script from the previous post.