vote up 1 vote down star

Does the SDK provide any way to change the brightness of the backlight, or turn it off temporarily?

flag

74% accept rate
Take a look at the discussion here: iphonedevsdk.com/forum/iphone-sdk-development/…. – Robert Gamble Dec 14 '08 at 20:45
That looks helpful. I'll at least try it out for research purposes. – Greg Dec 15 '08 at 2:10

2 Answers

vote up 1 vote down check

No. This is not available in the SDK. If it's something you think would be useful, I suggest you file an enhancement request.

link|flag
vote up 2 vote down

I'm trying to do the same thing. As it happens there are a number posts out there in the internets with "solutions" for this.

The most detailed is here This one is more succinct

The problem is that I've tried these and they all rely on calling this function

GSEventSetBacklightLevel();

which requires this header to be imported

#import <GraphicsServices/GraphicsServices.h>

And that import fails in the SDK reporting that the header file cannot be found.

I've searched for some solution but haven't found it. There is some talk about "building the toolchain" (for the best description I've found see here) but that seems to involve bypassing the SDK altogether. Pretty drastic.

Summary: It's possible, but not with the standard iPhone SDK. I imagine an update to the SDK will come soon that should allow for it.

Let me know if you find any other solution.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.