Any way to force enable 90Hz? - Realme X2 Pro Questions & Answers

Hello
I recently got a Realme X2 Pro and I am very happy with it.
However, I have an issue with the screen 90Hz setting. I use Samsung internet browser and I can't get it to use the 90Hz setting, with the UFO test I get 60Hz, I tried other browsers (Brave, Chrome beta, etc) and all of them are in 60Hz mode. Only Chrome gets the 90Hz mode correctly.
I checked the 90Hz setting and they are enabled in the app list.
I am wondering if there is a way to force enable 90Hz as it's possible on the OnePlus 7 Pro (via ADB command)
Many thanks for any support

I don't think so, as despite it being a 90Hz panel Realme have put a severe limit on it; they do not enable it on any game which was a bit of a disappointment

Aidey68 said:
I don't think so, as despite it being a 90Hz panel Realme have put a severe limit on it; they do not enable it on any game which was a bit of a disappointment
Click to expand...
Click to collapse
Thank you. I hope realme adds a option to force enable 90Hz in all cases or some hack like the one on OnePlus is found.
I enjoy 90Hz but it not working on one of the most used apps (browser) is a bummer.

Derek100 said:
Thank you. I hope realme adds a option to force enable 90Hz in all cases or some hack like the one on OnePlus is found.
I enjoy 90Hz but it not working on one of the most used apps (browser) is a bummer.
Click to expand...
Click to collapse
There are a few browsers that support 90hz like Chrome and Opera, sadly my most used one Kiwi doesn't.

wilpang said:
There are a few browsers that support 90hz like Chrome and Opera, sadly my most used one Kiwi doesn't.
Click to expand...
Click to collapse
Yeah I knew that! I hope there is or will be a way to always enable 90Hz as it's possible on OnePlus

Minecraft and the Chinese pubgm work in 90hz so it's not all games... I don't think this is Realme blocking them but the game developers.

ngagephone said:
Minecraft and the Chinese pubgm work in 90hz so it's not all games... I don't think this is Realme blocking them but the game developers.
Click to expand...
Click to collapse
With the Samsung browser, 90Hz only works on the settings screen :laugh: but not on webpages, in which it switches back to 60Hz. Opera does indeed use it on webpages, but its scrolling is so laggy that it's difficult to notice it LOL, while the Samsung browser has the smoothest scrolling and it would benefit the most.
Any other app also seems to use 90Hz, but it seems Asphalt 9 doesn't.
I am curious if the Android 10 update will change something, as I can't try the betas.

Derek100 said:
With the Samsung browser, 90Hz only works on the settings screen :laugh: but not on webpages, in which it switches back to 60Hz. Opera does indeed use it on webpages, but its scrolling is so laggy that it's difficult to notice it LOL, while the Samsung browser has the smoothest scrolling and it would benefit the most.
Any other app also seems to use 90Hz, but it seems Asphalt 9 doesn't.
I am curious if the Android 10 update will change something, as I can't try the betas.
Click to expand...
Click to collapse
I'm on beta and nothing has changed.

JackSparrow17 said:
I'm on beta and nothing has changed.
Click to expand...
Click to collapse
Then I hope some command or hack to always enable 90Hz as it's possible on OnePlus, surfaces (I tried it for the lulz but it returns an error)
It's a shame that one of the apps I use most can't benefit from 90Hz

I have a trick.
1) Use any app that runs at 90Hz
2) Launch It in split Windows Mode
3) Now launch Samsung Browser in the botton of the splitwindow (as the second app)
4) Now move the split line up yo asign more space to Samsung Browser.
5) Now move totally Up the split line, making Samsung Browser the only app visible...and voila!!! It is running at 90Hz.
The process is quick as soon you make rutine...but the problem is you need to do several time (each time you change the application).

Can't somebody develop a hack (similar to OnePlus) on the basis of that workaround?

Tetraeder said:
Can't somebody develop a hack (similar to OnePlus) on the basis of that workaround?
Click to expand...
Click to collapse
OnePlus has a hidden option to force 90hz and that's how the hack enables... Not sure our device will have any hidden settings to enable this.
---------- Post added at 03:58 PM ---------- Previous post was at 03:20 PM ----------
Tetraeder said:
Can't somebody develop a hack (similar to OnePlus) on the basis of that workaround?
Click to expand...
Click to collapse
Ok this might be a start
https://www.reddit.com/r/samsung/comments/fqk5he/made_the_s20_display_run_at_96hz_so_much_better/
This uses pretty much the same method the OnePlus 7t but for the S20 ultra... I don't have access to ADB at the minute.
If anyone with ADB would like to test and use these commands?
adb shell settings put secure refresh_rate_mode 0
adb shell settings put secure refresh_rate_mode 1
adb shell settings put secure refresh_rate_mode 2
Might need the global tag
adb shell settings put global screen_refresh_rate 0
adb shell settings put global screen_refresh_rate 1
adb shell settings put global screen_refresh_rate 2

anfederin said:
I have a trick.
1) Use any app that runs at 90Hz
2) Launch It in split Windows Mode
3) Now launch Samsung Browser in the botton of the splitwindow (as the second app)
4) Now move the split line up yo asign more space to Samsung Browser.
5) Now move totally Up the split line, making Samsung Browser the only app visible...and voila!!! It is running at 90Hz.
The process is quick as soon you make rutine...but the problem is you need to do several time (each time you change the application).
Click to expand...
Click to collapse
It works! the only problem is what you say, when you exit the app or switch apps you have to do it every time
ngagephone said:
OnePlus has a hidden option to force 90hz and that's how the hack enables... Not sure our device will have any hidden settings to enable this.
---------- Post added at 03:58 PM ---------- Previous post was at 03:20 PM ----------
Ok this might be a start
https://www.reddit.com/r/samsung/comments/fqk5he/made_the_s20_display_run_at_96hz_so_much_better/
This uses pretty much the same method the OnePlus 7t but for the S20 ultra... I don't have access to ADB at the minute.
If anyone with ADB would like to test and use these commands?
adb shell settings put secure refresh_rate_mode 0
adb shell settings put secure refresh_rate_mode 1
adb shell settings put secure refresh_rate_mode 2
Click to expand...
Click to collapse
I get this
Security exception: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS
java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS
at com.android.providers.settings.SettingsProvider.enforceWritePermission(SettingsProvider.java:2295)
at com.android.providers.settings.SettingsProvider.mutateSecureSetting(SettingsProvider.java:1720)
at com.android.providers.settings.SettingsProvider.insertSecureSetting(SettingsProvider.java:1680)
at com.android.providers.settings.SettingsProvider.call(SettingsProvider.java:543)
at android.content.ContentProvider.call(ContentProvider.java:2162)
at android.content.ContentProvider$Transport.call(ContentProvider.java:481)
at com.android.providers.settings.SettingsService$MyShellCommand.putForUser(SettingsService.java:375)
at com.android.providers.settings.SettingsService$MyShellCommand.onCommand(SettingsService.java:277)
at android.os.ShellCommand.exec(ShellCommand.java:104)
at com.android.providers.settings.SettingsService.onShellCommand(SettingsService.java:49)
at android.os.Binder.shellCommand(Binder.java:881)
at android.os.Binder.onTransact(Binder.java:765)
at android.os.Binder.execTransactInternal(Binder.java:1021)
at android.os.Binder.execTransact(Binder.java:994)

Do you have usb debugging on in the developer settings? I'm going to setup ADB and have a play around later today and I'll post back if I get anywhere.

ngagephone said:
Do you have usb debugging on in the developer settings? I'm going to setup ADB and have a play around later today and I'll post back if I get anywhere.
Click to expand...
Click to collapse
Yeah I have it enabled, I don't know why I can't change system settings, I search that permission and it's for APKs and not for the entire ADB command prompt

ngagephone said:
Do you have usb debugging on in the developer settings? I'm going to setup ADB and have a play around later today and I'll post back if I get anywhere.
Click to expand...
Click to collapse
I had to enable "Disable permission monitoring" at bottom LOL
Now I don't get any error but none of these commands do anything (the screen still doesn't force to 90 Hz

Derek100 said:
I had to enable "Disable permission monitoring" at bottom LOL
Now I don't get any error but none of these commands do anything (the screen still doesn't force to 90 Hz
Click to expand...
Click to collapse
Just leave it then I'll test later because actually I don't want anyone needing to do a master reset if something goes wrong. I'll update.

ngagephone said:
Just leave it then I'll test later because actually I don't want anyone needing to do a master reset if something goes wrong. I'll update.
Click to expand...
Click to collapse
No problem, I have tried many other commands or variants like the oneplus one
adb shell settings put global oneplus_screen_refresh_rate 0
Even tried changing "oneplus_screen_refresh_rate" to "realme_screen_refresh_rate" or "oppo_screen_refresh_rate" but it's still hopeless!
Still the phone works without any difference (I've rebooted just in case)

Derek100 said:
No problem, I have tried many other commands or variants like the oneplus one
adb shell settings put global oneplus_screen_refresh_rate 0
Even tried changing "oneplus_screen_refresh_rate" to "realme_screen_refresh_rate" or "oppo_screen_refresh_rate" but it's still hopeless!
Still the phone works without any difference (I've rebooted just in case)
Click to expand...
Click to collapse
Not looking hopeful then as the last 2 commands was the first thing I was going to try.

ngagephone said:
Not looking hopeful then as the last 2 commands was the first thing I was going to try.
Click to expand...
Click to collapse
I tried the command
adb shell settings list global
but I can't find anything with refresh or screen or Hz or something similar ... only the tried commands settings

Related

[ADB] How to control the backlight of the capacitive buttons

Here's an app that does the same thing: https://play.google.com/store/apps/details?id=com.notquiteinsane.galaxybuttonlights
Credit goes to Sander761, just putting it here so everyone can see it. I did this to my regular S 6 and it worked.
sander761 said:
Hi, using my Note 3 and adb I figured out the fix for this. On the Note 3 these settings were under Settings/Display/Touch Key Light. Assuming you have ADB installed and the phone put into developer mode (root is not required, this is 'standard' stuff) + usb debugging to on, take the following steps (tested on an S6 Edge):
* on the PC running adb, connect it to the device and use the command 'adb usb'. Perform the requested action to allow the PC access to the S6 (Edge)
* next, use the following commands to change the light-out period:
"adb shell settings put system button_key_light 0" -> always disable the capacitive button lights
"adb shell settings put system button_key_light -1" -> always enable the capacitive button lights
"adb shell settings put system button_key_light 1500" -> always disable the capacitive button lights after 1.5 seconds
"adb shell settings put system button_key_light 6000" -> always disable the capacitive button lights after 6.0 seconds
"adb shell settings get system button_key_light" -> get the current setting (standard: 1500, ie. 1.5 seconds)
Good luck,
Sander761 (I posted this same instruction on Tweakers.net in Dutch btw)
Click to expand...
Click to collapse
I can't for love nor money get the ADB connection working. I've installed and reinstalled them through Samsung's driver installer and KIES. Any tips?
I've tried running the commands through a terminal emulator session but there are permissions errors.
Also I found out you can shut off the lights by using in SQL editor. I was going in settings provider.db to change my notification toggles when I noticed the option I changed 1500 to 0 and the lights shutoff. will take screencap
qpop said:
I can't for love nor money get the ADB connection working. I've installed and reinstalled them through Samsung's driver installer and KIES. Any tips?
I've tried running the commands through a terminal emulator session but there are permissions errors.
Click to expand...
Click to collapse
Do you have Android Debugging checked in the development settings and did you trust the computer?
ktetreault14 said:
Also I found out you can shut off the lights by using in SQL editor. I was going in settings provider.db to change my notification toggles when I noticed the option I changed 1500 to 0 and the lights shutoff. will take screencap
Click to expand...
Click to collapse
I'm assuming this is if you have root, right?
SmiLey497 said:
Do you have Android Debugging checked in the development settings and did you trust the computer?
Click to expand...
Click to collapse
I wasn't offered the option to trust the computer, but debugging is enabled.
Never mind, I needed to manually select ADB driver for the "Samsung_Android" device in device manager. Got it working now.
This is a brilliant tweak and makes the phone far less annoying!
SmiLey497 said:
I'm assuming this is if you have root, right?
Click to expand...
Click to collapse
Correct
Any other ADB commands?!
I wonder if leaving these on will kill the battery
s6 made me do it
You don't need root for this to work
donnybright said:
You don't need root for this to work
Click to expand...
Click to collapse
And, even without root, the setting sticks between reboots.
Are there other hidden system settings that have been discovered that can be altered this way?
[EDIT] So exported the whole list of properties. 468 including public, global and secure ones on my Verizon S6 Edge. Looking through the public ones now.
Thannk yooouuu!!! Was looking for this!
Is there any way to control the light intensity? I'm fine with the backlight being on at night, etc., but it's just too bright in general. When I had my S3 2 years ago I don't remember having the option to control brightness, so maybe not...?
Is this possible on Redmi 1S? Btw I don't think its possible.
How do I get into ADB trough cmd? I don't understand that..
musti20 said:
How do I get into ADB trough cmd? I don't understand that..
Click to expand...
Click to collapse
I wrote a quick app wrapper around doing this so those that aren't ADB proficient can set their values whenever they want.
Galaxy Button Lights
Averix said:
And, even without root, the setting sticks between reboots.
Are there other hidden system settings that have been discovered that can be altered this way?
[EDIT] So exported the whole list of properties. 468 including public, global and secure ones on my Verizon S6 Edge. Looking through the public ones now.
Click to expand...
Click to collapse
Anything in there about safe volume limit?
dpwhitty11 said:
Anything in there about safe volume limit?
Click to expand...
Click to collapse
Yep, it's a Global rather than Public value. Not sure what the different states are.
global::audio_safe_volume_state::3
[EDIT] Found the constants.
private final int SAFE_MEDIA_VOLUME_NOT_CONFIGURED = 0;
private final int SAFE_MEDIA_VOLUME_DISABLED = 1;
private final int SAFE_MEDIA_VOLUME_INACTIVE = 2;
private final int SAFE_MEDIA_VOLUME_ACTIVE = 3;
You can set it using the ADB method, just have to do global rather than system. It doesn't stick on reboot and doesn't seem to actually do anything. I've never quite figured out how the audio thing pops up or doesn't. Do you know a good method to trigger it?
Averix said:
I wrote a quick app wrapper around doing this so those that aren't ADB proficient can set their values whenever they want.
Galaxy Button Lights
Click to expand...
Click to collapse
Thanks alot, works fine :good:
Averix said:
I wrote a quick app wrapper around doing this so those that aren't ADB proficient can set their values whenever they want.
Galaxy Button Lights
Click to expand...
Click to collapse
It requires permission to write system settings so the changes can be saved.
Do you mean you have to be root?

Using tasker to simulate power button

I want to use tasker to turn the screen off. Secure Settings > Lock Device forces me to use pin, which is not what I want, as I use a finger print scanner to wake my device. Shell > Input keyevent 26 does not work either, as I am not rooted (Huawei Mate 9 pro, doesn't seem to have a reliable root yet).
I have tried doing it with System > Send intent, but that seems to have no effect. I dont know if I am doing it wrong. I have also tried
Code:
terminal task
, with a code like this (and some variants of it), without success:
Code:
am start --user 0 -a android.intent.extra.KEY_EVENT --es KEYCODE_POWER ACTION_DOWN
I have also tinkered with
Code:
android.intent.action.SCREEN_OFF
...but with even less success.
Any ideas as how how I can get this to work? Either with terminal emulator or tasker send intent task?
I think you can't do that cause you're using your Fingerprint. That is a security future and Tasker can't bypass it. Don't nail me on it cause I am not sure. Maybe someone else can prove me wrong.
Sent from my ONEPLUS A3003 using Tapatalk
Maybe you could setup a workaround for this. For example, you could lower the display timeout value to one second so your device locks itself.
(Don't forget to change the timeout back to your preferred value after another second!)
digitalpig82 said:
Maybe you could setup a workaround for this. For example, you could lower the display timeout value to one second so your device locks itself.
(Don't forget to change the timeout back to your preferred value after another second!)
Click to expand...
Click to collapse
Good idea. But the minimum is 7 seconds, which is too long to wait, for the solution to be worthwhile.
I found a way to do it:
1: Create a task:
display > display timeout: 8 seconds
scene: Show scene: popup - display as overlay, blocking, full screen​2: create a profile for screen on, create task:
hide scene: popup
display > display timeout: 30 seconds​
So you're hiding the ui with a black screen until the screen is really switched off after 8 seconds, right? But what happens when you press the back or home button within the 8 seconds? Does the scene disappear?
This is what I do. Just make a task with Run shell, no need for security settings app. In the command line type input keyevent 26. You then can add a short cut when you double tap the homescreen to turn off the screen.
@snorrski you might want to have a look at this:
https://forum.xda-developers.com/u/...-adb-shell-t3562013/post72212441#post72212441
It seems to be exactly what you wanted. It works without root and on my (unrooted) S7 Edge, I can still use the fingerprint sensor to unlock my device after locking it this way (input keyevent POWER).
digitalpig82 said:
So you're hiding the ui with a black screen until the screen is really switched off after 8 seconds, right? But what happens when you press the back or home button within the 8 seconds? Does the scene disappear?
Click to expand...
Click to collapse
Yes, exactly​. That's the way it is program.med for now.
digitalpig82 said:
@snorrski you might want to have a look at this:
https://forum.xda-developers.com/u/...-adb-shell-t3562013/post72212441#post72212441
It seems to be exactly what you wanted. It works without root and on my (unrooted) S7 Edge, I can still use the fingerprint sensor to unlock my device after locking it this way (input keyevent POWER).
Click to expand...
Click to collapse
Thank you! That does indeed look like what I need!
digitalpig82 said:
@snorrski you might want to have a look at this:
https://forum.xda-developers.com/u/...-adb-shell-t3562013/post72212441#post72212441
It seems to be exactly what you wanted. It works without root and on my (unrooted) S7 Edge, I can still use the fingerprint sensor to unlock my device after locking it this way (input keyevent POWER).
Click to expand...
Click to collapse
@snorrski
I know it's been over 2 years since y'all had this discussion, but I hope this still reaches you.
The power button on my Mi A1 stopped working recently and I can't seem to find it's replacement flex cable anywhere. I'm entirely new to Tasker but I have been reading for hours now to find ways to use a screen based interaction (say a double tap on the screen) to simulate the Power button to turn the screen off while still being able to unlock my phone with my fingerprint scanner.
So far, I've understood that it is doable (with an article refering to input keyevent 26), even more so on Android Pie (with another article refering to using Global_Actions) than it was previously possible, but am entirely clueless on how. I also couldn't quite understand the process of using the remote ADB shell plugin you mention here.
Could either of the two of you please share a step-by-step how-to on how to achieve the same? It would really help a lot. Thank you
Note: I'm using unrooted Mi A1 running stock Android Pie with July 1st security patch.
deepesh_p said:
@snorrski
I know it's been over 2 years since y'all had this discussion, but I hope this still reaches you.
The power button on my Mi A1 stopped working recently and I can't seem to find it's replacement flex cable anywhere. I'm entirely new to Tasker but I have been reading for hours now to find ways to use a screen based interaction (say a double tap on the screen) to simulate the Power button to turn the screen off while still being able to unlock my phone with my fingerprint scanner.
So far, I've understood that it is doable (with an article refering to input keyevent 26), even more so on Android Pie (with another article refering to using Global_Actions) than it was previously possible, but am entirely clueless on how. I also couldn't quite understand the process of using the remote ADB shell plugin you mention here.
Could either of the two of you please share a step-by-step how-to on how to achieve the same? It would really help a lot. Thank you
Note: I'm using unrooted Mi A1 running stock Android Pie with July 1st security patch.
Click to expand...
Click to collapse
Your post is getting long in the tooth. Are you still looking for help?
There are button remapping apps and apps that do double tap for off in the play store. Also, launchers can do this. Nova launcher for sure, but others I believe as well.
ktmom said:
Your post is getting long in the tooth. Are you still looking for help?
There are button remapping apps and apps that do double tap for off in the play store. Also, launchers can do this. Nova launcher for sure, but others I believe as well.
Click to expand...
Click to collapse
Hey, thanks for the suggestions. Gravity Screen, Nova Launcher as well as finally being able to understand Tasker, did help solve this issue, as I still look for a flex cable to fix the physical button issue as well.
deepesh_p said:
Hey, thanks for the suggestions. Gravity Screen, Nova Launcher as well as finally being able to understand Tasker, did help solve this issue, as I still look for a flex cable to fix the physical button issue as well.
Click to expand...
Click to collapse
Any chance this is what you're looking for?
https://www.cellspare.com/mi-a1-parts/xiaomi-mi-a1-side-key-flex-cable-module
ktmom said:
Any chance this is what you're looking for?
https://www.cellspare.com/mi-a1-parts/xiaomi-mi-a1-side-key-flex-cable-module
Click to expand...
Click to collapse
It is. Although, the price is 3.5x the price if I got it from an authorised Xiaomi service centre (except the one in my locality doesn't have it) and about 14x than what is available at local mobile spare parts shops (again not available). Hopefully, I'll find it soon.
deepesh_p said:
It is. Although, the price is 3.5x the price if I got it from an authorised Xiaomi service centre (except the one in my locality doesn't have it) and about 14x than what is available at local mobile spare parts shops (again not available). Hopefully, I'll find it soon.
Click to expand...
Click to collapse
https://www.ebay.com/itm/For-Xiaomi...851299?hash=item33fb43b7e3:g:BHEAAOSwfNpbM2Pn
https://www.parts4repair.com/side-key-flex-cable-for-xiaomi-mi-a1-5x/

Disable Digital Balance

Hi,
How is it possible to disable the new Emui 9 feature "Digital Balance"?
For some people i know it can be very important, but honestly i don't like my application usage being analised, tracked and displayed.
Already searched everywhere but with no success.
Cheers,
Here you can disable it. That toggle turn it off
But there are still Trackings.
How can ich disable Tracking-Schutz?
Someone knows?
What is the module, the. apk, for Digital Balance? I want disable-it whith ADB why the process is running in background and i dont want that. Thank you
com.huawei.parentcontrol
vruggie said:
com.huawei.parentcontrol
Click to expand...
Click to collapse
Thank you so much! Go test it Yes, works! Fine!
If you download Link2SD from the appstore you can see the name off every app on your Phone. Goodluck
vruggie said:
If you download Link2SD from the appstore you can see the name off every app on your Phone. Goodluck
Click to expand...
Click to collapse
:good:
Apps-->Apps(again)-->More(the three dots in the top right corner)-->Special access-->Access to user information-->More(again)-->Show system processes-->Digital balance. And then you just turn it off
This is my translation from norwegian, so the words might be a bit different on your device. Still hope this helps tho
SeeNine said:
Apps-->Apps(again)-->More(the three dots in the top right corner)-->Special access-->Access to user information-->More(again)-->Show system processes-->Digital balance. And then you just turn it off
This is my translation from Norwegian, so the words might be a bit different on your device. Still hope this helps tho
Click to expand...
Click to collapse
Hi, I just got the app but it doesn't show anything to do with turning it off. Does it only work if it is on your own phone and not on the screen time classed as your child's phone.
Does it only work on the P20 Pro because I have the P20.
Thanks.
no possible disable ???? no works here
pm uninstall -k --user 0 com.huawei.parentcontrol
Via adb and you're done.

[SOLVED] How to remove setting suggestions?

I dont know what I did wrong but I cannot disable those annoying suggestions in settings.
I have another 2 devices with Android 10 as well, they either have a three dots option to dismiss them or have a cross button for fast dismiss.
View attachment 4951613
And more important thing is, the suggestions have minor delays after open the setting app. You will easily click the wrong options after they pop up.
//Update
//Solution: https://forum.xda-developers.com/showpost.php?p=81822693&postcount=8
K9998 said:
I cannot disable those annoying suggestions in settings.
And more important thing is, the suggestions have minor delays after open the setting app.
Click to expand...
Click to collapse
It's a bug of the device. I suppose it'll be fixed in the next update. Now it's nearly impossible to disable them
#_Android_# said:
It's a bug of the device. I suppose it'll be fixed in the next update. Now it's nearly impossible to disable them
Click to expand...
Click to collapse
Duhh…seems it will stay for a while considering the virus situation
Sent from my Mi A2 using Tapatalk
It's ROM dependent.
Either someone implemented a possibility to disable them, or noone did and you can't.
And there are many great ROMs out there for our device. For me there's no reason to stick to one and complain about it.
Phil_Smith said:
It's ROM dependent.
Either someone implemented a possibility to disable them, or noone did and you can't.
And there are many great ROMs out there for our device. For me there's no reason to stick to one and complain about it.
Click to expand...
Click to collapse
Ikr, but it's Android one device, the official rom should not be compared with 3rd party builds.
I mean not this kind of stupidity.
Sent from my Mi A2 using Tapatalk
it's easy. go to apps in settings, show all apps, show system (dots menu top right), search for settings suggestions, goto storage for it and clear all data.
will come back after a while but just repeat the process.
If you are root, you can disable / freeze.
Well, after few tests, I can safe to say
Freeze 'setting suggestion' app is the right option you can use without a computer, however it requires root.
If you don't have root, use adb pm uninstall --user 0 to debloat it.
Clean storage and cache of that app cannot solve it permanently. It almost pop up again right after you back to the main page.
Still, it leaves a large blank space there. But ui looks stable now
K9998 said:
Well, after few tests, I can safe to say
If you don't have root, use adb pm uninstall --user 0 to debloat it.
Still, it leaves a large blank space there. But ui looks stable now
Click to expand...
Click to collapse
If i uninstall it (com.android.settings.intelligence), the suggestions are away but the field to search in the settings is also gone ... this is the large blank space.

Forcing 90hz Refresh Rate to System Apps (Launcher, Settings, Etc.)

I'm using Realme X2 Pro before moving to BlackShark3 and was surprised that the experience is somehow downgraded due to the refresh rate. Realme X2 Pro is enforcing the 90hz across all apps while BlackShark3 is only for games and videos which is unacceptable for me. After searching, I managed to make the high refresh rate work on system apps which is the idea originally came from OnePlus 7 which can be found here.
This is tested in BS3 Global. Try at your own risk. I'm not responsible for any issue that may arise in your device (screen flickering, etc.)
You need to have adb setup in your desktop then enter the following line
For Windows 10/Mac:
Code:
.\adb shell settings put system display_refresh_mode 0
For Other WindowsOs:
Code:
adb shell settings put system display_refresh_mode 0
Please be reminded that this change will cost you significant battery drain but the device overall experience will drastically improve.
Thanks for this!!! It works!!
not work
after do that trick, chrome run 60hz instead 90hz like before, just only UI run 90hz with that trick, disappointed
sekhoa said:
after do that trick, chrome run 60hz instead 90hz like before, just only UI run 90hz with that trick, disappointed
Click to expand...
Click to collapse
Hi, as title says, it only works in system apps unfortunately.
sekhoa said:
after do that trick, chrome run 60hz instead 90hz like before, just only UI run 90hz with that trick, disappointed
Click to expand...
Click to collapse
try 3 and adding this code below
Code:
adb shell settings put system peak_refresh_rate 90.0
adb shell settings put system min_refresh_rate 90.0
cediedc said:
try 3 and adding this code below
Code:
adb shell settings put system peak_refresh_rate 90.0
adb shell settings put system min_refresh_rate 90.0
Click to expand...
Click to collapse
I try
.\adb shell settings put system display_refresh_mode 3
adb shell settings put system peak_refresh_rate 90.0
adb shell settings put system min_refresh_rate 90.0
but it does not work everywhere
Any solution for the chrome issue? For the time being i use chrome beta with shark space 90hz.
i use chrome beta with shark space 90hz.
Click to expand...
Click to collapse
Howwww???
unins000 said:
Howwww???
Click to expand...
Click to collapse
Go to shark space in settings and you can manually add apps to open in shark space. Be aware when you open browsers in shark space they load webpages much slower.
Yeah but still 60hz if i start Chrome with Shark Space and all other Apps are 60Hz too
But if 90hz is on dc dimming wont work.it worsens my eye strain
I need help if anyone can told me how can activate double tap to sleep
hero1985 said:
I need help if anyone can told me how can activate double tap to sleep
Click to expand...
Click to collapse
use poco launcher and enable dt2sleep
and if i want to restore the Hz to 60? what should i do?
opaz12 said:
and if i want to restore the Hz to 60? what should i do?
Click to expand...
Click to collapse
Just simply go to the settings and select the refresh rate you want (i.e. Standard (60hz), High (Intelligent 90hz))
No other way found?
I switched to old global beta to have full 90hz
90Hz
Please someone help, this Will be perfect device if we can unlock the 90Hz all time refresh rate
sco-mito said:
No other way found?
I switched to old global beta to have full 90hz
Click to expand...
Click to collapse
is it the one from the unlock thread?
Windslash31 said:
is it the one from the unlock thread?
Click to expand...
Click to collapse
the dpx one you can find in every site for firmware download (cannot link site)
sco-mito said:
No other way found?
I switched to old global beta to have full 90hz
Click to expand...
Click to collapse
How to do this?

Categories

Resources