Code: Select all
/mtd_rwarea/busybox tcpsvd -vE 0.0.0.0 21 /mtd_rwarea/busybox ftpd -w / &
enjoy

Code: Select all
/mtd_rwarea/busybox tcpsvd -vE 0.0.0.0 21 /mtd_rwarea/busybox ftpd -w / &
Dredkin made widget for you! You can hack your tv in few steps: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?
works great even with FAT32 (not needed Ext3 at all).dredkin wrote:igrat wrote: I've updated the widget.
Now it has possibility to choose folder for your usb device.
http://www.multiupload.com/OLQTLJ8G52
Instruction see above.
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)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