Page 1 of 1

Hacking UE32C6500

Posted: Sun Nov 02, 2014 5:51 pm
by disti
Hi,

I'm trying to hack my UE32C6500 tv (firmware T-VALDEUC, revision 3018).

I followed these guides:

http://wiki.samygo.tv/index.php5/This_i ... ve_to_read
http://wiki.samygo.tv/index.php5/Hack_o ... es_models)
viewtopic.php?f=13&t=1076

and I obtained the "run.ok" file on my usb pendrive. This seems to indicate that the hack has been applied.

Unfortunately, I'm not able to connect to my tv via telnet or ssh.

I also tried to install SamyGO Extensions, both on the same ext3 formatted pendrive and on a vfat formatted one.

I created the SamyGO Estensions pendrive using this guide:
http://wiki.samygo.tv/index.php5/Hack_o ... es_models) (Section "Insert SamyGO Extensions")

On this second pendrive I have SamyGO Extensions and the following run.sh file:

Code: Select all

#!/bin/sh
date > /dtv/usb/sda/run.ok

# I tried this launch command:
/dtv/usb/sda1/SamyGO/rcSGO >/dev/null 2>&1 &

# And also this one:
# sh -x $1/SamyGO/rcSGO $1/SamyGO > /dtv/rcSGO_out 2>&1 &
Can someone confirm that the steps I follow are ok? I'm doing this:
  • I apply the hack (by importing modded channel list, then by cloning settings from USB to TV in the Hotel mode menu). This is done with an ext3 formatted pendrive. The file run.ok is created.
  • Then, within the time limit I set in link2 (900ms - 15 mins), I remove the first pendrive and insert the vfat formatted one.
  • After a couple of minutes I try to connect with telnet.
Unfortunately, nothing happens. On this pendrive run.ok is not created.

After two days of experiments I'm really out of clues.

Can someone help me?

Thanks!

Roberto

Re: Hacking UE32C6500

Posted: Tue Nov 04, 2014 11:40 am
by mmhorda
take fat32 formatted drive for SamyGo extensions. Telnet is not working by default.
Use SSH
# ssh root@TV_IP

Re: Hacking UE32C6500

Posted: Wed Nov 05, 2014 8:07 pm
by beatfreak
For testing you yould pu two lines with run.ok command in your run.sh file, one for /dtv/usb/sda/run.ok and one for /dtv/usb/sda1/run.ok
in general its better to use

Code: Select all

$1/

instead of

Code: Select all

/dtv/usb/sda/ (or) /dtv/usb/sda1/
(its a variable that always refers to the right one)

importing the channel list is only necessary once, we need it only to create the folder /mtd_rwarea/usb_mount/ and it doesn't get deleted when hack is automatically removed.
but as your hack is working it should be safe to apply it permanently.

also check your init scripts to have ssh enabled

which ssh client do you use?

Re: Hacking UE32C6500

Posted: Thu Nov 06, 2014 11:27 am
by disti
Thank you for your answers!

At last, I finally managed to connect to my tv.

I actually did nothing special, just... wait!

It takes about 10 minutes (from power on / usb insertion) before ssh connection is available.

I had no idea that I had to wait so much!

Thank you again!

Re: Hacking UE32C6500

Posted: Thu Nov 06, 2014 9:43 pm
by beatfreak
10min is way too long, for my 40C6500 it is 42sec after power on (usb is always plugged in)

post your rcSGOout and samygo.log file they are easy to get if you have ftp server enabled

if your tv has a fixed ip adress keep pinging it from another pc after power on to see when tvs network interface is up