[GUIDE][Difficulty: Beginner] Shake your Phone to Increase Brightness - Tasker Tips & Tricks

If you dislike Android's auto-brightness implementation or have turned it off entirely, then this guide will help you set-up Tasker to toggle the brightness whenever you shake your phone. This is helpful for when you're outside and would rather not reach for the brightness slider (which can be difficult for larger phones while one-handed).
Instructions
Create a new Profile and name it "Toggle Brightness."
Create an Event context and go to Sensor. Pick the Shake event. For Axis, I recommend Left-Right as this is a pretty natural way to shake the device. For Sensitivity, I recommend Very Low so you don't accidentally toggle the brightness. You can also leave it at Low in case you think you're having to shake it to hard to get it to work, however. For the Duration, I would pick Medium. You can experiment with these settings until you're comfortable.
Exit and create a task. No need to name it since it's unlikely you'll use this task elsewhere.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Task --> If. Set it to %BRIGHT ~ 255. This will check if the device brightness is already at maximum.
Display --> Display Brightness. Set the Level to %Bright. This will be the saved brightness that will be restored when you shake the device again.
OPTIONAL: Display --> Display Timeout. Set the display timeout to restore to what you normally use.
Task --> Else.
Variables --> Variable Set. Set %Bright to %BRIGHT. You're storing the current brightness level to a variable to restore on next shake.
Display --> Display Brightness. Level 255. You're setting the brightness to maximum.
OPTIONAL: Display --> Display Timeout. Set this to a higher display timeout in case that's what you want.
Task --> End If.
That's it! Now when you shake your phone, your brightness will toggle between maximum and whatever it is you had before you switched to the maximum.

Thanks for the tutorial. I got it to work but it won't revert back to the original state it was in. It keeps going back to like 15% or so. Any idea why? Double checked and have everything the same that's in your screenshot

I can't pass through point 2 how to set brightness level to %Bright ? I can only set it from 0 to 255 with slider there is no text input field

Very nice guide, works perfectly. Only thing is, the new version of tasker doesn't have some of the same settings. Take for example, step 2 where you put "Level %Bright", I only have a slider to set brightness. Got it figured out none the less.
Domino5 said:
I can't pass through point 2 how to set brightness level to %Bright ? I can only set it from 0 to 255 with slider there is no text input field
Click to expand...
Click to collapse
I just set the slider to 15%

Domino5 said:
I can't pass through point 2 how to set brightness level to %Bright ? I can only set it from 0 to 255 with slider there is no text input field
Click to expand...
Click to collapse
kenboyles72 said:
Very nice guide, works perfectly. Only thing is, the new version of tasker doesn't have some of the same settings. Take for example, step 2 where you put "Level %Bright", I only have a slider to set brightness. Got it figured out none the less.
I just set the slider to 15%
Click to expand...
Click to collapse
Sorry, there is some confusion here (it's a problem with Tasker's UI being so clunky!) By default, certain actions such as changing the brightness show a pre-defined slider that you can move up and down, however you CAN use a variable to set the brightness like I mentioned.
When you enter the Display --> Display Brightness screen, click on the little double arrow criss-cross icon near the top right and it will switch the slider view to a text input view. Here, you can simply write in %Bright and tasker will interpret the variable as a number that will set the brightness. Keep in mind that %Bright must be between 0 and 255 because those are the only acceptable values for the brightness, however this should not cause any problems because you are simply setting brightness to whatever it was previously.

MishaalRahman said:
Sorry, there is some confusion here (it's a problem with Tasker's UI being so clunky!) By default, certain actions such as changing the brightness show a pre-defined slider that you can move up and down, however you CAN use a variable to set the brightness like I mentioned.
When you enter the Display --> Display Brightness screen, click on the little double arrow criss-cross icon near the top right and it will switch the slider view to a text input view. Here, you can simply write in %Bright and tasker will interpret the variable as a number that will set the brightness. Keep in mind that %Bright must be between 0 and 255 because those are the only acceptable values for the brightness, however this should not cause any problems because you are simply setting brightness to whatever it was previously.
Click to expand...
Click to collapse
I do not see any criss-scross icon in the top right as you mentioned!

Where to add if I am to tell Tasker to turn brightness to 30% after a certain period of time ?
By the way , Thanks to the tips and it works perfectly !
Just want to add an additional task the let tasker return to a lower brigntness automatically say in about 5 minutes or so.....
Where I should put this in ? ( i.e. after ' End if ' ? )

MishaalRahman said:
If you dislike Android's auto-brightness implementation or have turned it off entirely, then this guide will help you set-up Tasker to toggle the brightness whenever you shake your phone. This is helpful for when you're outside and would rather not reach for the brightness slider (which can be difficult for larger phones while one-handed).
Instructions
Create a new Profile and name it "Toggle Brightness."
Create an Event context and go to Sensor. Pick the Shake event. For Axis, I recommend Left-Right as this is a pretty natural way to shake the device. For Sensitivity, I recommend Very Low so you don't accidentally toggle the brightness. You can also leave it at Low in case you think you're having to shake it to hard to get it to work, however. For the Duration, I would pick Medium. You can experiment with these settings until you're comfortable.
Exit and create a task. No need to name it since it's unlikely you'll use this task elsewhere.
Task --> If. Set it to %BRIGHT ~ 255. This will check if the device brightness is already at maximum.
Display --> Display Brightness. Set the Level to %Bright. This will be the saved brightness that will be restored when you shake the device again.
OPTIONAL: Display --> Display Timeout. Set the display timeout to restore to what you normally use.
Task --> Else.
Variables --> Variable Set. Set %Bright to %BRIGHT. You're storing the current brightness level to a variable to restore on next shake.
Display --> Display Brightness. Level 255. You're setting the brightness to maximum.
OPTIONAL: Display --> Display Timeout. Set this to a higher display timeout in case that's what you want.
Task --> End If.
That's it! Now when you shake your phone, your brightness will toggle between maximum and whatever it is you had before you switched to the maximum.
Click to expand...
Click to collapse
Can you make a video tutorial as i'm not into these stuff. Few step by step pics would work.. If you want to....?

i did these all steps
But when i turn this profile on my screen brightness continously changes without any action
It becomes max nd min regularly infinite times withou shacking

R3XER said:
Can you make a video tutorial as i'm not into these stuff. Few step by step pics would work.. If you want to....?
Click to expand...
Click to collapse
The text guide I wrote shows you how to add everything step by step. Try it out first.
lalitkhokhar said:
i did these all steps
But when i turn this profile on my screen brightness continously changes without any action
It becomes max nd min regularly infinite times withou shacking
Click to expand...
Click to collapse
That is because you're running the task, and haven't linked it to a profile. You need to create a profile and just leave it be. Don't click on the run button.

tmkinger said:
I do not see any criss-scross icon in the top right as you mentioned!
Click to expand...
Click to collapse
Go in to your UI preferences and uncheck Beginner Mode. It should pop out then.

MishaalRahman said:
The text guide I wrote shows you how to add everything step by step. Try it out first.
That is because you're running the task, and haven't linked it to a profile. You need to create a profile and just leave it be. Don't click on the run button.
Click to expand...
Click to collapse
No I am not doing so
I am creating a profile and tasks as said
But when I exit tasker brightness start fluctuating itself

lalitkhokhar said:
No I am not doing so
I am creating a profile and tasks as said
But when I exit tasker brightness start fluctuating itself
Click to expand...
Click to collapse
you have to disable auto brightness to make it work, or add auto brightness on and off respectively at the begin of the 2 steps in the task.
i modified the task so i can left auto mode turned on and shake the phone when i need full brightness.

Is't working great for me, Thanks!

Sorry for second time my question..............
How I can modify this profile ( or task ) if I am to tell tasker turn back Brightness to 30% ? ( say in 2 minutes to turn back to 30% brightness )
Also is it possible to have an icon on top of my phone so I know whether or not the profile is on ( or the icon no show when profile off )
Thank you very much.
edmond.

eeeemc said:
Also is it possible to have an icon on top of my phone so I know whether or not the profile is on ( or the icon no show when profile off )
Click to expand...
Click to collapse
Add a Notification to the task, it's pretty straightforward.

Thanks, this is my first time using tasker and it worked well. Easy to follow instructions.
I was just wondering though, yours has gree bars down the side of all the info, one of mine is red. Its doing what its supposed to anyway, but just wondering why this is? It works anyway.
Also in my notification bar it still says theres no active profiles, even though i've now created this one.
Edit:
Never mind, I understand how the active profiles thing works now i've made a few more

Works great, and the guide is easy to follow. Thanks!

Thanks...........
However, I still unable to figure out where & How to add a notification ---> on to same line of battery level icon when this profile is activated.
I play around & found I could add a notifiction from " Notification drop down ". ( but how about a steady icon on top line of screen as above said ? )
Thank you very much.
FenrirMX said:
Add a Notification to the task, it's pretty straightforward.
Click to expand...
Click to collapse

beren said:
you have to disable auto brightness to make it work, or add auto brightness on and off respectively at the begin of the 2 steps in the task.
i modified the task so i can left auto mode turned on and shake the phone when i need full brightness.
Click to expand...
Click to collapse
Thank you very much, this helped me

Related

Auto adjust backlight...can we tweak?

Peoples....has anyone found a way to "tweak" the auto adjust backlight setting?? Would be nice to be able to set the light sensor to a pre-determined value so that it is always that value greater than the ambiant light...
Why??...well, I would like to continue using the same auto setting (saves battery, etc) but have it just a little bit brighter than what it is doing automatically at the moment.
I'm sure there is a way....would be great to have this in Shaps AC or Diamond Tweak....hmmm, perhaps post there to....
Thanks all
Not sure if this helps, but if you untick the box for auto brightness then you can slide the brightness control up and down to set the base setting then re tick the auto box. Let me know if this is what you are wanting. If not just ignore me
johnboywilson said:
Not sure if this helps, but if you untick the box for auto brightness then you can slide the brightness control up and down to set the base setting then re tick the auto box. Let me know if this is what you are wanting. If not just ignore me
Click to expand...
Click to collapse
Nice one, but unfortunetely does not have the desired effect (just checked)....
HOWEVER, this would be a great why to build it into the system i.e. manually set the level thats works best for you in the abient lighting of the moment....then set auto adjust to keep that differential...hmmm...
I would love to find a way to calibrate that. The backlight in darkness is too high for my eyes. When I set it manually I can decrease the brightness to a comfortable degree, but as soon as I turn automatic mode back on, it gets higher.
Agree
aydc said:
I would love to find a way to calibrate that. The backlight in darkness is too high for my eyes. When I set it manually I can decrease the brightness to a comfortable degree, but as soon as I turn automatic mode back on, it gets higher.
Click to expand...
Click to collapse
Same here.
Is there any reg key to set up the minimum value for bl when in darkness..?
Anybody knows ?
Thanks
advanced config v 3
try with it,i ran into few tweaks for light sensor,hope it'll help you
Nope, Advanced Config's light sensor tweaks are only for the new Phone app.
aydc said:
Nope, Advanced Config's light sensor tweaks are only for the new Phone app.
Click to expand...
Click to collapse
yeah you are right ...polling and stuff,i remember now
...quick look....no joy...
Nothing easy to recognise in the Registry...I think this might need a "power" developer...
....er, thats definately NOT me
i found this:
http://gadgetmix.com/index/?p=1109

[Q] Auto brightness doesn't work

Hi
The "Adapt to lighting conditions" is checked, but it doesn't really adapt. I have to manually change the slider to adjust brightness.
Looks like a bug. Not sure if there are any other settings to make.
Is this a known issue? Any workarounds?
Thanks.
Farhad.
The slider sets the maximum brightness of the screen, not the minimum. Hence, in order for the auto adjust to work, set it to the max and tick the check-box.
sxtester said:
The slider sets the maximum brightness of the screen, not the minimum. Hence, in order for the auto adjust to work, set it to the max and tick the check-box.
Click to expand...
Click to collapse
Source?
sxtester said:
The slider sets the maximum brightness of the screen, not the minimum. Hence, in order for the auto adjust to work, set it to the max and tick the check-box.
Click to expand...
Click to collapse
seems to work more like a brightness scale kind of thing. not only sets max, but minimum as well.
it'll always adjust when the box is ticked, but the slider determines how bright or dark biased it is.
It's a sliding window of brightness ranges, which should be good news to anyone who's felt that autobrightness on other phones swings too far in either direction. Now you can customize to your own taste.
Personally the sweet spot for me with good compromise between use in low light indoors, daylight and office lights is about 25% - the slider button just above the second "g" in "lighting conditions"
Remember though that changing White Balance settings will darken the display, and you'll need to boost brightness to get decent contrast again.
Use Lux Lite from the playstore. It lets you individually "link" a specific brightness level to a specific lighting condition, which the app then remembers and automates.
phositadc said:
Source?
Click to expand...
Click to collapse
What do you mean "Source"?
That's how it work[s|ed] on my Xperia U, Xperia M, Xperia SP and now on Xperia Z3C.
Not proof enough?
It works, but doesn't work well. When I wake up at night the brightness level goes lower but not nearly low enough. I have to manually reduce the brightness to the lowest level. When the day starts, I have to manually increase the brightness. Not ideal, not a deal breaker either. Hopefully Sony addresses in the next update.
garment69 said:
It works, but doesn't work well. When I wake up at night the brightness level goes lower but not nearly low enough. I have to manually reduce the brightness to the lowest level. When the day starts, I have to manually increase the brightness. Not ideal, not a deal breaker either. Hopefully Sony addresses in the next update.
Click to expand...
Click to collapse
Totally agree, Im using lux to improve the brightess auto adjust....

App that uses brightness toggles?

Hi,
Not sure where the correct place is for this, so thought that I'd put it here.
I am looking for an app that controls brightness. I like the brightness of my phones to be dialed down to around 40%. I find it most comfortable for my eyes. Yet when it is bright out, I need to make the screen brighter. This means that I need to go in and manually adjust the brightness. I don't like to have the phone set to automatically adjust the brightness.
I'd like to find an app that allows adjusting brightness by icon. I don't want one that has one icon that toggles through a bunch of preset brightness levels. Instead, I want an app that can have different icons for different brightness levels. That way, if I wanted to toggle the brightness to 60%, I could tap an icon that does that. Then I could have an icon set for 30% to set it back.
Anyone know of an app that does this?
usmaak said:
Hi,
Not sure where the correct place is for this, so thought that I'd put it here.
I am looking for an app that controls brightness. I like the brightness of my phones to be dialed down to around 40%. I find it most comfortable for my eyes. Yet when it is bright out, I need to make the screen brighter. This means that I need to go in and manually adjust the brightness. I don't like to have the phone set to automatically adjust the brightness.
I'd like to find an app that allows adjusting brightness by icon. I don't want one that has one icon that toggles through a bunch of preset brightness levels. Instead, I want an app that can have different icons for different brightness levels. That way, if I wanted to toggle the brightness to 60%, I could tap an icon that does that. Then I could have an icon set for 30% to set it back.
Anyone know of an app that does this?
Click to expand...
Click to collapse
Lux, if properly configured, could do that for you.
I think I understand what you're going for. I use Power Toggles (Dev: Painless Apps), and one of the toggles on the widget is for brightness and I have it set to 3 settings when I touch it; 20%, 40% and 100%. It's not possible to set each new brightness widget for individual brightness presets, unfortunately, but I don't see how it would be difficult to just make some predetermined settings for your brightness.
By now you should have a pretty firm idea on what level of brightness you prefer throughout your day so maybe you can use this app and have 2, 3 or more presets. It's really simple to use, I have it set to 3 settings and touching the widget to get to the brightness I want at that moment is super quick and not difficult at all.
You can see in the screenshot I use the widget at the top on my home page. Brightness is among the other toggles I use on a regular basis. Much quicker to turn on and off things, IMO. It's right there on my home screen so I don't have to pull my notification window down. I hope this helps.
I just use Auto Brightness setting. I set the brightness slider at 40% and the phone will auto-adjust the screen to keep it at a relative 40 indoors and outdoors.
I think this is what you're looking for:
https://play.google.com/store/apps/details?id=com.ss.moreshortcuts

Any way to reduce minimum brightness?

Little background: somewhere in kernel code or some other core module of the operation system manufacturers or ROM creators set minimum brightness value for the device. This value was in some of my other devices called min_brightness. I remember faintly that I was able to set the value by running some script in Init.d. Unfortunately I did it several years ago for my other device and cannot remember the details.
The minimum brightness in Colt OS is 31 and seems to be similar other roms, which I tried.
Another option to set the value is Xposed module called Minimum Brightness. Unfortunately it has zero effect on my device. forum.xda-developers.com/xposed/modules/mod-minimum-brightness-t2993161/amp/
Another option is to use app called Brightness Tweak, which does its job somewhat but the result is not exactly desirable. The problem is that it makes the brightness curve not smooth and setting semi-bright values is impossible. It is however able to set the value to 1. https://forum.xda-developers.com/android/apps-games/app-brightness-tweak-t3339579
By the way, I find screen filter apps in adequate because they reduce contrast and add complexity to setting the brightness. Setting minimum brightness affects swipe status bar and brightness sliders as well as auto brightness functionalities. In addition MX Player.
wwwwe said:
Little background: somewhere in kernel code or some other core module of the operation system manufacturers or ROM creators set minimum brightness value for the device. This value was in some of my other devices called min_brightness. I remember faintly that I was able to set the value by running some script in Init.d. Unfortunately I did it several years ago for my other device and cannot remember the details.
The minimum brightness in Colt OS is 31 and seems to be similar other roms, which I tried.
Another option to set the value is Xposed module called Minimum Brightness. Unfortunately it has zero effect on my device. forum.xda-developers.com/xposed/modules/mod-minimum-brightness-t2993161/amp/
Another option is to use app called Brightness Tweak, which does its job somewhat but the result is not exactly desirable. The problem is that it makes the brightness curve not smooth and setting semi-bright values is impossible. It is however able to set the value to 1. https://forum.xda-developers.com/android/apps-games/app-brightness-tweak-t3339579
By the way, I find screen filter apps in adequate because they reduce contrast and add complexity to setting the brightness. Setting minimum brightness affects swipe status bar and brightness sliders as well as auto brightness functionalities. In addition MX Player.
Click to expand...
Click to collapse
Try to use "ScreenDim" app
Thanks for the suggestion. I tried the app, but in my opinion the brightness adjustment method is very convenient. The is no slider in notification or sliding status bar. Also the min brightness is not adjusted globally so other brightness adjustment method are unaffected.
Hi, @wwwwe did you actually solve the problem?
Partha Dip said:
Hi, @wwwwe did you actually solve the problem?
Click to expand...
Click to collapse
No I did not.
wwwwe said:
No I did not.
Click to expand...
Click to collapse
Have you tried light control app?
No + the phone is broken already. It wont keep charge anymore.

Honor Play screen dimming

Hello, I have disabled adaptive brightness and when I open some apps, the screen starts automatically dimm a bit. When i exit the app, the brightness returns to normal. For example it does in Chrome, messenger, stock message app, stock dialer, youtube and many more. It does not do in Gallery, weather, camera. It's absolutely useless when im going to type in messenger and screen dimms so i can see it worse. Also i am watching youtube and screen dimms. I cannot understand what is this supposed to mean such nonsense feature.
I want to ask you if somebody of you has faced with this and if he figured it out somehow.
Ive already written to honor support , they answered nothing to the piont.
I was figuring out that when i turn adaptive brightness on, this doesnt do, the screen doesnt dimm when i open any app, but adaptive brightnes randomly fades my brightness setting after switching off the screen.
All i would like is what attributes i have to set to some app that i dont want to dimm. I cannot find this out.
Any suggestions thankfull.
"Online videos and games consume a significant amount of power and may cause your phone to heat up. As a result, your phone automatically decreases the screen brightness to prevent your phone from overheating. The brightness will return to normal when your phone cools down.
Some apps automatically adjust the screen brightness for better readability. For example, when you open Contacts or Messaging, the screen brightness is adjusted automatically even when automatic brightness is disabled."
" This function cannot be disabled"
"The screen changes color in direct sunlight.
When the ambient brightness reaches a certain level (such as direct sunlight), the screen brightness and contrast are automatically increased for better readability. This feature cannot be disabled."
Yes and this is bad. Something like answer from honor support. But also messenger goes darker and it has nothing to do with overheating. When i switch on the adaptive brightness this dimming doesnt do with any app. Also with adaptive brightness off some apps do not dim as if they'd have an exception of this. It is very bad that it cant be disabled this makes this phone completely useless for everyday use because readability goes worse when it goes darker.
Same here
Yup, I have the same. I just keep the Automatic adjustment "on" so it stopes dimming. Which is anti-intuitive. You would expect this dimming beeing caused by that Automatic setting not the opposite. Let's hope they will sort it soon.
Unfortunately its the special feature implemented in firmware called "eye care" as they replied me from honor support. It needs to tell them to switch it off at [email protected]
It seems that Velis Auto Brightness app from Google Play Store does the trick (Honor 10 Stock Pie).
Settings:
Automatic brightness: ON
track light in graph: ON
SETTINGS: (advanced):
Automatic brightness: ON
Disable system handler: ON
Start when screen turns ON: ON
Interactive notification: ON
All other settings off/default.
When you turn off the screen and turn it on, go for the first time in notification area and set your desired value in Velis.
Turn off automatic handling of this app in battery section (app start).
bohusk said:
Hello, I have disabled adaptive brightness and when I open some apps, the screen starts automatically dimm a bit. When i exit the app, the brightness returns to normal. For example it does in Chrome, messenger, stock message app, stock dialer, youtube and many more. It does not do in Gallery, weather, camera. It's absolutely useless when im going to type in messenger and screen dimms so i can see it worse. Also i am watching youtube and screen dimms. I cannot understand what is this supposed to mean such nonsense feature.
I want to ask you if somebody of you has faced with this and if he figured it out somehow.
Ive already written to honor support , they answered nothing to the piont.
I was figuring out that when i turn adaptive brightness on, this doesnt do, the screen doesnt dimm when i open any app, but adaptive brightnes randomly fades my brightness setting after switching off the screen.
All i would like is what attributes i have to set to some app that i dont want to dimm. I cannot find this out.
Any suggestions thankfull.
Click to expand...
Click to collapse
Check in the developer settings for the current value of "Increase readability under sunlight".
Dossy1 said:
It seems that Velis Auto Brightness app from Google Play Store does the trick (Honor 10 Stock Pie).
When you turn off the screen and turn it on, go for the first time in notification area and set your desired value in Velis.
Click to expand...
Click to collapse
Hello, that setting in notification area really worked for me, thanks. But the slider Is in steps 66% , 73%, 80% I cannot adjust it per one % but nevermind, at last this helped me.
edit: after one day testing I noticed that it doesnt work. It still dimms the apps.
bohusk said:
edit: after one day testing I noticed that it doesnt work. It still dimms the apps.
Click to expand...
Click to collapse
Hi, it's a pitty that it does not work.. Maybe Velis app is killed by app manager? As i wrote, try to disable any battery management for Velis app. Do you see after that 1 day Velis slider in notification area? If not, it is likely killed by system app manager.
And yes, it is true that the screen can be adjusted only bys steps.
In my case more than a week for honor 10 (EMUI 9) with Velis and still no any screen dimming issues in any app.
Dossy1 said:
Hi, it's a pitty that it does not work.. Maybe Velis app is killed by app manager? As i wrote, try to disable any battery management for Velis app. Do you see after that 1 day Velis slider in notification area? If not, it is likely killed by system app manager.
And yes, it is true that the screen can be adjusted only bys steps.
In my case more than a week for honor 10 (EMUI 9) with Velis and still no any screen dimming issues in any app.
Click to expand...
Click to collapse
Velis was running but the apps start to dimm anyway I dont know what happened. Even when I set brightness in notification area in Velis, apps dimmed.
Download Lower Brightness Filter :
https://play.google.com/store/apps/details?id=nu.lower.brightness&hl=en_US
Enable the permission and set brightness to 100%.
Then select brightness in phone to auto and restart the phone.
Then select desired brightness.
edit : it doesnt work....
Turn on Advanced visual effect.
I used to have the same problem too. Simply just go to setting>smart accessibility>accessibility>Advanced visual effect>turn on.
If it doesn't work go to developer option and make sure the window animation, transition animation and animation duration are set to 1x.
To enable the developer option, go to setting>about phone>build number>tap until it shows u are now a developer.
Hope it does help u.
Spark Lee said:
I used to have the same problem too. Simply just go to setting>smart accessibility>accessibility>Advanced visual effect>turn on.
If it doesn't work go to developer option and make sure the window animation, transition animation and animation duration are set to 1x.
To enable the developer option, go to setting>about phone>build number>tap until it shows u are now a developer.
Hope it does help u.
Click to expand...
Click to collapse
Hello, I had it already turned on , in developer options I have all animations set to 1x, but it dimms the screen on my Honor Play with android 9.
Before we can fix that via ADB but now is not possible. If anyone has a better fix please share

Categories

Resources