[APP][10+][SAMSUNG] Dynamic Display for Samsung - App Specific Refresh Rates - Samsung Galaxy S20 / S20+ / S20 Ultra Themes, Apps

Dynamic Display is an app for Samsung Galaxy S20/+/Ultra that allows you to set a display refresh rate for certain apps.
The app does not require root, but it does need a permission granted with ADB.
Dynamic Display is only intended for use on Samsung Galaxy S20, S20+, and S20 Ultra. Other devices with 96Hz or 120Hz display might work, but nothing is guaranteed.
Download the app from GitHub
XDA Labs download coming soon
ADB permission instructions

Reserved

Hello @ cr5315
The idea is interesting, but he was unable to set the refresh rate to 96hz
Example:
Chome at 60Hz = In the test it stays at 60Hz (great)
Chome at 96Hz = In the test it stays at 120Hz (why?)
Chome at 120Hz = In the test it stays at 120Hz but when switching between applications, it returns to 60Hz
Sorry about my English.
Have a nice day.

emerloko said:
Hello @ cr5315
The idea is interesting, but he was unable to set the refresh rate to 96hz
Example:
Chome at 60Hz = In the test it stays at 60Hz (great)
Chome at 96Hz = In the test it stays at 120Hz (why?)
Chome at 120Hz = In the test it stays at 120Hz but when switching between applications, it returns to 60Hz
Sorry about my English.
Have a nice day.
Click to expand...
Click to collapse
Did you root your device? If no, you can't use 96hz (even with ADB).
Gonna check this app later on.

I can use 120 96 or 60hz not rooted lol.
Tasker w profile and medium power save mode
Stock AF 986u1

Hello,
You did an excellent job on your application, I tested it works very well on my S20 +.
Thank you so much.
But you can not put a filter option? to separate system applications and User Applications ?

cr5315 said:
Dynamic Display is an app for Samsung Galaxy S20/+/Ultra that allows you to set a display refresh rate for certain apps.
The app does not require root, but it does need a permission granted with ADB.
Dynamic Display is only intended for use on Samsung Galaxy S20, S20+, and S20 Ultra. Other devices with 96Hz or 120Hz display might work, but nothing is guaranteed.
Download the app from GitHub
XDA Labs download coming soon
ADB permission instructions
Click to expand...
Click to collapse
Would this app be a better method than tasker?does tasker use a lot of battery in the background?

jasons1004 said:
I can use 120 96 or 60hz not rooted lol.
Tasker w profile and medium power save mode
Stock AF 986u1
Click to expand...
Click to collapse
Did you actually check your fps rate?

Mucky2 said:
Did you actually check your fps rate?
Click to expand...
Click to collapse
I sure did.
https://www.testufo.com/

cr5315 said:
Dynamic Display is an app for Samsung Galaxy S20/+/Ultra that allows you to set a display refresh rate for certain apps.
The app does not require root, but it does need a permission granted with ADB.
Dynamic Display is only intended for use on Samsung Galaxy S20, S20+, and S20 Ultra. Other devices with 96Hz or 120Hz display might work, but nothing is guaranteed.
Download the app from GitHub
XDA Labs download coming soon
ADB permission instructions
Click to expand...
Click to collapse
Thanks so much this app is fantastic the way i can set default for 60hz then put most used and apps i want to scroll well on 120hz no messing once granted permissions with adb!lovely app

version 0.1.0 Dynamic Display For Saamsung
Hello,
Thank you very much for considering my comment. :angel:
On the new version 0.1.0, we can hide the system applications, and I like it too much. :victory:
Thank you for doing a good job. :good:

karime974 said:
Hello,
Thank you very much for considering my comment. :angel:
On the new version 0.1.0, we can hide the system applications, and I like it too much. :victory:
Thank you for doing a good job. :good:
Click to expand...
Click to collapse
What did you put in for the adb command please tried what the app tells you but doesn't work?i had the previous version of this which worked fine but on this latest i cant get past the adb commands

Just gave it a shot, but somehow doesn't seem to work/stick here?
I set 60hz as the default mode, and force Edge, Gmail, Whatsapp, Nova Launcher to 120hz.
However, scrolling through gmail, nova, whatsapp doesn't feel fluid and going to testufo.com on Edge it shows 60hz. If I reload Edge and/pr the page I do seem to get 120hz, but switching between apps and going back it seems to be 60 again.
So I can't really seem to count on it, any ideas?
For now I'll just go back to the 'default 96hz' option from another app.

version 1.0.0 thanks! tried and working 96hz.

cr5315 said:
Dynamic Display is an app for Samsung Galaxy S20/+/Ultra that allows you to set a display refresh rate for certain apps.
The app does not require root, but it does need a permission granted with ADB.
Dynamic Display is only intended for use on Samsung Galaxy S20, S20+, and S20 Ultra. Other devices with 96Hz or 120Hz display might work, but nothing is guaranteed.
Download the app from GitHub
XDA Labs download coming soon
ADB permission instructions
Click to expand...
Click to collapse
OMG! What an awesome app. Just tried in my S20+ and it's working. I was wondering if it's possible to force 120Hz with 1440p, but that's hardware limited right?
Anyway, thanks a lot for this great app.

That's correct, the display physically cannot do 96Hz or 120Hz at 1440p

[Deleted]

Any idea why im getting this error
C:\Android\platform-tools>adb shell pm grant dev.fingertips.s20refreshrate android.permission.WRITE_SECURE_SETTINGS
Security exception: Package dev.fingertips.s20refreshrate has not requested permission android.permission.WRITE_SECURE_SETTINGS
java.lang.SecurityException: Package dev.fingertips.s20refreshrate has not requested permission android.permission.WRITE_SECURE_SETTINGS
at com.android.server.pm.permission.BasePermission.enforceDeclaredUsedAndRuntimeOrDevelopment(BasePermission.java:433)
at com.android.server.pm.permission.PermissionManagerService.grantRuntimePermission(PermissionManagerService.java:2932)
at com.android.server.pm.permission.PermissionManagerService.grantRuntimePermission(PermissionManagerService.java:2896)
at com.android.server.pm.permission.PermissionManagerService.access$1200(PermissionManagerService.java:157)
at com.android.server.pm.permission.PermissionManagerService$PermissionManagerServiceInternalImpl.grantRuntimePermission(PermissionManagerService.java:3966)
at com.android.server.pm.PackageManagerService.grantRuntimePermission(PackageManagerService.java:6980)
at com.android.server.pm.PackageManagerShellCommand.runGrantRevokePermission(PackageManagerShellCommand.java:1955)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:230)
at android.os.ShellCommand.exec(ShellCommand.java:104)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:26995)
at android.os.Binder.shellCommand(Binder.java:916)
at android.os.Binder.onTransact(Binder.java:790)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:5433)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:5155)
at android.os.Binder.execTransactInternal(Binder.java:1056)
at android.os.Binder.execTransact(Binder.java:1029)
Note: I'm on S20+ Exynos

update bixby routines, now it has a routine that changes resolution and refresh rate

Related

Is there a way to change resolution on this device?

I have just bought 10.8 version and I like it, but was really surprised to find out there is no way to change resolution like for example in this video (I am not allowed to post links, but you can search it on youtube under the name: How to Change Screen Resolution in HUAWEI P20)
Is that a bug of some kind and we may hope that this feature will be introduced in some later EMUI updates?
With developer options enabled you can set a custom DPI, effectively changing your resolution
This method doesn't actually change resolution, just the size of the icons, text etc. You can try and check it yourself with some app like CPU-Z for example.
The only option I found is using ADB commands like "wm size 1200x1920" and "wm density 209". This does truly change resolution and sets appropriate DPI for this resolution at 10.8 display size. Needless to say that this method is cumbersome and besides that DPI value has to be reapplied after each reboot, otherwise it resets and homescreen looks messed up.
But yes, when set correctly to 1200x1920 and 209 DPI it looks good and what's more important games run a lot faster.
So why would Huawei remove the option (which is already present in EMUI 8) to easily change resolution specifically for our device is beyond my understanding.
And here is reply from Huawei support:
Thank you for contacting Huawei. We widely appreciate your preference and we thank you for your email.
Regarding to what you kindly shared to us, we appreciate that you point out this issue, we kindly inform you that your screen resolution is unable to be modified unless it is done through a third party application. Due to this, we have forwarded your request to our Research and Development department. Receiving your feedback and inquiries means a lot to our company, since our only way to improve is through acknowledging our customer's experiences.​
Yeah it doesn't change the resolution but your command shouldn't either because the same amount of pixels is used. Changing the resolution is basically only possible with amoleds (which we don't have) because single pixels can be disabled.
So that's probably the reason why the huawei p20 has it and we don't. As for what you are doing it should be the same as changing dpi. Grouping small physical pixels to one bigger virtual pixel, decreasing the amount of different content the tablet has to render and therefor making the tablet run faster.
I was able to set my screen res to something else using a third party app on my note 2 (amoled) but not anymore on the LG g5 (ips LCD)
Hope what I'm trying to say is understandable.
lolmensch said:
Hope what I'm trying to say is understandable.
Click to expand...
Click to collapse
Hehe, my honest answer is not quite. But I would appreciate if you could tell me which DPI should I set in Developer Options to get the same effect as I am getting with "wm size 1200x1920" and "wm density 209" in terms of speed gain and homescreen look (not distorted or messed up, etc).
Edit: Tried changing DPI only without changing resolution today. Result: no speed gain in any games I played.
I'm using this app to change resolution and dpi.
https://play.google.com/store/apps/details?id=com.farmerbb.secondscreen.free
It required root access (I'm using magisk). But author said that it just need adb access for those don't have root. Works brilliantlu on my M5 8.4.
oldpoem said:
I'm using this app to change resolution and dpi.
https://play.google.com/store/apps/details?id=com.farmerbb.secondscreen.free
It required root access (I'm using magisk). But author said that it just need adb access for those don't have root. Works brilliantlu on my M5 8.4.
Click to expand...
Click to collapse
For the M5 8.4, what did you set things to?
Ivanbarker said:
For the M5 8.4, what did you set things to?
Click to expand...
Click to collapse
I created 2 profile. One for casting to TV , other for lower resolution.
Ivanbarker said:
For the M5 8.4, what did you set things to?
Click to expand...
Click to collapse
As far as I undertand to avoid distortion for your 8.4in it should be something like 1920x1200 and 270 DPI.
Though again, as far as I understood, you can play with DPI as much as you like, it doesn't influence game speed or battery drain like resolution does.
oldpoem said:
I'm using this app to change resolution and dpi.
https://play.google.com/store/apps/details?id=com.farmerbb.secondscreen.free
It required root access (I'm using magisk). But author said that it just need adb access for those don't have root. Works brilliantlu on my M5 8.4.
Click to expand...
Click to collapse
Thanks, I am going to check out this app. The problem is that I don't want to root my M5 in order not to void the warranty. So going to try the ADB way and hope permissions will not reset after reboot.
the_zealot said:
Thanks, I am going to check out this app. The problem is that I don't want to root my M5 in order not to void the warranty. So going to try the ADB way and hope permissions will not reset after reboot.
Click to expand...
Click to collapse
After you've lowered your resolution from stock 2560x1600, do you find better battery life?
EDIT: Also if I want to change it back to normal, do I jsut change the resolution back to 2560x1600 and 359 dpi?
Ivanbarker said:
After you've lowered your resolution from stock 2560x1600, do you find better battery life?
EDIT: Also if I want to change it back to normal, do I jsut change the resolution back to 2560x1600 and 359 dpi?
Click to expand...
Click to collapse
I have not been using this tablet long enough to notice major difference in battery drain from changing resolution. I was mostly interested in speed gain in games. But from the fact that there is an option in Settings menu to automatically lower resolution to save battery, I conclude that there must me some (albeit a small) advantage in overall power consumption when using lower resolution.
And yes, to get back your native resolution and DPI, I guess you can either use ADB commands "wm size reset" and "wm density reset", or just set 2560x1600 if you are doing it through an app. As for DPI, it depends on which display settings you use in the Settings menu (large, small, etc.) but the default (factory) one seems to be 480. All this Resolution-DPI stuff seems to be very confusing as for me.
the_zealot said:
And yes, to get back your native resolution and DPI, I guess you can either use ADB commands "wm size reset" and "wm density reset", or just set 2560x1600 if you are doing it through an app. As for DPI, it depends on which display settings you use in the Settings menu (large, small, etc.) but the default (factory) one seems to be 480. All this Resolution-DPI stuff seems to be very confusing as for me.
Click to expand...
Click to collapse
Thanks! I was unaware you could reset it like that!

[NO ROOT] Galaxy S20 series: Change refresh rate per each app: 60Hz /96Hz /120Hz !

Dear All,
These days I found a very interesting thread /app which allows our Galaxy S20 series to setup variable refresh rate for specific applications.
What I did was the following:
I used Bixby Routines to enable 120HZ with Medium Power Saving mode - pictures with step-by-step will be added further
I installed the application from this thread to be able to switch between 120hz to 96hz for better battery: https://forum.xda-developers.com/galaxy-s20/themes/galaxy-s20-hidden-96hz-display-mode-t4075255
I installed this application S20Refresh Rate - https://github.com/brericha/S20-Refresh-Rate/releases/tag/v0.0.2
Gave proper write access using ADB command: adb shell pm grant dev.fingertips.s20refreshrate android.permission.WRITE_SECURE_SETTINGS
I setup the default refresh rate as 60Hz and then changed the desire application back manually to 96hz or 120hz (like Internet, Twitter, Facebook, Linkedin, etc)
Credit to all the great devs who created the 2 above applications (which Samsung should already integrate their functionallity as default, in my opinion, to their flagship phones)

How to force MIUI to use 90hz instead of 120hz. (No root needed)

If you have stock MIUI or EU rom and you want to use 90hz instead of 120hz to save a bit of battery, please read this guide carefully.
Steps to follow:
1. Set your refresh rate to 120hz
2 Download and install SetEdit from the Play Store or as an apk.
3. Switch to System Table
4. Find "user_refresh_rate" key and change value to 90
DONE!
You can check the screen refresh rate by using the Power Monitor on Development Settings.
This setting will persist even after reboot. Just don't change the refresh rate in settings.
Thank you!:fingers-crossed:
Try that and not lock at 90....seems like dynamic moving from 90 to 60 to 120.....i though it supposedly to stay at 90....
Custom Rom Or Root only.
Thanks man it works
nazri5363 said:
Try that and not lock at 90....seems like dynamic moving from 90 to 60 to 120.....i though it supposedly to stay at 90....
Click to expand...
Click to collapse
It's working. What MIUI region build you got?
Working on mine, I got the MIUI region global version.
Stable at 90Hz. I'm checking it using the power monitor tool.
Thank you.
No such key in System Table.
The option does not exist
Sent from my M2007J20CG using Tapatalk
working fine even after restart thx but yes still stays dynamic form 1-90
bluerain28 said:
It's working. What MIUI region build you got?
Working on mine, I got the MIUI region global version.
Stable at 90Hz. I'm checking it using the power monitor tool.
Thank you.
Click to expand...
Click to collapse
Latest global 12.0.3... It's not fixed 90hz...
it's working for me Global 12.0.3
Hi, it seems in eu_global Roms key is missing. Just add it.
In the EU Rom you can just add the key "user_refresh_rate" with value 90, Power Monitor will show 90Hz.
Thx OP
Edit :doesn't solve the Problem with dynamic refresh rate in games though.
It works just fine. Looks like the screen refresh rate is h̶a̶r̶d̶ locked to 90Hz. Y̶o̶u̶'̶d̶ ̶n̶e̶e̶d̶ ̶s̶o̶m̶e̶t̶h̶i̶n̶g̶ ̶l̶i̶k̶e̶ ̶v̶-̶s̶y̶n̶c̶ ̶o̶n̶ ̶P̶C̶ ̶t̶o̶ ̶l̶o̶c̶k̶ ̶t̶h̶e̶ ̶U̶I̶ ̶a̶n̶d̶ ̶a̶p̶p̶s̶ ̶r̶e̶n̶d̶e̶r̶i̶n̶g̶ ̶F̶P̶S̶ ̶t̶o̶ ̶b̶e̶ ̶9̶0̶ ̶a̶s̶ ̶w̶e̶l̶l̶ ̶t̶o̶ ̶h̶a̶v̶e̶ ̶a̶ ̶t̶r̶u̶l̶y̶ ̶f̶l̶u̶i̶d̶ ̶e̶x̶p̶e̶r̶i̶e̶n̶c̶e̶.̶
It actually gives you an option to use 90Hz refresh rate in place of the stock 120Hz as OP said in the title. Maybe to save the battery and still have a smooth experience. Doesn't make that big of a difference either way imo.
It just doesn't work, I set the frequency to 120Hz, installed this app, set the value to 90Hz, checked with the monitor and it was fixed at 120Hz
Jonny993 said:
It just doesn't work, I set the frequency to 120Hz, installed this app, set the value to 90Hz, checked with the monitor and it was fixed at 120Hz
Click to expand...
Click to collapse
Make sure you gave the app permission to Modify system settings. It works for me even on 12.0.4.0. Global. Had to do it again after the update though.
Thanks op. Miui 2.0.4 global. Worked as expected.
12.0.2
Installed setedit
Changed 120 to 90
And it does not work
Even after checking developer options display monitor
Do I need to be rooted or something?
No luck for me. Stays on 60hz with low frame rate. Might reset an try a reboot
Worked after a bit of playing round an a few reboots. Not every application or game is 90hz or 90fps.
But can include when it worked with 'bullet Force'.
Thanks works ?
Tks.
Working in Global MIUI 12.0.4
Not working on MIUI Global 12.0.2
---------- Post added at 10:51 PM ---------- Previous post was at 10:40 PM ----------
Ayman ae said:
12.0.2
Installed setedit
Changed 120 to 90
And it does not work
Even after checking developer options display monitor
Do I need to be rooted or something?
Click to expand...
Click to collapse
needs 12.0.5 for work.
Yeah it doesn't work on 12.0.2
Update to 12.0.4 and now the trick works

[TWEAK] This is how to set 120Hz on WQHD+

I have found a way to enable 120hz on WQHD+ display setting
For root
1. Install Easy DPI Changer [Root]
2. Change resolution to 1436x3192 and DPI to desired size that you like. I have 384
3. Go to settings and set refresh rate to 120Hz
Without root
1. Use adb
2. Change resolution to "adb shell wm size 1436x3192" and DPI to desired size that you like. I have 384 "adb shell wm density 384"
3. Go to settings and set refresh rate to 120Hz
Screenshot 1 - Screenshot 2
Have fun!
Cholens said:
I have found a way to enable 120hz on WQHD+ display setting (You need root)
1. Install Easy DPI Changer [Root]
2. Change resolution to 1436x3192 and DPI to desired size that you like. I have 384
3. Go to settings and set refresh rate to 120Hz
Have fun!
Click to expand...
Click to collapse
no way without root??
Sent from my SM-G988B using Tapatalk
I have updated it for non root as well
carlitobahsoun said:
no way without root??
Sent from my SM-G988B using Tapatalk
Click to expand...
Click to collapse
Cholens said:
I have found a way to enable 120hz on WQHD+ display setting
For root
1. Install Easy DPI Changer [Root]
2. Change resolution to 1436x3192 and DPI to desired size that you like. I have 384
3. Go to settings and set refresh rate to 120Hz
Without root
1. Use adb
2. Change resolution to "adb shell wm size 1436x3192" and DPI to desired size that you like. I have 384 "adb shell wm density 384"
3. Go to settings and set refresh rate to 120Hz
Screenshot 1 - Screenshot 2
Have fun!
Click to expand...
Click to collapse
Hey Thank you very much for sharing this tweak! I'll test battery life
BTW just wondering in case I wanted to go back to stock... I'd just change the resolution, and that's it, right?
Thanks, settings that seem to look the best for me:
adb shell wm size 1436x3192
adb shell wm density 511
Set "Font Size" to 2
Will check this by tonight. Nice !
How to change all back to stock? Especially the density and font size?
Nakashima Taiki said:
How to change all back to stock? Especially the density and font size?
Click to expand...
Click to collapse
Just change resolution in settings like normal, and change DPI in developer options to 411
-------------
Unfortunately with this new resolution it causes an empty gap around the edge of the screen
*Detection* said:
Just change resolution in settings like normal, and change DPI in developer options to 411
-------------
Unfortunately with this new resolution it causes an empty gap around the edge of the screen
Click to expand...
Click to collapse
Thank you. How about the font size? Should I just change it in the font size and style setting?
Nakashima Taiki said:
Thank you. How about the font size? Should I just change it in the font size and style setting?
Click to expand...
Click to collapse
Yea, just change it from settings to whatever looks best for you, I set it to 2
*Detection* said:
Yea, just change it from settings to whatever looks best for you, I set it to 2
Click to expand...
Click to collapse
Thanks. Is the empty gap happened because of the dpi?
Update: I think because the resolution for WQHD+ is 3200x1440. Can we have the 120Hz with that resolution rather than 1436x3192?
Thanks my friend.
What About batery impact??
Enviado desde mi SM-G988B mediante Tapatalk
Nakashima Taiki said:
Thanks. Is the empty gap happened because of the dpi?
Update: I think because the resolution for WQHD+ is 3200x1440. Can we have the 120Hz with that resolution rather than 1436x3192?
Click to expand...
Click to collapse
No, it sets to WQHD and sets back to 60Hz, I tried
*Detection* said:
No, it sets to WQHD and sets back to 60Hz, I tried
Click to expand...
Click to collapse
I see. That's why
Gofo_81 said:
Thanks my friend.
What About batery impact??
Enviado desde mi SM-G988B mediante Tapatalk
Click to expand...
Click to collapse
I don't notice much difference than on FHD+ 120hz in battery life. that it used a little more is normal
How is this possible? I was under the impression the panel itself is unable to support this due to hardware limitations ?
digitaljeff said:
How is this possible? I was under the impression the panel itself is unable to support this due to hardware limitations ?
Click to expand...
Click to collapse
This is what I have read multiple places also that it was a hardware limitation.
digitaljeff said:
How is this possible? I was under the impression the panel itself is unable to support this due to hardware limitations ?
Click to expand...
Click to collapse
aussiesausage said:
This is what I have read multiple places also that it was a hardware limitation.
Click to expand...
Click to collapse
Yeah! It is hardware limited. The device is actually running at HD+ on that resolution, and the phone is capable of running HD+ @120hz but if you set the WQHD+ screen size correctly (1440x3200) the phone will run only @60Hz.
jimbo77 said:
Yeah! It is hardware limited. The device is actually running at HD+ on that resolution, and the phone is capable of running HD+ @120hz but if you set the WQHD+ screen size correctly (1440x3200) the phone will run only @60Hz.
Click to expand...
Click to collapse
Is whi i have puted 1439x3199 and recognises like WQHD+ AND WORKS LIKE A CHARM at 120hz....
YouTube recognises for watching at 1440 résolution
Nmc_alves® said:
Is whi i have puted 1439x3199 and recognises like WQHD+ AND WORKS LIKE A CHARM at 120hz....
YouTube recognises for watching at 1440 résolution
Click to expand...
Click to collapse
It's not 120Hz at that resolution, I tried too, it says 120Hz but is actually 60Hz, it's not smooth like 120Hz

Themes / Apps / Mods [App]Galaxy Max Hz (Refresh Rate Mods, Screen-off Mods and More)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About this app:
Refresh Rate Mods
Change default refresh rates
-Easily change the overall refresh rate settings of devices supporting multiple refresh rates.
-Set supported mid refresh rates as the maximum refresh rate limit for battery savings (e.g. 96hz instead of 120Hz).
-Quick settings shortcut
-tasker plugin support.
Motion smoothness mode switcher(Normal, Adaptive or High)***
-Apply adaptive mod on device that don't natively support adaptive mode [premium]
-Tasker plugin support.
Per-app refresh rate settings:
Set different refresh rate settings for every app either adaptive or fixed(stationary) [premium].
Motion smoothness on power saving mode (not working to all devices with OneUI4.**+, test first). ***
-GMH will apply a workaround to bypass 60Hz limitation on Power Saving Mode (PSM) on supported Samsung smartphones.
-Automatically apply workaround when PSM is enabled [premium]
Screen-off Mods:
Force to Lowest Hz: Force the lowest refresh rate on screen-off or Always-On Display(AOD). This overrides Samsung's strange stock behavior which sets the refresh rate to the highest on screen off (update: it is now at 60hz since OneUI3.0) to improve standby power consumption a bit.
-Tasker plugin support
Auto apply power saving mode during screen-off (after ~ 10 secs)***
Auto disable Autosync***
Quick-doze mod
-Quickly enter doze mode during screen-off that can not be interrupted by motion [premium].***
-Tasker plugin support
Auto SENSORS OFF (experimental non-root workaround)
-Device sensors will automatically turn off while screen is off until the device is unlocked to help minimize battery-draining motion-triggered wakelocks while device is not being used.
-Tasker plug-in support
Others
Battery protection mod (Experimental)
-Option to set maximum charge to 86%-95%(for OneUI4+)[premium]
Quick resolution switcher
-Easily switch to any supported resolutions using the included quick setting tile***
-Tasker plugin support
Customizable refresh rate monitor
-Use statusbar or overlay which you can place anywhere on screen.
-Tasker plugin support.
Net speed statusbar indicator
OneUI inspired UI. Dynamic theme and Icon. Manual language selection
Note: The premium license is on a per device basis (not per user).
***these marked features require a one-time ADB procedure (this is not root)
Galaxy Max Hz background service is highly optimized. Background battery usage p is very negligible .
Info: This app targets older android sdk in order to control refresh rates without ADB setup or root. Just tap OK the dialog that says "This app was built for an older version of Android...." when opened for the first time. If OK button is not visible, just tap the blank space on the lowest portion of the dialog.
Download
v8.0.0
v7.14.58
Changelogs
Github wiki (Please read specially before asking questions or reporting bugs)
v7.10.00_beta update now available.
(No in-app update yet, download link in the opening post.)
tribalfs said:
v7.10 (currently in beta)
- Custom max hz option for power saving mode- Automate GMH settings with the Tasker plugin support. Supported actions/variables: Max Refresh Rate, Keep Motion Smoothness on PSM, Motion Smoothness Mode, Quick-doze Mod and Change Screen Resolution.- Some code refactoring and optimizations
Click to expand...
Click to collapse
tribalfs said:
How to setup GMH with Tasker?
Create(+) a Task in Tasker app and give it a name. Inside the Edit Task window, add GMH action by clicking (+) button > Plugin > Galaxy Max Hz. Click the (edit) Configuration section to see the tasker settings/variables available for GMH. Set a value to each of the variable that you want to apply by clicking (+) button > Variables >Variable Set > enter the variable name and a corresponding valid value. Ensure to put Galaxy Max Hz action task after all the Variable Set tasks (use hold and drag to re-order).
You can then link this Task to the Profile/Trigger that you want to use. You can create multiple GMH tasks with different variables.
You can also use GMH Tasker plugin to exclude apps from Adaptive mode.
Click to expand...
Click to collapse
This app does not work on the Galaxy A52 5G. It keeps showing 60/90Hz as the toggle, does not show 120Hz at all.
Same for me, only 60 or 90Hz.
And there is an alert window on startup, that it's developed for an older android version
Tested with v7.10.00_beta
same for me, only 60 and 90hz available, but 90hz doesnt work at all, so it defaults to 60
Hi Dev,
Tested out your app and granted every permissions needed.
turns out that the app does not support 120Hz refresh rate.
I tested out the 90Hz and checked if it is working but that doesn't work either. it defaults to 60hz right away and does not let me choose other refresh rates.
Thank you for your Program. Hopefully a fix will come.
looking forward for this to come to A52-5G
xezrunner said:
This app does not work on the Galaxy A52 5G. It keeps showing 60/90Hz as the toggle, does not show 120Hz at all.
Click to expand...
Click to collapse
phoberus said:
Same for me, only 60 or 90Hz.
And there is an alert window on startup, that it's developed for an older android version
Tested with v7.10.00_beta
Click to expand...
Click to collapse
folyqa said:
same for me, only 60 and 90hz available, but 90hz doesnt work at all, so it defaults to 60
Click to expand...
Click to collapse
A52 display (hardware) doesn't support 120hz refresh rate. No chance of having it.
Edit: My mistake for thinking 4G and 5G have the same display. Corrected the profile on my backend.
tribalfs said:
A52 display (hardware) doesn't support 120hz refresh rate. No chance of having it.
Click to expand...
Click to collapse
Hi tribalfs,
A52 5G does support 120hz screen refresh rate. The regular A52 (4G) only supports 90hz.
Here is the screen refresh rate from my A52 5G
chirogan said:
Hi Dev,
Tested out your app and granted every permissions needed.
turns out that the app does not support 120Hz refresh rate.
I tested out the 90Hz and checked if it is working but that doesn't work either. it defaults to 60hz right away and does not let me choose other refresh rates.
Thank you for your Program. Hopefully a fix will come.
looking forward for this to come to A52-5G
Click to expand...
Click to collapse
Are you on adaptive mode or high mode? Would you mind sharing a screen recording using the screen recording app in the below? Thank you.
tribalfs said:
Questions and Bug Reports:​Feel free to ask questions relevant to this app here should your question is not addressed in FAQs above.
For suspected bugs, you can send me a direct message or post it here. Read the FAQs also to check if it is an intended/expected behavior or not. Also check if the latest version is already installed in your device. Please include your device model number, OS version, app version and the steps to reproduce the bug. If possible, attach screen recording* or screenshots. This can be very helpful to me in answering your question or in reproducing and resolving the bug faster.
*You can use this screen recording app capable of recording high refresh rates
Click to expand...
Click to collapse
tribalfs said:
Are you on adaptive mode or high mode? Would you mind sharing a screen recording using the screen recording app in the below? Thank you.
Click to expand...
Click to collapse
Hi. I uninstalled the previous app thus, deferring me from the previous adb command and i have no pc near me at the moment. But the options for the screen refresh rates are just 90 and 60. I also tried both adaptive and high before i uninstalled it before and had no luck.
Please see screenshot below.
Thank you.
chirogan said:
Hi tribalfs,
A52 5G does support 120hz screen refresh rate. The regular A52 (4G) only supports 90hz.
Here is the screen refresh rate from my A52 5G
View attachment 5292011
Click to expand...
Click to collapse
Oh sorry. It's my mistake then. Corrected the profiles on my backend. You can reload using the Reload Profile in the 3 dot menu.
chirogan said:
Hi. I uninstalled the previous app thus, deferring me from the previous adb command and i have no pc near me at the moment. But the options for the screen refresh rates are just 90 and 60. I also tried both adaptive and high before i uninstalled it before and had no luck.
Please see screenshot below.
Thank you.
View attachment 5292013
Click to expand...
Click to collapse
It's my mistake. I thought A52 4G and 5G have the same display. Already corrected the profile in my backend. You can reload using the Reload Profile in the 3 dot menu while connected to the internet.
tribalfs said:
Oh sorry. It's my mistake then. Corrected the profiles on my backend. You can reload using the Reload Profile in the 3 dot menu.
Click to expand...
Click to collapse
Thanks! Will check it out. Do i have to redownload app again?
chirogan said:
Thanks! Will check it out. Do i have to redownload app again?
Click to expand...
Click to collapse
You can install the latest version here:
DOWNLOAD:
galaxy_max_hz_v7.10.00
tribalfs said:
You can install the latest version here:
DOWNLOAD:
galaxy_max_hz_v7.10.00
Click to expand...
Click to collapse
Wow. Thats fast! Appreciate it a lot.
Will give feedback once i tried it out when i get home.
Tried it a while ago and its working well now! Great job. 60hz and 120hz adaptive screen refresh rate now working flawlessly. Will keep supporting you on your apps. God bless!
Suggestion: hopefully we could see a shorter time for the adaptive to kick in. (Like a second or less).
I dont know how adaptive works at S line series of units but feel free to correct me if im wrong.
God bless!
How are the battery savings while using this app?
ImGonnaTryScience said:
How are the battery savings while using this app?
Click to expand...
Click to collapse
You cant really see the difference right away if youre doing a lot on your phone as it makes your screen go back to 120hz.
But when you use it to the apps that doesnt need touch, like watching movies, video calls, the savings are significant.
I used in a 21 minute video call and it only consumed around 2% batt
chirogan said:
Tried it a while ago and its working well now! Great job. 60hz and 120hz adaptive screen refresh rate now working flawlessly. Will keep supporting you on your apps. God bless!
Suggestion: hopefully we could see a shorter time for the adaptive to kick in. (Like a second or less).
I dont know how adaptive works at S line series of units but feel free to correct me if im wrong.
God bless!
View attachment 5292037
Click to expand...
Click to collapse
Thank you for your feedback and support.
Native adaptive is around 2-3 seconds and longer on less brighter environment.
v7.10.21 in-app update now available
- Bug fixesv7.10 changes- Separate Max hz setting for power saving mode- Automate GMH settings using Tasker plugin support. Supported actions/variables: Max Refresh Rate, Keep Motion Smoothness on PSM, Motion Smoothness Mode, Quick-doze Mod, Change Screen Resolution. Check FAQs for the basic setup guide.- Some code refactoring and optimizationsNote: Clear app's data if experiencing any issues

Categories

Resources