HotelMode LE32C550 T-TDT5DEUC TV-1024.1

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

User avatar
beatfreak
SamyGO Project Donor
Posts: 597
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by beatfreak »

ah, ok...
your link pointed to the manual method without prebuilt image, this one works different
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS // >> decommissioned due to tuner death
//UE46F8090 @ T-FXPDEUC 1136 // rooted by new Widget // root starting with empty usb drive
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.
NullBy7e
Posts: 18
Joined: Sat Nov 16, 2013 1:19 pm

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by NullBy7e »

Where do I put SamyGO.sh?
And is there a way to load SamyGO Extensions from mounted samba share?
I have it mounted as network_opt/network/mnt/samygo, something like that :-)
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by sectroyer »

NullBy7e wrote:Where do I put SamyGO.sh?
And is there a way to load SamyGO Extensions from mounted samba share?
I have it mounted as network_opt/network/mnt/samygo, something like that :-)
You can put it on USB :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
NullBy7e
Posts: 18
Joined: Sat Nov 16, 2013 1:19 pm

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by NullBy7e »

Ok cool.
But where is the code that finds SamyGO.sh on USB and executes it?
I need to know so that I can modify this *init* script and change a few things.

Directories in / : http://gyazo.com/927aeb71c3eb0fa7dbc750c1ab9ca999
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by sectroyer »

NullBy7e wrote:Ok cool.
But where is the code that finds SamyGO.sh on USB and executes it?
I need to know so that I can modify this *init* script and change a few things.

Directories in / : http://gyazo.com/927aeb71c3eb0fa7dbc750c1ab9ca999
From what I remember it's something in /mtd_rwarea/ :)
Just do :

Code: Select all

ls /mtd_rwarea/*.sh
And you will find it :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
NullBy7e
Posts: 18
Joined: Sat Nov 16, 2013 1:19 pm

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by NullBy7e »

start.sh - is this what gets executed when the TV is booting/booted?
EDIT:

start.sh gets overwrited everytime the TV is booted so that's not the right script (?).

I just want for the following line to run at boot:
/dtv/network_opt/network/10.0.0.2/SamyGO/rcSGO &

EDIT2:

I found out the original start.sh, this is what gets copied to mtd_rwarea on boot.
/mtd_rwarea/network_opt/usr/restore/start.sh

--

Now I need to find out if the rcSGO script was ran succesfully.
User avatar
beatfreak
SamyGO Project Donor
Posts: 597
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by beatfreak »

could you post the output of

Code: Select all

ls -alR /mtd_rwa* | cat | grep -A5 start.sh
and

Code: Select all

cat /mtd_rwarea/network_opt/usr/restore/start.sh
or post the location for the network_opt image that you used?

and you may delete your last 3 new threads here ;)

you should also first test how fast your network init is, my C6500 does his mounts ~45sec after powerbutton this will at least generate a popup as soon as virtual-usb for network-mountings/pvr2network get "connected"

ATM i have my SamyGO folder (51MB) in /mtd_rwcommon/ and do the whole rcSGO and virtUSB image init stuff right after poweron / when /sbin/usb_mount/usb_coldplug.sh gets kicked, then only 03_03_nfsmount.init has to wait for network to come up, it would probably be faster if a fixed ip is set in tv network options
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS // >> decommissioned due to tuner death
//UE46F8090 @ T-FXPDEUC 1136 // rooted by new Widget // root starting with empty usb drive
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.
NullBy7e
Posts: 18
Joined: Sat Nov 16, 2013 1:19 pm

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by NullBy7e »

Is it possible for u to teamviewer me or connect to my TV remotely?
I wouldn't mind setting that up, thing is I barely know anything of how the TV works and how scripts are loaded.
It will take ages to figure that out.

The first command is invalid (It shows the MAN page/arguments).
start.sh:

Code: Select all

#!/bin/sh
/bin/rm -rf /mtd_rwarea/start.sh
/dtv/network_opt/network/10.0.0.2/SamyGO/rcSGO > /dtv/SamyGO.log 2>&1
echo "/mtd_rwarea/start.sh ___________!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!___________
source /mtd_rwarea/usb_mount/opt_path
$EVENT start.sh_before $@
$EVENT start.sh_before_nonblock $@&
echo "/mtd_rwarea/start.sh ___________!!!!!!!!!!!!!!_____exeDSP_______!!!!!!!!!!
if [ -f "$OPT_DIR"/etc/init.d/anti_exeDSP.sh]; then
        chmod 777 "$OPT_DIR"/etc/init.d/anti_exeDSP.sh
        "$OPT_DIR"/etc/init.d/anti_exeDSP.sh
else
        cd /mtd_exe
        ./exeDSP
fi
$EVENT start.sh_after $@
~
PS: there are multiple threads because I kept getting error on the submission page, but apparantly still got through somehow, can't delete them myself.
User avatar
beatfreak
SamyGO Project Donor
Posts: 597
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by beatfreak »

if telnet access is pw protected it would be enough to configure a port forwarding for port 23 to tvs ip in your router, teamviewer would be an option too...

it would help if you could provide me the link where you found network_opt_18.02.2011_1.zip so i can see how the hack gets applied and how the telnet enabling works

if you had an ex-link cable or something like this i'd say you better format mtd_rwarea and rwcommon until telnet is gone and start from scratch with the currently supported manual hotelmode method.

and is there any specific reason for which you wand to keep your SamyGO extensions Folder on network share?
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS // >> decommissioned due to tuner death
//UE46F8090 @ T-FXPDEUC 1136 // rooted by new Widget // root starting with empty usb drive
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.
NullBy7e
Posts: 18
Joined: Sat Nov 16, 2013 1:19 pm

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1

Post by NullBy7e »

I like for things to be compact, and I don't have a USB stick (the one I used for the hack is now the HDD of my thin).

I got the link to the image I used from this page: http://wiki.samygo.tv/index.php5/Hackin ... es_models) - the download didn't work so I searched for the filename in google.
I also can't say that I followed all those steps 100%, I been trying for over a day to get the other hotelmode hack method to work, so I just thought *Oh whatever* and tried that image.

I can buy an ex-link cable, but do I need to screw open my TV then?
Theres no password set on telnet, how do I do that?

Post Reply

Return to “[C] Support”