Search found 4 matches
- Wed Oct 09, 2013 8:05 pm
- Forum: [B] Firmware
- Topic: Patched FW on LE40B650 CI+ - SamyGO.sh wont run...
- Replies: 4
- Views: 4546
Re: Patched FW on LE40B650 CI+ - SamyGO.sh wont run...
Hi again. I started SamyGo-All-Extensions from USB stick. Connectet per SSH and created a new SamyGO.sh in vi with following lines: #!/bin/sh sleep 10 mount -t devpts devpts /dev/pts telnetd sleep 10 mkdir test exit CHMOD 755. Then i restarted TV. Telnet wasnt enabled. Directory "test" was...
- Mon Oct 07, 2013 6:02 pm
- Forum: [B] Firmware
- Topic: Patched FW on LE40B650 CI+ - SamyGO.sh wont run...
- Replies: 4
- Views: 4546
Re: Patched FW on LE40B650 CI+ - SamyGO.sh wont run...
I added a line in SamyGO.sh :
ls >> test.txt
This creates a simple txt file.
If i start the script in Telnet it works.
But if i reboot the TV, the file isnt created.
So it seems that SamyGO.sh never gets started....
ls >> test.txt
This creates a simple txt file.
If i start the script in Telnet it works.
But if i reboot the TV, the file isnt created.
So it seems that SamyGO.sh never gets started....
- Mon Oct 07, 2013 7:24 am
- Forum: [B] Firmware
- Topic: Patched FW on LE40B650 CI+ - SamyGO.sh wont run...
- Replies: 4
- Views: 4546
Re: Patched FW on LE40B650 CI+ - SamyGO.sh wont run...
Its from the wiki: #!/bin/sh # Enable Telnetd 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 # Open back-door for fixing boot-loop situations sleep...
- Sun Oct 06, 2013 10:12 pm
- Forum: [B] Firmware
- Topic: Patched FW on LE40B650 CI+ - SamyGO.sh wont run...
- Replies: 4
- Views: 4546
Patched FW on LE40B650 CI+ - SamyGO.sh wont run...
Hi everybody. I spent days ond nights on patching my TV and still no success... I patched FW T-CHLCIPDEUC 2006 with Python27 and PyCrypto in Advanced Mode. I disabled Watchdog, and started RSA Disabler before Flashing. All seems ok. Will there be any changes visible ?? All files are still there on T...