Changeset 45073 for titan


Ignore:
Timestamp:
01/03/21 12:40:05 (3 years ago)
Author:
obi
Message:

add sf8008m

Location:
titan
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/var/etc/autostart/start.sh

    r44884 r45073  
    8989        if [ -e /proc/stb/info/boxtype ]; then
    9090                stbcheck=`cat /proc/stb/info/boxtype`
    91                 if [ $stbcheck == "sf8008" ] || [ $stbcheck == "sf8008s" ] || [ $stbcheck == "sf8008t" ] || [ $stbcheck == "ustym4kpro" ] || [ $stbcheck == "cc1" ]; then
     91                if [ $stbcheck == "sf8008" ] || [ $stbcheck == "sf8008m" ] || [ $stbcheck == "ustym4kpro" ] || [ $stbcheck == "cc1" ]; then
    9292                        count=`ps -ef |grep libreader |grep -v "grep" |wc -l`
    9393                        if [ 0 == $count ];then
     
    300300                        fi
    301301                        stbcheck=`cat /proc/stb/info/boxtype`
    302                         if [ $stbcheck == "sf8008" ] || [ $stbcheck == "sf8008s" ] || [ $stbcheck == "sf8008t" ] || [ $stbcheck == "ustym4kpro" ] || [ $stbcheck == "cc1" ] ; then
     302                        if [ $stbcheck == "sf8008" ] || [ $stbcheck == "sf8008m" ] || [ $stbcheck == "ustym4kpro" ] || [ $stbcheck == "cc1" ] ; then
    303303                                killall -9 libreader; sleep 5
    304304                        fi
  • titan/plugins/tithek/tithek.h

    r45062 r45073  
    915915        }
    916916
     917        status.tithekaktiv = 1;
    917918//      amazon_init(titheklink, tithekfile);
    918919//init locale parser
     
    32933294
    32943295//      amazon_deinit();
     3296        status.tithekaktiv = 0;
    32953297
    32963298        delmarkedscreennodes(grid, 1);
  • titan/titan/menu.h

    r44464 r45073  
    554554                if(check == 1)
    555555                {
    556                         if(checkrealbox("HD51") == 1 || checkrealbox("HD60") == 1 || checkrealbox("HD61") == 1 || checkbox("SF4008") == 1 || checkrealbox("SF8008") == 1 || checkrealbox("SF8008S") == 1 || checkrealbox("SF8008T") == 1 || checkchipset("HI3798MV200") == 1)
     556                        if(checkrealbox("HD51") == 1 || checkrealbox("HD60") == 1 || checkrealbox("HD61") == 1 || checkbox("SF4008") == 1 || checkchipset("HI3798MV200") == 1)
    557557                                return 0;
    558558                        else
  • titan/titan/play.h

    r45063 r45073  
    16371637
    16381638        resettvpic();
    1639 
    1640 #ifdef SH4
    1641         if((startfolder == 0 && flag != 3) || getconfigint("tithek_delservice", NULL) == 0)
    1642         {
     1639printf("[screenplay] flag: %d startfolder: %d\n", flag, startfolder);
     1640
     1641        if(startfolder == 0 && flag != 3)
     1642        {
     1643printf("[screenplay] stopservice\n");
     1644
    16431645                rcret = servicestop(status.aktservice, 1, 1);
    16441646                if(rcret == 1) return ret;
    16451647        }
    1646 #else
    1647         if(startfolder == 0 && flag != 3)
    1648         {
    1649                 rcret = servicestop(status.aktservice, 1, 1);
    1650                 if(rcret == 1) return ret;
    1651         }
    1652 #endif
    16531648
    16541649printf("[screenplay] status.webplayfile: %s\n",status.webplayfile);
  • titan/titan/titan.c

    r44844 r45073  
    932932        if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("VUSOLO2") == 0 && checkbox("DM900") == 0 && checkbox("DM920") == 0 && checkbox("DM520") == 0 && checkbox("DM525") == 0 && vubox1 == 1)
    933933                setfbosd();
    934         if(checkrealbox("HD51") == 1 || checkrealbox("HD60") == 1 || checkrealbox("HD61") == 1 || checkrealbox("SF8008") == 1 || checkbox("SF4008") == 1 || checkbox("SF8008S") == 1 || checkrealbox("SF8008T") == 1 || checkchipset("HI3798MV200") == 1)
     934        if(checkrealbox("HD51") == 1 || checkrealbox("HD60") == 1 || checkrealbox("HD61") == 1 || checkbox("SF4008") == 1 || checkchipset("HI3798MV200") == 1)
    935935        {
    936936                setfbosdnull();
Note: See TracChangeset for help on using the changeset viewer.