2011年11月5日星期六

ADbox串口刷机教程


ADBOX串口教程:
1. 用串口线连接PC与机顶盒

2. 运行Flasher.exe,选择要烧写的程序文件(推荐烧写全部[代码+数据库],界面上选“total”)

3. 打开机顶盒电源开关,Flasher.exe界面左下角会有相应的状态显示

4. 点击“Write”,开始烧写




5. 烧写完成后,Flasher.exe界面左下角会有相应的提示

6. 重启机顶盒

2011年11月2日星期三

修改QQ2011聊天框大小 方法


.RDB解包QQ\Resource.1.61.2103\Data.rdb
 2.将af.config重命名为af.config.txt(记得在电脑里设置显示后缀名
 3.双击打开af.config.txt按下面教程红字处进行相关修改。
 4.修改完.txt后重命名还原为af.config,然后RDB打包工具打包为Data.rdb,替换之前的Data.rad就OK了
 修改方法:
 见注释修改数字:
 {
 "AFSidebarCfg"=
 {
 "AFSidebarDefaultWidth" = dword:"200",//侧边栏默认宽度为200
 },
 "BuddyAIOCfg"=             //好友聊天界面 
 {
 "BuddyMinWidthWithHiddenSidebar" = dword:"500", //好友聊天界面隐藏侧边栏时最小宽度为500
 "BuddyMinHeightWithHiddenSidebar" = dword:"244",//好友聊天界面隐藏侧边栏时最小长度为244
 "BuddyMinWidthWithNoSidebar" = dword:"500",//好友聊天界面无侧边栏时最小宽度为500
 "BuddyMinHeightWithNoSidebar" = dword:"498",  //好友聊天界面无侧边栏时最小高度为498
 "BuddyDefaultWidthWithSidebar" = dword:"650",  //好友聊天界面带侧边栏时默认宽度为650
 "BuddyDefaultHeightWithSidebar" = dword:"486",  //好友聊天界面带侧边栏时默认宽度为486
 "SidebarDefaultWidth" = dword:"150",    //好友聊天界面默认侧边栏宽度为150
 "SidebarDefaultHeight" = dword:"146",  //好友聊天界面默认侧边栏高度为146 
 },
 "GroupAIOCfg"=          //群聊天界面
 {
 "GroupMinWidthWithHiddenSidebar" = dword:"380",
 "GroupMinHeightWithHiddenSidebar" = dword:"490",
 "GroupMinWidthWithSidebar" = dword:"385",
 "GroupMinHeightWithSidebar" = dword:"490",
 "GroupDefaultWidthWithSidebar" = dword:"590",
 "GroupDefaultHeightWithSidebar" = dword:"503",
 "SidebarDefaultWidth" = dword:"201",
 "SidebarDefaultHeight" = dword:"146",
 },
 "CampusGroupAIOCfg"=   //校友群聊天界面
 {
 "GroupMinWidthWithHiddenSidebar" = dword:"380",
 "GroupMinHeightWithHiddenSidebar" = dword:"507",
 "GroupMinWidthWithSidebar" = dword:"385",
 "GroupMinHeightWithSidebar" = dword:"507",
 "GroupDefaultWidthWithSidebar" = dword:"590",
 "GroupDefaultHeightWithSidebar" = dword:"503",
 "SidebarDefaultWidth" = dword:"201",
 "SidebarDefaultHeight" = dword:"146",
 },
 "TempChatAIOCfg"=   //临时聊天界面
 {
 "TempChatMinWidthWithHiddenSidebar" = dword:"390",
 "TempChatMinHeightWithHiddenSidebar" = dword:"244",
 "TempChatMinWidthWithSidebar" = dword:"390",
 "TempChatMinHeightWithSidebar" = dword:"500",
 "TempDefaultWidthWithSidebar" = dword:"540",
 "TempDefaultHeightWithSidebar" = dword:"486",
 "SidebarDefaultWidth" = dword:"144",
 "SidebarDefaultHeight" = dword:"146",
 },
 "DiscussAIOCfg"=    //讨论组聊天界面
 {
 "DiscussMinWidthWithHiddenSidebar" = dword:"390",
 "DiscussMinHeightWithHiddenSidebar" = dword:"244",
 "DiscussMinWidthWithNoSidebar" = dword:"390",
 "DiscussMinHeightWithNoSidebar" = dword:"490",
 "DiscussDefaultWidthWithSidebar" = dword:"538",
 "DiscussDefaultHeightWithSidebar" = dword:"485",
 "SidebarDefaultWidth" = dword:"146",
 "SidebarDefaultHeight" = dword:"146",
 },
 "MainFrameCfg"=    //主面板框配置
 {
 "DefaultSizeWidth" = int:"300",    //主面板默认宽度大小为300
 "DefaultSizeHeight" = int:"600",   //主面板默认高度大小为600
 },
 }