Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 72
Req Kodi on LG Web OS
(2023-09-27, 16:51)grzegorz914 Wrote:
(2023-09-27, 12:51)sergio151179 Wrote:
(2023-09-27, 08:31)grzegorz914 Wrote: Here the log from Kodi: https://paste.kodi.tv/yekarowubo.kodi

If you execute from the command line it is normal that it does not find a screen, try from the launcher or with the luna-send command

If it doesn't work, look at the version I compiled a few posts ago for webos <5

Im installed your version for webOS <5 and applied the fix but nothing new, Kodi just not start.
@grzegorz914

The ipk from@sergio151179 is compiled for webOS 4.xx, it does not work on webOS 3.xx. It must be compiled/adapted for webOS.
Reply
(2023-09-27, 17:12)satdx62 Wrote:
(2023-09-27, 16:51)grzegorz914 Wrote:
(2023-09-27, 12:51)sergio151179 Wrote: If you execute from the command line it is normal that it does not find a screen, try from the launcher or with the luna-send command

If it doesn't work, look at the version I compiled a few posts ago for webos <5

Im installed your version for webOS <5 and applied the fix but nothing new, Kodi just not start.
@grzegorz914

The ipk from@sergio151179 is compiled for webOS 4.xx, it does not work on webOS 3.xx. It must be compiled/adapted for webOS.

Ah OK, i don't know how to compile for webOS 3.x.x, il waiting if someone will do it.
Reply
(2023-09-27, 15:35)Land Wrote: I enabled the developer mode on my LG CX with WebOS 5, then I installed with `ares-install` the latest Kodi nightly https://mirrors.kodi.tv/nightlies/webos/...er_arm.ipk

However Kodi is instantly crashing at start up. How can I debug it? I saw some posts where it was suggested to look into the Kodi log inside `/media/developer/apps/usr/palm/applications/org.xbmc.kodi/.kodi/temp/`, but how am I supposed to access that directory?

See post #90 in this thread.
Reply
There is some news on the webOS 4.x implementation! @Mariotaku made the effort and polished up the implementation and opened a PR. Testing on webOS 4 is greatly appreciated. You can find the ipk here.
Reply
(2023-09-27, 18:30)sundermann Wrote: There is some news on the webOS 4.x implementation! @Mariotaku made the effort and polished up the implementation and opened a PR. Testing on webOS 4 is greatly appreciated. You can find the ipk here.

This build 1845 break webOS 23 OLED48C3 just dos not start, build 1844 working OK
Reply
Yes, that's known. It's why I called for testing on webOS 4.x in particular Smile
Reply
(2023-09-27, 17:14)grzegorz914 Wrote:
(2023-09-27, 17:12)satdx62 Wrote:
(2023-09-27, 16:51)grzegorz914 Wrote: Im installed your version for webOS <5 and applied the fix but nothing new, Kodi just not start.
@grzegorz914

The ipk from@sergio151179 is compiled for webOS 4.xx, it does not work on webOS 3.xx. It must be compiled/adapted for webOS.

Ah OK, i don't know how to compile for webOS 3.x.x, il waiting if someone will do it.

@grzegorz914

For webOS 3.x you can test my compilation.

Attention, very important: 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.

Download: https://www.filemail.com/d/xnevhrziosxkhkx
Reply
@grzegorz914
Sorry, made a typo on the terminal command. The 1 at the end is missing:

cp /usr/lib/libwayland-egl.so /media/developer/apps/usr/palm/applications/org.xbmc.kodi/lib/libwayland-egl.so.1
Reply
(2023-09-27, 20:58)satdx62 Wrote: @grzegorz914
Sorry, made a typo on the terminal command. The 1 at the end is missing:

cp /usr/lib/libwayland-egl.so /media/developer/apps/usr/palm/applications/org.xbmc.kodi/lib/libwayland-egl.so.1

Thank, it’s working now
Reply
(2023-09-27, 18:30)sundermann Wrote: There is some news on the webOS 4.x implementation! @Mariotaku made the effort and polished up the implementation and opened a PR. Testing on webOS 4 is greatly appreciated. You can find the ipk here.
It works great on my 77 C9. it can watch the Dolby Vision  .mkv file with Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU, HDR10 compatible smoothly.
Reply
(2023-09-27, 17:32)SoulReaver Wrote:
(2023-09-27, 15:35)Land Wrote: I enabled the developer mode on my LG CX with WebOS 5, then I installed with `ares-install` the latest Kodi nightly https://mirrors.kodi.tv/nightlies/webos/...er_arm.ipk

However Kodi is instantly crashing at start up. How can I debug it? I saw some posts where it was suggested to look into the Kodi log inside `/media/developer/apps/usr/palm/applications/org.xbmc.kodi/.kodi/temp/`, but how am I supposed to access that directory?

See post #90 in this thread.

Thanks!

I installed the dev-manager-dekstop app https://github.com/webosbrew/dev-manager...g/v1.11.18 and then I created the `libwayland-egl.so.0` symlink and I confirm that it fixed the start up crash.
Reply
Can someone check if it works org.xbmc.kodi_20.90.201_arm-newtoolchain.ipk, it is for webos 4.x
Reply
I had the same issue when I tried to install it yesterday and couldn't get anything to work.

Eventually I uninstalled it and tried the nightly from the day before, ran the magic command:
Code:
cp /usr/lib/libwayland-egl.so /media/developer/apps/usr/palm/applications/org.xbmc.kodi/lib/libwayland-egl.so.1

And that got it working on my BX so possible there is something wrong with that nightly build?

And thanks to the devs while I'm here, it's fantastic to have Kodi on my TV!
Reply
(2023-09-29, 13:46)sergio151179 Wrote: Can someone check if it works org.xbmc.kodi_20.90.201_arm-newtoolchain.ipk, it is for webos 4.x
it can't run on my C9 (webos 4.9.5 I think) even if I used the magic command.
Reply
(2023-09-29, 17:27)saiweng Wrote:
(2023-09-29, 13:46)sergio151179 Wrote: Can someone check if it works org.xbmc.kodi_20.90.201_arm-newtoolchain.ipk, it is for webos 4.x
it can't run on my C9 (webos 4.9.5 I think) even if I used the magic command.

thank you. I haven't verified it yet on my television, I'll check it later, maybe there are missing libraries
Reply
  • 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 72

Logout Mark Read Team Forum Stats Members Help
Kodi on LG Web OS0
This forum uses Lukasz Tkacz MyBB addons.