Hacking UE32C6500

Support for C series TVs that all user could ask. Please do not ask a questions at other forums.
Post Reply

disti
Posts: 2
Joined: Sun Nov 02, 2014 5:17 pm

Hacking UE32C6500

Post 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
User avatar
mmhorda
SamyGO Project Donor
Posts: 152
Joined: Tue Jan 25, 2011 11:23 am

Re: Hacking UE32C6500

Post by mmhorda »

take fat32 formatted drive for SamyGo extensions. Telnet is not working by default.
Use SSH
# ssh root@TV_IP
TV: LE40C750 - T-VALDEUC 3011.0
TV: UE40D6100 - T-GAS6DEUC 1026.0
TV: UE50ES6300 - T-MST10PDEUC 1042.0
NAS: MyBookLive 3Tb - Core F/W 02.43.03-022
User avatar
beatfreak
SamyGO Project Donor
Posts: 591
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

Re: Hacking UE32C6500

Post 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?
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS //
FYI: you can close your ssh session with SamyGO with

Code: Select all

~.
If you can't fix it using dvct tape, you are not using enough dvct tape.
disti
Posts: 2
Joined: Sun Nov 02, 2014 5:17 pm

Re: Hacking UE32C6500

Post 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!
User avatar
beatfreak
SamyGO Project Donor
Posts: 591
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

Re: Hacking UE32C6500

Post 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
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS //
FYI: you can close your ssh session with SamyGO with

Code: Select all

~.
If you can't fix it using dvct tape, you are not using enough dvct tape.

Post Reply

Return to “[C] Support”