Posts by dmladenov


    Hi everybody, I have some problem getting into the stock recovery on my miniim8s, I have the Jarvis build on SD card and recently I installed krypton to internal. I don't know if the stock recovery somehow got overwritten. I also try to boot Abdul's TWRP from sd card to no avail. I also tried ssh 'reboot recovery' but it just reboot to the Google TV splash screen, toothpick does this too. Anybody have an idea?

    After install to internal NAND you need stock dtb.img and recovery.img on SD card !


    @kszaq:Suspend works, but the issue i have is with Wifi when coming back from suspend Wifi doesn't work anymore, if i gi to libreelec settings, it tells me that Wifi is connected, so i cut connection and then reconnect, after that everything is fine, didn't test with cable connection.

    Device: Leelbox MXQ Pro 4k 1G/8G

    Yes, after version 7.0.2.008-fix, no Wifi connection when comming back from Suspend. And when reconnect manually everything is fine. This can be done with a script:
    1. Go to \\<IP of box>\Configfiles\ and make a folder sleep.d
    2. Then in that folder create a file named 01-wifi-resume.power with this content:

    #!/bin/sh
    case "$1" in
    pre)
    # <do something on suspend>
    ;;
    post)
    # <do something on resume>
    connmanctl disable wifi
    sleep 5
    connmanctl enable wifi
    ;;
    esac

    Tested on 2 devices with Realtek Wifi chipset: Nexbox A95X (1G/8G,S905X) and MXQ Pro (1G/8G,S905) and LibreELEC-S905.arm-8.0-8.0.0f