Page 13 of 19
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Thu Dec 30, 2010 10:52 am
by huffyk
arris69 wrote: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
just wanted to ask question about this 04_04_samba.init.dis file... the difference is that it is using BusyBox to run mount command. I suppose i can rewrite this file to use system's mount or not? What is actually difference to use busybox's mount and system's ? Was mount command not available in B series?
pencilhead wrote:
Yes - Leave usb stick in. After initial running of widget - it can be changed fat32 (makes it a bit easier to edit in a windows machine).
IMPORTANT - Use notepad++ or ultraedit. TV does not like windows linefeed/CR.
EDIT - It seems like hack can be done via FAT32 - just remember "DONT USE NOTEPAD" to edit
you don't need Ext3 at all. I installed hack just with Fat32 system and Notepad++.
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Thu Dec 30, 2010 11:16 am
by arris69
huffyk wrote:..
just wanted to ask question about this 04_04_samba.init.dis file... the difference is that it is using BusyBox to run mount command. I suppose i can rewrite this file to use system's mount or not? What is actually difference to use busybox's mount and system's ?
tvs mount is busybox, older version of extensions used a special version of the mount command for djmount without cifs-mount support.
arris
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Thu Dec 30, 2010 6:34 pm
by juusso
Yes, you can.
Did you use widget where in menu was button "Hack TV"?
Then you can see "Unhack" button, right? Press it

If not, read first post of this topic.
What to do
If TV does not react to USB or its behavior is strange, you can allways delete usb_hotplug.sh with help of widget:
Code: Select all
FilePlugind.Delete("/mtd_rwarea/usb_mount/usb_hotplug.sh")
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Fri Jan 07, 2011 8:23 pm
by juusso
I think here is a issue because you have more partitions on USB. Destroy partition table, have only one whole USB as filesystem and might you have it mounted always as /sda (need to check).
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Fri Jan 07, 2011 8:37 pm
by arris69
ferenz74 wrote:I have installed SamyExtensions successfully (C6700)
The first time I start the script ?rcSGO?, the usbstick is on sda1
By the next start the usbstick is on sdb1 ? sdc1?
What can I do, that usbstick is every time on sda1?
The problem is in 03_03_nfsmount.init. Here is DEST_DIR=/dtv/usb/sda1/nfs
My run.sh
rm -f /mtd_rwarea/profile
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
rcSGO_out
you'r not use r12 of extensions pack, in earlier version DEST_DIR is hardcoded. r12 has proper method to find the vusb mount point
hth
arris
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Sat Jan 08, 2011 7:27 pm
by arris69
secmar44 wrote:...
and, also tried what comment arris69 in a post to rename 04_04_samba.init.dis to 04_04_samba.init and edit it:
Code: Select all
##### CHANGE MEEEEE !!!!! ######
....
SERVER="192.168.1.33/Pelicula"
...
Any idea what I'm doing wrong???
thanks.
should be:
hth
arris
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Sat Jan 08, 2011 9:51 pm
by arris69
secmar44 wrote:...
whats about:
Code: Select all
sh +x $MOUNTBASEDIR/$MOUNT_DIR/run.sh $MOUNTBASEDIR/$MOUNT_DIR
instead of
Code: Select all
sh +x $MOUNTBASEDIR/$MOUNT_DIR/run.sh
where should your run.sh get the variable $1 elsewhere
if this fix your problem you have to donate 30? to the project
arris
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Sun Jan 16, 2011 9:40 am
by arris69
viveronese wrote:Hi all,
first of all Kudos for the great job you guys did with SamyGO!
I am little confused and frustrated. I was able to get root access to my Samsung LED TV UE55C870 (FW: VALDEUC 2003) and even to mount a samba share. I am just not able to install any extension like NetSurf, Cannel Info and so on...
The
NetSurf Installation Guide states :
# Plug the USB stick to your TV
# open gallery
# goto "manage applications" --> "games"
# run the 'NetSurf browser'
Where can I find this "gallery"? In "Internet@TV" or in "Media Play"?
Thanks in advance
gallery (content) is a b series stuff for some c series you need
this
hth
arris
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Mon Jan 24, 2011 2:59 pm
by juusso
Hallo,
Here are just telnet, ssh, NFS and SAMBA mounts, PVR to NFS over virtual gadget until now available. No B series apps available even NetSurf and another C series apps are just for C550/C530 (Trident).
Re: [How-To] Hacking C series TV. Models with Internet@TV only
Posted: Mon Jan 24, 2011 3:35 pm
by juusso
Yes, no NetSurf for your model yet. I think it is just question of time. Check forum periodically
