The screen-brightness tag has no wiki summary.
1
vote
2answers
79 views
Why does my Android application drain battery?
I've written a simple application that displays some text and a little bit of graphics on screen. I'm using a Nexus 7, this is for an installation, and as such needs to be on continuously as much as ...
1
vote
2answers
34 views
Change brightness of jframe
I have a program, and it runs in a jframe in full screen exclusive mode. I am trying to change the brightness of the jframe. I was wondering how i would implement this. I thought it might be ...
0
votes
2answers
42 views
android app strange behavior
Hello I am posting this question because i really need your help.
I have developed an application that is used very intensively for hours, makes a lot of web services call, uses a lot of async tasks ...
0
votes
1answer
49 views
How to set screen brightness with fade animations?
Is it possible to animate the screen brightness change on iOS 5.1+? I am using [UIScreen mainScreen] setBrightness:(float)] but I think that the abrupt change is ugly.
1
vote
0answers
42 views
Brightness in the application
I choose brightness in my app by this method
public void setBrightness(Context context, int progress) {
float BackLightValue = (float) progress/100;
WindowManager.LayoutParams ...
2
votes
0answers
130 views
Prevent iPhone auto-lock, but permit screen dimming
I have an application which works in a hands busy environment so the user rarely touches the device. Of course, the phone goes into auto-lock and my app stops working. I used this code:
...
0
votes
0answers
43 views
get brightness of current runing activity from service
there is any way to get brightness of current activity but from service,I was try this code it work in activity but not in service:
Log.i("brightness ...
0
votes
1answer
201 views
Android: switching screen on and off programmatically at specific time intervals
I need to create an app in which the screen goes off for some time (say 10 seconds) and then goes on, displays a message for 2 seconds and is turned again off. And this keeps on repeating until a ...
1
vote
0answers
118 views
Android - Keeping screen brightness through entire application
I currently have a button in my application that changes the screen brightness, but when I leave that activity, it resets the screen brightness back to normal. I want it to set the brightness ...
-1
votes
1answer
414 views
Linux Mint 14 cinnamon problems
I have recently installed linux mint 14 cinnamon alongside windows 7 home premium 64 bit on sony vaio SVE15117FN model. I'm having difficulty in using its wireless drivers.
Can anyone help me as to ...
0
votes
2answers
138 views
How to turn off Auto-Brightness programatically?
I was wondering if there is a method to toggle the "Auto-Brightness" option to the OFF position on iOS devices and if so, what is it?
Thanks!
0
votes
1answer
128 views
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 desired hd (2.3.3))
my code
int value = Settings.System.getInt(c.getContentResolver(),
...
0
votes
1answer
272 views
How do I determine the direction (up or down) of a UIPanGesture?
My goal is to set the iPhone's brightness with up or down pan gestures. If there is a simple way to determine the pan's direction, I can't figure it out. I added a swipe gesture recognizer, then the ...
4
votes
1answer
240 views
Changing BlackBerry-10 screen brightness from Android app
In my Android application I am using the following code to change screen brightness
WindowManager.LayoutParams lp = getWindow().getAttributes();
lp.screenBrightness = someValue;
...
0
votes
1answer
1k views
Change brightness according to surrounding light in android [closed]
I want to change brightness of screen according to light..
I found links for getting brightness level and setting up brightness..
Change screen brightness onPause (Android app)
How to toggle auto ...
-1
votes
3answers
918 views
My HP Pavilion G6 keeps adjusting the brightness [closed]
I usually work from home where I keep my hp Pavilion g6 plugged to a power source. However, recently I've decided to work from a coffee shop, where I use the laptop on battery, rather than having it ...
0
votes
1answer
3k views
How to control screen brightness on Linux Mint 13? [closed]
If you could suggest a package to do so through the graphical interface, this would be very appreciated. :)
A the end, I solved the problem: just install the official drivers for your VGA (in my case ...
0
votes
0answers
176 views
Change an external monitor's brightness with a keystroke [closed]
My goal is to adjust the brightness of an external monitor (in my case: 'Dell U2711') via a keystroke on my keyboard.
This does not seem to be possible. Is such a thing possible with other external ...
0
votes
1answer
308 views
how to set the screen brightness and Font-Scale in android
iam setting the device settings into certain values. i want to adjust the screen brightness and the Font-Scale iam using the following code:
//For Font-Scale
...
0
votes
0answers
146 views
Android unwanted screen on with error in logcat: Excessive delay setting brightness: 197ms, mask=2
I have developed an app that uses alarm/notification services of the android system. In the recent few days I found my phone (Nexus S Jelly Bean) display is switching on unwantedly. I am worried ...
2
votes
2answers
505 views
Android screen brightness Max Value?
WindowManager.LayoutParams layout = getWindow().getAttributes();
layout.screenBrightness = 1F;
getWindow().setAttributes(layout);
I added this code to button onClick and it worked !
But ...
7
votes
2answers
681 views
Dim screen on Windows with C++ [duplicate]
Possible Duplicate:
How to get screen resolution in C++?
I've been looking into dimming a screen on a Windows platform from my program. I know that there's a SetMonitorBrightness API that ...
1
vote
2answers
510 views
Control Screen Brightness in WIndows Phone 7
Is it possible to to use c# to change the screen brightness? I know some apps can control it so if there is not a direct way then does anyone know of a workaround?
Thanks
2
votes
2answers
2k views
Set Android screen brightness
I am trying to set the screen brightness in android completely dark. The first time it works perfectly but after the brightness is 0 but I can see the screen. How make the android screen completely ...
0
votes
1answer
4k views
change brightness ubuntu12.04LTS [closed]
How to change brightness in Ubuntu 12.04?
I can't change it in Ubuntu, the screen is always working at the top brightness,
I tried to change it in the system setting but in vain, there is no change.
...
0
votes
2answers
473 views
How to dim a screen on click of a button in android?
How do i darken/dim the current screen on click of a button. PLease help me.
2
votes
3answers
477 views
How can I change the Brightness of the screen in BroadcastReceiver?
I want to change the Brightness, I can use this method:
public static void SetBright(int brightness, Context context) {
if (isAutoBrightness(context)) {
stopAutoBrightness(context);
}
...
6
votes
2answers
337 views
Is iphone simulator's brightness adjustable?
i tried to use the most of the correct answers suggested by the users to adjust the brightness of the iphone (ie [[UIScreen mainScreen]setBrightness:0.0];) but the simulator didn't change its ...
1
vote
1answer
622 views
Adjust Mac display brightness Objective-C?
Is there a way to adjust the Mac's display brightness in Objective-C? I have sensitive eyes, and sometimes the display seems like it could be darker. Combine that with Jeff's blog post about geeks and ...
1
vote
1answer
672 views
Changing backlight brightness in Appwidget is not responding instantly
I have created a simple Appwidget to control the brightness of the screen by this code:
android.provider.Settings.System.putInt(context.getContentResolver(),
...
2
votes
1answer
585 views
Create an Activity with no UI to do the brightness change in Appwidget
I'm trying to update the display brightness from a widget but i have some problems.
To change brightness level, i use:
...
0
votes
1answer
574 views
Getting the screen brightness value in iOS 5
I've started to use the new iOS 5 brightness setter in UIScreen. Is there a getter property I can use to know what the display brightness is set to on launch?
Thanks very much.
12
votes
4answers
4k views
How to change brightness in iOS 5 app?
How would I program the ability to change brightness in-app? I know that its possible as I have seen at least three apps that can do it. This would be very useful for my app. I know that it's only ...
3
votes
2answers
3k views
C# setting screen brightness Windows 7
I want ajust screen brightness by my self. Because Windows lets me only adjusting in limited range. I want dim the display from 0 to 100% and turning it off/on. It should be possible if windows can it ...
1
vote
1answer
709 views
how change screen led like Cyanogenmod widgetrenderFx night mod
i work about application how can change android screen brightness, can somme help me by giving some examples of how to doing this.
Thanks :-)
5
votes
1answer
3k views
UIScreen Brightness Property
At the moment I'm trying to create an application to adjust the device's brightness. In iOS5, there is the new brightness property for mainScreen that allows you to set the screen brightness. I'm ...
4
votes
3answers
2k views
Adjust the brightness of the screen through code
I am developing an iPhone application and I need to adjust the brightness of the screen through my application, in the same way as we do through the Settings app.
I have searched but have not found a ...
5
votes
3answers
6k views
Changing screen brightness programmatically (as with the power widget)
I was searching how to change the brightness of the screen programmatically and I found this it is very good solution and it works nice, but it works only while my app is active. After my application ...
3
votes
0answers
241 views
detect pixel brightness changes in camera preview of Android
Anyone have idea how we can measure the light intensity/brightness of pixels in camera preview?
Foe example: some objects able to absorb light resulting in lower average brightness value.
Hopefully, ...
1
vote
2answers
2k views
How do you set brightness of screen in Android?
I want a dialog that adjusts brightness of the screen using SeekBar.
How to display custom dialog with SeekBar that adjusts brightness of screen?
3
votes
1answer
670 views
Keep Screen Bright While In AsyncTask
I'm using this code in my AsyncTask to make sure the screen stays bright while the AsyncTask runs:
getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
However, I don't want the ...
4
votes
4answers
3k views
Changing the Screen Brightness System Setting Android
I'm attempting to change the screen brightness from withing a service, like so:
android.provider.Settings.System.putInt(getContentResolver(),
android.provider.Settings.System.SCREEN_BRIGHTNESS, ...
0
votes
2answers
511 views
Adjust screen brightness/contrast in Python?
I need to adjust screen brightness/contrast by using Python.
It will be a function in my code and it will be run when user presses a key, else script won't change the brigness/contrast.
How can i make ...
3
votes
3answers
722 views
How can I make changes to android screen brightness persistent?
I've managed to change screen brightness within an activity (and by extension the entire app) using the following code:
...
1
vote
3answers
1k views
Possible to change screen brightness with c?
Using c in linux, would it be possible to change the brightness of the viewing screen? This isn't expected to be portable other than running on my installs of ubuntu and fedora. I'm asking about how I ...
2
votes
2answers
462 views
How do you stop the screen from dimming in WP7?
I'm creating a simple flash light app. Whenever I turn the screen all white, the screen dims a little, even if I turn off auto brightness and set the brightness to high.
Does anyone know why this is ...
3
votes
3answers
1k views
iphone - Change the screen brightness, like iBook does
In iBook, user can adjust the screen brightness via a slider, right?
What should I do to implement that? Which class or function I should use to control the screen brightness?
Thanks
2
votes
0answers
769 views
Android 2.2: Screen doesn't wake up after timeout when brightness set to zero
Im using the following code to adjust the brightness of the screen:
public void SetBright(float value) {
Window mywindow = getWindow();
WindowManager.LayoutParams lp = ...
7
votes
2answers
4k views
Update Display Brightness on Android after changing it programmatically
I'm trying to update the display brightness from a widget but i have some problems.
To change brightness level, i use:
...
8
votes
4answers
13k views
changing screen brightness programmatically in android
I want to change the screen brightness programmatically in android.
At the moment I use this code:
WindowManager.LayoutParams lp = getWindow().getAttributes();
float brightness=1.0f;
...





