Page 2 of 2

Re: Ready hacked (T-CHL5DEUC-2010.1)?

Posted: Tue Nov 30, 2010 8:30 am
by juusso
Erdem,

could you check patcher v0.24? Here are some issues with firmware T-CHL5DEUC-2008.0. After patching 2008.0 firmware and upgrading tv, it won`t accept and boot to this patched fw. Issue is on chown and permissions of files (at least exeDSP). After unsquashind, changing permissions manualy and squashing exe.img again, everything works perfectly. Here is what patcher does in comparing with untouched fw:
Factory.dat 755 -> 644
JadeTarget 555 -> 444
ReleaseInfo 755 -> 644
ddr_margin 555 -> 444
exeDSP 755 -> 644
samdrv.ko 755 -> 644
value.bin 555 -> 444
So, you need to check code...

Re: Ready hacked (T-CHL5DEUC-2010.1)?

Posted: Wed Dec 01, 2010 4:43 am
by erdem_ua
Okey, since you find the problem, it's easy to fix. I will examine this soon. (Might be tomorrow.)

Re: Ready hacked (T-CHL5DEUC-2010.1)?

Posted: Wed Dec 01, 2010 11:57 pm
by erdem_ua
Hey I don't have the firmware. So I can't test it. Could you add link of original firmware to Good & Old firmwares page?
Edit : Okey, I found it on google and put the link :)
ReEdit: I inspected patch process and found nothing.
Here is the patched 2008 firmware unsquashfs results:

Code: Select all

eath@triQuad:/media/samygo-svn/patcher/trunk/squashfs-tools/linux-amd64/squashfs-root> ls -l
total 37096
-r-xr-xr-x 1 death users    54235 2009-09-30 13:54 ddr_margin
drwxr-xr-x 2 death users     4096 2009-09-30 13:54 EDID
-rwxr-xr-x 1 death users 33819457 2010-12-02 01:46 exeDSP
-r--r--r-- 1 death users        6 2009-09-30 13:54 EXE_IMG_VER
-rwxr-xr-x 1 death users   329980 2009-09-30 13:54 Factory.dat
-r-xr-xr-x 1 death users    23779 2009-09-30 13:54 JadeTarget
-r--r--r-- 1 death users      171 2009-09-30 13:54 JadeTarget.cfg
-r--r--r-- 1 death users     8547 2009-09-30 13:54 LifeScenario
-r--r--r-- 1 death users    10205 2009-09-30 13:54 memalloc
-r-xr-xr-x 1 death users      415 2009-09-30 13:54 rc.local
-r--r--r-- 1 death users       92 2009-09-30 13:54 rc.local.rfs
-rwxr-xr-x 1 death users       18 2009-09-30 13:54 ReleaseInfo
-rwxr-xr-x 1 death users  3636088 2009-09-30 13:54 samdrv.ko
-r--r--r-- 1 death users     7479 2009-09-30 13:54 SpecialItemNumber.txt
-r-xr-xr-x 1 death users     1024 2009-09-30 13:54 value.bin
death@triQuad:/media/samygo-svn/patcher/trunk/squashfs-tools/linux-amd64/squashfs-root> 
It looks like do not reset executable permissions.
It comes to my mind that I make this in linux OS. What platform do you test the patcher? Windows? It might be crop executable permissions. Some users reports that they failed patching firmware on windows before.

Re: Ready hacked (T-CHL5DEUC-2010.1)?

Posted: Thu Dec 02, 2010 9:10 am
by juusso
It`s true, firmware has been patched in Windows... :(

Re: Ready hacked (T-CHL5DEUC-2010.1)?

Posted: Thu Dec 02, 2010 5:58 pm
by erdem_ua
juuso wrote:It`s true, firmware has been patched in Windows... :(
Yeah, could I change permissions on Windows? Might be using cygwin will help.