Got my D550 back. Came with T-MSV4AUSC. Rooted.

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

LLStarks
Posts: 58
Joined: Mon Nov 07, 2011 12:17 pm

Got my D550 back. Came with T-MSV4AUSC. Rooted.

Post by LLStarks »

http://pastebin.com/UAZDmX1j

1198282
20089999

And I'm in.

I know the MSV and MST are different, but I'm going to slap myself if stock firmware (which I had stupidly upgraded) for the MST variant had drop-dead easy serial access too.
LN32D550K1FXZA (ROOTED)
T-MSV4AUSC-1001.2
T-MSV4AUSS-2001 (wtf is this?)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Got my D550 back. Came with T-MSV4AUSC. Rooted.

Post by juusso »

Rooted means unrestricted console, right?
Aha... strange, shell unlocked by default. Lucky :-)

Needed more research. How about to run Samygo extensions?

@arris, do we have ones for this tv...? :smile:
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
LLStarks
Posts: 58
Joined: Mon Nov 07, 2011 12:17 pm

Re: Got my D550 back. Came with T-MSV4AUSC. Rooted.

Post by LLStarks »

1198282 unlocks the console. So, not exactly unlocked by default.

I'm happy to provide whatever you guys need. I'm sure you have a better idea of interesting things that need to be looked at than I do.
LN32D550K1FXZA (ROOTED)
T-MSV4AUSC-1001.2
T-MSV4AUSS-2001 (wtf is this?)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Got my D550 back. Came with T-MSV4AUSC. Rooted.

Post by juusso »

I think we need full dump of your TV, especially kernel. As we have unrestricted symbol input over ExLink, we can check patch for other mstar devices.
One is interesting, this firmware is to be downloaded together with T-MST4AUSC as one archive.
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
LLStarks
Posts: 58
Joined: Mon Nov 07, 2011 12:17 pm

Re: Got my D550 back. Came with T-MSV4AUSC. Rooted.

Post by LLStarks »

Yup. MST4 and MSV4 are always packaged together.

Any recommendations on how I should dump everything?
LN32D550K1FXZA (ROOTED)
T-MSV4AUSC-1001.2
T-MSV4AUSS-2001 (wtf is this?)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Got my D550 back. Came with T-MSV4AUSC. Rooted.

Post by juusso »

dumping:

Code: Select all

bml.dump /dev/bml0/x /dtv/usb/sda1/bml_x.dmp
where x is partition number and check is here usb mounted as sda1.

If bml.dump not exists here, you can use cat:

Code: Select all

cat /dev/bml0/x > /dtv/usb/sda1/bml_x.dmp
List of available partitions by command (check it first and show us..)

Code: Select all

cat /proc/partitions
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
LLStarks
Posts: 58
Joined: Mon Nov 07, 2011 12:17 pm

Re: Got my D550 back. Came with T-MSV4AUSC. Rooted.

Post by LLStarks »

bml.dump is present

Code: Select all

major minor  #blocks  name

 139        0     128000 tfsr0/c
 139        1        128 tfsr1
 139        2        256 tfsr2
 139        3        128 tfsr3
 139        4        256 tfsr4
 139        5       4096 tfsr5
 139        6       3584 tfsr6
 139        7        128 tfsr7
 139        8        128 tfsr8
 139        9        128 tfsr9
 139       10       6272 tfsr10
 139       11      11264 tfsr11
 139       12      30720 tfsr12
 139       13      30720 tfsr13
 139       14      25600 tfsr14
 139       15      14592 tfsr15
 137        0     128000 bml0/c
 137        1        128 bml1
 137        2        256 bml2
 137        3        128 bml3
 137        4        256 bml4
 137        5       4096 bml5
 137        6       3584 bml6
 137        7        128 bml7
 137        8        128 bml8
 137        9        128 bml9
 137       10       6272 bml10
 137       11      11264 bml11
 137       12      30720 bml12
 137       13      30720 bml13
 137       14      25600 bml14
 137       15      14592 bml15
 138       10       4736 stl10
 138       11       9728 stl11
 138       12      29696 stl12
 138       14      24576 stl14
 138       15      13056 stl15
   8        0    1006592 sda
   8        1    1005857 sda1
LN32D550K1FXZA (ROOTED)
T-MSV4AUSC-1001.2
T-MSV4AUSS-2001 (wtf is this?)
LLStarks
Posts: 58
Joined: Mon Nov 07, 2011 12:17 pm

Re: Got my D550 back. Came with T-MSV4AUSC. Rooted.

Post by LLStarks »

The Mstar Busybox binary seems to work. Haven't really played around beyond that.

Code: Select all

Linux (none) 2.6.30.9 #176 PREEMPT Wed Jul 20 11:22:31 KST 2011 mips GNU/Linux
LN32D550K1FXZA (ROOTED)
T-MSV4AUSC-1001.2
T-MSV4AUSS-2001 (wtf is this?)

Post Reply

Return to “[D] Firmware”