executing custom script on CI+

Here is information about customize your B series firmware..:!:This forum is NOT FOR USER questions or problems but DEVELOPER.

marcelru
Official SamyGO Developer
Posts: 171
Joined: Thu Oct 01, 2009 7:27 am

Re: executing custom script on CI+

Post by marcelru »

Hi, a bit off topic, my question:

Code: Select all

[Version_file : SWU_T-CHL5CIPDEUC_002008_I02_EK000DK000_100115
langerhans, apparently you have the same firmware as I have in my UE40B6000. Do you happen to have the original installation file of it?
Would like to have a copy.

grtz,

marcelr
langerhans
Posts: 54
Joined: Sun Jan 10, 2010 3:22 pm

Re: executing custom script on CI+

Post by langerhans »

This Event Queue Full is totally normal. You could avoid it with killing exeDSP, but it works also with it running.

It's pretty hard to find the right jump address without actual access to the device.

Code: Select all

Found at 0x17c9b88: Write successful
Could you do a memory read of that address in debug menu after doing the patch?. 32 Bytes long should be enough...
dasilverpaladin
Official SamyGO Developer
Posts: 119
Joined: Sat Oct 31, 2009 1:04 am

Re: executing custom script on CI+

Post by dasilverpaladin »

there is little problem...
as my TV is CI+ there is this fucking input filter which only allows numbers, i managed to disable it while unbricking but i cant disable it now...

and what i already told juuso, the patch adress changes, its not always the same

Code: Select all

localhost login: root
-sh: id: not found
# cd /dtv/usb/sdb1
# chmod 755 ./patcher
# ./patcher /dev/mem ./patch.ini patch2 patch
PATCHING prints out magic number for emergency.sh
Searching memory for byte pattern of size 0x10:
Found at 0x3092b88: Write successful
Search finished
patched: 1 time(s)
# ./patcher /dev/mem ./patch.ini patch2 patch
PATCHING prints out magic number for emergency.sh
Searching memory for byte pattern of size 0x10:
Found at 0x2168b88: Write successful
Search finished
patched: 1 time(s)
# ./patcher /dev/mem ./patch.ini patch2 patch
PATCHING prints out magic number for emergency.sh
Searching memory for byte pattern of size 0x10:
Found at 0x674f810: Write successful
Search finished
patched: 1 time(s)
# ./patcher /dev/mem ./patch.ini patch2 patch
PATCHING prints out magic number for emergency.sh
Searching memory for byte pattern of size 0x10:
Found at 0x73cfb88: Write successful
Search finished
patched: 1 time(s)
# ./patcher /dev/mem ./patch.ini patch2 patch
PATCHING prints out magic number for emergency.sh
Searching memory for byte pattern of size 0x10:
Found at 0x6c40b88: Write successful
Search finished
patched: 1 time(s)
#

Post Reply

Return to “[B] Firmware”