Posts by Mario77

    You should download the cores from addon settings not from retroarch menu..

    Did you try another version of LE?

    Did you check that the library is there /usr/lib/libstdc++.so.6?

    Are you using the cores downloaded from retoarch UI menu or the cores downloaded from retroarch addon settings?

    If you want to use TVH 4.3 try LE9.0..never had issues on UK freeview antenna reception...

    Hi,

    I got a cron job running which outputs a log everytime it runs..

    Issue is the log I can only open trough ssh and cannot open it in windows pc through samba..it's clearly a permission issue...is there any way i can set permissions to each log to be readable ..

    cron looks like this..

    Thanks for any help

    Code
    30 4 * * * /storage/.kodi/userdata/Backup/backup.sh >> /storage/.kodi/userdata/Backup/Backup_logs/backup_log_`date +%d-%m-%Y_%H:%M`.log 2>&1

    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?