Something I should try in develop-mode? Doesn't seem to make a difference just logging in with "develop".rromcic wrote:Try to login with user "develop"
[Ended] E series widget -autostart w/o USB
-
- Posts: 5
- Joined: Tue Jan 21, 2014 2:44 pm
Re: E series widget -autostart w/o USB
TV: UE65ES8005 - T-ECPDEUC-2011.1
-
- Posts: 5
- Joined: Tue Jan 21, 2014 2:44 pm
Re: E series widget -autostart w/o USB
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
Re: E series widget -autostart w/o USB
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.
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.
Re: E series widget -autostart w/o USB
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!
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!
Re: E series widget -autostart w/o USB
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
TV: UE40D6100 - T-GAS6DEUC 1026.0
TV: UE50ES6300 - T-MST10PDEUC 1042.0
NAS: MyBookLive 3Tb - Core F/W 02.43.03-022
Re: E series widget -autostart w/o USB
hello,
as you remove samygo,
because since I installed it often happens that I have the screen faded.
as you remove samygo,
because since I installed it often happens that I have the screen faded.
Re: E series widget -autostart w/o USB
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
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
Re: E series widget -autostart w/o USB
@TeHashX
You can edit /mnt/etc/init.d/03_03_nfsmount.init
Find the linechange it to
and
to
Then you'll have 2 folder depths less as expected on next boot...
You can edit /mnt/etc/init.d/03_03_nfsmount.init
Find the line
Code: Select all
DEST_DIR=$MOUNT_PATH/nfs
Code: Select all
DEST_DIR=$MOUNT_PATH
Code: Select all
M_POINT="$DEST_DIR/$1/$(echo -n $i | sed -e "s/\//_/g")"
Code: Select all
M_POINT="$DEST_DIR/$(echo -n $i | sed -e "s/\//_/g")"
I do NOT receive any PM. Please use forum.
Re: E series widget -autostart w/o USB
Thank you very much, it worked. Can I go one more folder depth?zoelechat wrote:@TeHashX
You can edit /mnt/etc/init.d/03_03_nfsmount.init
Find the linechange it toCode: Select all
DEST_DIR=$MOUNT_PATH/nfs
andCode: Select all
DEST_DIR=$MOUNT_PATH
toCode: Select all
M_POINT="$DEST_DIR/$1/$(echo -n $i | sed -e "s/\//_/g")"
Then you'll have 2 folder depths less as expected on next boot...Code: Select all
M_POINT="$DEST_DIR/$(echo -n $i | sed -e "s/\//_/g")"
SamyGo Virtual Usb / Videos / ...?
Re: E series widget -autostart w/o USB
Now SHARES at directly mounted to vusb so I think no, at least not easily without revisiting whole code 
You can trybut I wouldn't recommend it, every shares will be melted...

You can try
Code: Select all
M_POINT="$DEST_DIR"
I do NOT receive any PM. Please use forum.