LE40B750 and patched FW

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: LE40B750 and patched FW

Post by erdem_ua »

Really weird. Script code is here (0.19Beta but I think it uses same functions at here). And I expect that needed to work as needed. Not different than Telnet thing...

Code: Select all

		if found != -1 :
			print
			print 'Suitable Location Found for Script injection on Image Offset :', location+found
			var = raw_input("Enable Telnet or Advanced Mode or nothing on image( T/a/n )? ")

			print 'Patching File...'
			ifile.seek( location + found )
			if var == 'a' or var == 'A':
				ifile.write( ';/mtd_rwarea/SamyGO.sh&' )
				print "TV will initiate '/mtd_rwarea/SamyGO.sh' script on each start."
				print
			if var == 'n' or var == 'N':
				print "Telnet patch skipped."
				print
				return False
			else:
				ifile.write( ';/etc/telnetd_start.sh&' )
				print "Telnet Enabled on image."
				print
			ifile.close()
			return True
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: LE40B750 and patched FW

Post by erdem_ua »

There is a change log at beginning of script file.
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: LE40B750 and patched FW

Post by erdem_ua »

Test your configurations:
Patch original firmware with "Advanced" option, flash the firmware, enable telnet via Telnet Enabler app.
After, please check out /mtd_exe/rc.local file.
You needed to see

Code: Select all

...
...
export KF_NO_INTERACTIVE=1
export KF_LOG=/dev/null ;/mtd_rwarea/SamyGO.sh&
cd /mtd_exe/

./exeDSP
If your file is like that, that means TV are trying to execute that script at evert startup. Thanks...
thanks :)
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: LE40B750 and patched FW

Post by erdem_ua »

betacart wrote:Hi Erdem,

thanks for info, I will test tomorrow and will let you know - as you can read my previous post, I am not able to run Telnet by All Extensions... But I will try again.
One more thing - I am patching FW on Vista Professional - maybe this should be also problem? Which OS you are recommending for patch?
Telnet app is working at B750 AFAIK. Anyway, you have better to use ExLink cable for reach linux shell than.
For OS, I use Linux and recommend to use them. It's far more superior than windows on every aspect but gaming :)

Post Reply

Return to “[B] Support”