First of all , many thanks to the developers and contributers of SamyGO !
I got an UE40D8090 and have already SamyGo installed , with the Wiki tutorial !
And now there are a few questions about getting smb-shares to work with my Laptop Win 7 Ultimate 64bit !
First problem ,this file isn?t in the init.d folder : service_name.init.dis

I read the instructions to enable samba shares.
Here was the second problem ... there isn?t an path like this : /mtd_down/widget/user/SamyGO/SamyGO/etc/init.d/04_04_samba.init !!!!
I looked for the 04_04_samba.init file and found it here : /mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/04_04_samba.init !!!!



Is this the right path for the .init files which i can/must configure



So far so good , i got on and edited the file with notpad++ like this :
(I put user=xbox and pass=pass because i got an guest-account on my laptop called "xbox", so my samba-shares in my network work flawlessly

##### CHANGE MEEEEE !!!!! ######
USER="xbox"
PASSWD="pass"
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="192.168.1.4"
# SERVER="10.0.0.1" # if you want a fixed server
SHARES="Filme"
FR_NAME="Samba Server"
Is here everything O.K. ?
Then i went on doing that (like in Wiki) :
created a file like this:
smb_userdata
USER="xbox"
PASSWD="pass"
Put this file to USB and attached to TV.
Restart TV
Run SamyGO
MUST the USB with the smb_userdata-file be attached ALWAYS to the TV ???

So here my questions :
1. : Have i got to create this file service_name.init.dis and transfer it via FTP
2. : Have i got to create this path/file : /mtd_down/widget/user/SamyGO/SamyGO/etc/init.d/04_04_samba.init
3. : Is everything o.k. with my 04_04_samba.init .... or did i something wrong
4. : Must the USB-Pen with the smb_userdata file always be in the USB-Port of the TV ...
Questions about questions

Appreciate EVERY HELP



Thanks