Immediately after installation, enter the following command in Terminal or SSH and only then start Kodi:
cp /usr/lib/libwayland-egl.so /media/developer/apps/usr/palm/applications/org.xbmc.kodi/lib/libwayland-egl.so.1
Since the memory of some TVs is very limited, you should mount the .kodi
folder on a USB stick.
Install Kodi, copy the entire .kodi folder on USB to /tmp/usb/sda/sda1/
and then delete the entire contents of the .kodi
folder on the TV. The folder must remain empty.
The .kodi folder must be mounted with the following single commands (one after the other) in terminal/PuTTY SSH:
#!/bin/sh
jailer -S -t native_devmode -p /media/developer/apps/usr/palm/applications/org.xbmc.kodi -i org.xbmc.kodi
mount -o bind /tmp/usb/sda/sda1/.kodi /var/palm/jail/org.xbmc.kodi/media/developer/apps/usr/palm/applications/org.xbmc.kodi/.kodi
To make this permanent, you must copy the kodi file/script to /var/lib/webosbrew/init.d/
.
The kodi script file must have the authorization 775 in order to be executed. If this is not the case, make the file (kodi) executable with chmod +x, or set the permission to 775 directly in the ininit.d
folder with FileZilla.