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 ![]()
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
./httpd -h
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
Also 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?
You need to adjust linux kernel config LibreELEC.tv/linux.x86_64.conf at master · LibreELEC/LibreELEC.tv · GitHub. Both
CONFIG_IGBVF and CONFIG_IXGBEVF are not set. Just change both to y
The link to 'autostart.sh' in that scripts page works just fine for me, so I'm a bit puzzled there.
Because someone already fix it ![]()
Maybe your last build has firewall enabled. Check in LibreELEC setting if you have it enabled.
Works here:
GET plymouth-lite
--2018-04-08 12:14:06-- http://sources.libreelec.tv/devel/plymouth-lite-0.6.0.tar.bz2
Resolving sources.libreelec.tv (sources.libreelec.tv)... 138.68.75.163
Connecting to sources.libreelec.tv (sources.libreelec.tv)|138.68.75.163|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 295785 (289K) [application/octet-stream]
Saving to: '/home/me/LibreELEC/LibreELEC.tv/sources/plymouth-lite/plymouth-lite-0.6.0.tar.bz2'
/home/me/LibreELE 100%[===================>] 288.85K 1.34MB/s in 0.2s
2018-04-08 12:14:07 (1.34 MB/s) - '/home/me/LibreELEC/LibreELEC.tv/sources/plymouth-lite/plymouth-lite-0.6.0.tar.bz2' saved [295785/295785]
Display More
Now that you posted xrandr result I saw that you have two connected display. And obviously wrong one was used ![]()
Just put those 3 lines anywhere in /storage/.config/autostart.sh script.