Hi,

If you flash your SF4008 with experimental image from 20180115 and you decide to restore your autobackup it can occur that your box is totally stucked (forever spinner).
The problem is because you use another skin than the default one (in my case I use OpenPLi FullHDNight skin).

The solution is to connect to the box in telnet.

Type in telnet

ps | grep enigma2

You will find a number on the left type:

kill -9 the_number_you_found

Then type:

opkg update
opkg upgrade
reboot

Now your SF4008 will boot properly with your favorite skin, an online update has fixed the problem and you will retrieve access to your SF4008.

Hope this help others!

Pr2