Thanks Thanks:  87
Likes Likes:  54
Dislikes Dislikes:  0
Page 3 of 29 FirstFirst 123456713 ... LastLast
Results 31 to 45 of 421

Thread: Oscam-SamyGO (Samsung SmartTV E/F/H/J/K)

  1. #31
    Standard RSP member
    Join Date
    04 Apr 2009
    Posts
    570
    Mentioned
    8 Post(s)
    Rep Power
    58

    Default

    pacat ca cel care a reusit isprava asta nu este deloc interesat sa incerce ceva in directia televizoarelor Samsung cu procesor MST.
    Cred ca posesorii de asemenea aparate sunt in majoritate, fiind mult mai accesibile.

  2. #32

  3. #33
    Golden Member qwess's Avatar
    Join Date
    26 Oct 2009
    Location
    Walachia / Paname
    Posts
    823
    Mentioned
    2 Post(s)
    Rep Power
    60

    Default

    [UPDATE]
    Extensii SamyGO in serie F

    Download:
    1. re-download and re-install whole SamyGO.zip from here.
    2. data file: http://yadi.sk/d/zElgQFCY7ulzy
    Installation
    1. Install skype widget and start it once (check if it starts correctly)
    2. Make sure Skype is set to autostart, before closing Skype again.
    3. Download archive data and extract it "as is" to root of fat32 USB, attach to TV.
    4. Install widget SamyGO (trough develop account in SmartHub)
    Easiest way: SmartHub Widget Manager, [download: SammyWidgets_v1.1.zip]you have to be sure that widget name is exact SamyGO.zip
    5. Start SamyGO widget
    6. Press Enter. If you get both Step1 and Step2 OK, then hack is installed.
    7. Power off and power on TV

    Features:

    • ftp (port 21), true telnet (use putty) on 23 port, netcat shell (port 33)
    • ssh (must be enabled first). login: root, password: SamyGO
    • Simple web interface to start/stop scripts:

    Code:
    http://IP:1080/cgi-bin/test.cgi
    • webshell on 1080 port:

    Code:
    http://IP:1080/phpsysinfo/shell.php
    login: user
    password: pass
    • file manager:

    Code:
    http://IP:1080/phpsysinfo/file.php
    • Mount of network resources to virtual usb (no physical USB is needed)
    • samba shares mount. For example, if you shared on your windows pc directory, named movies and music.

    Create file smb_userdata and fill it with next data:

    Code:
    USER="guest" #or your login name
            PASSWD="guest" #password
            SERVER="192.168.1.200" #IP of your samba server
            SHARES="movies music" #your network shares, divided with space

    Place smb_userdata to /mtd_rwarea and restart tv.
    • NFS shares
    • remote ftp servers (curlftpfs)
    • sshfs
    • Transmission -torrent client on TV
      Code:
      Related topic
      Usage:
      After installation navigate to :
                
      Code:
       http://TV_IP:9091
      Default download directory is set to
      Code:
      /dtv/usb/sda1
      Means only woks with USB connected. If your USB mount path is other, go to Edit Preferences... (at the bottom of webgui) and change dir. Manual edit of config.json is possible, but you have to stop transmission-daemon process first. file to edit: $SYSROOT/usr/share/transmission/config.js up/down speed is set to limited 100Kb/s and can be changed/removed at any time over webgui. for configuration, use web interface or transgui. References on https://trac.transmissionbt.com/ and forum.
    • udpxy and xupnpd - tools for iptv
    • exeTV patches (check F series Software forum...)
    • oscam startup scripts
    • other not mentioned, but included linux tools and services (nano, etc....)

    Known issues:
    autmatic search and mount shares is not working due weird behavior of smbclient (does anyone know how to fix that?).

    logs: /mnt/samygo.log, sam.log

    Important: if you want skip start of SamyGO Extensions, create empty file named STOP_SAMYGO on USB root directory and leave TV boot with that USB attached. Helps in some emergency situations to prevent boot-loop.

    all patches made by bugficks are included, just enough to enable/disable corresponding scripts in /mnt/etc/init.d/:


    OSCAM

    copiem folderul oscam[DOWNLOAD] in /mtd_rwcommon/
    dam permisii 755 la tot folderul in telnet:
    Code:
    chmod +x /mtd_rwcommon/*
    configuram oscam.conf, acces webif, alow...
    [dvbapi]
    enabled = 1
    pmt_mode = 6
    user = dvbapi #la alegere
    boxtype = pc
    dam enabled la scriptul de pornire oscam: 03_01_libOSCAM.init.dis din /mnt/etc/init.d/ prin eliminarea terminatiei .dis aftfel avem 03_01_libOSCAM.init, si modificam linia bin-ului oscam: OSCAM=oscam-r9003-samygo in OSCAM=oscam, chmod 777.
    RESTART TV




    Azbox HD with OpenSPA 3.0 powered by OSCam
    UE46F8000 powered by SamyGO_OSCam





  4. #34
    Member Beginner
    Join Date
    01 Mar 2014
    Posts
    14
    Mentioned
    0 Post(s)
    Rep Power
    37

    Default

    Salut tuturor.

    Sunt posesor al unui UE46F8500 si doresc sa va spun ca le-am incercat pe toate. In momentul de fata folosesc root normal cu versiunea oscam-1.20-unstable_svn9546-arm-v7a8v3r1-linux-gnueabi-samygo pe care il vad destul de stabil. Televizorul il folosesc ca, client (nu am la dispozitie un smargo).

    Diferentele intre versiunile 9546 si 9003 sunt:
    9546 mi se pare mai stabila cu toate ca timpul de deschidere dupa restart tV este de cca 22 de secunde fata de 18 in cazul 9003 cu run.sh setat pe sleep 0.

    Deasemenea am incercat si root cu extensii care mi se pare destul de interesant, dar rezultatele nu mi s-au parut la inaltime.

    Prima data am folosit fisierele puse de @qwess (oscam-1.20-unstable_svn9514-arm-v7a8v3r1-linux-gnueabi-libusb-static-samygo(update_for_extension), care mie nu mi-au functionat, probabil lipsa smargo. In schimb cu 9546 merge dar nu este stabil. Dupa restart ori deschidea in 18 sec. ori trebuiau chiar cateva minute bune. Pentru cele 18 sec. am introdus fisierul run.sh (versiune root normal), renumit in run1.sh. In tentativa mea am mai folosit fisierele: 01_01_libOSCAM.init si 99_99_libOSCAM.init (fisiere folosite in seriile ES) dar cu acelasi raspuns ...

    ---------- Post added at 18:09 ---------- Previous post was at 16:58 ----------

    Quote Originally Posted by gauloises View Post
    Ai cumva undeva si lista cu tv-urile compatibile?zilele trecute am cam rasfoit forumurile si am aflat ca nu la toate tv-urile din seria e si f merge oscamul
    Vreau sa imi iau unul de 32 inchi si nu stiu dupa care model sa ma uit
    Salut

    In pagina de suport Samsung gasesti toate firmware-urile folosite.

    Pana atunci iti pot spune ca ROOT si Oscam functioneaza pe televizoarele:
    Serie ES 7000, 8000, 9000 cu diagonale de la 40 inch in sus
    Serie F 7000, 8000, 9000 cu diagonale de la 40 inch in sus
    Last edited by sammyuser; 02-03-14 at 20:48.

  5. #35
    Golden Member qwess's Avatar
    Join Date
    26 Oct 2009
    Location
    Walachia / Paname
    Posts
    823
    Mentioned
    2 Post(s)
    Rep Power
    60

    Default

    cu extensii nu am reusit sa scot un timp mai mic de 24-26 sec si am revenit la root normal cu un castig de 6 sec.
    • cu initializare script samyGOoscam direct in run1.sh imediat dupa linia de initializare ftpd imagine in 24 sec. insa instabil dupe 60 sec: boot loop!
    • cu initializare script samyGOoscam direct in run1.sh dupa lansarea extensiilor, imagine in 26-30 sec/instabil
    • cu init.d in 01_01.script.init initializare script /mtd_rwcommon/oscam/samyGOoscam imagine la fel min.26-30 sec insa stabil.


    pe root normal am modificat/creat script, pentru a sterge automat libOSCAM.so.disabled creat in urma unui eventual crash si lucreaza doar la initializarea SamyGO.

    in /mtd_rwcommon/widgets/user/SamyGO/data/run.sh am inlaturat linkul catre samyGOoscam si am creat unul pentru un start al samyGOoscam
    Code:
    #!/bin/sh
    cd /tmp
    mkdir /tmp/bin
    /mtd_exe/InfoLink/lib/unzip -o -P 12345 /mtd_rwcommon/widgets/user/SamyGO/data/data.zip -d /tmp/bin/
    chmod 777 /tmp/bin/*
    /tmp/bin/busybox --install -s /tmp/bin
    sync
    export PATH=/tmp/bin:$PATH
    export LD_LIBRARY_PATH=/tmp/bin:$LD_LIBRARY_PATH
    sync
    /tmp/bin/busybox tcpsvd -vE 0.0.0.0 21 /tmp/bin/busybox ftpd -w / &
    /tmp/bin/remshd &
    sync
    sh -x /mtd_rwcommon/oscam/samyGOstart.sh >> /mtd_rwcommon/oscam/samyGOstart.log  2>&1
    sleep 5
    /tmp/bin/UEP_killer.sh &
    ps | grep run.sh | grep -v grep | while read child_pid others
    do
        echo "Killing child process $child_pid of run.sh"
        kill -9 $child_pid
    done
    samyGOstart.sh
    Code:
    #!/bin/sh
    
    rm /mtd_rwcommon/oscam/libOSCAM.so.disabled
    /mtd_rwcommon/oscam/samyGOoscam
    path: /mtd_rwcommon/oscam
    permisiuni -x in telnet:
    Code:
    chmod 755 /mtd_rwcommon/oscam/samyGOstart.sh
    log-ul creat (samyGOstart.log):
    Code:
    #crash detected
    + rm /mtd_rwcommon/oscam/libOSCAM.so.disabled
    + /mtd_rwcommon/oscam/samyGOoscam
    Injecting /mtd_rwcommon/oscam/libOSCAM.so into pid 103
    Starting oscam
    #no crash detected
    + rm /mtd_rwcommon/oscam/libOSCAM.so.disabled
    rm: can't remove '/mtd_rwcommon/oscam/libOSCAM.so.disabled': No such file or directory
    + /mtd_rwcommon/oscam/samyGOoscam
    Injecting /mtd_rwcommon/oscam/libOSCAM.so into pid 99
    Starting oscam
    Checking pid 99 for crash.
    samyGOoscam cu USB/ STOP_OSCAM file protection
    Code:
    #!/bin/sh
    
    OSCAM=oscam
    DIR_OSCAM=/mtd_rwcommon/oscam
    BIN_OSCAM=${DIR_OSCAM}/${OSCAM}
    LIB_OSCAM=${DIR_OSCAM}/libOSCAM.so
    BIN_SAMYGOSO=${DIR_OSCAM}/samyGOso
    BIN_NTPCLIENT=${DIR_OSCAM}/ntpclient
    BIN_SAMYGORC=${DIR_OSCAM}/samyGOrc
    
    PATH=$PATH:./
    
    for USB in ${1:- /dtv/usb/sd* } ; do
        echo "checking $USB..."
        sleep 1
        if [ -e $USB/STOP_OSCAM ]; then
            echo "OSCAM STOP file found. Script exit!!"
            exit 1
        else
            echo "No OSCAM STOP file has been found. Continuing..."
        fi
    done
    
    if [ ! -f ${LIB_OSCAM} ]; then
        echo "${LIB_OSCAM} doesn't exist." 
        exit 1
    fi
    if [ -e ${LIB_OSCAM}.disabled ]; then
        echo "***** Disabled due to previous crash."
        echo "***** Remove ${LIB_OSCAM}.disabled first and try again."
        exit 1
    fi
    
    export TZ="GMT-2"
    
    chmod +x ${BIN_OSCAM} ${BIN_SAMYGOSO} ${BIN_NTPCLIENT} ${BIN_SAMYGORC} > /dev/null
    
    if [ "$(pidof ntpclient)" == "" ]; then
        ${DIR_OSCAM}/ntpclient -s -h pool.ntp.org &> /dev/null
        ${DIR_OSCAM}/ntpclient -h pool.ntp.org &> /dev/null &
    else
        echo ntpclient already running.
    fi
    
    
    INJPID=$(pidof exeTV || pidof exeDSP)
    if [ "$INJPID" == "" ]; then
        echo "Process not found." 
        exit 1
    fi
    
    X=$(grep -c OSCAM /proc/$INJPID/smaps) &> /dev/null
    
    if [ $X -gt 0 ]; then
        echo libOSCAM already injected!
    else    
        echo Injecting ${LIB_OSCAM} into pid $INJPID
        ${BIN_SAMYGOSO} -p $INJPID -l ${LIB_OSCAM} -r
    fi
    
    if [ "$(pidof ${OSCAM})" == "" ]; then
        echo Starting oscam
        ${BIN_OSCAM} -c ${DIR_OSCAM} -t ${DIR_OSCAM} &
    	sleep 1
        ${BIN_SAMYGORC} -p $INJPID 18
    	sleep 1  #daca nu se efectueaza dublu zapp = sleep 2
    	${BIN_SAMYGORC} -p $INJPID 16
    else
        echo oscam already running.
    fi
    
    if [ $X -le 0 ]; then
        echo Checking pid $INJPID for crash.
        sleep 15
    fi
    
    if [ ! -e /proc/$INJPID ]; then
        echo "***** Process crash detected."
        echo "***** Disabling libOSCAM."
        touch ${LIB_OSCAM}.disabled
    fi    
    
    exit




    Azbox HD with OpenSPA 3.0 powered by OSCam
    UE46F8000 powered by SamyGO_OSCam





  6. #36
    Standard RSP member
    Join Date
    30 Jun 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Rep Power
    40

    Default

    La samygorc poți baga ambele comenzi in aceeași linie $injpid 18 16

    Sent from my LT30p using Tapatalk

  7. #37
    Golden Member qwess's Avatar
    Join Date
    26 Oct 2009
    Location
    Walachia / Paname
    Posts
    823
    Mentioned
    2 Post(s)
    Rep Power
    60

    Default

    $injpid 18 16 la mine nu merge... ia decat o comanda de obicei prima, deja cu sleep 1 intre uneori sare.
    la tine face dublu zapp?




    Azbox HD with OpenSPA 3.0 powered by OSCam
    UE46F8000 powered by SamyGO_OSCam





  8. #38
    Standard RSP member
    Join Date
    30 Jun 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Rep Power
    40

    Default

    Face și pe cablu și pe satelit

    Sent from my LT30p using Tapatalk

  9. #39
    Golden Member piccolo08's Avatar
    Join Date
    02 Sep 2010
    Location
    Earth
    Posts
    450
    Mentioned
    2 Post(s)
    Rep Power
    54

    Default

    Ai incercat sa-l "opresti" cu un echo "" sa nu intre in looping intre doua comenzi, fara a da sleep
    $...; echo ""
    $...
    DM 800se sim 2.10 , Ibox-cloud, raspberry pi si alte rahaturi

  10. #40
    Member Visitor
    Join Date
    13 Mar 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default

    what is the best version oscam for samsung F 8000?

  11. #41
    Golden Member qwess's Avatar
    Join Date
    26 Oct 2009
    Location
    Walachia / Paname
    Posts
    823
    Mentioned
    2 Post(s)
    Rep Power
    60

    Default

    most stable version is 9003 with libOSCAM.so. v.3.0




    Azbox HD with OpenSPA 3.0 powered by OSCam
    UE46F8000 powered by SamyGO_OSCam





  12. #42
    Standard RSP member
    Join Date
    09 Feb 2007
    Location
    Bucharest
    Posts
    97
    Mentioned
    5 Post(s)
    Rep Power
    63

    Default

    @piccolo08 Am citit tot threadul si am vazut o afirmatie de a ta precum se poate folosi Oscam pentru a decoda canalele criptate de la R-D*S CABLU. Ma poti indruma si pe mine ca sa stiu ce sa fac ?

  13. #43
    Standard RSP member
    Join Date
    30 Jun 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Rep Power
    40

  14. #44
    Golden Member qwess's Avatar
    Join Date
    26 Oct 2009
    Location
    Walachia / Paname
    Posts
    823
    Mentioned
    2 Post(s)
    Rep Power
    60

    Default

    pentru noul script samTVoscam ai modificarile?
    Merci,




    Azbox HD with OpenSPA 3.0 powered by OSCam
    UE46F8000 powered by SamyGO_OSCam





  15. #45
    Standard RSP member
    Join Date
    30 Jun 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Rep Power
    40

    Default

    Eu folosesc acelasi script, doar ca am exclus randul cu zapp

Page 3 of 29 FirstFirst 123456713 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •