Page 3 of 13

Re: [App] libToolsMenu E/F/H

Posted: Fri May 08, 2015 5:03 pm
by zoelechat
There are several hooks, I confirm it might take a bit more than usual to init :)

Re: [App] libToolsMenu E/F/H

Posted: Fri May 08, 2015 5:25 pm
by zoelechat
Btw, I wanted to fix it for a long time but half hooks were unnecessary :mrgreen:
Now it's done, new version posted. I don't guarantee it will change anything about "sleep needed" though :)

Re: [App] libToolsMenu E/F/H

Posted: Mon May 11, 2015 5:58 pm
by gogo
Can you add option to change Energy saving from Tools menu, if it not problem ? :)

Re: [App] libToolsMenu E/F/H

Posted: Mon May 11, 2015 6:44 pm
by zoelechat
gogo wrote:Can you add option to change Energy saving from Tools menu, if it not problem ? :)
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).

Re: [App] libToolsMenu E/F/H

Posted: Mon May 11, 2015 7:56 pm
by gogo
zoelechat wrote:
gogo wrote:Can you add option to change Energy saving from Tools menu, if it not problem ? :)
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).
Aha, okay then thanks anyway!

Re: [App] libToolsMenu E/F/H

Posted: Mon May 11, 2015 8:50 pm
by porto
Hi friends,

Very good app, nice work :)
I fail to start automatically, I must manually started with the command
How to start the script ToolsMenu.init at startup of the TV, i put script in /mnt/etc/init.d but nothing , manually is ok
I have 46 F 8000

thx for your help
porto ;)

Re: [App] libToolsMenu E/F/H

Posted: Mon May 11, 2015 9:11 pm
by zoelechat
1ST POST wrote:Set permissions

Code: Select all

chmod +x /mnt/etc/init.d/99_93_ToolsMenu.init
:?:

Re: [App] libToolsMenu E/F/H

Posted: Tue May 12, 2015 3:53 am
by porto
hi zoelechat,

I did that, permissions to chmod +x /mnt/etc/init.d/99_93_ToolsMenu.init
I copied libToolsMenu.so to /mnt/opt/privateer/usr/libso I have create libso folder because it did not exist.

thx again for your help ;)
porto

Re: [App] libToolsMenu E/F/H

Posted: Tue May 12, 2015 9:03 am
by zoelechat
Telnet commands:

Code: Select all

ls -l /mnt/etc/init.d/99_93_ToolsMenu.init
sh -x /mnt/etc/init.d/99_93_ToolsMenu.init start
and give output please.

Re: [App] libToolsMenu E/F/H

Posted: Tue May 12, 2015 10:28 am
by porto
hi zoelechat,

here output of commands:

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#> 
thanks my friend
porto ;)