- 积分
- 37
- 实力分
- 点
- 金钱数
- 两
- 技术分
- 分
- 贡献分
- 分
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
;S7C - 动态替换营运商子营运商名 v16
;S7C - Dynamic replacing of Provider and Subprovider name v16
;(c) avkiev
;(r) Bennie, arsh0r
;(!) Master
/*
The names of the Provider and Subprovider are replaced with dynamic changed string.
There are eight cyclic buffers (4 for Provider and 4 for Subprovider), which define content of the screen.
First buffer defines strings in mainscreen mode, keyunlocked.
Second - in mainscreen mode, keylocked.
Third - in player mode, keyunlocked.
Fourth - in player mode, keylocked.
Replacing string consist of two parts, separated with Space.
Example N1: buffer begins with 34h.
It means, that ProviderName will changed with results of
function N3 and function N4, separated by Space.
In our example it will be "Time + Date".
If next byte is 06h, then next string will be "Date".
It's cycle, 8 times, after this cycle we again return to byte 34h
Example N2: if you want always "Time+Temperature" fill this area with 3Bh.
Avaliable functions:
+---+-------------------------+-----------------+------+-------------------------------------+
| N | Description | Format |Length| Comment |
+---+-------------------------+-----------------+------+-------------------------------------+
| 0 | Empty | | 0 | |
| 1 | Unicode-string 1 | | | |
| 2 | Profile name | | | |
| 3 | Time | 15:56 | 5 | |
| 4 | Date | 11.02.2005 | 10 | |
| 5 | Date | 02/11/2005 | 10 | |
| 6 | Date | Fr, 11 Feb 2005 | 15 | |
| 7 | Date | February, 11 | | |
| 8 | ID3 of current track | | | |
| 9 | Day of the week | Wednesday | | |
| A | Accumulator | 3,685 = 70% | 11,12| Voltage and capacity of accu |
| B | Temperature | 31,9'C | 6 | |
| C | Provider | UMC | | |
| D | Net level | -65 dB | 6,7 |"-" - 900, "=" - 1800 |
| E | Net info | 844:05513:1010 | 15 |CH:CI-LAC - Current channel,cell,LAC |
| F | Misc\GPS\LAC\CI-LAC.tmo | Kreschatik, 27 | |Position |
+---+-------------------------+-----------------+------+-------------------------------------+
*/
NND,该死的IE7.。。
经过N次非法超级作,以最短的言语表达吧!什么修饰词和感谢词都省了吧:
1,能否提供原始补丁?
2,自己想设置只显示星期和网络状况,结果不成,后来想设置只替换成星期,结果是2行星期。不能只在运营商位置显示而不在子运营商/情景名字位置显示。能帮否?
3,该补丁功能强且设置灵活,只可惜不大会用。希望能有完善说明出来。
[ 本帖最后由 h_jaguar 于 2006-12-1 20:05 编辑 ] |
|