SamyGO Extensions [v0.03.6]

Here are software that related with Samsung B series TVs. Like hex editors, new version of BusyBox or internal software, app programs that will run in your TV hardware.:!:This forum is NOT FOR USER QUESTIONS or Problems.

semoG
Posts: 34
Joined: Mon Apr 28, 2014 12:01 pm

Re: SamyGO Extensions [v0.03.6]

Post by semoG »

Finally got it to work.
I just have one question. The extensions start but I have to go to media player so it can mount the samba drives ? Is this correct ? It takes a little bit to mount everything.

Is it possible to mount instantly when booting the tv ?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: SamyGO Extensions [v0.03.6]

Post by juusso »

yes, if samba or nfs setup is correct, you can mount and watch your network shares in mediaplayer. To get them autostarted, add the start of rcSGO in /mtd_rwarea/SamyGO.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
semoG
Posts: 34
Joined: Mon Apr 28, 2014 12:01 pm

Re: SamyGO Extensions [v0.03.6]

Post by semoG »

juuso wrote:yes, if samba or nfs setup is correct, you can mount and watch your network shares in mediaplayer. To get them autostarted, add the start of rcSGO in /mtd_rwarea/SamyGO.sh
Thank you for your answer. I actually have that on the SamyGO.sh, but they are only mounted once i press media player...is that normal ?

I beliive that if I didn't have that line on the .sh file i didn't had smb mount shares at all, is that correct ?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: SamyGO Extensions [v0.03.6]

Post by juusso »

completely wrong. They mount during tv start. If you don`t use manual servers and shares, maybe autoscan takes some time to find it on your network. If you don`t start rcSGO from SamyGO.sh, no shares are mounted automatically. Sure, you can write all the necessary commands to the SamyGO.sh without to call the whole rcSGO stuff. check example on the wiki.
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
semoG
Posts: 34
Joined: Mon Apr 28, 2014 12:01 pm

Re: SamyGO Extensions [v0.03.6]

Post by semoG »

Hi guys i'm having problems with samygo after my TV had capacitors changed.

So now the samyGo won't start and i don't know why.

If i ran the following command:

Code: Select all

# ./04_04_samba.init start
insmod: cannot insert `/mtd_tlib/GGame/SamyGO/lib/modules/2.6.18_SELP-ARM/kernel/fs/cifs/cifs.ko': File exists (-1): File exists
Search Shares
on: 192.168.1.6
creating lame upcase table
creating lame lowcase table
Domain=[SEMOG-PC] OS=[Windows 7 Ultimate 7601 Service Pack 1] Server=[Windows 7 Ultimate 6.1]
/dtv/usb/sda1/smb/192.168.1.6/Downloads is mounted!
/dtv/usb/sda1/smb/192.168.1.6/Users is mounted!
on: 192.168.1.1
creating lame upcase table
creating lame lowcase table
Domain=[HOME] OS=[Unix] Server=[Samba 3.0.28]
Domain=[HOME] OS=[Unix] Server=[Samba 3.0.28]
The 2 folders are mounted, but I can't seem to see them on my media player source (SamyGo Virtual don't show up).
I didn't changed anything on the TV.

My SamyGo.sh is like this:

Code: Select all

#!/bin/sh
#====================================================================
# Enable Telnetd
#====================================================================
if [ `cat /proc/mounts | grep -c "/dev/pts"` -lt "1" ] ; then
        echo "telnetd Enabled"
             mount -t devpts devpts /dev/pts
             telnetd
     else
        echo "/dev/pts is mounted"
fi

sleep 10

if [ -f /mtd_tlib/GGame/SamyGO/rcSGO ]; then
echo "extensions found" > /mtd_swu/SGO_status
/mtd_tlib/GGame/SamyGO/rcSGO /mtd_tlib/GGame/SamyGO > /mtd_swu/rcSGO_out 2>&1 &
else
echo "SamyGO rcSGO not found!" > /mtd_swu/SGO_failed
fi
Can someone help me ?
semoG
Posts: 34
Joined: Mon Apr 28, 2014 12:01 pm

Re: SamyGO Extensions [v0.03.6]

Post by semoG »

No one can belo me ?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: SamyGO Extensions [v0.03.6]

Post by juusso »

is 02_04_vusb.init enabled? Btw, if everythign worked before, then replacing capacitors on power board do not affect your scripts in any case. Check your installation, maybe some init scripts became corrupted or something else happened.
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
semoG
Posts: 34
Joined: Mon Apr 28, 2014 12:01 pm

Re: SamyGO Extensions [v0.03.6]

Post by semoG »

I've noticed that the tv mounts the smb drives on the pen that I have on Usb door but there's no reference on media player of Samygo virtual drive. I will check if 02_04_vusb.init is enabled. Should it be ?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: SamyGO Extensions [v0.03.6]

Post by juusso »

yes, it is directly responsible for virtual usb.
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
semoG
Posts: 34
Joined: Mon Apr 28, 2014 12:01 pm

Re: SamyGO Extensions [v0.03.6]

Post by semoG »

These are the scripts that I have enabled:
ImageUploadedByTapatalk1421789206.718486.jpg
You do not have the required permissions to view the files attached to this post.

Post Reply

Return to “[B] Software”