Completely untested ...

You will need SSH connection to your pCP system (for example - using
PuTTY)

Set AutoStart to No - pCP web interface/Tweaks/Automatic start of
Jivelite when pCP boots
Reboot

Login via SSH to pCP
Verify that Jivelite is not running


Code:
--------------------
    
  ps -ef | grep -i jivelite
  
--------------------

if you see 
/opt/jivelite/bin/jivelite
then it is running - so go back through the steps above.

Now that Jivelite is not running (do not use "kill" to stop it because
it will be restarted by a script) you can try the next part

Note - in the command below it is essential that you copy each one, one
at a time, and execute them via your SSH session.
Case is important (upper v lower) and the brackets are curly ... use
copy/paste


Code:
--------------------
    
  echo settings = {setupDone=true,} > SetupWelcome.lua
  sudo chown root SetupWelcome.lua
  sudo mv SetupWelcome.lua .jivelite/userpath/settings/
  
  echo settings = {locale="EN",} > SetupLanguage.lua
  sudo chown root SetupLanguage.lua
  sudo mv SetupLanguage.lua .jivelite/userpath/settings/
  
--------------------


ls -lrt .jivelite/userpath/settings/

copy the output and save it to a text file


Then set jivelite to start on boot and reboot



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=116121

_______________________________________________
diy mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/diy

Reply via email to