[Ended] SamyGO Extensions on F series

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.
Locked

gvarela
Posts: 5
Joined: Mon Dec 09, 2013 11:02 pm

Re: SamyGO Extensions on F series

Post by gvarela »

miazza wrote:
gvarela wrote:Thanks Miazza, but, I have different kind of them, for this reason you want that I cut or rename all files into of directory or some of them?. In particular, I want to have the features about mount of network resources to virtual usb. That's all.

Best regards
Screenshot_2014-07-08-23-22-07.png
Yes. Try to rename the one that have extension init to init.dis.
looking at your pic and knowing that FTP is working I would start from 02_04_replace_wifi_mod.ini to ini.dis; than the fuse init and so on for all the init.

One very invasive is the 99_99_ChannlnfoON.init that causes reboot is executed during app usage.
Thanks a lot @Miazza and sorry for not answer earlier but I'm not an expert and I had to wait that my son could do it, finally, yesterday he did it and the problem was in the 99_99_sleeptimer.init file. Apparently, the file was supposed to have the .dis extension, but for some reasons It wasn't, and because I haven't installed the SleepTimer Module, the TV was failing at starting it. Adding the .dis extension to the script solved the problem. I'm going to installed the SleepTimer module to confirm that indeed, it was the problem.

At the moment, everything is ok, thanks a lot again for the advice!

Note: I realized that in the tv menu the firmaware upgrade is not possible doing it anymore, the option is in gray....is that correct?
Last edited by gvarela on Tue Aug 05, 2014 6:06 pm, edited 1 time in total.
stefan81
SamyGO Project Donor
Posts: 38
Joined: Sun Aug 03, 2014 11:50 am
Location: Germany

Re: SamyGO Extensions on F series

Post by stefan81 »

Hello, I have a problem with my Samba share!
I've done everything as described in this manual:
USER="stefan" #or your login name
PASSWD="********" #password
SERVER="192.168.178.50" #IP of your samba server
SHARES="downloads" #your network shares, divided with space
Placed smb_userdata to /mtd_rwarea and restart my tv
starting samba.init on http://192.168.178.35:1080/cgi-bin/test.cgi
I get the following error:
mount: mounting //192.168.178.50/Volume_1 on /dtv/usb/sdc/smb/192.168.178.50/Volume_1 failed: Permission denied

I have Windows 7 Pro , the folder downloads has Network Share but the share doesn't work

can anyone help please?
Last edited by stefan81 on Tue Aug 05, 2014 1:18 pm, edited 1 time in total.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: SamyGO Extensions on F series

Post by zoelechat »

stefan81 wrote:Hello, I have a problem with my Samba share!
I've done everything as described in this manual:
USER="stefan" #or your login name
PASSWD="********" #password
SERVER="192.168.178.54" #IP of your samba server
SHARES="downloads" #your network shares, divided with space
Placed smb_userdata to /mtd_rwarea and restart my tv
starting samba.init on http://192.168.178.35:1080/cgi-bin/test.cgi
I get the following error:
mount: mounting //192.168.178.50/Volume_1 on /dtv/usb/sdc/smb/192.168.178.50/Volume_1 failed: Permission denied

I have Windows 7 Pro , the folder downloads has Network Share but the share doesn't work

can anyone help please?
Script should not try to mount 192.168.178.50 if you've defined only .54
Did you edit /mnt/etc/init.d/04_04_samba.init script as well as smb_userdata and set the right values on top of script?
Do not use Windows Notepad to edit!! Use Notepad++ and set UNIX format linefeeds.
ps: which "manual" did you follow??
I do NOT receive any PM. Please use forum.
stefan81
SamyGO Project Donor
Posts: 38
Joined: Sun Aug 03, 2014 11:50 am
Location: Germany

Re: SamyGO Extensions on F series

Post by stefan81 »

Thanks for your answer
I use WinSCP to edit the linefeeds. Sorry 192.168.178.54 was a typing error, 192.168.178.50 is right.
I have not edit the /mnt/etc/init.d/04_04_samba.init script only smb_userdata.
I follow the manual of the first page of this thread.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: SamyGO Extensions on F series

Post by zoelechat »

stefan81 wrote:Thanks for your answer
I use WinSCP to edit the linefeeds. Sorry 192.168.178.54 was a typing error, 192.168.178.50 is right.
I have not edit the /mnt/etc/init.d/04_04_samba.init script only smb_userdata.
I follow the manual of the first page of this thread.
Is your share name "\\192.168.178.50\downloads"? or "Volume_1"? It seems script tries to mount "Volume_1"...
Better edit 04_04_samba.init as well, and set needed values (USER, PASSWD, SERVER, SHARES), in that case smb_userdata is even not needed.
Also check folder share permissions in Windows, and set to "everybody"
I do NOT receive any PM. Please use forum.
stefan81
SamyGO Project Donor
Posts: 38
Joined: Sun Aug 03, 2014 11:50 am
Location: Germany

Re: SamyGO Extensions on F series

Post by stefan81 »

I have windows7 and mount nas mixed in my description in this thread. I have my Western Digital NAS and Windows tries to mount 7 release and it has both does not work.
So my release for Windows 7 is:
Pc ip: 192.168.178.54
folder: downloads
user: stefan
password: xxxxxx
My share for NAS:
IP: 192.168.178.50
Folder: Volume_1
user: user
password: xxxxxx
I tried to edit the file 04_04_samba.init
. /dtv/SGO.env
# sleep 9
##### CHANGE MEEEEE !!!!! ######
USER="stefan"
PASSWD="xxxxxxxx"
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ######


DEST_DIR=$MOUNT_PATH/smb
SERVER="192.168.178.54"
# SERVER="10.0.0.1" # if you want a fixed server
SHARES="downloads"
FR_NAME="Samba Server"
Now when I start samba I get the following error:
+
/mnt/etc/init.d/04_04_samba.init: line 11:
: not found
+ . /dtv/SGO.env
/mnt/etc/init.d/04_04_samba.init: .: line 12: can't open '/dtv/SGO.env
'
When I edit the file 04_04_samba.init, I have the smb_userdata delete file?
Share permissions in Windows is set to "everybody
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: SamyGO Extensions on F series

Post by zoelechat »

mmh I still suspect that your linefeeds are not correct, could you attach me by PM your edited 04_04_samba.init script, so I could check?
Yes, you can delete smb_userdata if infos are already in script.

Correct procedure (under Windows):
-Retrieve original 04_04_samba.init to your PC using FileZilla FTP Client
-Edit script using Notepad++
-Overwrite edited script into /mnt/etc/init.d using FileZilla again

edit: solved, it WAS a matter of linefeeds... :)
I do NOT receive any PM. Please use forum.
User avatar
Patrioter
Posts: 21
Joined: Sun Sep 07, 2014 1:26 pm
Location: Germany

Re: SamyGO Extensions on F series

Post by Patrioter »

BorisAU wrote:and tell someone managed to get to work ldd and strace on the TV??
I have these utilities do not give - just do not take no information

but I would like them to use mk there are many pre-compiled applications on ARM platform
we just have to determine what additional libraries they need, and you can start and enjoy))

eg running transmission 2.82 for systems synology, qnap, dlink
http://download.mavaee.nl/Synology/Arma ... 2.82-6.spk
had to replace the library
also start and run applications processors 88F6281

also operate many applications that can be found here (armv7)
http://rpmfind.net/linux/rpm2html/search.php?query=xbmc

In general, a lot of opportunities, we just need to get to work minimum debugging tools ldd and strace

And by the way
SamyGo put on F6500 - there immediately worked Midnight Commander - mc
run and they could use

launch mc on F8000 leads to the conclusion error "Segmentation fault", and means for debugging unfortunately no no ....
Does it mean that it would be possible to run xbmc on a Samsung F-Series?

Also on a MIPS ?

I had a:
UEXXF6470
with Softwareversion:
T-MST12DEUC-1118.2,BT-S/G

Greetins by Patrioter
UEXXF6470
with Softwareversion:
T-MST12DEUC-2117,BT-S/G
rooted
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: SamyGO Extensions on F series

Post by miazza »

As far as I know XBMC will never run on Samsung TV.
The issue has been analysed by experts on XBMC forum.
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
nickey1234
Posts: 8
Joined: Sun Dec 21, 2014 7:31 pm

Re: SamyGO Extensions on F series

Post by nickey1234 »

I have got oscam-svn10086-samsungtv-webif-libusb-Distribution and I would like to use it on my 40f8000 with samygo on it. At this time I have got oscam r9755 which has some problems. How can I replace r9755 with 10086? Thank you!

Locked

Return to “[F] Software”