爱技术

 找回密码
 注册会员

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

搜索
查看: 1215|回复: 4
收起左侧

[其它] MP3

[复制链接]
发表于 2006-1-13 21:03:04 | 显示全部楼层 |阅读模式

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

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

x
Junior Member


Join Date: Jan 2006
Posts: 3
Member: 219376
Status: Offline   sl45i..mp3 display

--------------------------------------------------------------------------------

is any possibility to change mp3 display? hope some master here can make "mp3 animated display" and could be changes with SPC
      

shinosuke
View Public Profile
Send a private message to shinosuke
Send email to shinosuke
Find More Posts by shinosuke
Add shinosuke to Your Buddy List

Yesterday, 13:39    #2  
trustkill
No Life Poster



Join Date: May 2003
Location: GERMANY
Age: 30
Posts: 855
Member: 27745
Status: Offline
  maybe you'll find something useful

some coordiantes of mp3 screen:

;songtimer
;3be10c: 23 ;x upper left corner
;3be110: 2b 2e;y
;3be0fc: 4b ;x lower right
;3be0f6: 36 39;y


;title
;1a043c: 00
;1a043e: 00
;1a0440: 65 46
;1a0442: 0c


;playbar (may be reduced/enlarged as you want)
;3be022: 12 12 ;X
;3be026: 1d 24 ;Y
;3be00c: 28 2b;Y
;3be012: 54 ;X






;clear rect for icons
;3beb92: 1f 00 ;x ;52
;3beb98: 46 11 ;x ?@02
;3beba0: 11 0f ;y 25@E
;3beba8: 1b 19 ;y =87


; xxkHz
;3bdfcb: 1e 0e ;x
;3bdfce: 11 0f ;y
;3bdfbc: 1e ;x (1 - coord)
;3bdfb6: 1d 1b;y

;playtime
;3bdffe: 46 47
;3be002: 11 0f
;3bdfee: 64
;3bdfe8: 1d 1b

;tagstring
;3be045: 0e ;x (0 - coord)
;3be048: 37 39 ;y
;3be036: 64 ;x
;3be030: 43 ;y

;______??_untested

;icons coord

;lock and repeat
;3becbc: 23 00 ;x
;3becc0: 11 0f ;y
;3beca6: 1b 19

;lock only
;3be52c: 23 00
;3be530: 11 0f
;3be516: 1b 19



;repeat only
;3be4f6: 2d 00
;3be4fa: 11 0f
;3be4e0: 1b 19
;3bec16: 2d 00
;3bec1a: 11 0f
;3bec00: 1b 19
      

trustkill
View Public Profile
Send a private message to trustkill
Send email to trustkill
Visit trustkill's homepage!
Find More Posts by trustkill
Add trustkill to Your Buddy List

Today, 02:35    #3  
shinosuke
Junior Member


Join Date: Jan 2006
Posts: 3
Member: 219376
Status: Offline  thx master,but i dont know how to using it..coz im really newbie here.all iknow is only copy and paste the patch and add it..so ive to learn about making patch? any tutorial please?
      

shinosuke
View Public Profile
Send a private message to shinosuke
Send email to shinosuke
Find More Posts by shinosuke
Add shinosuke to Your Buddy List

Today, 05:55    #4  
[Kernel]
Junior Member



Join Date: Jun 2005
Location: Moscow, Russia
Age: 17
Posts: 29
Member: 150519
Status: Offline
  Try this. My mp3 screen mod:
;Расширяем плейбар в мп3
;half from scoty patch, half from abomin's (posted upper!)
4BA726: 0C0C 0000 ; remove animated pics(showin' only)
4BA72E: 0C0C 0000
4BA736: 0C0C 0000
4BA73E: 0C0C 0000
4BA746: 0C0C 0000
4BA74E: 0C0C 0000
4BA756: 0C0C 0000
4BA75E: 0C0C 0000
4BA766: 0C0C 0000
4BA76E: 0C0C 0000
4BA776: 0C0C 0000
4BA77E: 0C0C 0000
4BA786: 0C0C 0000
4BA78E: 0C0C 0000
4BA796: 0C0C 0000
4BA79E: 0C0C 0000
4BA7A6: 0C0C 0000
4BA7AE: 0C0C 0000
4BA7B6: 0C0C 0000
;playbar
;enlarged
3be022: 12 02;x ;верхний левый угол
;3be026: 1d ;y
3be00c: 28 29 ;x ;нижний правый
3be012: 54 62 ;y
      

[Kernel]
View Public Profile
Send a private message to [Kernel]
Find More Posts by [Kernel]
Add [Kernel] to Your Buddy List

Today, 08:40    #5  
shinosuke
Junior Member


Join Date: Jan 2006
Posts: 3
Member: 219376
Status: Offline  thx.
ive added the patch..its only remove mini animation and enlarge bar
may be some motion grafic will more interesting..can it?
发表于 2006-1-13 21:10:29 | 显示全部楼层
看不懂
回复 支持 反对

使用道具 举报

发表于 2006-1-13 21:21:43 | 显示全部楼层
移植??
这个不大难的吧
用特征码定位该就完全可以了
回复 支持 反对

使用道具 举报

发表于 2006-1-13 22:36:55 | 显示全部楼层

回复 #3 JunFeng 的帖子

现在55版的MP3除了锁键盘坐标暂时还没找到,其余的你想改哪里就改哪里。
看汇总!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-1-16 21:10:02 | 显示全部楼层
;锁和重覆
;3becbc: 23 00;x
;3becc0: 11 0f;y
;3beca6: 1b 19

;锁唯一
;3be52c: 23 00
;3be530: 11 0f
;3be516: 1b 19



;重覆唯一
;3be4f6: 第2 00
;3be4fa: 11 0f
;3be4.e0: 1b 19
;3bec16: 第2 00
;3bec1a: 11 0f
;3bec00: 1b 19
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-20 07:08

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

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