Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 3
  • 4
  • 5
  • 6(current)
  • 7
Mod Aeon MQ 8 Mod for Kodi 21 (Omega)
#76
Hello @MB1968
the tip you gave me was quite good, I am also missing the said settings.
i'll send you some pictures where you can see what i have and what i don't have.
In the last picture with the standard skin this option is there and also works.

Image
Image
Image
Image
Android 11 slimBOXtv ATV / X96 X10 pro 8GB + 64GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Android Lineage 13 ATV / ODROID-N2 4GB + 16GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Reply
#77
@Nickerw
I don't have the "SHOW CLEARLOGO AND CLEARART" setting tied to any of the music viz layouts right now. If you have cleartart or clearlogo for the Artist, it should show by default.

Now that I think about it, I will go ahead and add the "SHOW CLEARLOGO AND CLEARART" setting to all the music viz layouts.
Reply
#78
@YinYang, thanks for the images. I've no idea why the Reboot from Nand/eMMC command is missing from your submenu and popup menu.

@latts9923, any idea why they're missing?
Windows 11 Pro Kodi 21.1/Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Kodi 21.1/AeonMQ7 Omega Mod, Kodi Maven Fork 21 - AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1/AeonMQ7 Omega M


Reply
#79
@YinYang
The button labeled "SYSTEMNEUSTART" is the one you're looking for.
Reply
#80
@latts9923, thanks for replying.

@YinYang, do you see the options Reboot from Nand/eMMC when you set the Kodi language to English? If so, feel free to translate the English texts in the German language file that sounds better to you.
Windows 11 Pro Kodi 21.1/Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Kodi 21.1/AeonMQ7 Omega Mod, Kodi Maven Fork 21 - AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1/AeonMQ7 Omega M


Reply
#81
(2024-11-09, 00:19)latts9923 Wrote: @YinYang
The button labeled "SYSTEMNEUSTART" is the one you're looking for.

Hey Hallo
Nothing happens when I press the SYSTEMNEUSTART” button.
After pressing it, it disappears and I remain on the main screen.
Android 11 slimBOXtv ATV / X96 X10 pro 8GB + 64GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Android Lineage 13 ATV / ODROID-N2 4GB + 16GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Reply
#82
(2024-11-09, 10:29)YinYang Wrote:
(2024-11-09, 00:19)latts9923 Wrote: @YinYang
The button labeled "SYSTEMNEUSTART" is the one you're looking for.

Hey Hallo
Nothing happens when I press the SYSTEMNEUSTART” button.
After pressing it, it disappears and I remain on the main screen.
1. Have you tried setting the language to English?

2. Open DialogButtonMenu.xml in the skin xml folder and find:

old:
<item>
                 <label>31241</label>
                 <onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
                 <visible>[System.Platform.Android | System.Platform.Linux | System.Platform.Linux.RaspberryPi] + System.CanReboot</visible>
</item>

and replace by::

new:
<item>
           <label>31241</label>
           <onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
           <onclick>Reset()</onclick>
           <visible>[System.Platform.Android | System.Platform.Linux | System.Platform.Linux.RaspberryPi] + System.CanReboot</visible>
</item>
Windows 11 Pro Kodi 21.1/Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Kodi 21.1/AeonMQ7 Omega Mod, Kodi Maven Fork 21 - AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1/AeonMQ7 Omega M


Reply
#83
UPDATE #10 - This will update the skin to v1.1.0

Image Addition
  • I added the "SHOW CLEARLOGO AND CLEARART" setting to all the music viz layouts.
Reply
#84
(2024-11-09, 18:35)MB1968 Wrote:
(2024-11-09, 10:29)YinYang Wrote:
(2024-11-09, 00:19)latts9923 Wrote: @YinYang
The button labeled "SYSTEMNEUSTART" is the one you're looking for.

Hey Hallo
Nothing happens when I press the SYSTEMNEUSTART” button.
After pressing it, it disappears and I remain on the main screen.
1. Have you tried setting the language to English?

2. Open DialogButtonMenu.xml in the skin xml folder and find:

old:
<item>
                 <label>31241</label>
                 <onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
                 <visible>[System.Platform.Android | System.Platform.Linux | System.Platform.Linux.RaspberryPi] + System.CanReboot</visible>
</item>

and replace by::

new:
<item>
           <label>31241</label>
           <onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
           <onclick>Reset()</onclick>
           <visible>[System.Platform.Android | System.Platform.Linux | System.Platform.Linux.RaspberryPi] + System.CanReboot</visible>
</item>

Thanks for your effort @MB1968

I have noticed something funny, whether with your change or without no automatic reboot to nand happens, but only what I have already written here.
However, I noticed that if I first press SYSTEMNEUSTART, where nothing visible happens, this is not quite right because if I then click on the normal reboot after clicking SYSTEMNEUSTART, the system seems to have remembered the previous command and it does not reboot back into the coreelec afterwards, but into the nand as I want it to.

Unfortunately I have no explanation for this but maybe it will help you to find the error or if this is exactly what I want.

So that I haven't done anything wrong, I'm sending you my modified DialogButtonMenu.xml which is in the directory \\CoreELEC\Addons\skin.aeonmq8.omega.mod\xml
if I have done everything right, if not sorry I am not an expert.

But thank you very much for your help

DialogButtonMenu.xml
Android 11 slimBOXtv ATV / X96 X10 pro 8GB + 64GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Android Lineage 13 ATV / ODROID-N2 4GB + 16GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Reply
#85
Unfortunately I'm unable to download the DialogButtonMenu.xml file

And please answer if you're seeing the same behaviour when the language in Kodi is set to English.

Image
Windows 11 Pro Kodi 21.1/Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Kodi 21.1/AeonMQ7 Omega Mod, Kodi Maven Fork 21 - AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1/AeonMQ7 Omega M


Reply
#86
(2024-11-10, 00:17)MB1968 Wrote: Unfortunately I'm unable to download the DialogButtonMenu.xml file

And please answer if you're seeing the same behaviour when the language in Kodi is set to English.

Image

ok i have now set the whole coreelec inc. kodi to english.
Unfortunately this has not brought any change it is like in German
and i'm now looking for another hoster where i can upload the file.

DialogButtonMenu.xml
Android 11 slimBOXtv ATV / X96 X10 pro 8GB + 64GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Android Lineage 13 ATV / ODROID-N2 4GB + 16GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Reply
#87
I'll install AeonMQ8 later today on my CoreELEC system and will come back to you.
Windows 11 Pro Kodi 21.1/Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Kodi 21.1/AeonMQ7 Omega Mod, Kodi Maven Fork 21 - AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1/AeonMQ7 Omega M


Reply
#88
(2024-11-10, 12:32)MB1968 Wrote: I'll install AeonMQ8 later today on my CoreELEC system and will come back to you.
thank you very much for making the effort
Android 11 slimBOXtv ATV / X96 X10 pro 8GB + 64GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Android Lineage 13 ATV / ODROID-N2 4GB + 16GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Reply
#89
I've installed AeomMQ8:
Image

I can confirm that restarting from internal does not work when using the default DialogButtonMenu.xml file and clicking on SYSTEMNEUSTART

However after applying the code changes I suggested in:
https://forum.kodi.tv/showthread.php?tid...pid3215289

my Beelink GT King restarts to Android when clicking on SYSTEMNEUSTART.

The path for DialogButtonMenu.xml on my system is:
.kodi/addons/skin.aeonmq8.omegamod/xml

I've checked your DiaglogButtonMenu.xml and is the same as mine after applying the changes.
Windows 11 Pro Kodi 21.1/Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Kodi 21.1/AeonMQ7 Omega Mod, Kodi Maven Fork 21 - AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1/AeonMQ7 Omega M


Reply
#90
Thanks for testing, unfortunately nothing has changed for me, maybe you can give me your DialogButtonMenu.xml to test and I'll test it.
Otherwise I can't think of anything else, but fortunately I can get to my goal in another way if necessary.
Android 11 slimBOXtv ATV / X96 X10 pro 8GB + 64GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Android Lineage 13 ATV / ODROID-N2 4GB + 16GB emmc / Kodi 21.1 - CoreELEC - AeonMQ8 Mod Omega
Reply
  • 1
  • 3
  • 4
  • 5
  • 6(current)
  • 7

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 8 Mod for Kodi 21 (Omega)0