Page 12 of 19
Re: Hacking C series TV. Models with Internet@TV only
Posted: Mon Nov 29, 2010 1:19 am
by juusso
To run ftp server, execute:
Code: Select all
/mtd_rwarea/busybox tcpsvd -vE 0.0.0.0 21 /mtd_rwarea/busybox ftpd -w / &
And here is another working busybox for C series MIPS:
http://busybox.net/downloads/binaries/1 ... sybox-mips
enjoy

Re: Hacking C series TV. Models with Internet@TV only
Posted: Tue Nov 30, 2010 8:47 am
by juusso
It means, that if you need to connect to tv via FTP, you should add this row to your run.sh script and connect to tv over ftp, port 21.
login:root
password: just press enter, no password.
Re: Hacking C series TV. Models with Internet@TV only
Posted: Thu Dec 02, 2010 3:31 pm
by juusso
yes, exactly

Re: Hacking C series TV. Models with Internet@TV only
Posted: Mon Dec 06, 2010 12:15 pm
by lacibogi
Hi,
may I use the new widget if I already have hacked my TV?
Or should I use the flash disk with run.sh?
Re: Hacking C series TV. Models with Internet@TV only
Posted: Mon Dec 06, 2010 12:28 pm
by juusso
widget is needed just for hack TV. After that you can use any widget you want, TV remains hacked

Re: Hacking C series TV. Models with Internet@TV only
Posted: Fri Dec 10, 2010 12:20 pm
by juusso
y0ush4 wrote:I am a total n00b i don`t even know how to enter developer mode for installing widget.zip and whats my PC address how to know?
i am just a windows user but want to hack my LED tv for root Please help
i have SAMSUNG LED TV UA40C50000 its for me or not?
Dredkin made widget for you! You can hack your tv in few steps:
http://forum.samygo.tv/viewtopic.php?f= ... 9739#p9515
Re: Hacking C series TV. Models with Internet@TV only
Posted: Fri Dec 10, 2010 12:36 pm
by juusso
You have Internet@TV...
But if you ask such questions, maybe you do not make hack, you can brick TV...

Read
here and especialy
here
Re: Hacking C series TV. Models with Internet@TV only
Posted: Fri Dec 24, 2010 1:05 pm
by erdem_ua
Hi All.
We are trying to build C series compatibility
table here.
So please post your TV info to this topic:
http://forum.samygo.tv/viewtopic.php?f=13&t=1164
Or fill the wiki page by yourself.
Thank you.
Re: Modified Widget on T-VALDEUC 3003
Posted: Sat Dec 25, 2010 1:55 am
by huffyk
works great even with FAT32 (not needed Ext3 at all).
I had one question: after installing SamyGO i can access SSH server. But i wondered if i still need to have installation of SamyGO in run.sh? I tried it and i really need it after reboot... so it seems it is deleted after reboot.
btw. somebody should update wiki
http://wiki.samygo.tv/index.php?title=H ... _series_TV as there is no really needed ext3 with new widget from dredkin and hack is very easy just with FAT32 (i tried also NTFS but of course TV doesn't have write access to it)...
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Wed Dec 29, 2010 3:41 pm
by arris69
pencilhead wrote:...
Here is my run.sh
Code: Select all
#!/bin/sh
touch $1/ScriptOK
sync
rm -f /mtd_rwarea/profile
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
insmod $1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/cifs
mount -t cifs -o user=xbox,password=xb0x //192.168.1.250/Multimedia $1/samba/
mount -t cifs -o user=xbox,password=xb0x //192.168.1.250/Multimedia/Movies $1/shares/Movies
mount -t cifs -o user=xbox,password=xb0x //192.168.1.250/Multimedia/TV $1/shares/TV
...
if you start SamyGO/rcSGO there is no need to mount network-shares just rename SamyGO/etc/init.d/04_04_samba.init.dis to SamyGO/etc/init.d/04_04_samba.init and set username and password in the script (may adjust DEST_DIR too)
hth
arris