[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

ruskalaatikko
Posts: 5
Joined: Tue Jan 21, 2014 2:44 pm

Re: E series widget -autostart w/o USB

Post by ruskalaatikko »

rromcic wrote:Try to login with user "develop"
Something I should try in develop-mode? Doesn't seem to make a difference just logging in with "develop".
TV: UE65ES8005 - T-ECPDEUC-2011.1
ruskalaatikko
Posts: 5
Joined: Tue Jan 21, 2014 2:44 pm

Re: E series widget -autostart w/o USB

Post by ruskalaatikko »

FWIW, today my TV succeeded in installing Skype and I was able to root it again. I have no idea what caused the problem before with the failing Skype installation. What I maybe did differently from previous attempts was that I deleted all the default apps that could be deleted, although I'm quite sure I have tried that before. Random luck maybe, I don't know.. seems like a good idea to block it from contacting Samsung servers so it won't do any unwanted Smart Hub updates anymore.
TV: UE65ES8005 - T-ECPDEUC-2011.1
kInGpIn
Posts: 1
Joined: Sun Feb 02, 2014 10:03 pm

Re: E series widget -autostart w/o USB

Post by kInGpIn »

Hey Guys,

I would like to archive the movies I recorded because the capacity of the disk drive at my Samsung is getting low. Unfortunately the only method this will work seems to root the TV. Does somebody know if this will work with an UE65-ES8090 with the method 2.A (via USB Stick) that is mentioned in the first post? FW seems to be version 002009.

I am afraid of bricking my device. So thank you in advance for helping out.
mvangel
Posts: 2
Joined: Tue Feb 25, 2014 1:20 am

Re: E series widget -autostart w/o USB

Post by mvangel »

hei all,

I've searched the forum and cannot find answer to my stupid questions:
how do I enable /mnt/etc/init.d/02_04_vusb.init to start every time the TV is rebooted, similar to the telnet demon?

Otherwise the procedure has been tested and works with T-MST12DEUC_1118.2.

thanks!
User avatar
mmhorda
SamyGO Project Donor
Posts: 152
Joined: Tue Jan 25, 2011 11:23 am

Re: E series widget -autostart w/o USB

Post by mmhorda »

deleted...
TV: LE40C750 - T-VALDEUC 3011.0
TV: UE40D6100 - T-GAS6DEUC 1026.0
TV: UE50ES6300 - T-MST10PDEUC 1042.0
NAS: MyBookLive 3Tb - Core F/W 02.43.03-022
vimart
Posts: 2
Joined: Tue Feb 18, 2014 4:49 pm

Re: E series widget -autostart w/o USB

Post by vimart »

hello,
as you remove samygo,
because since I installed it often happens that I have the screen faded.
TeHashX
SamyGO Project Donor
Posts: 43
Joined: Wed Apr 17, 2013 8:18 am
Location: Europe

Re: E series widget -autostart w/o USB

Post by TeHashX »

Installed and working fine on my UE40ES6100 TV firmware v001042, telnet, ftp, virtual usb, nfs...
How to short a little bit the path to nfs share?
Now is: SamyGo Virtual Usb / Videos / nfs / 192.168.9.1 / _mnt_sda1_Media / ...
Can I get? SamyGo Virtual Usb / Videos / Media / ...?
Thanks
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: E series widget -autostart w/o USB

Post by zoelechat »

@TeHashX
You can edit /mnt/etc/init.d/03_03_nfsmount.init

Find the line

Code: Select all

DEST_DIR=$MOUNT_PATH/nfs
change it to

Code: Select all

DEST_DIR=$MOUNT_PATH
and

Code: Select all

M_POINT="$DEST_DIR/$1/$(echo -n $i | sed -e "s/\//_/g")"
to

Code: Select all

M_POINT="$DEST_DIR/$(echo -n $i | sed -e "s/\//_/g")"
Then you'll have 2 folder depths less as expected on next boot...
I do NOT receive any PM. Please use forum.
TeHashX
SamyGO Project Donor
Posts: 43
Joined: Wed Apr 17, 2013 8:18 am
Location: Europe

Re: E series widget -autostart w/o USB

Post by TeHashX »

zoelechat wrote:@TeHashX
You can edit /mnt/etc/init.d/03_03_nfsmount.init

Find the line

Code: Select all

DEST_DIR=$MOUNT_PATH/nfs
change it to

Code: Select all

DEST_DIR=$MOUNT_PATH
and

Code: Select all

M_POINT="$DEST_DIR/$1/$(echo -n $i | sed -e "s/\//_/g")"
to

Code: Select all

M_POINT="$DEST_DIR/$(echo -n $i | sed -e "s/\//_/g")"
Then you'll have 2 folder depths less as expected on next boot...
Thank you very much, it worked. Can I go one more folder depth?
SamyGo Virtual Usb / Videos / ...?
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: E series widget -autostart w/o USB

Post by zoelechat »

Now SHARES at directly mounted to vusb so I think no, at least not easily without revisiting whole code :)
You can try

Code: Select all

M_POINT="$DEST_DIR"
but I wouldn't recommend it, every shares will be melted...
I do NOT receive any PM. Please use forum.

Locked

Return to “[E] Software”