[App] libToolsMenu E/F/H
Posted: Sun Apr 05, 2015 1:38 pm
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.
Usage:
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
Will unlock all these entries if none is specified, otherwise you can select amongst:
Code: Select all
samyGOso -A -B -r -l /mnt/opt/privateer/usr/libso/libToolsMenu.so [arg1...argN]
- ANTENNA, SIGNALINFO, PICTURESIZE, SUBTITLES, LOCKCHANNEL
(LOCKCHANNEL needs "Channel Lock" option to be ON under TV main menu->System->Security)
- PIPMENU - E only - Replace PIP on/off Tools entry by link to full PIP menu (usually found only deep in Main menu)
- MUTEALL - Mute not only internal speaker but also optical out on pressing MUTE key
- 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
- NOSLEEPTIMER, NODUALSOUND, NOFAVEDIT, NOPICTUREMODE, NOSPORTMODE, NOAUDIOLANGUAGE, NOANYNET, NOSOUNDMODE, NOSRSTSHD, NOPICTUREOFF, NOSPEAKERSELECT, NOVOICECONTROL, NOMOTIONCONTROL
- ANTENNA, SIGNALINFO, PICTURESIZE, SUBTITLES, LOCKCHANNEL
- Sample usage:
Adds only "Aerial" and "Subtitle" options to Tools menu.
Code: Select all
samyGOso -A -B -r -l /mnt/opt/privateer/usr/libso/libToolsMenu.so ANTENNA SUBTITLES
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"
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