Posts by vpeter
-
-
Kodi doesn't really care for touchscreen problems. But you can try

-
Well, I wouldn't know the difference between them. And maybe addon never really worked. But I'm sure someone would point that out.
Or maybe there was some change in kodi handling input. Who knows...
-
Does binary even run? Did you tried php/httpd from command line?
You can see my addon here GitHub - vpeter4/LibreELEC.tv at lamp-addon
-
This has nothing to do with mouse wheel.
And I think I'm starting to understand the problem. Maybe only scroll bars works.
That's why there is Estouchy skin which is more useful with touchscreen.
It was some time when I checked addon last time. Maybe something become broken (and as I wrote I don't have any hw anymore to check).
-
lcgh: addon emulates mouse which means it should work the same. If you can scroll down also scroll up should work.
I don't have any system currently to check this. But last time it was working as expected.
-
-
installed fine without error but no menus work. Could take a look if i share my log ?
Enable debug log in kodi and post it. If there will be some clear indication what is wrong it would be easy fix. If not you are out of luck

-
I'm not sure why you change anything in start scripts because they are fine according to
Code./httpd -h -e level : show startup errors of level (see LogLevel) -E file : log startup errors to fileAlso removing absolute path was probably bad idea.
But as CvH wrote there are some architectures differences with those builds. Some are 32 bits, some are 64. Seems you are using 64 bit and addon above should work. Just try running httpd from command line to see if it starts. Same for php.
-
You can try lamp version: service.web.lamp-8.2.104-odroid_c2.aarch64.zip
Not tested yet...
-
Could the addon also be made for Amlogic s905?
Don't have such device which means it is the same story as with RPi: Maybe someone will investigate. But I'm sure it could be done.
Maybe you could try above RPi2 version.
-
Bluray Menus are working on my Raspberry Pi 3
Great.
Tell me something: From what I see you copied only jre folder from jdk-8u161-linux-arm32-vfp-hflt.tar.gz? Correct?
-
You are missing library libXext.so.6 because of
-
LD_LIBRARY_PATH is set automatically for addons so you could add your libraries to folder /storage/.kodi/addons/some_folder_name/lib.
But if you start your program from some script just set variable there.
-
-
The problem is with this line: LibreELEC.tv/functions at master · LibreELEC/LibreELEC.tv · GitHub
libtoolize is part of libtool package and should not be used when building it.
autoreconf could be moved to libtool package or build script should be adjusted.
But obviously this error is not major.
-
If I remember correctly libtool package doesn't like to be rebuild for some reason. Same thing happen on Generic project too (and probably others). Clean build helps.
-
Is there any advantage over Python? Or it just enables to use different language?