[Ended] E series widget -autostart w/o USB

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

ed2
Posts: 20
Joined: Wed Mar 27, 2013 2:35 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by ed2 »

Hi,
fluffi444 wrote:
ed2 wrote:Hi,
it works at es7090 Firmware 2005.
when i show per FTP the Folders are mountet under /dtv/usb/sdj but allShare dont show the Folders.
Could you pls explain what you have done exactly? I tried new version but can't get ftp working... :?
i have installed the wiget and ftp is working. No username and no password.

Mfg

ed2
User avatar
fluffi444
SamyGO Project Donor
Posts: 568
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by fluffi444 »

ed2 wrote: i have installed the wiget and ftp is working. No username and no password.
Mfg
ed2
Thx - mmm I have FW 2006 installed - Must be this... arg...

Thx for your Info! And I'm also German :-)

I think I will live with it and go with Twonky Media Server

BTW: How said that this is working on UE40ES7090 T-ECPDEUC-2006.0? I tested hours and I can't get it working.... ED2 has 2005 (I guess)
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC
vuhothang
Posts: 70
Joined: Tue Feb 26, 2013 7:14 am
Location: Viet Nam

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by vuhothang »

where SAMYGO.zip with size 72155551, i was download on other PC in my office, but when i coming home download same link only have 72187363. what 72155551 vs 72187363?.

I was installed SAMYGO 72187363 on my UE40EH5300Rxxv T-MST10PDAAC 1100.01 but i don't see samygo usb when press source, now my slow and sometime i play mkv file with AC3 audio allshare said " AC3 not support".

How to remove all SamyGo 72187363, just remove in SmartHUB or re flash firmware to install new samygo 72155551 ( i will find in PC in office later).
UA40Eh5300 modi to UE46Eh5300 with DVB-TC
UA32EH4003 try to using DVB-C
Hoffy
Posts: 20
Joined: Sat Apr 06, 2013 12:49 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by Hoffy »

Ok.

Finally got around to playing with my new tv. UA32ES6200. Firmware T-MST10PEUC-1030.0.

Have just attempted to install the SamyGO widget. All goes well until I get the message "Failed to install". Un-signatured ELF binary file detected.
Not totally sure what I am doing wrong. I have not altered any of the settings from the factory defaults.
I've read comments about debug modes & Watchdog. Is this something I need to do for this to work?
If so, where do I need to change these setting?
Thank you.

Edit
Never mind that last post.
I re downloaded the widget and this was different file size to the one I had.
Now installed and working.
Haven't been able to find my smb shares yet via it.
Also, I haven't replaced the files relating to skype. Is this still necessary?
One last thing. What program do you folks use on a windows PC to ftp to your tv? I'm not up to speed with linux, so would like a visual gui if possible.

Cheers
vuhothang
Posts: 70
Joined: Tue Feb 26, 2013 7:14 am
Location: Viet Nam

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by vuhothang »

ed2 wrote:Hi,
juuso wrote:
ed2 wrote: when i show per FTP the Folders are mountet under /dtv/usb/sdj but allShare dont show the Folders.
I don`t know why do you search it trough all share. just go troug virtual usb - IP - movies - and so on and you should get your files listed there. But can be you have to TUNE UP your scripts MANUALLY according your network setup.
When i go to Source / USB SamyGO Virt. and press OK it opens Type /Videos and then it shows nothing(thats is AllSHarePlay)
it`s loading and loading.

Any Idea
Comfirm my Tv UA40EH5300Rxxv firmware 1100.01 T-MST10PDAAC after install newset SamyGO have Samygo Virtual USB when press source, but when choose video/picture/music show nothing like ed2. My local network is 192.168.1.xxx (NAS buffalo LS-CHLV2 192.168.1.26, TV 192.168.1.38), need i mod some file in this zip file???

Now i can ftp to replace with original libSkype.so, but when i using putty to telnet to TV it said /bin/sh: can't access tty; job control turned off
VDLinux#>

what program to telnet to TV?
UA40Eh5300 modi to UE46Eh5300 with DVB-TC
UA32EH4003 try to using DVB-C
damnoodle
SamyGO Project Donor
Posts: 13
Joined: Thu Sep 20, 2012 11:19 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by damnoodle »

juuso wrote:
damnoodle wrote: smb and nfs mount with time. Virtual USB shows mounts after 20 min of searching.
This may happen when you have a lot of PC`s on your network. Better edit nfs/samba scripts and write IP and share names manually.
I did

Code: Select all

##### CHANGE MEEEEE !!!!! ######
USER="xbmc"
PASSWD="xbmc"
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ######

[ -e /mtd_rwarea/smb_userdata ] && source /mtd_rwarea/smb_userdata

[ -z $USER ] && exit 1
[ -z $PASSWD ] && exit 1

DEST_DIR=$MOUNT_PATH/smb
SERVER="10.0.1.18"
# SERVER="10.0.0.1" # if you want a fixed server
SHARES="E"
FR_NAME="Samba Server"
# M_OPTS="rw,user=${USER},password=${PASSWD}"
M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8"

SERVERS="Don't set me!!"
immediate results
SpoilerShow
VDLinux#> mount | grep //10.0.1.18
//10.0.1.18/E on /dtv/usb/sdj/smb/10.0.1.18/E type cifs (rw,noexec,relatime,unc=\10.0.1.18\E,username=xbmc,uid=0,noforceuid,gid=0,noforcegid,addr=10.0.1.18,file_mode=0755,dir_mode=0755,serverino,rsize=16384,wsize=57344)
Is there a chance something is indexing everything in that share before it displays results in the Virtual USB?
UN46ES7100 2 Mainboards
  • T-MST10PAUSC 1037.1 ROOTED
  • T-MST10PAUSC 2001.3 NOT ROOTED
PN42C450 T-SAT4AUSHC 1008.1 NOT ROOTED
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by miazza »

Hello guys,
at the end I cannot understand why the SMB is not enabled by default in Samygo...
I'm not an expert and editing when you do not know what you are doing is not very safe...

miazza
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
riodoro
Posts: 7
Joined: Sun Mar 24, 2013 12:32 am

Yipiee... nfs mount on ES6200

Post by riodoro »

Finally I mounted my dreambox 800HD nfs share on UE32ES6200 with T-MST10PDEUC-1030.0

I did this:

Installed SamyGo-E with the xampp method
Started SamyGo
The virtual usb appeared. pushed "video" and the upnp folder appeared every time.
Sometimes also my NAS appeared as "nfs".
On the NAS are millions of files.
My dreambox share did not appear.

Therefore I ftp-ed the Sammy and changed the "SERVER" entry to the IP of my dreambox (10.3.3.80) in the file
/mnt/etc/init.d/03_03_nfsmount.init

Code: Select all

##### YOU CAN CHANGE ME HERE ######
[b]#[/b] SERVER=""
[b]SERVER="10.3.3.80"[/b] # if you want a fixed server
SHARES=""
# SHARES="Video Music Photo" # if you won't all your shares, but then set SERVER too!!
##### CHANGE ME END ######
I did this with filezilla, WinSCP seems to have a problem with the execute bit.
When I edited with WinSCP, the script works no more.
Not even after a restart.

Now my dreambox nfs share appears every time I start SamyGo.
And I have to start SamyGo each time I switch the telly on. But thats no prob for me.

Thanks so much!
No I can record with my dreambox and view the result nearly life with my Samy in the bedroom!
OK, this works only with SD programs; I think for HD the performance of the dreambox is unsuficciant.

:mrgreen: :mrgreen: :mrgreen:
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by juusso »

riodoro
Please disable trough ftp 03_03_djmount.init (rename to 03_03_djmount.init.dis) - this is upnp client and not needed if you use samba or nfs.
miazza wrote:at the end I cannot understand why the SMB is not enabled by default in Samygo...miazza
samba client is enabled by default as NFS client as well. And moreover, samba-server is enabled on TV too.
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
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by miazza »

hei juuso, you're really fast :)
Thanks very much.

what is the procedure for samygo Uninstall (just in case) ?

miazza
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.

Locked

Return to “[E] Software”