Page 11 of 19

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

Posted: Fri Nov 26, 2010 8:35 pm
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

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

Posted: Sat Nov 27, 2010 8:03 pm
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.

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

Posted: Sat Nov 27, 2010 8:14 pm
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

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

Posted: Sat Nov 27, 2010 8:53 pm
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...

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

Posted: Sat Nov 27, 2010 9:51 pm
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

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

Posted: Sun Nov 28, 2010 11:53 am
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

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

Posted: Sun Nov 28, 2010 2:12 pm
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...)?

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

Posted: Sun Nov 28, 2010 3:03 pm
by bastler0815
Very interesting excel file ! :)

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

Posted: Sun Nov 28, 2010 3:18 pm
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?

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

Posted: Sun Nov 28, 2010 3:42 pm
by juusso
Yes, of course, after run busybox - check if you able telnet to tv.