CoreELEC 21.0-Omega Amlogic-ng Discussion

Looks like only for you: it works here.
Run this commands and post url.

which kodi-send >/tmp/paste.txt
env >>/tmp/paste.txt
set >>/tmp/paste.txt
paste /tmp/paste.txt

Here it isā€¦
https://paste.coreelec.org/Q0FaTz

@JiRo: try this

LD_LIBRARY_PATH= kodi-send -a ContextMenu
LD_LIBRARY_PATH= && kodi-send -a ContextMenu

Still the same errorā€¦

What about

PATH=/usr/bin kodi-send -a ContextMenu

The problem is that you are using entware which interfere with Python. I forgot what needs to be done to work.

Sure, I hadnā€™t thought of that, but it couldā€¦
Thanks for the clarification.
I have Entware there for some Tvheadend related apps. Iā€™m moving Tvheadend to a dedicated machine right now, Iā€™ll clean it up!
Thank you once again.
EDIT Entware uninstall and kodi-send works!

@vpeter can these two be change somehow ?
HISTFILESIZE=200
HISTSIZE=500

I would like to have longer history kept :wink: ?

Try with this workaround in file /storage/.profile.
You need to reboot twice to get the effect.

case $- in
  *i*)
    func_exit() {
      history -w /storage/.history-saved
      rm /storage/.history
      sync
    }

    trap func_exit EXIT SIGHUP

    export HISTFILE=/storage/.history
    export HISTFILESIZE=10000
    export HISTSIZE=10000
    export HISTCONTROL=ignoredups

    history -c
    history -r /storage/.history-saved
    ;;
  *)
    ;;
esac
3 Likes

This does work indeed! :blush:
Happy days! Thank you Peter! :heart:

1 Like

The update does not work on my Minix NEO U22-XJ Max ā†’ ERROR: CoreELEC-Amlogic-ng.arm-21.0-Omega.tar is not compatible with Amlogic-ng-dv.arm hardware - update canceled. What can I do?

Although not recommended (create a backup and store it in a safe place) you can ssh to the device and run this command touch /storage/.update/.nocompat this will create an empty file named nocompat that will.let you use the .tar to update. Donā€™t forget, obviously, to also put the update .tar in the folder.

Still having an issue with Omega and Hulu on my N2+. Is there any way the CE repository version of InputSteam Adaptive can be updated to the latest available, 21.4.5? I am working with the Hulu and IA addon developers and they requested any additional troubleshooting be done with the latest IA.

Make sure you install the right version of 21. I had that problem initially but ended up with it being the Omega 21 Alpha rather than stable.

Looks like it was not build when it should. Anyway, here is local build 1.15 MB file on MEGA

Thank you!

I updated to it and have the same issue with Hulu but was able to send logs to the addon developer.

1 Like

The only problem I can find is that bluetooth control seems a bit iffy. I pair my am6b to my harmony remote and it works for a bit but then i frequently get bluetooth failing to connect.

Can anyone test AAC 5.1 to see if it works? I get silence. AAC 2.0 works fine.

Your bluetooth issues may be caused by a bug where the Ugoos android OS takes control of CoreELEC files and prevents changes from being saved.

Try to SSH into your device, run this command

find /storage -maxdepth 1 -type d ! -user root -exec chown -R root:root {} \;

rebooting and repairing.

thanks, what is the repair part? Reset CoreELEC to defaults?

Reboot your device and re-pair the remote.

1 Like