Posts by Mario77

    Hi Dennis

    If you'r overvolting set it to over_voltage=3 or lower and it should boot up normally.

    cmd line is this

    Code
    boot=UUID=0303-2219 disk=UUID=535ef1f2-87b8-43f9-ad36-036077bb50d3 quiet 

    Config is this but even tried it with a fresh install of 9.2.3 and then restored a backup from 9.2.1 and did the same..didn't start

    Typo in config_hdmi_booxx=0 is because is the real word is censored..wouldn't let me post it..

    Just upgraded a RPi2 fresh 9.2.1 to 9.2.3 without issues.

    Also fresh install of 9.2.3 works.

    Maybe removing "quiet" from /flash/cmdline.txt will give more information.

    Hi

    removed quite from cmdline and booted..nothing...

    removed overclock ....nothing...

    copied a fresh config.txt from a new install...nothing

    New install works fine tough...now waiting for my latest backup to restore..

    restore didn't work either

    Go to program addons/apps and games addons folders and all should be there..

    Hi Mario77, thanks for the answer.

    What is the KeyID of the "back" button?

    When I use the key remap addon it does not give me an ID while pressing the button on the remote.

    How can I get it because I guess that "123" is just an example :D

    That's because back key is probably hard coded like ex volume buttons..and not all remotes has same id for the same button. hence the back command instead of the key id...try it like that first.

    If you are using LE with PVR and want to go back to tv channel list while watching something just map a key to

    Code
    <keymap>
        <FullscreenLiveTV>
             <keyboard>
                <key id ="123">XBMC.ActivateWindow(PVROSDChannels)</key>
             </keyboard>
        </FullscreenLiveTV>
    </keymap>

    Otherwise the previous first keymap should work for you..did you try it?

    Code
    <keymap>
        <FullscreenVideo>
            <keyboard>
                <backspace>Stop</backspace>
            </keyboard>
        </FullscreenVideo>
    </keymap>

    otherwise try this..you ll have to press same button twice,,one long press and one normal press..

    Code
    <keymap>
         <FullscreenVideo>
             <keyboard>
                 <key id="123">stop</key>
                 <key id="123" mod="longpress">back</key>
             </keyboard>
         </FullscreenVideo>
    </keymap>

    You can't really watch video over vnc even on high..

    Not sure why but with windows it does same thing...it only works with low or high quality..not with medium or auto..and android app it s a bit of a pain to use..

    Best is from a windows pc but found out that the mouse was crashing libreelec so best to control menus fron keyboard arrows and disable mouse in LE input settings.

    Something else I noticed is that after few days VNC stops working and can't connect..needs to ssh and reboot for it to start again.

    Gonna check that right now. What emulator you use in kodi? Maybe that is my problem. Since I am totally new with libreelec I don't know anything about playing directly in it.

    Best bet is use same choice of cores/launchers you use in retroarch also in retroplayer..they are the same libretro cores just modified to work in kodi..I tried a few of the main cores I m using in RA and moved them to retroplayer and they still work fine...you just have to rename them game.libretro.xxxx.so

    Using the official VNC app (which I use on PC without issue)

    It drops out / screws up and I can’t see settings to fix it.

    It basically connects over and over and over.

    I’ve fiddled with every setting EXCEPT ‘screen 0’ - cause I have no idea what it does.

    Anyone else got this working?

    It works fine but you need to set Vnc viewer settings to low or high...auto or medium doesn't work..