Page 25 of 29

Re: Hacking TV over Hotel mode (most C series models)

Posted: Mon Sep 30, 2013 1:30 am
by andirs
Hi I just hacked my ue46c6800 with newest firmware 3018.1 (at least i hope so) with this method:
http://wiki.samygo.tv/index.php5/Hack_o ... _models%29

but i can not get an ssh connection or ftp (enabled it).
When trying ssh via putty i directly get "connection refused" .
There is also no sign of extensions being loaded.

How can i verify that the hack really worked?
for example i get the run.ok file, does this mean its hacked for sure?

thanks!

edit:

may this code from the wiki-page to make the hack permanent be wrong?
#!/bin/sh
sleep 9
echo killself >>/mtd_rwarea/cmd1
#sh -x /dtv/usb/sda1/run4.sh &
#rm -rf /mtd_rwarea/usb_mount/usb_cmd
#rm -rf /mtd_rwarea/usb_mount/usb_mount
#rm -rf /mtd_rwarea/usb_mount/killself.sh
why is sleep 9 when it was 900 f?r the temporarily hack?
also post 3 says to comment out all lines

edit2:

i tried with commenting out all lines and rehacking, but still no connection possible.

Re: Hacking TV over Hotel mode (most C series models)

Posted: Mon Sep 30, 2013 1:11 pm
by andirs
can somebody please say if the hack was successful when run.ok is on the usb drive?
if yes i would spend more time in searching why i cannot ssh or why the extensions dont load

Re: Hacking TV over Hotel mode (most C series models)

Posted: Mon Sep 30, 2013 1:47 pm
by tempinbox
andirs wrote:can somebody please say if the hack was successful when run.ok is on the usb drive?
if yes i would spend more time in searching why i cannot ssh or why the extensions dont load
this hack works with 3018 firmware.
If you see run.ok the hack is installed correctly.
you need to set up samygo extension.
download:
1-->SamyGO-All-Extensions-v0.03.6-r12-for-T-VALDEUC-20110103184650
2-->SamyGO-All-Extensions-Bugfix-v0.03.6-r15-for-valencia-20111001120232.zip
3-->3SamyGO-libs-T-VALDEUC-20110123101934.zip
extract these on usb
create file run.sh
have you got telnet access to tv?
ssh and telnet works only if the samygo usb is plug on tv

Re: Hacking TV over Hotel mode (most C series models)

Posted: Mon Sep 30, 2013 1:58 pm
by andirs
hi thanks for your answer :)
i did everything exactly as told in the tutorial, but the extensions wont load...
therefore i dont have telnet as well, after 1-2 seconds i get connection refused in putty on windows
i let the tv "load" the extensions up to 5 mins but still no connection possible
network should be ok because i can stream via dlna to the tv

at the moment i try to prepare another usb stick, because it seams the one i used is broken...
i may know in a few hours

edit:
the USB Drive was really broken now it works :)

Re: Hacking TV over Hotel mode (most C series models)

Posted: Sun Nov 03, 2013 10:04 pm
by snejky
Hello. In the past I used the old version of the hack. After the complaint was replaced motherboard. I followed the "new" instructions and I have run.ok, SSH access, but no telnet acces. For a long time I was looking to get a web-based administration and setup samba through the browser.

I need automatic mount to cifs/samba or nfs share and activate telnet. Can you advise me please?

Forgive me for my bad English.

TV: le40c550 (mstar cpu)
I used hack method: http://wiki.samygo.tv/index.php5/Hack_o ... es_models)

SSH after login:

Code: Select all

root@192.168.1.6's password: 
echo "/etc/profile start!! "
# insmod Kernel Driver #
insmod $MODULES_DIR/fsr.ko
insmod $MODULES_DIR/fsr_stl.ko
insmod $MODULES_DIR/rfs.ko
# mount tmpfs for Coredump without usb modules
mount -t tmpfs tmpfs /core -o size=20M,mode=1777
# mount mtd_contents #
if [ "$(mount | grep $MTD_CONTENTS_STL)" == "" ]; then
        mount -t rfs $MTD_CONTENTS_STL /mtd_contents -o codepage=utf8
-sh: syntax error: "else" unexpected
SELP#> 

Re: Hacking TV over Hotel mode (most C series models)

Posted: Wed Nov 06, 2013 5:29 pm
by snejky
Come on guys, please respond. Thanks

Re: Hacking TV over Hotel mode (most C series models)

Posted: Sat Nov 09, 2013 11:21 pm
by mocnehsito
i dont get the 5 piont 5. Create exact stucture of symlinks and directories on USB:

how to do that

Re: Hacking TV over Hotel mode (most C series models)

Posted: Mon Nov 11, 2013 11:24 am
by snejky
snejky wrote:Hello. In the past I used the old version of the hack. After the complaint was replaced motherboard. I followed the "new" instructions and I have run.ok, SSH access, but no telnet acces. For a long time I was looking to get a web-based administration and setup samba through the browser.

I need automatic mount to cifs/samba or nfs share and activate telnet. Can you advise me please?

Forgive me for my bad English.

TV: le40c550 (mstar cpu)
I used hack method: http://wiki.samygo.tv/index.php5/Hack_o ... es_models)

SSH after login:

Code: Select all

root@192.168.1.6's password: 
echo "/etc/profile start!! "
# insmod Kernel Driver #
insmod $MODULES_DIR/fsr.ko
insmod $MODULES_DIR/fsr_stl.ko
insmod $MODULES_DIR/rfs.ko
# mount tmpfs for Coredump without usb modules
mount -t tmpfs tmpfs /core -o size=20M,mode=1777
# mount mtd_contents #
if [ "$(mount | grep $MTD_CONTENTS_STL)" == "" ]; then
        mount -t rfs $MTD_CONTENTS_STL /mtd_contents -o codepage=utf8
-sh: syntax error: "else" unexpected
SELP#> 
Success! I had to use a combination of old and new hack procedure.

Re: Hacking TV over Hotel mode (most C series models)

Posted: Mon Dec 30, 2013 1:43 pm
by beatfreak
@ andirs
after commenting out the lines that actually do something we have a killself-script that does "nothing" (except of putting an echo notification)
and we don't want to have a (now) useless script running for 15min, we changed it to 9 (or any other smaller value)
we just leave it in to avoid errors that may occur if its missing

@snejki
before you connect try to ping your tv, after powering on it may take ~1-2min until you can connect
and it looks more like a problem with your samygo extensions, are you sure you did pick the right ones? (wiki article was for example of T-VALDEUC -> arm cpu)
Could you tell us what you did differently? i could put this in the wiki too.

@mocnehsito
just run the commands mentioned in this step, and perhaps read the whole article really carefully once more ;)

Re: Hacking TV over Hotel mode (most C series models)

Posted: Fri Jan 03, 2014 12:17 am
by chipi
Hi,

I have Samsung LE37C550 (T-TDT5DEUC firmware) serials tv.
I would like to ask for help in the next.
I have worked in the following described textual. LINK

But don't be out of order telnet port.
But why?


Thank you!