Is it possible to force 90hz on OnePlus 7T - OnePlus 7T Questions & Answers

I saw you can force 90hz on the OnePlus 7 pro either with an adb command or an app but is there a way to do this on the 7T?

Yes, it's possible with the app jOneplus tool. You need to play with adb or have your phone rooted. Though I am on a custom rom called Treskmod where there is a option to force enable 90hz all time.
I am noticing not that much battery drain, so I think it's worth.

TRIST4N said:
I saw you can force 90hz on the OnePlus 7 pro either with an adb command or an app but is there a way to do this on the 7T?
Click to expand...
Click to collapse
You can run the same adb command on the 7T to force 90hz.
adb shell settings put global oneplus_screen_refresh_rate 0

KDurantula said:
You can run the same adb command on the 7T to force 90hz.
adb shell settings put global oneplus_screen_refresh_rate 0
Click to expand...
Click to collapse
Ok thanks was a bit afraid to break something with a wrong command

TRIST4N said:
Ok thanks was a bit afraid to break something with a wrong command
Click to expand...
Click to collapse
No worries at all! I use this code on my 7T, perfectly safe

KDurantula said:
You can run the same adb command on the 7T to force 90hz.
adb shell settings put global oneplus_screen_refresh_rate 0
Click to expand...
Click to collapse
Can I use terminal emulator to use these commands or only through pc using adb?

yellowman82 said:
Can I use terminal emulator to use these commands or only through pc using adb?
Click to expand...
Click to collapse
To be honest, I've only ever used them through a pc using adb

KDurantula said:
You can run the same adb command on the 7T to force 90hz.
adb shell settings put global oneplus_screen_refresh_rate 0
Click to expand...
Click to collapse
This is great. Thank you!
Does this change survive a reboot?

Genetic517 said:
This is great. Thank you!
Does this change survive a reboot?
Click to expand...
Click to collapse
No problem!
Yeah, does not revert back unless you manually change it

Okay am I missing something? So the toggle button under settings and screen refresh rate to use 90hz on the 7t is irrelevant unless you force 90hz with an adb command?

KDurantula said:
No problem!
Yeah, does not revert back unless you manually change it
Click to expand...
Click to collapse
Let's say something goes wrong and I'm not near a pc to use adb. If I go into display settings and set it to one of the options will that revert the change? Right now I'm using joneplustools to force 90hz but I'd rather use adb instead of running an app

Genetic517 said:
Let's say something goes wrong and I'm not near a pc to use adb. If I go into display settings and set it to one of the options will that revert the change? Right now I'm using joneplustools to force 90hz but I'd rather use adb instead of running an app
Click to expand...
Click to collapse
Good question! I just tested it for you and that does indeed revert the change. I used an fps counter and ran a game. Through display settings, I selected 90hz and ran the game which showed the game at running at 60 fps. Ran the adb command and reopened the game which showed 90 fps .
It does revert the change, but I always leave it at 90hz through the adb command. Hope this helps!
---------- Post added at 06:57 PM ---------- Previous post was at 06:39 PM ----------
miscellaneousmemphian said:
Okay am I missing something? So the toggle button under settings and screen refresh rate to use 90hz on the 7t is irrelevant unless you force 90hz with an adb command?
Click to expand...
Click to collapse
Sadly, that toggle button doesn't support 90hz for every app. The command forces 90hz on every app

Related

Hide Navigation Bar in EMUI 5 without root using adb

The commands you’ll need are:
To only hide the status bar:
adb shell settings put global policy_control immersive.status=*
To only hide the navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both status and nav bar:
adb shell settings put global policy_control immersive.full=*
Return*things to normal:
adb shell settings put global policy_control null*
dont restart ur phone this will make it auto hide U can use J Touch app for navigation its works better
Sent from my BLN-L22 using Tapatalk
tested and working?
shashank1320 said:
tested and working?
Click to expand...
Click to collapse
yes
Sent from my BLN-L22 using Tapatalk
arshilhonor6x said:
yes
Click to expand...
Click to collapse
You didn't include in the instructions that those commands should be written in CMD or Terminal and the phone should be plugged in.
itisiryan said:
You didn't include in the instructions that those commands should be written in CMD or Terminal and the phone should be plugged in.
Click to expand...
Click to collapse
obviously adb commands need cmd and phone should be connected this is such a noob question
Sent from my BLN-L22 using Tapatalk
arshilhonor6x said:
obviously adb commands need cmd and phone should be connected this is such a noob question
Click to expand...
Click to collapse
You know there are many noobs around here. Some of them maybe doesn't even know what adb means. So every guide should be detailed. Please don't be offended as I'm only giving constructive criticism.
itisiryan said:
You know there are many noobs around here. Some of them maybe doesn't even know what adb means. So every guide should be detailed. Please don't be offended as I'm only giving constructive criticism.
Click to expand...
Click to collapse
Well said man.
you can search on Google that how to use adb it is not that complicated
Sent from my BLN-L22 using Tapatalk
Guys calm down.
One is asking from noob user's perspective and one is saying as if end user has some basic knowledge on these stufds.
Ultimate goal is to help end users only via this guide.
Peace :highfive:
arshilhonor6x said:
you can search on Google that how to use adb it is not that complicated
Click to expand...
Click to collapse
Well this is your thread. If you don't wanna edit some of it, so be it.

is possible to create a screenshot tile?

standard ways are not comfortable
but then you will always have quick settings tiles on the screen shot
i use bixby button remapped for this
filou76 said:
but then you will always have quick settings tiles on the screen shot
i use bixby button remapped for this
Click to expand...
Click to collapse
I tried using the pro version of the app (required for SS) and it just force closed the app. I'm on stock official 9.0 beta. Tried on 8.1 also, sane results. Any idea why it works for some & not others? If it matters I have an unlocked Snapdragon variant S9.
Just use adb.
No root required.
adb shell
settings get secure sysui_qs_tiles
Save the output in a notepad.
Then, edit the list and add "ScreenCapture", to the end of the list and send the command:
settings put secure sysui_qs_tiles "<edited list here>"
yurividal said:
Just use adb.
No root required.
adb shell
settings get secure sysui_qs_tiles
Save the output in a notepad.
Then, edit the list and add "ScreenCapture", to the end of the list and send the command:
settings put secure sysui_qs_tiles "<edited list here>"
Click to expand...
Click to collapse
Amazing! Thanks, didnt know it was that easy to add
mobile_sensei said:
I tried using the pro version of the app (required for SS) and it just force closed the app. I'm on stock official 9.0 beta. Tried on 8.1 also, sane results. Any idea why it works for some & not others? If it matters I have an unlocked Snapdragon variant S9.
Click to expand...
Click to collapse
Same here. Constant force closed results in no SS capability. SM-G960U1 on 9.0 Beta 2
yurividal said:
Just use adb.
No root required.
adb shell
settings get secure sysui_qs_tiles
Save the output in a notepad.
Then, edit the list and add "ScreenCapture", to the end of the list and send the command:
settings put secure sysui_qs_tiles "<edited list here>"
Click to expand...
Click to collapse
Thanks it worked
Do you know any other hidden qs tiles
Nochlab1 said:
Thanks it worked
Do you know any other hidden qs tiles
Click to expand...
Click to collapse
https://www.xda-developers.com/how-...ttings-tile-toggle-on-samsung-galaxy-devices/

Question Rotation Suggestion Button on Xiaomi.EU ROM?

Android 9 added a new feature which allows for the temporary rotation of the screen, with the press of a button would appear when the phone is put into landscape orientation. MIUI for some reason has decided to exclude it, we're at Android 11 and it still doesn't have it. I was wondering if Xiaomi.EU ROM has this feature, or would I have to go with a custom ROM?
do you use tasker? could try the auto-rotate for chosen apps profile found in this thread.
i used it fine for both ROG phone II and this Alioth phone. i just set it for maps, youtube vanced etc.
works great. not sure i'd recommend the other profiles, they may well be device specific
reg66 said:
do you use tasker? could try the auto-rotate for chosen apps profile found in this thread.
i used it fine for both ROG phone II and this Alioth phone. i just set it for maps, youtube vanced etc.
works great. not sure i'd recommend the other profiles, they may well be device specific
Click to expand...
Click to collapse
Cool, this could be a workaround for my issue, just enabling rotation in some apps. I'll try it out, thanks!
It might be a late reply, but in terminal emulator as root you can type this command: "settings put secure show_rotation_suggestions 1" without the quotes and it will enable rotation suggestions when you rotate the screen. You can also use this same command in FKM scripts section and set it to run on boot. If you're not rooted then you must use adb shell on a PC with adb debugging enabled in developer options and use this command: " pm shell settings put secure show_rotation_suggestions 1" without the quotes. After a reboot the setting is disabled again so you have to run the command after each reboot.
pawelmiernik said:
It might be a late reply, but in terminal emulator as root you can type this command: "settings put secure show_rotation_suggestions 1" without the quotes and it will enable rotation suggestions when you rotate the screen. You can also use this same command in FKM scripts section and set it to run on boot. If you're not rooted then you must use adb shell on a PC with adb debugging enabled in developer options and use this command: " pm shell settings put secure show_rotation_suggestions 1" without the quotes. After a reboot the setting is disabled again so you have to run the command after each reboot.
Click to expand...
Click to collapse
THANK YOU SO MUCH! This has always been one of the reasons I hated MIUI, now I finally get to enjoy this feature that MIUI has chosen to hide for some reason!
CharlieMHz said:
THANK YOU SO MUCH! This has always been one of the reasons I hated MIUI, now I finally get to enjoy this feature that MIUI has chosen to hide for some reason!
Click to expand...
Click to collapse
Ikr it's such a useful thing to have!
@pawelmiernik I just registered to say that you are a frigging legend, thank you so much!
Absolutely idiotic that they left out this option somewhere in the settings. Especially when you can reactivate the already implemented button with such a workaround. Ridiculous.
pawelmiernik said:
It might be a late reply, but in terminal emulator as root you can type this command: "settings put secure show_rotation_suggestions 1" without the quotes and it will enable rotation suggestions when you rotate the screen. You can also use this same command in FKM scripts section and set it to run on boot. If you're not rooted then you must use adb shell on a PC with adb debugging enabled in developer options and use this command: " pm shell settings put secure show_rotation_suggestions 1" without the quotes. After a reboot the setting is disabled again so you have to run the command after each reboot.
Click to expand...
Click to collapse
Thanks for this, would like to add that another way of having it persist is to use SetEdit and add show_rotation_suggestions 1 to the secure table. You'll need to give the SetEdit app permissions to write to the secure table. You can do it with root but if you're not rooted you can use adb, just be sure to enable "usb debugging (security settings)" as well.
pawelmiernik said:
It might be a late reply, but in terminal emulator as root you can type this command: "settings put secure show_rotation_suggestions 1" without the quotes and it will enable rotation suggestions when you rotate the screen. You can also use this same command in FKM scripts section and set it to run on boot. If you're not rooted then you must use adb shell on a PC with adb debugging enabled in developer options and use this command: " pm shell settings put secure show_rotation_suggestions 1" without the quotes. After a reboot the setting is disabled again so you have to run the command after each reboot.
Click to expand...
Click to collapse
Just to add on to this, for me, the settings stayed even after a restart, so I didn't need to run it again after reboot.
I think it's because they added this to MIUI 13. I recently bought a POCO F3 and it had it built in. Finally. There is hope in this world.
Weslington9 said:
I think it's because they added this to MIUI 13. I recently bought a POCO F3 and it had it built in. Finally. There is hope in this world.
Click to expand...
Click to collapse
How to turn on this feature, I am on miui13 but can't find it ?

Question Is there a way to force 120hz all apps on color os 12 c39 OnePlus 9 pro

Is there a way to force 120hz all apps on color os 12 c39 OnePlus 9 pro
Yep, https://github.com/Oosl/ColorOSTool
russel5 said:
Yep, https://github.com/Oosl/ColorOSTool
Click to expand...
Click to collapse
Thank if i have root
Try this, tap on either one of the 120hz options to force 120hz. You'll have to redo that every time after rebooting or using low battery mode.
Force 120 Hz
It fixed thanks
there are 3 options
Which option should I choose
to get force 120hz ?
brmbjn said:
there are 3 options
Which option should I choose
to get force 120hz ?
Click to expand...
Click to collapse
The first one 48/120hz, only works on OOS 12 and color os
lammsuen said:
The first one 48/120hz, only works on OOS 12 and color os
Click to expand...
Click to collapse
no ok or apply button?
make app background work ?
auto launch ?
because this application uses Chinese
Cant get any of these apps to force 120hz for apps like Brave etc.
Currently using OOS12 - guess we need to wait for AutoHz to be updated
For rooted:
su -c service call SurfaceFlinger 1035 i32 13
From termux or any terminal
Required on every reboot
No root needed.
Just run these in adb shell (after enable "Disable Permission Monitoring" in developer options):
Code:
settings put system peak_refresh_rate 1
settings put system min_refresh_rate 1
Please please someone make a fix that doesn't use a Chinese app with who the hell knows what's it's accessing.
Willing to pay
Without root-
adb shell settings put system peak_refresh_rate 59.0
=======
With root with any app like termux-
settings put system peak_refresh_rate 59.0
Or use SetEdit App from playstore and in system table changle value of peak_refresh_rate to 59.0
With Regards
Mohitash said:
Without root-
adb shell settings put system peak_refresh_rate 59.0
=======
With root with any app like termux-
settings put system peak_refresh_rate 59.0
Or use SetEdit App from playstore and in system table changle value of peak_refresh_rate to 59.0
With Regards
Click to expand...
Click to collapse
It will lock to 60hz?
PKkeys said:
It will lock to 60hz?
Click to expand...
Click to collapse
It will lock to highest available.
If you set higher in settings and then use these commands then it will lock to highest.
If you set low (60Hz) in settings and then use these commands then it will lock to highest until your device screen gets off, when turn on screen it will be back to 60Hz.
Mohitash said:
It will lock to highest available.
If you set higher in settings and then use these commands then it will lock to highest.
If you set low (60Hz) in settings and then use these commands then it will lock to highest until your device screen gets off, when turn on screen it will be back to 60Hz.
Click to expand...
Click to collapse
Man thanks! I just executed the command and the phone is buttery smooth now! even youtube is running in 120hz! Many thanks! Just wanted to add to this.
We need to enable Disable Permission Monitoring" in developer options and restart the phone and then use the command!
PKkeys said:
Man thanks! I just executed the command and the phone is buttery smooth now! even youtube is running in 120hz! Many thanks! Just wanted to add to this.
We need to enable Disable Permission Monitoring" in developer options and restart the phone and then use the command!
Click to expand...
Click to collapse
Only if you are not rooted and using adb for that
Mohitash said:
Only if you are not rooted and using adb for that
Click to expand...
Click to collapse
Agree!
Mohitash said:
Without root-
adb shell settings put system peak_refresh_rate 59.0
=======
With root with any app like termux-
settings put system peak_refresh_rate 59.0
Or use SetEdit App from playstore and in system table changle value of peak_refresh_rate to 59.0
With Regards
Click to expand...
Click to collapse
Update
Also do min_refresh_rate to 59.9
So final Values to be applied
peak_refresh_rate to 59.0 and min_refresh_rate to 59.9
Alaa mandani said:
Is there a way to force 120hz all apps on color os 12 c39 OnePlus 9 pro
Click to expand...
Click to collapse
Yes install set edit from play store and
Then go to 'peak refresh rate' and it should be something like 120 set that value to 1

Question Anyone else having issues getting 120hz running on Brave or Kiwi with OOS 12?

I have tried ADB commands and 3 different apps(AutoHZ, SmartHertz) but the the browsers will not run faster than 60hz. This wasn't an issue on OOS 11.
422415 said:
I have tried ADB commands and 3 different apps(AutoHZ, SmartHertz) but the the browsers will not run faster than 60hz. This wasn't an issue on OOS 11.
Click to expand...
Click to collapse
No root needed.
Just run these in adb shell (after enable "Disable Permission Monitoring" in developer options):
Code:
settings put system peak_refresh_rate 1
settings put system min_refresh_rate 1
Do these settings stick after reboot or we have to do this every time the device is rebooted
brmbjn said:
No root needed.
Just run these in adb shell (after enable "Disable Permission Monitoring" in developer options):
Code:
settings put system peak_refresh_rate 1
settings put system min_refresh_rate 1
Click to expand...
Click to collapse
gulshanstrider said:
Do these settings stick after reboot or we have to do this every time the device is rebooted
Click to expand...
Click to collapse
Repeat after reboot
Please try.
always Work 120

Categories

Resources