In the thread for s905 build the last buld is 7.0.2.005, where is the new build?
Sent from my Redmi Note 3 using Tapatalk
In the thread for s905 build the last buld is 7.0.2.005, where is the new build?
Sent from my Redmi Note 3 using Tapatalk
I have already included the patch for the next build, just noticed it at SPMC today morning. Thanks for the heads up.
kszaq i have noticed in the latest "SPMC 16.4.2", whilst playing a video i can bring up Codec Info with the contextual/option button. Something usefull.
The other thing i have noticed which may or may not be important is that whilst playing a video i can no longer hit the back button to go into system info or wherever which i used to do. Since the new SPMC if i hit back button during a video the video stops. I dont know what this means as far as memory or efficiency goes. It does mean a way to stop a video without bringing up OSD.
Just putting it out there to let you know.
kszaq i have noticed in the latest "SPMC 16.4.2", whilst playing a video i can bring up Codec Info with the contextual/option button. Something usefull.The other thing i have noticed which may or may not be important is that whilst playing a video i can no longer hit the back button to go into system info or wherever which i used to do. Since the new SPMC if i hit back button during a video the video stops. I dont know what this means as far as memory or efficiency goes. It does mean a way to stop a video without bringing up OSD.
Just putting it out there to let you know.
You can do both of those with keyboard.xml (and script.commands for multiple commands) if you want.
I followed instructions but can't get 006 NAND install going (MiniMX 2GB): when I hold toothpick, I get stuck on a bootloop just showing a teddy bear saying "hi, welcome". When I release the toothpick after a few loops it just boots back into 005. Any help much appreciated.
The files on my FAT32 msd card are;
EDIT: Oh as I'm running 005, this is NOT my "first install", therefore I need recovery.img and dtb.img too...? I'll try that..
EDIT2: Makes no difference, still bootlooping at the teddy bear bootscreen.
EDIT3: Teddy bear bootloop with toothpick even when no microsd card is inserted..... I'll try a different microsd card now....
EDIT4: I tried other microSD cards, a 2GB FAT32 one, and a 8GB FAT32 one.. still stuck at the teddy bear bootloop. Any ideas guys? Maybe I should use USB Burning tool to go back to Android stock (again) then try to flash 006 from that..
EDIT5: Used USB Burning tool flash back to stock Android... still I was getting bear bootloop if I held toothpick with microSD inserted. So I held toothpick without MicroSD inserted to get into Android recovery, then manually selected the LibreElec zip. Bingo.
It looks like staying on 005 seems the better
option than updating to 006 for now, when
regarding the disadvantages or did I misinterpret
something?
It looks like staying on 005 seems the better
option than updating to 006 for now, when
regarding the disadvantages or did I misinterpret
something?
For me one of the key improvements is smooth playback start without 5-10 seconds missing bug. I did not found any new bug to bother me so I prefer the latest 006 build.
Sent from mTalk
running this on my A95X with an SD card it runs noticably cooler than the Android build on the NAND
Anyone have issues using reboot over ssh? If my TV is off and i use ssh to reboot i notice kodi does not start until the TV is turned on, almost like the box is waiting for a HDMI singnal before kodi starts. Like i'm able to ssh in but the kodi.bin service is not running until the tv is on.
I do not recall this being an issue with 005, I like to restart the box in the early mornings so that ram stays low to avoid possible freezes.
Disabling CEC does not help
Anyone knows how to reproduce the "Reboot from NAND" command in the power menu? I'd like to use it with another skin other than confluence.
What is "power menu"?
Power menu is menu that menu you can find when you move focus to the bottom and chose power sign next to the favourites (star).
@Kaszq do you have any idea how to fix a95x poweroff/reboot troubles? Is there any way we can help by ripping something directly from the device? BTW: what is your nationality? - of course if it is not a secret I ask becouse maybe i could lend this device to you for some time.
Anyone knows how to reproduce the "Reboot from NAND" command in the power menu? I'd like to use it with another skin other than confluence.
Edit your skin's DialogButtonMenu.xml (/storage/.kodi/addons/skin.xxxxxxx/720p/DialogButtonMenu.xml).
Take a backup first.
Mine (xonfluence) looks like this now:
<?xml version="1.0" encoding="UTF-8"?>
<window type="buttonMenu">
<defaultcontrol>9001</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="button" id="9001">
<description>Make sure we hit the first button in the group list and not the close window button</description>
<left>-16</left>
<top>-16</top>
<width>4</width>
<height>4</height>
<label>-</label>
<font>-</font>
<onfocus>down</onfocus>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>2</ondown>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
</control>
<control type="grouplist" id="9000">
<left>470</left>
<top>0</top>
<width>340</width>
<height>720</height>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<itemgap>0</itemgap>
<align>center</align>
<control type="group" id="1">
<width>340</width>
<height>30</height>
<control type="image">
<description>background top image</description>
<left>0</left>
<top>0</top>
<width>340</width>
<height>30</height>
<texture border="20,19,20,0">DialogContextTop.png</texture>
</control>
<control type="button" id="20">
<description>Close Window button</description>
<left>260</left>
<top>5</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>14</onright>
<onup>14</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
</control>
<control type="button" id="2">
<description>Exit button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick condition="!Skin.HasSetting(MinimizeOnExit)">Quit()</onclick>
<onclick condition="Skin.HasSetting(MinimizeOnExit)">Minimize</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13012</label>
<visible>System.ShowExitButton</visible>
</control>
<control type="button" id="3">
<description>Shutdown button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick condition="!Skin.HasSetting(Enable_CustomShutDown)">Powerdown()</onclick>
<onclick condition="Skin.HasSetting(Enable_CustomShutDown)">RunScript($VAR[CustomShutdown],$VAR[CustomShutdownArg])</onclick>
<visible>System.CanPowerDown</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13016</label>
</control>
<control type="button" id="4">
<description>Custom Shutdown Timer</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick condition="!Skin.HasSetting(Enable_CustomTimer)">AlarmClock(shutdowntimer,Shutdown())</onclick>
<onclick condition="Skin.HasSetting(Enable_CustomTimer)">AlarmClock(shutdowntimer,RunScript($VAR[CustomTimer],$VAR[CustomTimerArg]))</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>20150</label>
<visible>!System.HasAlarm(shutdowntimer)</visible>
<visible>Skin.HasSetting(Show_Timer) + [System.CanPowerDown | System.CanSuspend | System.CanHibernate]</visible>
</control>
<control type="button" id="5">
<description>Cancel Shutdown Timer</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>CancelAlarm(shutdowntimer)</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>20151</label>
<visible>System.HasAlarm(shutdowntimer)</visible>
</control>
<control type="button" id="6">
<description>Suspend button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick condition="!Skin.HasSetting(Enable_CustomSuspend)">Suspend()</onclick>
<onclick condition="Skin.HasSetting(Enable_CustomSuspend)">RunScript($VAR[CustomSuspend],$VAR[CustomSuspendArg])</onclick>
<visible>Skin.HasSetting(Show_Suspend) + System.CanSuspend</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13011</label>
</control>
<control type="button" id="7">
<description>Hibernate button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick condition="!Skin.HasSetting(Enable_CustomHibernate)">Hibernate()</onclick>
<onclick condition="Skin.HasSetting(Enable_CustomHibernate)">RunScript($VAR[CustomHibernate],$VAR[CustomHibernateArg])</onclick>
<visible>Skin.HasSetting(Show_Hibernate) + System.CanHibernate</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13010</label>
</control>
<control type="button" id="8">
<description>Reboot button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick condition="!Skin.HasSetting(RestartNotReboot)">Reset()</onclick>
<onclick condition="Skin.HasSetting(RestartNotReboot)">RestartApp()</onclick>
<visible>System.CanReboot</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13013</label>
</control>
[b] <control type="button" id="16">
<description>Reboot from NAND button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
<visible>System.CanReboot</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>Reboot from NAND</label>
</control>[/b]
<control type="button" id="9">
<description>Logoff button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>dialog.close(all,true)</onclick>
<onclick>System.LogOff</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>$LOCALIZE[20126] $INFO[system.profilename]</label>
<visible>System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)</visible>
<visible>Skin.HasSetting(Show_Logoff) + System.Loggedon</visible>
</control>
<control type="togglebutton" id="10">
<description>Master mode button</description>
<width>340</width>
<height>40</height>
<label>20046</label>
<altlabel>20045</altlabel>
<align>center</align>
<aligny>center</aligny>
<textwidth>290</textwidth>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<usealttexture>!System.IsMaster</usealttexture>
<alttexturefocus border="25,5,25,5">ShutdownButtonFocus.png</alttexturefocus>
<alttexturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</alttexturenofocus>
<onclick>mastermode</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<visible>Skin.HasSetting(Show_Mastermode) + System.HasLocks</visible>
</control>
<control type="group" id="11">
<width>340</width>
<height>70</height>
<visible>System.HasAlarm(shutdowntimer)</visible>
<control type="image">
<description>background top image</description>
<left>0</left>
<top>0</top>
<width>340</width>
<height>70</height>
<texture border="25,5,25,5">DialogContextMiddle.png</texture>
</control>
<control type="textbox">
<left>25</left>
<top>22</top>
<width>290</width>
<height>48</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<label>$LOCALIZE[31329] [b]$INFO[System.Alarmpos][/b]</label>
</control>
</control>
<control type="button" id="12">
<description>Inhibit idle shutdown</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>InhibitIdleShutdown(true)</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13017</label>
<visible>System.HasShutdown +!System.IsInhibit</visible>
</control>
<control type="button" id="13">
<description>Allow idle shutdown</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>InhibitIdleShutdown(false)</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13018</label>
<visible>System.HasShutdown + System.IsInhibit</visible>
</control>
<control type="button" id="14">
<description>Skin Settings button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>dialog.close(shutdownmenu)</onclick>
<onclick>ActivateWindow(SkinSettings),return</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>$LOCALIZE[166] $LOCALIZE[5]</label>
</control>
<control type="image" id="15">
<description>background bottom image</description>
<left>0</left>
<width>340</width>
<height>25</height>
<texture border="20,0,19,20">DialogContextBottom.png</texture>
</control>
</control>
</controls>
</window>
Display More
Bear in mind a skin update will override your changes, so back up the new file as well.
Alternatively add the System.ExecWait("/usr/sbin/rebootfromnand") function to favourites, a skin sub-menu or anywhere else more imaginative.
Edit: if you quote my post as if to reply and look in the code box the changed section is bolded.
Power menu is menu that menu you can find when you move focus to the bottom and chose power sign next to the favourites (star).
Lol...When I read "power menu" I had some really powering stuff before my eyes like power tools or some super-secret-dev-menu. Basically didn't thought about place where power button resides.
Hi,
wich libreelec can I download for the mxq pro 4k that supports the realtek 8189ES wifi chip?
the latest version (and others) have an unstable connection and cannot store the wifi password.
or can i add one myself?
thanx!
gr,
J
jkeijner Please don't double-post. 8189ES driver is included from the version 001 and it works flawlessly on my device - I'm getting 100Mbps throughput on WiFi. I would say you are having hardware issues.
[hr]
do you have any idea how to fix a95x poweroff/reboot troubles? Is there any way we can help by ripping something directly from the device? BTW: what is your nationality? - of course if it is not a secret I ask becouse maybe i could lend this device to you for some time
The issue with Nexbox is that they have a broken u-boot as it doesn't allow to wake up the device in any way from suspended state. When you "power it off" in Android the only thing it does is turning off the screen, not true suspend. Implementing that in LE might be possible but I don't want to waste my time on it for manufacturer that doesn't care about community at all - multiple messages to them have all hit the wall and not only from me but from other developers as well. I don't understand why they broke u-boot in the first place yet they are known for many weird choices.
It would be easy to borrow a device from you since we live in the same country - but I don't want a Nexbox.
My gf was using libreelec on my k1 plus with release 006 that I updated last night without any issue. Then she hit "pause", did something and when she came back, the picture was "weird" and the box was frozen. She then unplugged and replugged the box but unfortunately it is now staying on a black screen after the first logo (S905 logo). I made her try the toothpick method without success.
LE is installed on sdcard, removing the sd card enables the box to boot into android. Everything was working fine, what could have happened? Fried SD Card? The box was quite hot so maybe some kind of overheating but still, android boots fine...
jkeijner Please don't double-post. 8189ES driver is included from the version 001 and it works flawlessly on my device - I'm getting 100Mbps throughput on WiFi. I would say you are having hardware issues.
[hr]
ok sorry, thanks for letting me know
multiple messages to them have all hit the wall and not only from me but from other developers as well. I don't understand why they broke u-boot in the first place yet they are known for many weird choices.
They tried to push an update today via OTA but it failed on my friends box. Owners can google and get the firmware online.