Page 2 of 3

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Fri Nov 27, 2015 10:20 am
by ZmaD
So does it work with ES-Series? Can you explain accurately in which Script (and where in the script) I have to input the line? Maybe in /dtv/usb/sda1/SamyGo_data/run.sh, in /mnt/etc/init.d/02_04_vsub.init or anywhere else?

Thanks

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Fri Nov 27, 2015 10:40 am
by zoelechat
Yes it works on E, I had put brackets because an H version was first expected. Launch it anywhere you want in any .init script, better leave run.sh alone. The examples are not missing on forum :)

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Wed Dec 23, 2015 2:00 pm
by emarcin
It does not work with me on the ES6800 what you need to do to make it work?

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Wed Dec 23, 2015 2:02 pm
by zoelechat
It does work. Read whole thread.

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Wed Dec 23, 2015 3:09 pm
by emarcin
zoelechat wrote:Yes, it should work. Copy lib to libso and inject it in vusb script at the beginning of start) case:

Code: Select all

samyGOso -A -B -l /mnt/opt/privateer/usr/libso/libUSBPopDown_30s.so
Before or after the case? Where do add?

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Wed Dec 23, 2015 4:26 pm
by zoelechat
First manually try commandline through Telnet, and plug any USB device within the next 30 seconds to check if it works.
Then add command "at the beginning of" start case =inside it, just below "start)" line if that's the question :)

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Wed Dec 23, 2015 4:35 pm
by emarcin
Well libUSBPopDown_30s.so does not work but it works libUSBPopUnder.so 8-)
Thanks

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Thu Dec 24, 2015 9:14 am
by 3PO
zoelechat wrote:[...]
  • Extract attached archive and overwrite libUSBPopDown_30s.so to TV in /mnt/opt/privateer/usr/libso
  • Done.
...
The Directory "/mnt/opt/privateer/usr/libso" does not exist on my UE46ES6100.

Code: Select all

[/server01 ~ # telnet 192.168.177.25
Trying 192.168.177.25...
Connected to 192.168.177.25.
Escape character is '^]'.

root@tv:/mnt # ls -la /mnt/opt/privateer/usr
total 8
drwxr-xr-x    4 root     0               27 Nov  2  2011 .
drwxr-xr-x    6 root     0               63 Nov  2  2011 ..
drwxr-xr-x    3 root     0             4096 Jan  1 00:31 bin
drwxrwxrwx    2 root     0             4096 Aug 16  2014 sbin
root@tv:/mnt #

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Thu Dec 24, 2015 9:27 am
by emarcin
Create

Re: [App] libUSBPopDown (E/F/)H (prevent startup vusb popup)

Posted: Thu Dec 24, 2015 9:49 am
by 3PO
emarcin wrote:Create
It works! :)

THX @ emarcin