SamyGo Firmware Patcher Script

Here are software that related with Samsung B series TVs. Like hex editors, new version of BusyBox or internal software, app programs that will run in your TV hardware.:!:This forum is NOT FOR USER QUESTIONS or Problems.

User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: SamyGo Firmware Patcher Script

Post by erdem_ua »

You output is perfectly normal.
For understand that bash format:

Code: Select all

export KF_LOG=/dev/null ;/mtd_rwarea/SamyGO.sh&
means

Code: Select all

export KF_LOG=/dev/null
/mtd_rwarea/SamyGO.sh&
and ampersand says that fire and forget, don't wait for SamyGO.sh ends...

So this script is run on boot. Please check your /mtd_rwarea/SamyGO.sh file. (you needed to aware that capital letters. /mtd_rwarea/samygo.sh wont work!)
regards
User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: SamyGo Firmware Patcher Script

Post by erdem_ua »

Your script looks okey to my eye. I am not computer but It's ok. Executed on boot.
User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: SamyGo Firmware Patcher Script

Post by erdem_ua »

I guess you can debug process via

Code: Select all

echo "reached point 1" >> /mtd_rwarea/debuglog.txt
like lines.

Post Reply

Return to “[B] Software”