[How-To] Hacking C series TV. Models with Internet@TV only

Here is information about customize your C series firmware..:!:This forum is NOT FOR DUMMY USERS questions or problems but DEVELOPER.

huffyk
Posts: 25
Joined: Tue Jun 22, 2010 1:44 pm

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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++.
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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")
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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).
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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:

Code: Select all

SERVER="192.168.1.33"
hth
arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post 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).
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [How-To] Hacking C series TV. Models with Internet@TV only

Post by juusso »

Yes, no NetSurf for your model yet. I think it is just question of time. Check forum periodically ;)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “[C] Firmware”