Questions tagged [screen-brightness]

141 questions
0
votes
2 answers

Brightness always returns 255 when auto brightness is on in Android

I am getting 255 brightness when auto brightness is on in my phone (HTC Desire HD (2.3.3)). My code int value = Settings.System.getInt(c.getContentResolver(), Settings.System.SCREEN_BRIGHTNESS); How can I get brightness level when…
Bhavesh Hirpara
  • 22,255
  • 15
  • 63
  • 104
-1
votes
2 answers

how to make this selector in the image with flutter

selector image this selector should change the brightness, so what widget in Flutter should I use and how to change the brightness??
Husamuldeen
  • 439
  • 1
  • 8
  • 21
-1
votes
1 answer

Unable to adjust Brightness in Hp probook 4430s

I recently installed Windows 7 professional for my laptop and I am unable to adjust its brightness when I using fn+brightness(low or high) button , I see the symbol but it does not change. I have tried other methods but they have not seem to work…
-1
votes
2 answers

Android- How to set brightness to textView?

I am working on a night light app. I want to apply brightness to a textView. I know how to set screen brightness but i am unable to figure how to set it on a textView.
Ali Farhan
  • 11
  • 1
  • 4
-2
votes
1 answer

How to change the temperature (light color) of your screen using python

So I want to make a red filter for the screen, when using my Python app. I need it so I can use it in dark without having light pollution. Also I need to adjust the brightness. I found a library called screen_brightness_control, but I haven't found…
-3
votes
2 answers

React Native : How to get device Screen Brightness and render it

I`m creating an React App to display device Info. I want to render Screen Brightness level, not in Console. How do I do it? DeviceBrightness.getSystemBrightnessLevel().then(function(luminous) { console.log(luminous) }) I expected to render the…
sachin sachu
  • 107
  • 1
  • 1
  • 10
1 2 3
9
10