How to downscale screen resolution for battery savings? - T-Mobile Note 7 Questions & Answers

I do not see it in the device maintenance > battery section as demonstrated in some review videos? Am I missing something?!? Thanks.

you have to go to settings than display and go to content scaling and select small

Thanks, but I meant the battery saving feature of scaling the screen resolution to FHD or HD...In addition to other features that I cannot seem to find?

Stixxbixby said:
Thanks, but I meant the battery saving feature of scaling the screen resolution to FHD or HD...In addition to other features that I cannot seem to find?
Click to expand...
Click to collapse
I've already scaled down my resolutuion to HD 1080p. Actually the proper instructions are to pull down the toggle screen, then touch the arrow or hold down the power savings icon. At that point you will simply have options to choose between Med or Max power savings. The medium toggle with be defaulted to the scaled down 1080p res, however you can customize these settings to your particular liking etc....

If your using package disabler pro. Just make sure device maintenance is unchecked. I had the same issue

mysterysauce said:
If your using package disabler pro. Just make sure device maintenance is unchecked. I had the same issue
Click to expand...
Click to collapse
Yes! Totally forgot about all the "bloat" I disabled. My bad. Thanks!

Related

[APP]OLED Saver (flicker free backlight dimming, no PWM)

This app is a life saver for anyone who suffers from "invisible" screen flickering caused by PWM backlight control. Most AMOLED displays control lower than 100% display brightness by PWM. This method is extremely easy to implement, but can cause eye strain and headaches for sensitive people. DC dimming is rare as it is hard to implement without sacrificing color accuracy. This is where OLED Saver comes in handy.
How to use:
- turn off system adaptive brightness
- install the app, allow permissions it requests and enable the service
- set minimum screen brightness to 255 if you want to have the safest value (guaranteed to have zero flickering). After further testing, values as low as 96 seems to be still safe - but test it with your phone to be sure.
- minimise the ongoing notification to hide it from lockscreen
- turn on automatic brightness change from the notification ("A")
- remove OLED Saver from battery optimizations
In some rare cases you will need to suspend the service from notification (while taking screenshots for example, app installer might need it disabled too).
If you have Tasker and root access, you can toggle the service to force 100% brightness automatically. I'm using 100% while viewing videos/pictures and taking photos.
Start service
Code:
am startservice org.js.oledsaver/.MainService
Stop service (this will remove also notification)
Code:
am stopservice org.js.oledsaver/.MainService
So far I haven't found any negative point while using this app, just wish it was included in the AOSP code so we could still use adaptive brightness. Anyway, give it a try and share your experience.
I used to have some trouble watching text on this display under certain light conditions.
I don't know if it is just a placebo effect, but since I've installed this app, I don't feel any discomfort anymore.
I also can't see any difference in picture quality.
pecholino said:
I used to have some trouble watching text on this display under certain light conditions.
I don't know if it is just a placebo effect, but since I've installed this app, I don't feel any discomfort anymore.
I also can't see any difference in picture quality.
Click to expand...
Click to collapse
You can easily check if it's working with another phone's camera. People have different sensitivity to PWM flickering, from none to watering eyes. You are probably somewhere in between. Without the app, I had a slight feeling like something was pulling my eyes. As soon as I enabled the app, this sensation has been gone. My wife doesn't see/feel any difference, but I left it enabled for her anyway, just to be on the safe side.
Thanks a lot for introducing this app. It works.
However I encountered a problem. With this OLED Saver activated and using GCAM to take photos, it boosts the brightness to maximum. Then I went elsewhere like home screen or other app, the auto brightness seemed not working and kept the max. brightness.
Then I tried locking the screen and unlocking, the brightness went up or down randomly, or it worked in some particular patterns I don't know. Anyway, it can't keep the brightness I set previously.
Does anyone has any idea to remedy this? Thanks a lot.
CLS_phone said:
Thanks a lot for introducing this app. It works.
However I encountered a problem. With this OLED Saver activated and using GCAM to take photos, it boosts the brightness to maximum. Then I went elsewhere like home screen or other app, the auto brightness seemed not working and kept the max. brightness.
Then I tried locking the screen and unlocking, the brightness went up or down randomly, or it worked in some particular patterns I don't know. Anyway, it can't keep the brightness I set previously.
Does anyone has any idea to remedy this? Thanks a lot.
Click to expand...
Click to collapse
Which GCAM app do you use? I'll try it. In stock camera it doesn't behave this way.
Btw. I tried to contact the developer if he could add global intents so we could control OLED Saver with Tasker and without root, this should help in preventing this kind of behavior. No response so far though. If you are rooted you could use method mentioned in the first post.
Also I'm in touch with Velis Auto Brightness developer - this app offers much more features (customizable automatic brightness levels, apps exclusion and more) and has similar feature for OLED displays, but sadly it doesn't work on status/nav bar as of now. If he manages to use the same method as OLED Saver, we could switch to VAB app.
The GCAM version is 7.0.009.259843690.
Phone model is M1906F9SH (64G global version) with OE ROM.
Thank you.
CLS_phone said:
The GCAM version is 7.0.009.259843690.
Phone model is M1906F9SH (64G global version) with OE ROM.
Thank you.
Click to expand...
Click to collapse
Could you send me the link to the particular GCAM apk pls? Different authors might give slightly different results.
I'm not allowed to post link here, yet.
Please search this file name: PMGC_7.0.009_FinalBuild_V14.apk
It's what I've saved and installed.
CLS_phone said:
I'm not allowed to post link here, yet.
Please search this file name: PMGC_7.0.009_FinalBuild_V14.apk
It's what I've saved and installed.
Click to expand...
Click to collapse
Hm, I can't replicate this. I've installed GCAM, enabled max brightness for pictures (but it does nothing, as system brightness is at max already and real dimming is done with OLED Saver, which is not being controlled by GCAM). Moving to/from GCAM doesn't change anything. If I manually suspend OLED Saver from notification, GCAM shows max brightness correctly. On resume it returns to the expected behavior and dimmer display.
Yeah, sometimes I got what you described. Sometimes it rushes to very very bright, but sometimes it can be very dim...
I'll try reset it again and see how it goes. Thanks for your time.
CLS_phone said:
Yeah, sometimes I got what you described. Sometimes it rushes to very very bright, but sometimes it can be very dim...
I'll try reset it again and see how it goes. Thanks for your time.
Click to expand...
Click to collapse
I think that I saw OLED Saver "crash" once while using the phone - brightness suddenly went to max and was controlled by system. Since I removed this app from battery optimizations, it seems to be stable. Though this does not explain rapid bright/dim changes.
This looks very useful but what is it doing exactly? Is it running the screen at max brightness at all time and using some kind of overlay to dim the screen? Isn't that bad for battery life?
Sent from my G6 using Tapatalk
barth2 said:
This looks very useful but what is it doing exactly? Is it running the screen at max brightness at all time and using some kind of overlay to dim the screen? Isn't that bad for battery life?
Sent from my G6 using Tapatalk
Click to expand...
Click to collapse
Yes, as you said, running HW brightness at max and putting a translucent overlay over the screen. It's basically SW implementation of DC dimming. It has a small artifacts with very low brightness, especially on grey colors, but otherwise no issues. Impact on battery should be negligible (OLED displays work different than LCD). Here is a nice article with links to more information at the end https://blog.elcomsoft.com/2019/11/...e-11-pro-and-pro-max-google-pixel-4-and-4-xl/
_mysiak_ said:
Yes, as you said, running HW brightness at max and putting a translucent overlay over the screen. It's basically SW implementation of DC dimming. It has a small artifacts with very low brightness, especially on grey colors, but otherwise no issues. Impact on battery should be negligible (OLED displays work different than LCD). Here is a nice article with links to more information at the end https://blog.elcomsoft.com/2019/11/...e-11-pro-and-pro-max-google-pixel-4-and-4-xl/
Click to expand...
Click to collapse
Has anyone used a high speed cam to determine at which brightness level the a3 flickers, or is it all level below 100%
Sent from my G6 using Tapatalk
barth2 said:
Has anyone used a high speed cam to determine at which brightness level the a3 flickers, or is it all level below 100%
Sent from my G6 using Tapatalk
Click to expand...
Click to collapse
I̶ ̶u̶s̶e̶d̶ ̶o̶n̶l̶y̶ ̶c̶a̶m̶e̶r̶a̶ ̶o̶f̶ ̶a̶n̶o̶t̶h̶e̶r̶ ̶p̶h̶o̶n̶e̶ ̶a̶n̶d̶ ̶i̶t̶ ̶s̶e̶e̶m̶s̶ ̶t̶h̶a̶t̶ ̶f̶l̶i̶c̶k̶e̶r̶ ̶s̶t̶o̶p̶s̶ ̶t̶o̶ ̶b̶e̶ ̶v̶i̶s̶i̶b̶l̶e̶ ̶a̶t̶ ̶a̶b̶o̶u̶t̶ ̶l̶e̶v̶e̶l̶ ̶2̶2̶0̶ ̶f̶r̶o̶m̶ ̶2̶5̶5̶,̶ ̶b̶u̶t̶ ̶a̶s̶ ̶f̶a̶r̶ ̶a̶s̶ ̶I̶ ̶k̶n̶o̶w̶,̶ ̶p̶r̶e̶t̶t̶y̶ ̶m̶u̶c̶h̶ ̶a̶l̶l̶ ̶S̶a̶m̶s̶u̶n̶g̶ ̶A̶M̶O̶L̶E̶D̶ ̶d̶i̶s̶p̶l̶a̶y̶s̶ ̶u̶s̶e̶ ̶P̶W̶M̶ ̶a̶t̶ ̶a̶n̶y̶ ̶l̶e̶v̶e̶l̶ ̶b̶e̶l̶o̶w̶ ̶1̶0̶0̶%̶,̶ ̶s̶o̶ ̶i̶t̶'̶s̶ ̶s̶a̶f̶e̶ ̶t̶o̶ ̶a̶s̶s̶u̶m̶e̶ ̶t̶h̶a̶t̶ ̶M̶i̶ ̶A̶3̶ ̶i̶s̶ ̶n̶o̶ ̶d̶i̶f̶f̶e̶r̶e̶n̶t̶.̶
Edit: actually PWM seems to kick in at 80% brightness and below.
Hi _mysiak_,
I changed to some other version of GCAM (without the max brightness view finder) and then this OLED Saver App is working fine afterwards. Thank you.
Then I found, when in very dim setting, occasionally, the white color (now it's actually gray) seems not stable. It could be fluctuating from neutral gray to warmer. Not intrusive, though. Do you see that?
CLS_phone said:
Hi _mysiak_,
I changed to some other version of GCAM (without the max brightness view finder) and then this OLED Saver App is working fine afterwards. Thank you.
Then I found, when in very dim setting, occasionally, the white color (now it's actually gray) seems not stable. It could be fluctuating from neutral gray to warmer. Not intrusive, though. Do you see that?
Click to expand...
Click to collapse
Yes, I noticed that "slow flickering/artifacts" as well. I believe it's the side effect of DC dimming method and probably one of the reasons why it's not so widely used. From what I read, Samsung AMOLED panels are designed to be used with PWM dimming, so we probably can't avoid it with very low brightness. If it's too disturbing, I just move the OLED Saver brightness slider a bit higher (it stops completely at roughly 40% brightness). Using pitch black themes in apps helps too. Not a perfect solution but definitely better than PWM
Btw. it's the same for any app using translucent overlays, I tried a couple of them and at similar brightness, all behave the same.
barth2 said:
Has anyone used a high speed cam to determine at which brightness level the a3 flickers, or is it all level below 100%
Sent from my G6 using Tapatalk
Click to expand...
Click to collapse
It seems to be at 80% and below. 81-82% and above should be safe.
CLS_phone said:
Hi _mysiak_,
I changed to some other version of GCAM (without the max brightness view finder) and then this OLED Saver App is working fine afterwards. Thank you.
Then I found, when in very dim setting, occasionally, the white color (now it's actually gray) seems not stable. It could be fluctuating from neutral gray to warmer. Not intrusive, though. Do you see that?
Click to expand...
Click to collapse
Try to change the "basic physical brightness" to value 96, artifacts don't disappear completely, but I don't notice them so often.
Level 96 in OLED Saver corresponds to HW brightness level 82%, which seems to be still free of PWM.
Thanks for the tip.
It's really works. Thanks for the tip ???

Screen resolution toggle and double tap questions

About to pull the trigger on two 4xls. Looked at a Verizon version at Best Buy yesterday which was not in "demo mode" like the one on the Google stand. I couldn't see any toggle to bring the screen resolution down to a 1080p or equivalent ratio to save battery. Did I not see it?
I also couldn't see double tap to wake and shut options like on my current oneplus 6t that I have gotten very used to. Any luck with that?
There is no toggle to bring down the resolution, but with a few adb commands (you'll have to enable developers options) you can get it down to 1080p
adb shell wm density 444
and
adb shell wm size 1080x2280
Double tap to wake is there. If you are open to using a different launcher, you can use double tap to turn the screen off without hindering the biometrics. Both lawnchair and nova launcher support this within their gestures submenus.
There's not much battery saving, if at all, with lowering the screen resolution.
https://youtu.be/jBPcCETBGgI
Sent from my Pixel 4 XL using Tapatalk
Ati75 said:
There is no toggle to bring down the resolution, but with a few adb commands (you'll have to enable developers options) you can get it down to 1080p
adb shell wm density 444
and
adb shell wm size 1080x2280
Double tap to wake is there. If you are open to using a different launcher, you can use double tap to turn the screen off without hindering the biometrics. Both lawnchair and nova launcher support this within their gestures submenus.
Click to expand...
Click to collapse
Thanks. Can I assume that enabling developers options is enough and no need for root? I will surely give it a try if I don't have to root.
EeZeEpEe said:
There's not much battery saving, if at all, with lowering the screen resolution.
https://youtu.be/jBPcCETBGgI
Sent from my Pixel 4 XL using Tapatalk
Click to expand...
Click to collapse
That was interesting. I guess if screen is made QHD there's no sense in throttling it down to FHD.
crusht said:
That was interesting. I guess if screen is made QHD there's no sense in throttling it down to FHD.
Click to expand...
Click to collapse
Exactly. I would just keep it as is.
Sent from my Pixel 4 XL using Tapatalk

Few things i noticed after upgrading to Android Q

I made a post after getting pie update and now, here is an in-depth list of features of android Q in ZMP M1
all phones are not getting the same features
removing screen lock /fingerprint doesn't save you from password after update (at least it didn't work for me ) make a backup of everything in case you need to reset
list of things I'll suggest making a backup
WhatsApp chat
google photos
apps with es file explorer or any such file manager
settings + contacts+ call log+ messages from settings backup
notification led :
I like to turn it off all the rime even when charging but in android Q I couldn't find any way to disable it during charging
i was checking my old post about pie
1. Ambient Display : settings>display>advance>Ambient Display
It works only when you get a notification (its dope would like it being enabled always) though Daydream nowhere to be found.
Click to expand...
Click to collapse
so ambient display is gone screensaver is back (edit: its renamed and moved to display lock screen area as new notification toggle)
volume panel:
change volume click more slider button and this is how to devolve UI it shows a big screen covering prompt to show sliders
font in developer settings only two options device default seems better
no third-party launcher supports the new gesture navigation but it is a problem on google's part
left earphone to week? there is audio balance in assessability settings
vibratin and haptic feedback in assessability
not the true dark mode in assessability settings dark theme and color inversion options are nearby enough to test what we could have got for dark mode
dark mode doesn't get turn back to a light mode in live wallpaper
assessability volume key shortcut might come in in handy for some but it makes a notification sound
there is charging sound and vibration in sound settings might want to turn it off, I have seen Samsung charging sound but Asus just makes the phone vibrate with a faint sound might scare people who don't know as it's on by default in android q
I am getting the rotate once button in navbar when autorotate is off I am using two-button navigation and a small circle when using gesture
the lockdown option to prevent unlock by any other means now also prevents notification to show can be enabled in display>lock screen display> show lockdown option
in gesture navigation you can swipe up and continue in an app to make it go smaller beyond it should go
to start android it asks for setup screen lock password it is stepping in the right direction but we should have it in kernel/bios as once entered in recovery mode anyone can reset a phone
QR code to share wifi available
still no way to monitor or block devices connected to your hotspot
default Bluetooth name QCOM-BTD Qualcomm's BLE chip?
widgets to settings shortcut there should be system UI tuner after opening it shows this funny warning message
apps notificatio>notification snoozing useless button more useless because cant see snooze option in youtube notification
battery saver got new auto turn off at 90% feature
battery picture in battery settings seems thick would prefer "ampere app" like stats in later versions
display don't have color temperature adjust
accelerated location something about data storage and data concent
high accuracy, battery saver, etc options for location not available
google play system update is 1 January 2020 please update it
security patch is 5nov 2019
privacy section is great but would like fingerprint prompt in autofill scenario as like for wifi sharing
digital wellbeing well let's skip it as I already have 18 unlocks 1 hr30 mins in the settings app and will have 4hr+ in youtube so let's skip it
verificatin code auto fill in google settings I something nice to have but also worrying
now you can directly launch apps from app info after force stopping
in about phone >emergency info> medical info you can add your profile pic and emergency contacts
dev options> picture color mode sRGB does this option even work any were?
in dark mode theme when searched in settings there is a white padding
dev options> game driver properties I don't know what it does perhaps boost graphics performance
feature flags section in dev options shows nothing except experimental (edit: these were removed in Q beta 3)
system traces have many options like pre CPU buffer and in the category, it has some tick box options and possibly CPU performance after we stop getting updates
swipe up to recent in any navigation option seem a bit too sensitive
audio seems of though I only watched youtube (Linus tech tips) so far that is without headphones
in dev options audio Bluetooth codec shows APTX HD and other option which might make Bluetooth audio great
in dev options profile HWUI seems new but not sure what it is the bars shown on-screen seems familiar
in dev options adaptive notification priority makes no difference and doesn't have any description but a quick google search shows it is supposed to make low notification priority genital
in dev options apps can be installed in external storage option
in dev options force activities resizable doesn't work in split-screen view but I may be doing something wrong
also I hate the lock icon when unlocking also there is no center icon with face/fingerprint or padlock in lock screen
in dev options wifi entending option might help in office or home to extend wifi if it works
in dev options enable freeform windows doesn't work
in dev options forced desktop scant be tested as no video output but wireless display might allow haven't tested
in dev options I enabled bubble notification will add things that can access it
in dev options auto fill section is too vague and I am not getting what anything does
in the last pie post I said
2. icons in overview/multitasking screen
Settings>apps>default apps>home app> quick setup(new name for launcher3)>home screen>home settings>change icon shape >go back to your preferred launcher.
Click to expand...
Click to collapse
it is now in theming in dev options
also ambient display (not to be confused with screensaver) kicks in when getting notification while the screen is off (edit: realized after posting this Asus renamed and moved to it to display> lock screen display> new notification )
widevine changed to L3 its used to stream Amazon Prime Video, BBC, Hulu, Netflix, Spotify, and Disney+ use Widevine DRM to manage the distribution of premium content. as a college student who has no job and already has to spend money on Jio internet I don't have any above-mentioned subscriptions and if you do use any services according to other beta testers you won't be supposably able to access them while in beta.
camera app
in pro mode no shutter speed control option
max iso in pro mode is 1600 like in HMD global camera
auto video encoder is h264
portrait mode has extremely bad edge detection
night mode isn't that good
no fps option for video like 24,25,29.98,30,60 fps etc
no raw support in stock camera app resulting in assumption camera2api isn't enabled by default, though I enabled it in pie and it carried forward maybe so I am not sure.
it is a bit long but if you are reading this then thanks for reading till the end I'll format the whole thing later
{Mod edit: Quoted OP removed for better reading}
There's really no option for notification led,
You get wake display for new notifications in lock screen display
I don't like that either its ugly pie sliders were better.
Is that even important fonts are fonts and generally no aosp thing gets custom font support and Google sans are for pixel things. Idk about which fonts will our phone get.
Third party launchers will work after December android security patch builds.
Dark mode is in display options and works good.
I don't know what dark theme and wallpaper have to do.
The srgb thing works but android or its apps aren't made to use srgb colors default is rgb which is used by most of the web.
Feature flags were removed by Google in beta 3 of Android 10.
Force activities resizable makes apps which don't work or don't allow split screen (insta) are made to be opened in split screen.
Enabling free form works and can be accessed from recent apps screen - click the app icon - open in free form. (don't know how you tested it)
Auto fill helps in password managers to fill in usernames and passwords.
It's in wake display also same to your missing ambient display.
Other things I've left are either too much to explain / really broken / I don't care of those since I don't use it.
Widevine has changed to l3 you didn't notice.
Sound output isn't very great it'll be fixed in next build I've reported that to asus.
There's really no option for notification led,
Click to expand...
Click to collapse
it is named as blink light there is a way to just turn it off but it still lights up when the phone is turned on which previously in the android pie it didn't
You get wake display for new notifications in lock screen display
Click to expand...
Click to collapse
I realized it too late going to edit it in
I don't like that either its ugly pie sliders were better.
Click to expand...
Click to collapse
the only good news I have is while in a call it shows call slider normally.
Is that even important fonts are fonts and generally no aosp thing gets custom font support and Google sans are for pixel things. Idk about which fonts will our phone get.
Click to expand...
Click to collapse
no it isn't that important but I thought that it's interesting and the options are:
device default.
noto serif/ Source Sans Pro.
Third party launchers will work after December android security patch builds
Click to expand...
Click to collapse
You are talking about gesture navigation, right? Teslacoilapps says this.
Dark mode is in display options and works good.
Click to expand...
Click to collapse
Like the official Reddit app has a dark modeand AMOLED dark mode. the difference is #333943 and #000000. The dark mode is not truly dark but gray.
I don't know what dark theme and wallpaper have to do.
Click to expand...
Click to collapse
In Android pie when you set the theme to dark mode and use live wallpaper it uses auto revert back to light mode now it doesn't.
The srgb thing works but android or its apps aren't made to use srgb colors default is rgb which is used by most of the web.
Click to expand...
Click to collapse
nowadays phones are getting so powerful and people can take great pictures so shouldn't sRGB be enabled by default? like it does help semi-professional photo editing if we get a bit more color accuracy.
Feature flags were removed by Google in beta 3 of Android 10.
Click to expand...
Click to collapse
I didn't know that, but now I do. Thanks for that.
Force activities resizable makes apps which don't work or don't allow split screen (insta) are made to be opened in split screen.
Click to expand...
Click to collapse
My bad, I thought it allowed resizing the split-screen apps like increasing the top window while decreasing the bottom one
Enabling free form works and can be accessed from recent apps screen - click the app icon - open in free form. (don't know how you tested it)
Click to expand...
Click to collapse
Samsung has a float window feature like actual windows pc like windows I thought it was like that feature i tried it as you mentioned but didn't get results i was expected
Auto fill helps in password managers to fill in usernames and passwords.
Click to expand...
Click to collapse
I think this is about this line
in dev options auto fill section is too vague and I am not getting what anything does
Click to expand...
Click to collapse
My question is what is
logging level
off
debug
verbose what does these mean
max request per session (it's just a field to enter a number what does it control)
max visible datasets (it's just a field to enter a number what does it control)
It's in wake display also same to your missing ambient display.
Click to expand...
Click to collapse
I found it after posting this thread and didn’t get a chance to update it.
Other things I've left are either too much to explain / really broken / I don't care of those since I don't use it.
Click to expand...
Click to collapse
things are too much to explain / broken but I like to deeply analyze things and couldn't find an in-depth bug list while thinking whether I should get in beta so after upgrading I made one. it has some errors but I am working on it
Widevine has changed to l3 you didn't notice.
Click to expand...
Click to collapse
that's something related to Netflix i don't have an account so wasn't able to notice it, though I saw it mentioned it in Asus forums
Sound output isn't very great it'll be fixed in next build I've reported that to asus.
Click to expand...
Click to collapse
I saw this problem also mentioned in the forums and I asked my friends if my phone sounds different and didn't got any negative report also I watched youtube for 4hrs on Thursday and didn't heard any difference
Would be interested to know how to turn off the lock screen. Lock screen none does not appear as an option.
Regards.
Gestures are enabled by Google after December security patch nova / most other launchers work with gestures. You can however use 2 button and 3 button navigation perfectly.
About that dark and black mode difference we don't have an amoled or led display it's an lcd so it won't make difference in battery but kind of personal choice. I like dark more than black.
The thing about wallpaper and dark thing - in android 9 dark/light theme was set by wallpaper color so live wallpapers needed to support color picker api to tell the device to keep light or dark theme. (it was half broken by asus as selecting dark theme should've disabled the api completely, but using pixel default live wallpapers they had that api so dark mode worked with them).
That srgb was being considered by Google they dropped it as it broke a lot of the things.
You can resize top and bottom windows just hold the middle line in centre and drag it where you want to put it. (I use 400 dpi so I get more steps).
It's because that feature is intended towards large screen tablets or foldables and Samsung made their own thing, (the free form window thing).
It's for devs making password manager apps or autofill apps those people need it for debugging, the logging levels are to make reports to find bugs, the max request is how many times in one field the autofill will attempt to fill in credentials. The max visible dataset is if you have multiple accounts to one app (take Gmail as example) so while trying to autofill it lists all of available accounts to show (I'm not an expert in this so I maybe wrong if needed confirm that.
About sound issue it is very real and use some good quality earphones or compare side by side with 060 running device.

How To Guide Changing your Refreshrate to 90hz.

If you want to change your Refreshrate to 90hz follow this quick guide.
Tested on the latest miui version.
First of all go to the Playstore and download following app:
SetEdit SettingsDatabaseEditor - Apps on Google Play
Provides direct access to the Android settings database
play.google.com
Afterwards go to your settings and change your Refreshrate to 120.
Open the app and find the entry "user_refresh_rate" "120".
Click on the entry, choose to edit and change the number to 90.
Repeat this step with the peak entry and change it to 90hz too.
Close the app.
Voila: you running on 90hz now. In my opinion that's the sweetspot between snappiness and battery saving.
Props to jmikepr:
Unable to make this work. Tried it about a hundred times. Running. EU ROM 12.6
Edit: Got it to work by changing peak display setting and user display setting. Thanks for the tip. 120 hz is overkill. 90hz is perfect.
Click to expand...
Click to collapse
UPDATE PLEASE READ:
UPDATE FOR EVERYONE!
Changing your refreshrate to 90hz will make some crazy things to your display!
It will get a greenish tint !
Grey will also be displayed really red/brownish
It will flicker even on max brightness!
It will burn in faster - at least my new mi11 u has already some burn ins compared to my mi11 from CN which is like 3 months old now I don't know for sure tho! It's so minimal only my hawk eye can see it anybody else couldn't till now.
Sorry but I just found this out now because my colours looked to differently with low brightness. I also got an exchange device and thought it was just a bad display.
Unable to make this work. Tried it about a hundred times. Running. EU ROM 12.6
Edit: Got it to work by changing peak display setting and user display setting. Thanks for the tip. 120 hz is overkill. 90hz is perfect.
jmikepr said:
Unable to make this work. Tried it about a hundred times. Running. EU ROM 12.6
Edit: Got it to work by changing peak display setting and user display setting. Thanks for the tip. 120 hz is overkill. 90hz is perfect.
Click to expand...
Click to collapse
Oh good to know! I will at this in the original post.
Anyway to dynamically adjust it based on what's on screen and whether it's moving or not?
speedtripler said:
Anyway to dynamically adjust it based on what's on screen and whether it's moving or not?
Click to expand...
Click to collapse
Not right now. Maybe I can find a way - I will let you know.
hotto1996 said:
Not right now. Maybe I can find a way - I will let you know.
Click to expand...
Click to collapse
I read about a way, I think it was from another manufacturer , and it could lower the refresh rate down to 1hz when looking at a still image etc or a page of text etc , something that doesn't need to be constantly refreshed which would obviously be a major battery saver
If I can find the article again I'll post the link
To my surprise, my eyes can't even accept 90hz now. Talk about spoiled.
Great method regardless, thanks for sharing!
linnil said:
To my surprise, my eyes can't even accept 90hz now. Talk about spoiled.
Great method regardless, thanks for sharing!
Click to expand...
Click to collapse
Really haha? I change the animation speeds too via developer settings. For me that's smooth enough!
hotto1996 said:
Really haha? I change the animation speeds too via developer settings. For me that's smooth enough!
Click to expand...
Click to collapse
I'm impatient af
I disable all animations in dev options.
I just want to click something and boom, it's on the screen!
Yeah I think so too. I don't understand why everything needs to look fancy. I want a fast and snappy experience
Great stuff, will definitely try this when my Mi 11 Ultra arrives. 90Hz is perfect for me, I don't need 120Hz as I don't play mobile games.
Anyone knows if it'll stay @ 90Hz after a software update? Or it will change itself back to 120Hz?
speedtripler said:
I read about a way, I think it was from another manufacturer , and it could lower the refresh rate down to 1hz when looking at a still image etc or a page of text etc , something that doesn't need to be constantly refreshed which would obviously be a major battery saver
If I can find the article again I'll post the link
Click to expand...
Click to collapse
Maybe you refer to OnePlus 9 Pro, that has stock dynamic refresh rate...:
https://twitter.com/i/web/status/1371830276926668801
jericho246 said:
Great stuff, will definitely try this when my Mi 11 Ultra arrives. 90Hz is perfect for me, I don't need 120Hz as I don't play mobile games.
Anyone knows if it'll stay @ 90Hz after a software update? Or it will change itself back to 120Hz?
Click to expand...
Click to collapse
I would just take a quick look after an update. To be honest I don't know tho!
Thank you very much for the solution to change the refresh rate. It works perfectly.
Even if after the upgrade will revert to 120, you can change it afterwards very easy.
Cheers !
How to change refresh rate manually using only default.prop file? Thanks.
One other cool thing I found.
If you set it to 90/90 ( user refresh/peak refresh) like instructed above, i saw that it also drops to 60 when seeing static web browser page content ( for example reading this forum pages ) which is actually pretty cool because it saves even more power this way.
Will test to see if it does the same with the default 120hz but i rear think 120hz is overkill for daily usage.
Only scenario where I can find it useful would be games that support 100hz plus refresh rates .
LE it would seem that the "dynamic" refresh only worked briefly until I clicked on the auto brightness icon in the drop down menu.
LE 2 it actually switching to 60hz when brightness is around and over 80%
Take care and thanks again !
lebigmac said:
How to change refresh rate manually using only default.prop file? Thanks.
Click to expand...
Click to collapse
What do you mean?youbcan change the settings in the Meue ofc but only 60hz and 120hz. The file is actually stock, you only changing the numbers and can changed them back any time you want
Best regards
Jhonxs said:
One other cool thing I found.
If you set it to 90/90 ( user refresh/peak refresh) like instructed above, i saw that it also drops to 60 when seeing static web browser page content ( for example reading this forum pages ) which is actually pretty cool because it saves even more power this way.
Will test to see if it does the same with the default 120hz but i rear think 120hz is overkill for daily usage.
Only scenario where I can find it useful would be games that support 100hz plus refresh rates .
LE it would seem that the "dynamic" refresh only worked briefly until I clicked on the auto brightness icon in the drop down menu.
LE 2 it actually switching to 60hz when brightness is around and over 80%
Take care and thanks again !
Click to expand...
Click to collapse
Thx for your reply. Did you already test it out? I was quite busy the last days - sorry for my late response.
Honestly 120hz are kinda gimmick right now. You can feel the difference but it's draining even more battery and like you said as long as there is near to no app supporting it it's just something to be proud of maybe haha
Best regards
Lol you already did test it out . sorry
If anyone find a way to dynamically change the refresh rate please let us know.
For example when watching YT videos maxed at 60hz would be great to scale the display to that resolution ( if it's already possible please let me know )
I saw that the game "The elder scrools: Blades" automatically switches to 60Hz when playing ( haven't tested out with other games because i don't game that much ) .
Also i noted that, if, for whatever reason, the display doesn't change to 60HZ when the game needs it, the game will continuously load and never enter the actual first menu
A quick fix is to increase the brightness over 80% so that the screen is already at 60 before starting the game
Cheers !
Thanks @speedtripler. I just disabled animations in developer options and it's like sh*t off a shovel!
Cheers
Steve

Question Is the Netflix app reducing the contrast/grey-washes the colors for anyone else?

It seems like there's some bug either with the app itself or with the phone's color management. When a video on Netflix is playing something happens to the contrast settings and it becomes too washed-out, and that decontrasting thing is visibly disabled when I swipe the phone's menu down during playback. You can actually see when swiping away the menu (to the point it's actually not on the screen any longer) the point where the contrast suddenly jumps between low and (too/black-crushed) high settings.
Changing the MIUI color scheme doesn't correct the problem.
EDIT: I should note that the Netflix app uses its own brightness setting which overrides the system's when content is played, and it along with the contrast thing get disabled whenever a phone GUI element is displayed (even when adjusting the volume the contrast and brightness jump momentarily).
I have same issue with YouTube. I was able to fix it by enabling Disable HW overlays in Developer options. I don't know if it will work for Netflix though.
KBK909 said:
I have same issue with YouTube. I was able to fix it by enabling Disable HW overlays in Developer options. I don't know if it will work for Netflix though.
Click to expand...
Click to collapse
That worked! Although the contrast like this is, as I mentioned, maybe a bit too much.
Does this setting affect battery life? Because on some XDA article this was written:
"Disable HW overlays: Hardware overlays allow apps that display something on the screen to use less processing power. Without the overlay, an app shares the video memory and has to constantly check for collision and clipping to render a proper image. Don't mess with this option unless you have a good reason to."
What hardware is disabled? Because it says "always use GPU" when I thought using non-hardware processing it means "software executed by the CPU".

Categories

Resources