What is firmware version of your are trying to patch? Latest version firmwares kills telnet daemon after start...
We DO NOT support latest firmwares.
And Telnet does NOT automatically enable itself via Advanced Mode without script.
It's only enables execution of /mtd_rwarea/SamyGO.sh.
You needed to enable telnet via /mtd_rwarea/SamyGO.sh file.
If you create a that file with this content
Code: Select all
#!/bin/sh
# Enable Telnetd
mount -t devpts devpts /dev/pts
telnetd
It's simply linux shell script. You can make anything with it. But If you write some bad commands, than your TV could enter bootloop. You needed to read link that you posted, It's not only for WiFi...
Good lucks.