Need Ncam 1.1 for newnigma² on DM7020 HD

There is 1 reply in this Thread which was already clicked 813 times. The last Post () by josetina.

  • use this script for newnigma2


    # EMUNAME is only Display name for EMU Menu
    EMUNAME="Ncam"
    # Ncamversion
    NCVer="Ncam"





    remove_tmp ()
    {
    [ -e /tmp/ecm.info ] && rm -rf /tmp/ecm.info
    [ -e /tmp/ecm0.info ] && rm -rf /tmp/ecm0.info
    [ -e /tmp/ecm1.info ] && rm -rf /tmp/ecm1.info
    [ -e /tmp/.Ncam.nodeid ] && rm -rf /tmp/.Ncam.nodeid
    [ -e /tmp/warnings.txt ] && rm -rf /tmp/warnings.txt
    }



    case "$1" in
    start)
    echo "[SCRIPT] $1: $EMUNAME"
    if [ `pidof $NCVer | wc -l` == 1 ]; then
    echo "[0;31m $NCVer already running...[0m'
    else
    /usr/bin/$NCVer
    fi
    ;;
    stop)
    echo '[SCRIPT] $1: $EMUNAME"
    if [ `pidof $NCVer | wc -l` == 0 ]; then
    echo "[0;31m $NCVer not running...[0m'
    else
    kill `pidof $NCVer`
    sleep 2
    fi
    if [ `pidof $NCVer | wc -l` == 1 ]; then
    kill -9 `pidof $NCVer`
    fi
    remove_tmp
    ;;
    restart)
    $0 stop
    sleep 2
    $0 start
    ;;
    *)
    echo "[0;32m Usage: $0 start|stop|restart[0m"
    exit 1
    ;;
    esac



    exit 0
    put ncam in bin use this script e voila

NCam Support Forum

Configs, discussion, downloads and guides for NCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!