Page 10 of 29

Re: [How-To] Hack for C550 and other C models

Posted: Wed Feb 02, 2011 10:52 am
by juusso
Strange, this error occurs on VALDEUC-3006, but not on earlier firmwares. Try hack TV manually. Topic for your model is here.

Re: [How-To] Hack for C550 and other C models

Posted: Fri Feb 04, 2011 8:13 am
by juusso
And what happens if you enter next from here?

Re: [How-To] Hack for C550 and other C models

Posted: Wed Feb 16, 2011 6:12 pm
by juusso
Not only network cable. Antenna is to unplug too.

Re: [How-To] Hack for C550 and other C models

Posted: Sun Feb 20, 2011 6:37 am
by juusso
joejoebr wrote: Regarding the other files from the universal USB, i copied the TDT5DEUC files to TDT5IBRC, adjusting the ./modules/T-TDT5IBRC/usr/sbin/platform.sh and the ./first_run.sh files)
To get 100% working, you need edit first_run.sh:
Add:

Code: Select all

    elif [ $(/bin/grep -c "T-TDT5IBRC" /mtd_exe/.info) -gt 0 ] ; then
	/bin/echo $(/bin/grep -o "T-TDT5IBRC" /.info) >> $USB_FLASH/first_run.ok
	export PLATFORM_DIR=$USB_FLASH/modules/T-TDT5IBRC
dublicate (or rename) ./modules/T-TDT5DEUC to T-TDT5IBRC dir and edit ./modules/T-TDT5IBRC/usr/sbin/platform.sh like:

Code: Select all

#!/bin/sh
USB_FLASH=$1
OPT_DIR=/mtd_rwarea/network_opt
EVENT=$OPT_DIR/sbin/event.sh
USB_MOUNT=/mtd_rwarea/usb_mount
TV_PLATFORM=T-TDT5IBRC
No other changes are needed....