Page 4 of 10

Re: SamyGo Firmware Patcher Script

Posted: Tue Nov 10, 2009 12:17 pm
by erdem_ua
hushrecordz wrote: What if I create rc.local in my TV with a call to /etc/telnetd_start.sh then change the line in the python script where it says "ifile.write( ';/etc/telnetd_start.sh&' )" to "ifile.write( ';/mtd_rwarea/rc.local&' )" , run the script and patch my TV... This way my TV will still have telnet access and I can insert the call to the CIFS mounting script in /mtd_rwarea/rc.local

Let me know if this works.

Thanks!
Yes it will work,but you needed to pay caution about letter count.
';/etc/telnetd_start.sh&' has 23 letter
';/mtd_rwarea/rc.local&' has 22 letter
so add one space after ampersand :) and your script is done :)

Re: SamyGo Firmware Patcher Script

Posted: Tue Nov 10, 2009 1:56 pm
by erdem_ua
sulph8 wrote:Have a look at this:
http://wiki.samygo.tv/index.php?title=H ... are_Update

That is why I suggested "ifile.write( ';/mtd_rwarea/rcS.local&' )" it matches up with "ifile.write( ';/etc/telnetd_start.sh&' )"
If we make new bash script, why its name is like rc.local? I prefer
';/mtd_rwarea/SamyGO.sh&'
or
';/mtd_rwarea/SGOstd.sh&'

Re: SamyGo Firmware Patcher Script

Posted: Tue Nov 10, 2009 4:12 pm
by erdem_ua
Enabling `Samygo` is not come logic to me. Advanced mode is better to understand.
I am gonna put
Enable Telnet or Advanced Mode on image( T/a )?
as a switch, which defaults telnet if 'a' or 'A' not leaved as answer.