-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Not working on OnePlus 9 Pro #10
Comments
Do you think whether I should reopen the closed issue in flutter repo again? |
Did you check the settings to see if there is anything that can block this? From what I read OP9 has a new mode to automatically switch to high refresh rates of its LTPO panel. Have a look at logcat as well while you try to switch modes. |
Checked, currently the factory mode is unable to call, the only place to control the refresh rate is here:
You mean the automatically 1~120Hz mode? Yes it's enabled by default when you choose the 120Hz refresh rate.
There are no helpful logs when toggling between modes. |
@AlexV525 I know it's not a proper fix, just curious: does this ADB command work for you?
On previous OnePlus phones, this command disables optimization and forces the phone to use it's max refresh rate all the time. It works well with the 8T in all Flutter apps and even some games. |
Sure, this global setting works fine in every previous OP devices, I used to use this trick on 8 Pro. But now 9/9 Pro has switched to ColorOS (maybe only in China) so the config list doesn't include the column anymore. More further info is I tried to switch between modes in settings and see if there is a column being modified, but it didn't. Anyway thanks for the reply, but it's failed on OP9+ColorOS. |
Right, I forgot about the ColorOS part. Then I wonder if this issue with changing the display mode is specific to the OnePlus 9 Pro, or rather it's an issue with ColorOS. It would be interesting to see results from older ColorOS devices, and also the OxygenOS version of the OnePlus 9 Pro. |
Yep. Since my new device will be use as a daily driver, I don't have plans to make it Oxygen currently, and I don't have any devices that can both have high refresh rate and ColorOS (my OP8 is going to be recycled). |
I've opened couple threads in official forums. Let's see if any helpful response can get. https://forums.oneplus.com/threads/bug-preferred-displaymode-settings-not-working-on-op9-coloros-11.1411296/ |
Now I'm pretty sure that this is a ColorOS issue because #6 looks like the same problem. ColorOS is used both on OP9 and OPPO devices. |
@AlexV525 which version of colorOS has fixed this bug?My colorOS version is V11.2, still not fix. |
|
Just got the new OnePlus device, tested with the plugin and it seems not working well.
matches.last
is at 120Hz refresh rate.The text was updated successfully, but these errors were encountered: