Page 2 of 3
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Mon Jun 09, 2014 10:29 pm
by beatfreak
ah, ok...
your link pointed to the manual method without prebuilt image, this one works different
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Mon Jun 09, 2014 10:42 pm
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

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Tue Jun 10, 2014 9:44 pm
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

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Tue Jun 10, 2014 11:29 pm
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
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Wed Jun 11, 2014 5:11 pm
by sectroyer
From what I remember it's something in /mtd_rwarea/

Just do :
And you will find it

Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Wed Jun 11, 2014 5:38 pm
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.
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Wed Jun 11, 2014 7:36 pm
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
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Wed Jun 11, 2014 9:47 pm
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.
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Thu Jun 12, 2014 6:23 pm
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?
Re: HotelMode LE32C550 T-TDT5DEUC TV-1024.1
Posted: Thu Jun 12, 2014 9:23 pm
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?