HotelMode LE32C550 T-TDT5DEUC TV-1024.1
- 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
ah, ok...
your link pointed to the manual method without prebuilt image, this one works different
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
If you can't fix it using dvct tape, you are not using enough dvct tape.
//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
~.
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
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
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

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
You can put it on USBNullBy7e 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

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 !!!!
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 !!!!
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
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
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
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
From what I remember it's something in /mtd_rwarea/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

Just do :
Code: Select all
ls /mtd_rwarea/*.sh

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 !!!!
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 !!!!
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
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.
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.
- 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
could you post the output of
and
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
Code: Select all
ls -alR /mtd_rwa* | cat | grep -A5 start.sh
Code: Select all
cat /mtd_rwarea/network_opt/usr/restore/start.sh
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
If you can't fix it using dvct tape, you are not using enough dvct tape.
//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
~.
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
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:
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.
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 $@
~
- 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
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?
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
If you can't fix it using dvct tape, you are not using enough dvct tape.
//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
~.
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
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?
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?