Posts by niabi

    Ah ok, then my manually copying your new files from 1.8.4 works. Thanks for this important info. So i can do updates without putting in .update folder, if the "flash" space is too low.

    Yes that could work, but I still think a better alternative is to just backup the whole /storage partition to a USB stick or something and then restore it on a new install since you might run into other problems.

    hi,

    i was on your last think 1.8.2. I made a test yesterday. Cloned my sd card and wrote your img on another empty card. After that i take the whole files on "Flash" from the new sd card and copied all files (system, kernel, img)to the "Flash" on my old sd card. And it worked. The old sd card bootet normaly and in kodi it says 1.8.4. I am right that the UPDATES are only in files KERNEL and SYSTEM?!?! And these are the only NEW files? Cause if i updated the right way and put the update file in .updates, on the screen always comes the message that he is copying KERNEL AND SYSTEM.

    Greetings,

    J

    Yes the update only Kernel and System, storage is basically all created at runtime/user created stuff

    On your screen it says nroms, are your roms in /storage/roms or /storage/nroms/roms ?

    Hello niabi,

    this seems to work BUT I ran into another problem, that the "flash" partition is to small for update. The installer says that there is no place, to end the update. If I look I see that Flash ist 100% full. Is there a chance to resize it OR can I only manual install the system and kernel file via copy?

    Greetz,

    J.

    I am not sure if this can be done :/

    what version where you running before? 8.3?

    Another option is to do a backup of Kodi and then restore it when you re install? you can also copy the whole /storage directory and restore it.

    niabi, you've forgotten to update the version number of ES to 1.8.4 as it still keeps as 1.8.2.

    And in ES video preview can not be playing anymore for me since I've updated to 1.7. In 1.6.5 the video preview play well.

    Opps yeah I forgot to update the version number, but it doesn't affect anything really.

    1.6.5 was a long time ago, videos don't play for you since 1.7? How are your videos encoded? All my romsets have videos and they play fine.

    DarzLir I don't think that is the problem, you need to mount it on LE to be able to do it, if you are able to mount it on Kodi it means there is a way to do it by command line. The ROM search script does not care where the roms are stored as long as the path is /storage/roms

    Just thinking out loud you could probably try this:

    Mount your share on Kodi
    login by SSH and search to where your share is mounted (/mnt or /var/media are a good start or by using "find" and searching for a file you know is there)

    change the path of the symbolic link in autostart.sh using nano from:

    ln -sf $PATHTOROMS /storage/roms

    to

    ln -sf /path/of/your/mount /storage/roms

    save and restart your box

    This is a pretty terrible hack, but the only way I could get sound to work with Kodi suspended in the background was by telling it to use another audio device just before suspending it:

    Code
    curl -v -H "Content-type: application/json" -X POST -d '{"jsonrpc":"2.0","method":"Settings.SetSettingValue", "params":{"setting":"audiooutput.audiodevice","value":"ALSA:hdmi:CARD=NVidia,DEV=0"},"id":1}' http://localhost:8080/jsonrpc
    
    pgrep kodi.bin | xargs kill -SIGSTOP

    This allows RetroArch to use the audio device.

    After resuming Kodi, I run a similar command, except this time I set the audio device back to the correct one.

    Code
    pgrep kodi.bin | xargs kill -SIGCONT
    
    curl -v -H "Content-type: application/json" -X POST -d '{"jsonrpc":"2.0","method":"Settings.SetSettingValue", "params":{"setting":"audiooutput.audiodevice","value":"ALSA:hdmi:CARD=NVidia,DEV=1"},"id":1}' http://localhost:8080/jsonrpc

    Maybe you could set Retroarch to use alsathread? It fixed most of the audio problems with me

    I'm wanting to update Retroarch to 1.7.1(Pi version updated), but it looks like Lakka development has gone silent for the moment.

    If you only want Retroarch, you can use the source directly from GitHub - libretro/RetroArch: Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. I compile it with a few patches, but in general it doesn't need any mayor changes, you will need to add PKG_TOOLCHAIN if you are using adamg's souce

    Here is my example package

    Sx05RE/packages/sx05re/retroarch-sx05re at Sx05RE_8.2 · shantigilbert/Sx05RE · GitHub

    The reason I made mine to fully quit Kodi was that I noticed a bit of performance issue when Kodi was in the background, specially in input lag, but not sure if it was just for my box.

    I also created a patch to re-enable content that was left out of Lakka (like the core download) so you can use those cores instead of compiling your own, but I will be honest, I haven't used it on a clean LE build, so not sure if it works 100%.

    how and where I can add to autostart.sh?, like I said I am so bad with the commands and linux

    Once you find what works for you (mounting a share or whatever) you can either use ssh to edit the file

    Code
    nano  /storage/.config/autostart.sh 

    you can also use samba to access and edit the file.

    And add this at the bottom.

    Code
    (
       your_command_or_script &
    
    )&

    A new version has been uploaded to github.

    http://github.com/shantigilbert/…ases/tag/v1.8.4

    This will probably be the last release of Sx05RE for the S905 as my unit burned out by a stupid mistake a made, so unless I can get my hands on another one for pretty cheap (very unlikely) I will not be purchasing a new unit, they are too expensive for me. And if I do buy one it would probably be a S912 or something else as the S905 is getting outdated.

    I will not really stop moving around in the code (its to addictive) but the changes,if any, will be untested by me.

    There are a few minor fixes and a few new features on this release, most notably is the avility to access every needed folder from the samba shares (roms, config and FE config)

    All the emulators and cores are up to date and fixed to work on the S905 as good as I can make them.

    A version with Pegasus-FE will be made available if there is demand for it.

    Enjoy!

    I have some bad news (well for me at least) while I was moving around my box I plugged a wrong power cord (12v instead of the 5v needed) and I fried my S905 :( so now I am out of a board to do any kind of tinkering around. I am going to release 1.8.4 later today, but that will be the last one for a while until I can get a new S905 board, if I get a new board, as in my country they are not cheap.