爱技术

 找回密码
 注册会员

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

搜索
查看: 22898|回复: 5
收起左侧

[补丁] 控制背景灯光关闭时间的补丁(转贴)

[复制链接]
发表于 2005-11-3 11:08:48 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?注册会员 微信登录

x
转自:www.siemens-mobiles.org;          dimming表示“变暗”

; *** IncreaseInactivityLightTimeout 1.0 ***
; *** Increase Inactivity Light Timeout ***
; Author: fca00000 , fca00000-at-yahoo-dot-es
; Date: 2005.10.08
; Firmware: Siemens-SX1 Possibly all versions. Tested on Iberia15.2 and O2-14
; Omap: Core-Img (Z1)
;
; The timeout for the light is 15 seconds. If there is no key press  
; after that time, the screen is switched off.         
; In fact, there are 2 timers: one for the dimming (15 seconds) and another for
; the switch-off. This patch can change both.
;
; For the curious: I changed
; CSysApLightsController:EnableActivityManagerL uses R1=#3C before CUserActivityManager:Start
; CSysApLightsController:EnableActivityManagerL uses R1=#02 before CUserActivityManager:Start 2nd-time
; TSofiaSX1::DisplayBacklightDimming, TSofiaSX1::KeyboardBacklightDimming, TSofiaSX1::MmiBacklightDimming
; 缺省背光关闭时间为15秒,分为两个过程:变暗、关闭。本补丁可控制两者。
; If you need to increase the time before the screen goes off, use this patch.
; Of course it is also possible to decrease the time, and save battery.
; This idea was suggested by kamalneet.
; 如果你需要增加背光关闭时间,则使用以下补丁语句,当然你也可以降低背光关闭时间以节约电池。
replace:0F21029A039B049C059D0094019502F0B6FDB0680028:3C21029A039B049C059D0094019502F0B6FDB0680028
; the first byte indicates the time in seconds, in hexadecimal format. 3C means 60 seconds
; To decrease the time out, use 0A=10 seconds, or 03=3 seconds.
;上面第一个字节0F(十六进制)表示关闭延长时间为16秒。3C表示修改为60秒。如改为03,则表示3秒。
; This part will replace the dimming time. The total time is the sum of both.
; Be aware that the physical light will always fade-out in 5 seconds.
; 下面对变暗时间进行修改,缺省为05秒,下面改为02秒。总的关闭延长时间为两者之和60+2=62秒。
replace:0521069A079B089C099D0094019502F09CFD0AB070BC:0221069A079B089C099D0094019502F09CFD0AB070BC
; The default value is 05. I change to 02 meaning 2 seconds. Thus, the total is 60+2
;
; This part will remove the dimming. The screen will switch-off after 62 seconds without diming
; 下面3条语句用于跳过“变暗”这个过程,屏幕直接由开启62秒后转为关闭。
replace:043083E32C30C0E50410A0E30020A0E351FEFFEA:003083E32C30C0E50410A0E30020A0E351FEFFEA
replace:023083E32C30C0E50410A0E30020A0E34BFEFFEA:003083E32C30C0E50410A0E30020A0E34BFEFFEA
replace:063083E32C30C0E5000051E30200000A0410A0E3:003083E32C30C0E5000051E30200000A0410A0E3

;
; As far as I know, nothing is broken. But I decline all responsability, of course.
; Anyway, here it is. Enjoy
;****************************************
; end of IncreaseInactivityLightTimeout

[ 本帖最后由 justui 于 2005-11-3 11:27 编辑 ]
发表于 2005-11-3 11:35:39 | 显示全部楼层
关注一个!!支持!!
回复 支持 反对

使用道具 举报

发表于 2005-11-3 12:18:58 | 显示全部楼层
论坛里已经有啦
bryan2k4 大侠《 缩短亮灯时间》
http://mobile.0110.cn/viewthread.php?tid=171839
回复 支持 反对

使用道具 举报

发表于 2005-11-3 18:56:06 | 显示全部楼层
关注一个!!支持!!
回复 支持 反对

使用道具 举报

发表于 2005-11-3 19:11:31 | 显示全部楼层
原来是它呀,我还以为有新发现
回复 支持 反对

使用道具 举报

发表于 2006-5-4 10:56:30 | 显示全部楼层
晕~

不打包不会用啊~
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员 微信登录

本版积分规则

小黑屋|Archiver|手机版|爱技术 ( 沪ICP备08115260号-3 )

GMT+8, 2025-7-6 05:10

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表