@pitoco02 I understand, so I can’t edit the code I posted above and run xibo cms with mariadb in version 4.2.0, do I understand correctly?
As I noticed that you are not used to messing with code, I recommend that you do not change anything else and just wait for the next version of the CMS to be released.
In the upcoming version 4.2.1, this problem you are facing now will no longer exist, so you will not need to edit any code.
My recommendation: Stop trying to edit the code and wait for the next version of the CMS that will be released soon.
@pitoco02
Somehow I managed to get xibo running in my subdomain (4.1.2). I connected my Android device, uploaded my content, created a new playlist, created a new timer to publish the playlist. The playlist is rotating on my screen but I want to send a command.
The command in the first screenshot is the command in the Screens > Display settings > Commands section and the code there is as follows.
su -c “am start -a android.intent.action.ACTION_REQUEST_SHUTDOWN”
The command written in the second screenshot is the command in Screens > Commands > Add Command > New Command and the code written there is as follows.
su -c “am start -a android.intent.action.ACTION_REQUEST_SHUTDOWN”
I tried to replace the active parts with broadcast in both screenshots. It didn’t work again. Do I need to make changes via Cms? Or should I make changes on my Android screen?