SamyGO.sh not executed patch 0.24 LE40B679

Here for general support for B series TVs, request and problem solve area.

User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: SamyGO.sh not executed patch 0.24 LE40B679

Post by erdem_ua »

What? Could you put your rc.local file here?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: SamyGO.sh not executed patch 0.24 LE40B679

Post by juusso »

Please, tell us only one:
what option you have chosen in patcher:
telnet - t or a
If you gave t - you have telnet. To have samygo.sh to be executed, you have to chose advanced option (a)...
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: SamyGO.sh not executed patch 0.24 LE40B679

Post by juusso »

you have to set permissions to samygo.sh file over telnet (run it from games with help of telnet-enabler game, or over exlink):

Code: Select all

chmod 755 /mtd_rwarea/SamyGO.sh
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: SamyGO.sh not executed patch 0.24 LE40B679

Post by juusso »

ok, try mount telnet with this code:

Code: Select all

if [ `cat /proc/mounts | grep -c "/dev/pts"` -lt "1" ] ; then
        echo "telnetd Enabled"
             mount -t devpts devpts /dev/pts
             telnetd
     else
        echo "/dev/pts is mounted"
fi

sleep 20
Btw, might you need more time after TV start to connect over telnet?
Power on TV, wait 30 sec and try connect...

One more thing: try add sleep before telnet:

Code: Select all

#!/bin/sh
sleep 10
# Enable Telnetd
mount -t devpts devpts /dev/pts
telnetd
sleep 20
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “[B] Support”