I am lost trying to downgrade my HT d6750w firmware

Samsung's BluRay player related hacks.

strugler
Posts: 18
Joined: Thu Feb 07, 2013 8:17 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by strugler »

juuso wrote:You have to connect to TV trough ftp, navigate to /mtd_exe and copy exeDSP binary from there. Further - according wiki article at your responsibility.
1. patching.
2. installing.
I hate to be keeping asking questions but this is what happened:

- i got the exeDSP from the directory

- i open the file in a hex editor just as instructed

- but i look for the string 10 80 BD E8 08 40 2D E9 04 00 50 E3 00 F1 9F 97 3F 3F 00 EA to remove the cinavia crap i keep getting string not found.

i have a B-FIR firmware

what am i dpoing wrong ?

Thank you so much
strugler
Posts: 18
Joined: Thu Feb 07, 2013 8:17 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by strugler »

The strng that i was able to find, that is close to what is the wiki is:

10 80 BD E8 40 2D E9 04 00 50 E3 00 F1 9F 97 0C 00 00 EA 3C



should i modify this one? if so which values to change and with what? Since this is different from the values that are in the Wiki:
10 80 BD E8 08 40 2D E9 04 00 50 E3 00 F1 9F 97 3F 3F 00 EA

EDIT: i am using xvi32 as the hex editor
strugler
Posts: 18
Joined: Thu Feb 07, 2013 8:17 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by strugler »

Guys, can anybody help me plz:-(
strugler
Posts: 18
Joined: Thu Feb 07, 2013 8:17 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by strugler »

juuso ? Anyone?

can anybody plz help me, i'm almost there plz guys
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by juusso »

what is full firmware name and version?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
strugler
Posts: 18
Joined: Thu Feb 07, 2013 8:17 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by strugler »

juuso wrote:what is full firmware name and version?
Thank you for your reply juuso,

The firmware was downloaded using samygo DNS trick. it is the 1116 version. But i dont know where i can see the full name. But according to samsung this is a FIBR type firmware.

How can i be sure ?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by juusso »

what is full firmware name?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: I am lost trying to downgrade my HT d6750w firmware

Post by greenhorn »

It is supposed to be B-FIRHTBEUC.
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by juusso »

I made small tool for windows. It searches for string and makes patched exeDSP. 18 bytes should be written as result. If you get more (for example 36), then means, string is found more than in one exeDSP address - not sure about result, don`t use such exeDSP. If 0 bytes written, means string was not found, binary not patched. Btw, i changed wiki article and from now one, but longer string, updated by Chorloser, is left.

Code: Select all

08 40 2D E9 04 00 50 E3 00 F1 9F 97 ?? ?? 00 EA ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 06 00 A0 E3
p.s. don`t worry if patcher freezes. It makes job and let`s you know about result ;)
You do not have the required permissions to view the files attached to this post.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
strugler
Posts: 18
Joined: Thu Feb 07, 2013 8:17 pm

Re: I am lost trying to downgrade my HT d6750w firmware

Post by strugler »

juuso wrote:I made small tool for windows. It searches for string and makes patched exeDSP. 18 bytes should be written as result. If you get more (for example 36), then means, string is found more than in one exeDSP address - not sure about result, don`t use such exeDSP. If 0 bytes written, means string was not found, binary not patched. Btw, i changed wiki article and from now one, but longer string, updated by Chorloser, is left.

Code: Select all

08 40 2D E9 04 00 50 E3 00 F1 9F 97 ?? ?? 00 EA ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 06 00 A0 E3
p.s. don`t worry if patcher freezes. It makes job and let`s you know about result ;)
you are awesome man. IT patched 18bytes so i should be good.

Now i am abt to go through the installing part. For CHMOD part can it be done using filezilla FTP client? since i can change the permissions that way, or does it have to be through netcad ?

Again thank you very much juuso for your time and help

Post Reply

Return to “BluRay Players”