beatmasterRS / skin.arctic.zephyr.mod

Welcome to Arctic: Zephyr - Reloaded. A clean, minimal, elegant, simple, light skin, based on the original Arctic: Zephyr skin by jurialmunkey.
Other
164 stars 55 forks source link

RebootToAndroid #124

Closed Thomaskito closed 3 years ago

Thomaskito commented 3 years ago

Reboot to Android is not working on coreelec 19. It do not Restart the box automatic like it do on other skins

beatmasterRS commented 3 years ago

With what other skins?

Thomaskito commented 3 years ago

Aero Nox silvo. I hope this can be fixed, this skin looks very good.

i try by custom power menu adding it by doing this:

created an “overrides.xml” with file with this content:

<?xml version="1.0" encoding="UTF-8"?>

System.ExecWait("/usr/sbin/rebootfromnand") XBMC.Reboot() # Copied it within the “userdata” folder Went to “Skin Settings -> -> Customise shutdown menu” and added an item with the label “Reboot to Android” and this action (without the quotes): “RebootToAndroid” but so far it do no not work.
beatmasterRS commented 3 years ago

Please try to reset the powermenu configuration to skin defaults. Then let skinshortcuts rebuilt the config, when you are in homemenu. In the Powermenu everything is implemented the same as in the AeonNox Silvo:

<action>System.ExecWait("/usr/sbin/rebootfromnand")</action>
<action>Reset()</action>
<visible>System.PathExist("/dev/env")</visible>
Thomaskito commented 3 years ago

I try it. But unfortunately still the same AeonNox Silvo: it reboot to Android skin.arctic.zephyr the power menu just closed en nothing happiness.

beatmasterRS commented 3 years ago

Please can you test this version here?

https://github.com/beatmasterRS/skin.arctic.zephyr.mod/archive/reboot-to-android-fix-testing.zip

screenshot00583

beatmasterRS commented 3 years ago

This is just a test version to see if it works now.

Thomaskito commented 3 years ago

Thanks. I Will test it this evening our tomorrow in the morning and let you now

Thomaskito commented 3 years ago

Now it works. Now it reboot to Android Thanks

beatmasterRS commented 3 years ago

Okay, will be merged later, thanks for your feedback.