[App] libSpeedUpGUI D/E/F/H

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

[App] libSpeedUpGUI D/E/F/H

Post by zoelechat »

Here's a small funny lib giving a makeover to your TV, improving overall GUI speed by speeding up all animations / transitions / scrollings (often boring to reach a far entry in some menu / list).

Usage:
*For D series (arm), replace every instance of /mnt below by /mtd_rwcommon/widgets/user/SamyGO/SamyGO
  • First install latest samyGOso as usual, if needed.
  • Extract attached archives and copy libSpeedUpGUI.so to /mnt/opt/privateer/usr/libso (create folder if needed)
  • Execute

    Code: Select all

    samyGOso -d -A -B -r -l /mnt/opt/privateer/usr/libso/libSpeedUpGUI.so [PERCENT:n]
Usable arg:
  • PERCENT:n - Defines percentage of original speed. If unspecified, default is 200 = twice as fast as original.
Autostart:
  • Copy 99_93_SpeedUpGUI.init to /mnt/etc/init.d
  • Set permissions

    Code: Select all

    chmod +x /mnt/etc/init.d/99_93_SpeedUpGUI.init
  • You can change OPTIONS="PERCENT:200" value on top of script to adjust your prefered speed.
*Changelog:

Code: Select all

5/1/2016
v0.0.2 - First release
You do not have the required permissions to view the files attached to this post.
I do NOT receive any PM. Please use forum.
User avatar
dar3k
SamyGO Project Donor
Posts: 156
Joined: Thu Nov 26, 2015 2:37 pm
Location: Poland

Re: [App] libSpeedUpGUI D/E/F/H

Post by dar3k »

Good job thanks, I'm using 300% because in 200 I can't see any different
English is not my native language.
48H6500 (T-MST14DEUC_2606 -> 2130)
22H5610 (T-MST14DEUC_1106.1)
Both rooted by mihd method :)
55HU8590 -> rooted by network, did someone root it by Skype ?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libSpeedUpGUI D/E/F/H

Post by zoelechat »

I've personally set it to 400 ;)

Btw, I didn't tell it in 1st post, but values <100 are allowed if somebody prefer to slowdown GUI :P
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libSpeedUpGUI D/E/F/H

Post by wluczykijwf »

This time, the app runs on the Series F without any problems :) .
Samsung should implement this option permanently in the Menu. And maybe even split it into several suboptions. They instead prefer to artificially slow down the interface :) .
Good job. Thanks.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libSpeedUpGUI D/E/F/H

Post by zoelechat »

wluczykijwf wrote:This time, the app runs on the Series F without any problems :)
That's why it didn't go through test area before release ;)
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libSpeedUpGUI D/E/F/H

Post by wluczykijwf »

zoelechat wrote:
wluczykijwf wrote:This time, the app runs on the Series F without any problems :)
That's why it didn't go through test area before release ;)
Yes of course ;).
Btw @zoelechat.
Are the following functions might be called the individual parameter? In order to have better personalization interface. It doesn't make sense because they are responsible for a particular animation together?
SpoilerShow

Code: Select all

_ZN11CCAnimationI9CTVector1IfEE20SetAnimationDurationEm
_ZN11CCAnimationI9CTVector1IiEE20SetAnimationDurationEm
_ZN11CCAnimationI9CTVector2IiEE20SetAnimationDurationEm
_ZN11CCAnimationI9CTVector3IfEE20SetAnimationDurationEm _ZN11CCAnimationI9CTVector4IfEE20SetAnimationDurationEm _ZN11CCAnimationI9CTVector4IiEE20SetAnimationDurationEm
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libSpeedUpGUI D/E/F/H

Post by zoelechat »

I think each one is handling an animation "type" (e.g. fade, scroll, translation...). TV often uses more than one type at once, that's why it's not really consistent to dissociate them. At least I'm not considering to do so.
However you can take a look at source, it's probably one of the simplest libs I've ever released, and easily play with offsets separately.
Sorry but I didn't look further which function does what exactly, you may need to try by yourself :)
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libSpeedUpGUI D/E/F/H

Post by wluczykijwf »

OK thanks.
Right, the lib is very simple. I'll maybe experiment with this :).
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libSpeedUpGUI D/E/F/H

Post by wluczykijwf »

One thing I know. A single change of function parameters did not allow me to observe significant changes in use interface.
Only I noticed faster the disappearance of the window for this function:

Code: Select all

_ZN11CCAnimationI9CTVector3IfEE20SetAnimationDurationEm
The others must work in some mutual configurations.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
User avatar
prairie
SamyGO Project Donor
Posts: 303
Joined: Wed May 04, 2011 10:30 pm

Re: [App] libSpeedUpGUI D/E/F/H

Post by prairie »

Very nice tweak, thanks!
PN60F8500AFXZA
T-FXPAKUC 1206.3 + SamyGO

"BrickMaster 2015"

Post Reply

Return to “[F] Software”