Re: [App] libToolsMenu E/F/H
Posted: Fri May 08, 2015 5:03 pm
There are several hooks, I confirm it might take a bit more than usual to init 

I'm only unlocking existing hidden entries to tools menu, and energy saving is not part of that ones so it won't be possible to "add" (invent) it. Best way to quickly access to energy saving is to remap an RC key to KEY_ESAVING (using RCremap).gogo wrote:Can you add option to change Energy saving from Tools menu, if it not problem ?
Aha, okay then thanks anyway!zoelechat wrote:I'm only unlocking existing hidden entries to tools menu, and energy saving is not part of that ones so it won't be possible to "add" (invent) it. Best way to quickly access to energy saving is to remap an RC key to KEY_ESAVING (using RCremap).gogo wrote:Can you add option to change Energy saving from Tools menu, if it not problem ?
1ST POST wrote:Set permissionsCode: Select all
chmod +x /mnt/etc/init.d/99_93_ToolsMenu.init
Code: Select all
ls -l /mnt/etc/init.d/99_93_ToolsMenu.init
sh -x /mnt/etc/init.d/99_93_ToolsMenu.init start
Code: Select all
VDLinux#> ls -l /mnt/etc/init.d/99_93_ToolsMenu.init
-rwxr-xr-x 1 root 0 622 May 11 19:15 /mnt/etc/init.d/99_93_ToolsMenu.init
Code: Select all
VDLinux#> sh -x /mnt/etc/init.d/99_93_ToolsMenu.init start
+ . /dtv/SGO.env
+ SYSROOT=/mnt
+ MOUNT_PATH=/dtv/usb/sda
+ export KMOD_VER=0152
+ export MOD_DIR=/mnt/lib/modules/3.0.33
+ export TMPDIR=/dtv
+ export HOME=/mtd_rwcommon
+ export SMB_CONF_PATH=/mnt/etc/samba/smb.conf
+ LOGFILE=/mnt/samygo.log
+ LD_LIBRARY_PATH=/mnt/opt/privateer/lib:/mnt/opt/privateer/usr/lib:/mnt/lib:/mnt/usr/lib:/tmp/bin:/lib:/mtd_cmmlib/lib:/mtd_cmmlib/Comp_LIB:/mtd_exe/lib:/mtd_cmmlib/YWidget_LIB:/mtd_contents:/mtd_cmmlib/InfoLink/lib/plugin/Static:/mtd_appdata/moip:/mtd_cmmlib/GAME_LIB:/mtd_cmmlib/DRM_LIB:/Java/lib:/mtd_cmmlib/InfoLink/lib:/dtv:/mtd_appext/WidgetEngine:/mtd_cmmlib/Webkit:/mtd_exe/WebServerApp/bin:/mtd_cmmlib/CBRE:/mtd_cmmlib/CBRE/bin/lib:/mtd_cmmlib/Runtime/lib/CairoShadow:/mtd_cmmlib/Runtime/lib:/mtd_cmmlib/Runtime/XorgLibs:/mtd_cmmlib/CM_LIB:/mtd_appext/OIPF/lib:/mtd_exe/OIPF/lib:/mtd_cmmlib/flashplayer/libs/
+ PATH=/mnt/opt/privateer/sbin:/mnt/opt/privateer/bin:/mnt/opt/privateer/usr/bin:/mnt/opt/privateer/usr/sbin:/mnt/sbin:/mnt/bin:/mnt/usr/bin:/mnt/usr/sbin:/tmp/bin:/usr/sbin:/usr/bin:/bin:/sbin:/etc/Scripts:/util:/mtd_appdata/Runtime/bin
+ export ENV=/dtv/.ashrc
+ export FRAMEBUFFER=/dev/sam/fb0
+ export DISTROOT=/mnt/opt/privateer
+ export LIBSO_DIR=/mnt/opt/privateer/usr/so
+ export TERM=linux
+ export LS_OPTIONS=--color=auto
+ OPTIONS=
+ SODIR=/mnt/opt/privateer/usr/libso
+ stop_bootloop
+ echo checking /dtv/usb/sda
checking /dtv/usb/sda
+ [ -e /dtv/usb/sda/STOP ]
+ [ /mnt/opt/privateer/usr/so ]
+ SODIR=/mnt/opt/privateer/usr/so
+ samyGOso -A -B -r -l /mnt/opt/privateer/usr/so/libToolsMenu.so
VDLinux#>