SamyGO.sh not executed patch 0.24 LE40B679
- 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
What? Could you put your rc.local file here?
Re: SamyGO.sh not executed patch 0.24 LE40B679
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)...
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
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
Re: SamyGO.sh not executed patch 0.24 LE40B679
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
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
Re: SamyGO.sh not executed patch 0.24 LE40B679
ok, try mount telnet with this code:
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
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
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
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