You need to build your own LE image because Kodi needs new libbluray library too. It is not just two .jar files.
Posts by vpeter
-
-
Is the addon in the official repo already too?
No.
-
So then, let's go
I did already
-
-
I think you are mixing modules from a system and modules from media_build. Maybe you are using dvb-core from a system but you should from media_build (it needs higher priority) - that's why you are missing symbols.
As I remember modules from media_build should be put in some special folder under /lib/.
-
I tested 1.1.2 and it works exactly the same as previous version regarding stability.
No idea when it will be bumped.
-
Then I'm out of ideas. Grep your media_build folder for missing symbol and why it is not included.
-
Maybe you need to load another module before dvb-usb.ko? Like dvb-core.ko.
-
Check if you have CONFIG_MEDIA_CONTROLLER_DVB in .config file.
-
-
-
-
If you describe what you are trying to accomplish better answer could be made.
-
-
-
You need uinput module when running your binary and not when compiling it (remove pre_make_target() function). And this module is enabled in kernel for LE.
-
/storage/.kodi/addons.
-
Seems at least libbluray 1.1.2 is needed for this? Currently 1.0.2 is used.