Page 1 of 13

[App] libToolsMenu E/F/H

Posted: Sun Apr 05, 2015 1:38 pm
by zoelechat
Patch adds some entries to TV Tools Menu: Aerial (antenna), Signal Information, Picture Size, Lock Current Channel (selective pinlock), Subtitle and more! Also allows to hide existing entries.
20160302222129.jpg
Usage:
  • Get latest samyGOso from there and copy/overwrite samyGOso file (not folder) to /mnt/opt/privateer/usr/bin
  • Set permissions if needed (usually not if overwritten)

    Code: Select all

    chmod +x /mnt/opt/privateer/usr/bin/samyGOso
  • Extract attached archives and copy libToolsMenu.so to /mnt/opt/privateer/usr/libso (create folder if needed)
  • Execute

    Code: Select all

    samyGOso -A -B -r -l /mnt/opt/privateer/usr/libso/libToolsMenu.so [arg1...argN]
    Will unlock all these entries if none is specified, otherwise you can select amongst:
    • ANTENNA, SIGNALINFO, PICTURESIZE, SUBTITLES, LOCKCHANNEL
      (LOCKCHANNEL needs "Channel Lock" option to be ON under TV main menu->System->Security)
    Additional feature (also enabled by default if no arg specified) :
    • PIPMENU - E only - Replace PIP on/off Tools entry by link to full PIP menu (usually found only deep in Main menu)
    Bonus feature (as well) :
    • MUTEALL - Mute not only internal speaker but also optical out on pressing MUTE key
    Extra features, these ones are not "unlocked" but binded from TV main menu (none enabled by default) :
    20160319144033.jpg
    • SPDIFOUT - Optical out mode audio format
    • MENULANG - Language of menus
    • 3DMODE - 3D mode! (Off, 2D↔3D, SBS, TB)
    • SMARTHUB - "(Open) Smart Hub" entry, if you want to free for remap "THE" remote key :)
    • SCHEDULEMAN - F/H only - Open recording Schedule Manager
    Besides you can hide unwanted items (none hidden by default). Args names should be explicit enough (some are F/H only) :
    • NOSLEEPTIMER, NODUALSOUND, NOFAVEDIT, NOPICTUREMODE, NOSPORTMODE, NOAUDIOLANGUAGE, NOANYNET, NOSOUNDMODE, NOSRSTSHD, NOPICTUREOFF, NOSPEAKERSELECT, NOVOICECONTROL, NOMOTIONCONTROL
  • Sample usage:

    Code: Select all

    samyGOso -A -B -r -l /mnt/opt/privateer/usr/libso/libToolsMenu.so ANTENNA SUBTITLES
    Adds only "Aerial" and "Subtitle" options to Tools menu.

    Logfile is written to /dtv/ToolsMenu.log
  • Autostart
    • Copy 99_93_ToolsMenu.init to /mnt/etc/init.d
    • Set permissions

      Code: Select all

      chmod +x /mnt/etc/init.d/99_93_ToolsMenu.init
    • You can change OPTIONS value on top of script, default is none (=full menu). Could be for example:

      Code: Select all

      OPTIONS="SIGNALINFO PICTURESIZE"
*Changelog:

Code: Select all

28/4/2016
v0.2.9 - Fixed: MUTEALL didn't work on ext speaker selected as main
19/3/2016
v0.2.8 - Added SMARTHUB and SCHEDULEMAN
       - Fixed bad layout on F/H
11/3/2016
v0.2.3 - Added SPDIFOUT, MENULANG and 3DMODE entries
3/3/2016
v0.1.9 - LOCKCHANNEL fixed on F/H
2/3/2016
v0.1.8 - Added LOCKCHANNEL feature
       - BugFix: Do not show subtitle entry on ext sources
15/2/2016
v0.1.7 - Added NOANYNET switch
v0.1.6 - Added more hide switches
14/2/2016
v0.1.5 - Added hide items switches
4/8/2015
v0.1.4 - PIPMENU -> E only
2/8/2015
v0.1.3 - Added PIPMENU switch
1/8/2015
v0.1.2 - Added MUTEALL switch
8/5/2015
v0.1.1 - Performance fixes
5/4/2015
v0.1.0 - First release

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 8:48 am
by atilla
E series 7090 /2017.1 working !!! thank you

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 9:01 am
by wluczykijwf
Just for report: The app also working on F8000.
Thank you.

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 6:14 pm
by blackbox
Original Image:
SpoilerShow
original.jpg
Unlock Image:
SpoilerShow
unlock.jpg
Report: working on H6600
thanks

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 6:44 pm
by zoelechat
Wow, glad it works even on unexpected models (T-GFS) :)
Thanks for reports guys ;)

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 7:33 pm
by tempinbox
Just for report doesn't work on C series.

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 7:39 pm
by juusso
do you see it is suitable only for E/F/H. It checks what TV do you have and simply exits.

Code: Select all

root@[TV] /> cat /dtv/ToolsMenu.log
[ToolsMenu] SamyGO E/F/H libToolsMenu v0.1.0 - (c) zoelechat 2015
[ToolsMenu] Not E/F/H series TV. Exiting...

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 7:41 pm
by zoelechat
tempinbox wrote:Just for report doesn't work on C series.
As juuso (<...>) says, all my patches will stop if wrong TV model is detected to prevent crash, so there's no need to try them if TV series is not in title :)

sorry ju...uso, habits die hard ;)

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 8:15 pm
by tempinbox
i know i just try and report. sorry
i don't kill anyone.
the libSPMdecrypt.so works on c series even if the developer not says that it work on c series.
sorry zoelechat

Re: [App] libToolsMenu E/F/H

Posted: Mon Apr 06, 2015 8:40 pm
by zoelechat
tempinbox wrote:i know i just try and report. sorry
i don't kill anyone.
the libSPMdecrypt.so works on c series even if the developer not says that it work on c series.
sorry zoelechat
No problem, I just wanted to inform you that when you see both "zoelechat" and "not-C" patch, it's not worth to try unless you remove TV series check in sourcecode and recompile it yourself with 99% chances it doesn't work anyway :)