Re: [How-To] Hack for C550 and other C models
Posted: Wed Feb 02, 2011 10:52 am
Strange, this error occurs on VALDEUC-3006, but not on earlier firmwares. Try hack TV manually. Topic for your model is here.
Samsung TV Firmware on the GO
http://forum.samygo.tv/
To get 100% working, you need edit first_run.sh: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)
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
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