[MODULE] ScaleR - scale up your screen animation speed !

Search This thread

raystef66

Recognized Developer / Recognized Contributor
Jul 2, 2013
2,728
12,572
Belgium
ZTE Axon 7
Xiaomi Mi 9

Attachments

  • 010ScaleR_module_by_raystef66.zip
    6.5 KB · Views: 7

Top Liked Posts

  • There are no posts matching your filters.
  • 8
    ScaleR

    For those who run on stock (or custom) which do not have the option to go lower then 0.5...

    Made a Magisk module called ScaleR to scale up your device (even when running any rom) on window, transition and duration up to 0.25 or when that's not fast enough a 0.15 one or a 0.10 :cyclops:

    scaling up to 0.25 : 0.25ScaleR_module

    scaling up to 0.15 : 0.15ScaleR_module

    scaling up to 0.10 : 0.10ScaleR_module



    scaling up to 0.75 : 0.75ScaleR_module

    Should work on any device.
    Tested on magisk 16.4
    Just flash within Magisk or twrp and Done ! Reboot.

    If i have any time left i'll make an aroma one.

    E N J O Y !

    Version : V1.0
    Release : 27.05.2018
    1
    Most of them go up to 0.5

    Hm, ok, I guess that logic only applies for stock roms then, because all my custom roms I can go further, until 0.00x. Good idea btw.
    1
    Hm, ok, I guess that logic only applies for stock roms then, because all my custom roms I can go further, until 0.00x. Good idea btw.
    Indeed on customs you might have these options too beyond 0.5.
    Most if the time this mod will be applied on stock rooted phones and on customs which do not have that option.
    Updated OP on that ;)
    1
    0.75 could be possible?
    Sure, why not.
    Here you go : 0.75 https://androidfilehost.com/?fid=962339331458995609

    Let me know if you see it correctly under modules as 0.75 (if so it runs ok)
    Do know that you won't see it in developer settings ! And if you put some other scaling in dev.options you'll always have to reflash the module again ;)
    1
    Sorry forgot image..
    Hi ! Here's a bit of info.
    You will find all sorts of info on the net. Basicly i run these commands in a module. Sometime it will give effect mostly on stock. I ran it on LOS15.1 now (the 0.25) and it didn't work (for now).
    Basicly to put 0.25 : ( in terminal)
    Code:
    su
    settings put global window_animation_scale 0.25
    settings put global transition_animation_scale 0.25
    settings put global animator_duration_scale 0.25

    To see if it has got any effect :
    Code:
    su
    settings get global window_animation_scale
    settings get global transition_animation_scale
    settings get global animator_duration_scale

    Imo you ran the 'get' command (has to be without value of course)