[How-To] Hacking C series TV. Models with Internet@TV only

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

bastler0815
Posts: 104
Joined: Thu Jun 17, 2010 8:38 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by bastler0815 »

Hey guys,

I just was playing arround if I can find any hints about how to enable extra apps ... like Game Menue (at C-Sereies) or Gemstar EPG ... so far I haven?t found somehting to enable ths extensions ...

Does anybody has an Idea about how this "extra" stuff could be enabled ? or where the settings about what is enabled is stored ?

Would be nice to enable some extra features :)

Regards
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by juusso »

Very very interesting manual about writing firmware from u-boot prompt using bbm USB comand in LEONID#.
I missed this information. Thank YOU.
Info must be wikified on "How to restore bricked TV" i think.
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
bastler0815
Posts: 104
Joined: Thu Jun 17, 2010 8:38 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by bastler0815 »

Hi,

nice info?s!

Hmm does anyone wrround here know where to get the Win-DDC Manager tool ? and what interface is needed ?!

Would be great .. cause with this it seems that there?s access to the Weltrend Micom Chip!

Regards
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by juusso »

bastler0815 wrote: Hmm does anyone wrround here know where to get the Win-DDC Manager tool ? and what interface is needed ?!
Would be great .. cause with this it seems that there?s access to the Weltrend Micom Chip!
Regards
Look here. And here is another DDC. I have other question: how to get firmware images to load to tv with help of DDC :) And how to get it working at all...
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
bastler0815
Posts: 104
Joined: Thu Jun 17, 2010 8:38 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by bastler0815 »

Hi,

I had already found the first link ... but at the second a registration is needed and I?m not that good with the russian language ^^

Is the tool from the PDF somwhere available ?? and how about an interface ?

Regards
bastler0815
Posts: 104
Joined: Thu Jun 17, 2010 8:38 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by bastler0815 »

Hi,

@ Simkard just take a look here ... in the wiki is described how the cable has to be build / configured.

http://wiki.samygo.tv/index.php?title=E ... r_C-Series

Regards
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by juusso »

bastler0815 wrote:Hi,
I had already found the first link ... but at the second a registration is needed and I?m not that good with the russian language ^^
Is the tool from the PDF somwhere available ?? and how about an interface ?
Regards
I have one more impressing file. Here is a exel file with manuals and applications on it. To get files, click on File icon on top and you get it in the same directory where xls is placed.
dbaggio wrote:i have done all steps till

Code: Select all

    touch /dtv/usb/sda1/ScriptOK_sda
    touch $1/ScriptOK_1
    sync 
You do not need ext3 to run script from USB. It is confirmed, it works well from fat32.
What file you get on USB after you run code (touch...)?
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
bastler0815
Posts: 104
Joined: Thu Jun 17, 2010 8:38 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by bastler0815 »

Very interesting excel file ! :)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by juusso »

I think this code should work:

Code: Select all

#!/bin/sh
        touch /dtv/debug_on
        if !([ -e /mtd_rwarea/busybox ]); then
                cp /dtv/usb/sda1/busybox /mtd_rwarea/
                chmod 777 /mtd_rwarea/busybox
                sync
        fi
        if !([ -e /mtd_rwarea/sh ]); then
                ln -s /mtd_rwarea/busybox /mtd_rwarea/sh
                chmod 777 /mtd_rwarea/sh
                sync
        fi

        mount -t devpts devpts /dev/pts
        /mtd_rwarea/busybox telnetd -l /mtd_rwarea/sh
        sync
Have you file busybox on root of USB next to the run.sh?
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
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Hacking C series TV. Models with Internet@TV only

Post by juusso »

Yes, of course, after run busybox - check if you able telnet to tv.
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

Post Reply

Return to “[C] Firmware”