I think there's a function in the HAL (hardware abstraction layer) which allows you to turn the backlight on or off.
However, I'm not sure if the HAL is a public API (probably) and I'm not sure how you would go about disabling the automatic timer switch off. But you may be able to get somewhere by tinkering with the HAL.
Also, of course, this particular HAL function may not be wired up for a given phone. But I think it normally is.
one way to prevent back light from switching off is to call User::ResetInactivityTime() periodically. I don't think there is a public API to do this any other way.
Forum posts: 52
However, I'm not sure if the HAL is a public API (probably) and I'm not sure how you would go about disabling the automatic timer switch off. But you may be able to get somewhere by tinkering with the HAL.
Also, of course, this particular HAL function may not be wired up for a given phone. But I think it normally is.
Forum posts: 32
one way to prevent back light from switching off is to call User::ResetInactivityTime() periodically. I don't think there is a public API to do this any other way.
--
Jari
Jari
Forum posts: 2
On P800/P900, use this instead:
event.Set(TRawEvent::EActive);
UserSvr::AddEvent(event);
Forum posts: 5
-infi
Forum posts: 6
is there a possibility to turn on the backlight on a Motorola A925/A1000?
Unfortunately neither User::ResetInactivityTime nor event.Set(TRawEvent::EActive); work
Thank You for Your help
and kind regards
Steve
Forum posts: 6
Unfortunately neither User::ResetInactivityTime nor event.Set(TRawEvent::EActive); work
Hi there,
can anyone help meÂ
Thank You and kind regards
Steve
Forum posts: 127
Have you got the SDK manual? Which Symbian 0S is in Motorola A925?
Regards,
shagor
Forum posts: 6
Hi Shagor,
it's Symbian 7.0 SDK for UIQ like in the P900.
The functions work fine in the P900, but not in the A925?!?
Thanks
Steve
Forum posts: 123
Forum posts: 6
thank You very much for Your replyÂ
I've found now a solution by using the
RMPowerServer-Class.
Kind regards
Steve
Forum posts: 6
Forum posts: 6
Of courseÂ
RMPowerServer rmPow;
rmPow.Connect();
rmPow.InformConditionStart(EMConditionTypeBacklightOn);
rmPow.InformConditionStop(EMConditionTypeBacklightOn);
rmPow.Close();
Kind regards
Steve
Forum posts: 71
All
can any one help me to off backlight Nokia 6680.
thanks and Regards
JKS