Posts by phinret

    Hi,

    the line must be

    Code
    echo "amixer -c 0 set Digital 80%" > /storage/.config/autostart.sh

    Digital with a capital D.

    Another option is to edit autostart.sh to:

    Code
    (
     sleep 5s ;
     amixer -c 0 set Digital 80%
    ) &

    If the skin is using a startup sound, you maybe have to adjust the 5s to a more suitable value.