Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
2k views

Can I prevent screen timeout on Windows Phone 7?

In the CE based Windows Mobile you could prevent the screen back-light from timing out using the SetPowerRequirement and ReleasePowerRequirement API's like so: IntPtr handle = ...
2
votes
1answer
187 views

Why the device suddenly shuts down itself while I using my hacky program?

I use my hacky program to "modulate" backlight between off and minimum. (I want really dim backlight sometimes and use both it and ScreenFilter simultaneously). However, in some modes when using it ...
2
votes
3answers
7k views

Change Backlight Brightness on iPhone Programmatically

Does the SDK provide any way to change the brightness of the backlight, or turn it off temporarily?
1
vote
3answers
246 views

Linux Ubuntu 11.04 install backlight won't turn on [closed]

not sure if this is the right place or not. I've tried installing Ubuntu 11.04 on a laptop (hp pavilion g series) but have an interesting problem iv never encountered before. The backlight on the ...
1
vote
0answers
103 views

How to programmatically dim Mac backlit keyboard

Is there a way to programmatically dim a backlit keyboard on a Mac?
1
vote
1answer
174 views

API for Asus 1005pe control backlight programmably?

I'm using VS2008, my OS is Win7. I tried WinAPI IOCTL_VIDEO_QUERY_SUPPORTED_BRIGHTNESS on my netbook. I can retrive a correct the LCD handle, but DeviceIoControl returns 0. I haven't found any APIs ...
1
vote
2answers
3k views

Changing Backlight Level, iPhone

I searched around for a way to set the backlight level within an app on the iPhone. I found a solution here: http://www.iphonedevsdk.com/forum/29097-post3.html The problem I have is, when I add this ...
1
vote
2answers
1k views

J2ME backlight

Is there any reliable way to support back-light in J2ME on multitude of models, other then pre-processing? Is there any library available that may handle the back-light for various phones out there? ...
0
votes
0answers
19 views

How can I prevent the backlight on my Macbook — running Linux Mint 12 — from turning off when I change screen resolutions?

I'm running Mint Linux 12 on a Macbook (revision 4.1). When I change the screen resolution, the monitor backlight turns off; I can still see what's on the monitor if sunlight hits the monitor at the ...
0
votes
1answer
16 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(), ...
0
votes
1answer
28 views

How do i use the constant Full_Wake_Lock in android4.0?

Im trying to create a program to keep the keyboard backlight on if the screen is on. Im very new to android but i have been programming java for 6months. Im not sure how to use the constant ...
0
votes
1answer
166 views

Turning Back Light ON in windows CE

Is there any other way to turn ON the backlight in Windows CE?? Presently I am setting the event "PowerManager/ActivityTimer/UserActivity" which eventually keeps back light ON. I also want to monitor ...
0
votes
2answers
751 views

Android Keep Screen On In App

I have an android app which runs a foreground service and while that service is running I would like to give the user the option to keep the screen on. I added to my settings preferences, a checkbox ...
0
votes
0answers
143 views

how to add the DragDockPanel to DragDockPanelHost using HeaderedContentControl

<UserControl.Resources> <DataTemplate x:Key="chartPanelTemplate"> <Blacklight_Controls:DragDockPanel Header="{Binding Path=Titel}"> <Border ...
0
votes
1answer
107 views

How to use the “Backlight” effect in the Wordpress plugin?

I am using mediaelement.js plugin for WordPress (v2.1.7) and want to display a video with this beautifull "Backlight" style which you can see here in action: ...
0
votes
1answer
123 views

How does Android handle backlight timeouts?

I am developing a simple app. I want to make sure that the simple calculation the app performs is stopped when the backlight times out. Does the OS handle this automatically? Does it "pause()" or ...
0
votes
1answer
268 views

what is the api to activate BLN in samsung galaxy S with BLN kernel modificaiton?

I want to create an application that will give a notification to the user on a specific event. it should be back light notification like BLN control is using. can someone tell me how to turn the light ...
0
votes
1answer
277 views

DragDockPanel problem with Silverlight 5 beta?

Has anyone have problem with using Silverlight 5 with backlight's DragDockPanel? When I have DragDockPanel or add a DragDockPanel in the DragDockPanelHost, there will be java script error : Line: 56 ...
0
votes
0answers
227 views

Android Buttons Backlight Issue

I've encountered a strange issue with hardware buttons backlight. I used usual code (like this), which gets current window attributes and sets it's buttonBrightness to 1f. I also tried to use ...
0
votes
1answer
507 views

Wire up key to adjust laptop backlight brightness?

I threw Windows 7 on a Cr-48, and I'm using the excellent SharpKeys to remap the laptop's F1-F10 keys to do what their little icons look like--such as volume up/down/mute, back/forward in browser, ...
0
votes
3answers
1k views

Windows: How to change monitor's backlight brightness

Ever since I've been using an external monitor with my laptop, when I need to change the backlight brightness I have to press the monitor's buttons to navigate through its menu and adjust the ...
0
votes
3answers
875 views

Restore Backlight To Previous Level, iPhone

I was working on my app recently and wanted to change the brightness of the backlight. I then wanted to restore the backlight level to it's original setting on exiting the app. Here is the code: ...