Logo

www.cloudare.com


dazheng shared space 's Blog - Windows Live

代码: 。.

NO Category PS1 command name and parameter functions usage notes. .


1 文件管理 # ls ls -a 列出当前目录下的所有文件,包括以。.头的隐含文件 。.


Document Management # ls ls-l or ll list the current directory files for more information. .


文件管理 # pwd pwd 查看当前所在目录的绝对路经 。.


File Management # cd cd. . Back to the current directory on a directory. .


文件管理 # cd cd - 回上一次所在的目录 。.


File Management # cd cd ~ or cd back to the current user's host directory. .


文件管理 # cd cd ~用户名 回指定用户的宿主目录 。.


2 File Management # mkdir mkdir directory name to create a directory. .


文件管理 # mkdir mkdir –p 递归式去创建一些嵌套目录 。.


File Management # rmdir Rmdir empty directory name to delete an empty directory. .


3 文件管理 # rm rm 文件名 文件名 删除一个文件或多个文件 。.


File Management # rm rm-rf non-empty directory name recursively delete a directory of all non-empty, not to mention type-f. .


4 文件管理 # cat cat文件名 一屏查看文件内容 。.


5 document management # more more page view contents of the file filename. .


6 文件管理 # less less 文件名 可控分页查看文件内容 。.


7 Document Management # grep grep character file name to view the file under the character matching parts. .


8 文件管理 # mv mv 路经/文件 /经/文件 移动相对路经下的文件到绝对路经下 。.


File Management # mv mv file name under the new name in the current directory was renamed. .


9 文件管理 # cp cp /路经/文件 。./ 移动绝对路经下的文件到当前目录下 。.


10 File Management # find find pass-name "string" Look where the range of passing strings to meet the matching files and directories. .


11 文件管理 # ln ln 源文件 链接名 创建当前目录源文件的硬链接 。.


ln / home / test / usr/test1 in / usr established under / home / test of the hard link. .


12 文件管理 # ln Ln -s a b 创建当前目录下a的符号链接b 。.


13 File Management # touch touch file1 file2 create two empty files. .


14 磁盘管理 # df df 用于报告文件系统的总容量,使用量,剩余容量。.


15 Disk Management # du du-b / home see the current / HOME directory of the capacity (k) and subdirectories capacity (k). .


16 磁盘管理 # fdisk fdisk -l 查看系统分区信息 。.


17 Disk Management # fdisk fdisk / dev / sdb as a new SCSI hard disk partition. .


18 磁盘管理 # mkfs。.ext3 Mkfs。.ext3 /dev/sdb1。.


SCSI hard drive for the first piece of the first primary partition formatted. .


ext3的文件系统 。.


mkfs. . Ext2 Mkfs. .ext2/dev/sdb2 formatted ext2 file system. .


19 磁盘管理 # mount mount -t 文件系统类型 设备路经 访问路经 。.


Disk Management # file system type. .


Iso9660 光驱文件系统 。.


vfat Fat File System (windows). .


挂载光驱 # mount –t iso9660 /dev/cdrom /mnt/cdrom 。.


Mount FAT # mount-t vfat / dev/hda5 / mnt / cdrom ide hang the fifth first logical partition. .


17 磁盘管理 # Umount /mnt/cdrom 卸载/mnt/cdrom为空 。.


18 file permissions # chmod chmod u + s file for the file's owner with special permission. .


chmod g+r file 为file的属组加上读权限 。.


chmod o + w file for the file to other users with write permissions. .


chmod a-x file 为file的所有用户减去执行权限 。.


chmod 765 file for the file's owner set to full permissions set to read and write is set right, the other user has read and execution permissions heart. .


19 文件权限 # chown chown root /home 把/home的属主改成root用户 。.


20 file permissions # chgrp chgrp root / home to / home is set into the root group. .


21 打印管理 # redhat-config-printer-tui 进入安装打印机界面 。.


22, print management # lp lp-d hptr file print file to hptr the printer. .


23 打印管理 # lpq Lpq –P 打印机名 查看打印机的状态 。.


24, print management # lprm Lprm-P printer name to delete the printer in a print job. .


25 打印管理 # disable Disable –r “changing 囗囗囗囗囗” HPtr 禁用打印机并提示原因 。.


26, print management # enable Enable HPtr re-enable disabled. .


27 用户管理 # useradd Useradd 创建一个新的用户 。.


28, user management # groupadd Groupadd group name to create a new group. .


29 用户管理 # passwd Passwd 用户名 为用户创建密码 。.


30, user management # Passwd-d Passwd-d user name to delete the user password can login. .


31 用户管理 # Passwd -l Passwd -l用户名 锁定账号密码 。.


32 user management # Passwd-u Passwd-u user name unlock the account password. .


33 用户管理 # Passwd -S Passwd -S用户名 查询账号密码 。.


34 user management # Usermod-l Usermod-l new user name and old user name the user was renamed. .


35 用户管理 # Usermod -L Usermod -L 要锁定用户名 锁定用户登陆 。.


36 user management # Usermod-U Usermod-U user name unlock unlock user login. .


37 用户管理 # Usermod -u Usermod –u 501用户名 改变用户UID 。.


38 user management # Userdel Userdel-r user name to delete all users. .


39 用户管理 # Groupmod -n Groupmod –n新用户名 老用户名 为组改名 。.


40 user management # Groupmod-g Groupmod-g 501 group name change group GID. .


41 用户管理 # groupdel Groupdel组名 先应删它的用户 删除组 。.


42 user management # gpasswd-a gpasswd-a user name to increase the user group name to the group. .


43 用户管理 # Id id 用户名 查用户信息 。.


44 Software Management # rpm-qa rpm-qa | less query installed RPM. .


45 软件管理 # rpm –qa | grep ftp 查询指定RPM 。.


46 Software Management # rpm-q rpm-q check installed RPM package is installed. .


47 软件管理 # rpm -q telnet-server 查看telnet服务器包 。.


48 Software Management # rpm-qi rpm-qi package name to see the software descriptions. .


49 软件管理 # rpm -ql rpm –ql软件包名称 查询软件包的文件列表 。.


50 Software Management # rpm-qf rpm-qf package name query to a file belongs package. .


51 软件管理 # rpm -qp rpm –qp软件包全名 查询未安装的软件包信息 。.


52 Software Management # rpm-e rpm-e Package name delete specific packages. .


53 软件管理 # rpm -U rpm –Uvh软件包全名 升级软件包并显示过程 。.


54 Software Management # rpm-ivh rpm-ivh package full name of the installation package and display process. .


55 软件管理 # rpm -V rpm –V软件包名称 验证软件包的大小,类型等 。.


56 Software Management # tar-c release package to create package-x-v show command on behalf of the process-z archive. .


57 软件管理 # tar -cf tar –cvf benet。.tar /home/benet 把/home/benet目录打包 。.


58 Software Management # tar-czf tar-zcvf benet. . Tar. . Gz / mnt directory to package and compress. .


59 软件管理 # tar –tf tar –tf benet。.tar 看非压缩包的文件列表 。.


60 Software Management # tar-tzf tar-tf benet. . Tar. . Gz archive to see a list of files. .


61 软件管理 # tar –xf tar –xf benet。.tar 非压缩包的文件恢复 。.


62 Software Management # tar-zxvf tar-zxvf benet. . Tar. . Gz extract archive files to restore. .


63 软件管理 # tar -jxvf tar –jxvf benet。.tar。.bz2 。.


64 Software Management # diff diff file1 file2> patch name. . Patch patch file for the old and the new file is generated. .


65 软件管理 # diff diff file1 file2 比较两个文件的区别 。.


66 Software Patch Management # Patch Patch file name. . Patch patch. .


67 软件管理 # 。./configure --prefix=/usr/local/ 编译前配置 。.


68 Software Management # make compile. .


69 软件管理 # make install 安装编译好的源码包 。.


70 Boot Manager # reboot Init 6 LINUX system reboot. .


71 启动管理 # Halt Init 0 Shutdown –h now 关闭LINUX系统 。.


72 Boot Manager # runlevel display system to run level. .


73 启动管理 # Init [0123456] 改变系统运行级,7种 。.


74 Boot Manager # Chkconfig - list [service name] View status of the service. .


75 启动管理 # Chkconfig –-level 。.


<运行级> <服务名>on | off | set to set service startup state. .


76 启动管理 # Chkconfig 。.


<服务名>on | off | set set of non-independent service Kai state. .


77 进程管理 # Top动态 Ps-aux静态 进程树pstree 查看系统进程 。.


78 Process Management # program name & background run the program. .


79 进程管理 # fg 把后台运行的进程调回前台 。.


80 Process Management # bg transferred to the background to foreground processes. .


81 进程管理 # renice Renice +1 180 把180号进程的优先级加1 。.


82 Process Management # kill Kill PID PID to terminate a process. .


83 进程管理 # at at 5pm + 3 days。.


/ Bin / ls three days after the designated 5:00 pm Executive / bin / ls. .


84 进程管理 # crontab Crontab -e 用VI的形式来编辑自动周期性任务 。.


85 Process Management # crontab Crontab-l view automatically recurring tasks. .


86 进程管理 # crontab Crontab -r 删除自动周期性任务 。.


87 Process Management # crond Service crond. .


马上启动自动周期性服务 Service crond 。.


<启动|停止|重启|状态>Achieve disk quota (note created when installing LINUX / home partition). .


目标:对用户zhao在/home目录上实现soft limit为5k,hard limit 为10k的磁盘配额 。.


Implementation steps:. .


1。. 修改包含/home的行, #vi /etc/fstab, 改为:defaults,usrquota。也就是增加usrquota项。然后保存退出。.


2, uninstall / home directory # umount / home. .


3。. 挂接/home目录 #mount /home 。.


4, increasing user zhao # useradd zhao. .


5、修改密码 #passwd zhao 。.


6, generated on the / home directory quota message # quotacheck-cmug / home. .


#quotacheck -vu /home 。.


7, view all users of the information # repquota-au. .


8、设置配额 #edquota -u zhao 。.


The soft and hard to 5 and 10, respectively. .


9、保存并退出 #wq! 。.


10, modified # edquota-t. .


11、 #wq! 。.


12. . Open the / home disk quota feature # quotaon / home. .


13。.查询配额 #quota -u zhao。.


14. . Verify quota # su - zhao. .


$touch myfile 。.

[Tutorial]. .


作者:cyberboy2008 | 2009年10月12日23时27分 | 类别:知识技巧 | 9,238点击 | 43 评论 | 。.

In recent days, the official foreign major operators have released a variety of models of the latest BlackBerry BlackBerry operating system, but RIM seems to have forgotten our ancient civilization to a temporary, and they released only multi-language version, not the Chinese. So we can only feel powerless and frustrated kerosene are the new ROM on the same section as tasteless, tasteless gesture. .

今天我给大家分享一下多年来的黑莓混刷中文的经验,理论上适用于任何型号的黑莓手机(事实也应该如此)。希望能给鱼以渔,带给我们的煤油们终身受益的刷机教程。下面以混刷BlackBerry Bold 9000 最新操作系统 V5。.0。.0。.238为例来图文并茂的详述一下混刷过程。.

A ready articles:. .


1。. 最新的已下载好的ROM(5。.0。.0。.238)。.


2. . From the latest release of the BlackBerry operating system, the recent Chinese ROM (5. .0. .0. .190). .


3。. 备份工具(建议黑莓瑞士军刀BBSAK)。.


4. . Desktop Manager (5. .0. .1. .9), This I am sure you know how to use it. .

二 整理篇:。.


I put this article separately, a very important step. .


1。.安装两个ROM(5。.0。.0。.190,5。.0。.0。.238),从图中我们可以看出5。.0。.0。.238 无中文语言,5。.0。.0。.190包含中文。.

2. . 2 ROM is completely installed into the ROM folder in Chinese, 5. .0. .0. .190 JAVA, select JAVA following copy and paste all the files to 5. .0. .0. .238 Java the following in XP a dialog box will appear next, whether it replaces the same document, of course, can not be replaced with your fingers to hold down the N key has been, up until the copy is completed. My computer operating system is WIN 7, so I choose not to reproduce, it can make the 190 missing in all East Asian language files copied in the past. .

3。. 此时的5。.0。.0。.238 java 下面已经包含东亚语言所有的文件了,然后我们所做的就是把一个很重要的文件 5。.0。.0。.190 ROM 文件夹下面的CJK 文件复制到 5。.0。.0。.238 ROM 文件夹下面。.

4. . In your computer by following the path (C drive-Program Files-Common Files-Research In Motion-Apploader) delete Vendor file, the most important and most can not ignore the step. .

三 刷机篇: 。.

1. . BBSAK Swiss Army Knife with BlackBerry BlackBerry third-party backup software. .

2。. DM桌面管理器备份系统设备内存,(我一般单独备份电话本,非常必要,不会的请看下图)。.

3. . BBSAK WIPE format with BlackBerry Swiss Army knife machine, there 507. .

4。. 开始刷机,从刷机选项中我们清楚的看到东亚语言支持选项,点取之,刷之。.

5. . Brush finished do not forget to restore the system before the backup and get back on the phone book. .

四。. 欣赏篇:至此一个包含中文的5。.0。.0。.238完美的展现在我们面前。.

For the tutorial, I re-brush over my beloved Bold, I hope this tutorial to make kerosene trouble getting rid of non-Chinese, enjoy the fun of BB. .

本文作者:cyberboy2008 (C)BerryCN。.com 如有转载,请注明出处。.

This article comes from: BerryCN (berrycn.. Com) Original Address: http://berrycn. .com / tutorial-blackberry-ultimate-chinese-mixed-brush-tutorial-for-life /. .


838定制ROM的简易方法,包你会定制自己的ROM新增视频。.


First depressed about today detained a deleted to attach to, to shut it off if the principle of mutual respect and the prior or subsequent to the reason I looked better the next version of Regulation no illegal content, delete the message is the first hair tutorial total floor with no typing, playing time post deleted, this is my problem, my next note. .


color=Purple]先说包会,这里有客观依据。.


1. . Play PPC and cultural qualities of the oil generally higher IQ is not high estimate with a small pocket which can not find, can not find here to study the custom ROM. .


2。.现在的定制工具被小桥等大侠们制作的日益完美,又有风大等热心人帮助移植模板,所以定制变得简单的不能再简单。.


A few years ago I saw the moon on the heart and other heroes made tutorial, which is very complex, requiring some basic English. .


3。.大家其实要求的只是怎样在机身内存那块有限的空间组合进更多的自己喜欢的软件,剩下的就是一些美化工作了,这些对本身的基础要求不高 ,如果想大量的改动系统,定制更有个性,那就需要掌握一定的英文水平和编程技术,还有对WM系统构架的了解了那我建议您去XBA,。.


4. . I try to use the popular humorous straightforward language, so you can adhere to read this text, you can certainly be read. .


上面想表达什么呢?就是告诉您别以为这个定制ROM有多高深,再越来越完美的定制工具的辅助下,只是一项简单的不能再简单的事情,所以我不敢把下面的定制方法叫做教程,如果你看了明月心等大侠发的教程,岂不是会笑掉大牙!哈哈哈哈!不怕不头晕就好办,我们的起点很接近,沟通的语言障碍及其的小,也就意味着我们沟通容易些。.


Now I - smoker students [/ color]】 【not repeat the following, as far as possible with the most user-friendly and most allow you to accept the tone and the most boring so you do not find words to beg you to help me complete my co- customize your hand out the purpose ---- first what you want ROM! . .


第一篇第一章第一节第一部分A。.


(With brothers accused in the following, and pretend to be B, Why do not do the first quarter, watching the dizziness, change channels!). .


呵呵,不好意思,先搞个笑,没有别的意思哈!哈哈!今天天气哈哈啊![/color]==================================开整!=================================。.


Who said that advance preparation of its profits! . .


首先下载这个完整的工具包pwBuildOS1。.5。.0。.0http://www。.brsbox。.com/filebox/do 。. 7978410f017eb2e5f15,其他中转站 http://www。.rayfile。.com/files/118 。.-8d6c-0019d11a795f / Who could not make, where you say you can, re-transmission of my personal mailbox a waste of time, everyone must pass alone is not realistic, I hope brothers understand. .


size]这个是我从掘客论坛淘来的,感谢制作的大侠,感谢转帖的童鞋,让俺能用上这么先进的武器,这个版本目前是最新的,省略掉了一些容易出错的操作步骤。.


Then extract to your hard drive anywhere, 【"Sister Yeah," said urban management how the CS post criticize you for it! MB's not educated middle】 brackets with the phone number is extracted, and then open the received pwBuildOS1. .5. .0. .0 Folder】 【Figure 1, we must first install vcredist_x86 【Fig 2】 The program to support the pwBuildOS this program to run, if not installed on your computer, PC versions of net3. .5 Invited to download and install any web site to download 【Fei http://www. . Crsky. .com/soft/4818。.html】,做好这一切后,我们就厕所里摸屁股--------------------------。.


-------- Start. .


步骤1:。.


【Excuse, not a loaded B, number is for you where problems, question time would be convenient. 】. .


双击执行【图1】,在出现的【图3】中选择第二项,然后点击加载,在出现的【图4】中,点击”请选择模板的展开倒三角形符号按钮,在出现的下拉菜单中选择出现的模板名称。注解1:这个模仿就是通常大侠们发布的模板,你下载后解压缩,然后整个文件夹复制到pwBuildOS1。.5。.0。.0文件夹根目录下的OS文件夹的根目录下【参照图5】,别问为什么,没有为什么,这是软件制作者给好的地方,就是放这个滴。CS to squalling like a forum where not a reason. .


继续步骤2:。.


Figure 6】 【option is the default tick the Do not control, if you cancel, and brush well after the machine program folder icon falls to pieces under the street vendor, and then click the 【】 load the template in Figure 7, the the following screen appears, neither AV Actress nor beast is】 【Figure 8 here is that your custom ROM images Dayton buffet of choice, you want You're welcome, tick in front, behind the writing will be selected you must do, and his rivalry, La obstinately suffering drops.注解2:那么这些东西是哪来滴腻?现在这些是我和定制模板的大侠给你准备好的,如果有个需要用到的软件可是这里没有怎么办?你必须先找到你需要的这个软件的OEM版本,然后复制到您的模板的OEM根目录下,【还记得模版么?就是我们前面讲到的放到OS目录下的那个模板文件】,然后在您再次定制的时候就会出现在【图8】的画面里供你选择了,那个数字签名文件【图9】不要你管,一个足够,再有覆盖也没问题。Question 3: OEM where to find? Search all forums bei, bridge teacher xbeta made a lot of OEM integration package, we went to be polite not to curses, squalling does not work, no one under the left says you.下载地址我不给了,去见一见万人敬仰的小桥老师不好么,好!感谢小乔老师,感谢好多无私务实的大侠,小桥老师做了那么多贡献可惜就是不会对别人指手画脚,遗憾啊~少废话继续, 问题四:找不到想要的OEM可不可以做,这还用问,我全力支持,网上有相关的教程,也有辅助软件,我提供个最新版,见下载附件。Question 5: Software options are not behind the Chinese E Wen Notes do not know how to do what? A: OEM catalog to look inside the folder to open the picture, no picture of the name copied down to the forum search to solve the problem instead. When the choice must choose one, and choose to repeat the process in the customization tips you can be deleted, do not do too much, calculation, and finally get the Brush nb. . Nbf file size should not exceed 58305KB on the line, more than a Brush 100% of the time will be stopped before, could not eat the ah. .


继续步骤3:。.


【Figure 10】 compile option inside has chosen well, too much to complain of the motions we are willing to look at changes to the text prompt. Wizard options, see 【Figure 11】, you need to change is compression, the default way the software can be integrated less, LZX method can be a little more, but relatively little power, 2% up and down it. . Start LZX is gray not optional, you need to click the decomposition of XIP, you can wait a little while with the election, and make their own decisions it! . .


步骤4来了:。.


Back】 【Figure 8 compilation screen, click on the bottom of the compilation 【Figure 12】 start automatic processing of custom, and not good! 【Figure 13】 error, do not be afraid, this is the repeat election, in accordance with the above tips path to delete this file, you can take maximum advantage of the search function, and then click OK Chongxindianxuan compile, here's one, there other please shots to everyone to study and solve.这个时候程序会自动运行不用你插手,DOS刷屏你也不用管,直到提示画面出现,哇这个图好大!见【图14】,E文!可恶的E文,意思是刷机文件做好啦!点确定,这也要请示,老子批准了!哈哈。此时直接蹦出刷机画面【图15】,!!!千万别急,我们先去刷机软件pwBuildOS1。.5。.0。.0\pwBuildOS1。.5。.0。.0\Output\Wizard目录下去看看你定制出的nk。.nbf file size is not more than 58305KB, big on re-repeat the previous steps to select the software where to reluctantly must sell it, less than the size limit can be directly Brush up! . .


怀着忐忑,激动的心情等待吧,你的第一个自己定制的ROM诞生啦!!。.


PS:. .


保守估计成功率在99%,因为这个模板本身没什么问题,我已经先试验过了。这时候有人会不高兴了,那我就自己选点软件就叫定制了啊?对,这就叫定制了,想要美化个性化我们在大班讲,这里是小班嘿嘿。But why is it recommended that you use this template, because the probability of its error is small, a high success rate, so you can easily customize the first, and then remove the fear of heart will feel everything is simple and it! I began to study a few years ago was, until recently, only full out, Jiushiyinwei before the custom Gongju Bi Xianzai's Fuza many, error probability Gao, Ji Ci to frustrated Therefore, we need tools Haishiganxie 开发 those major Xia have it! . .


【再有新的核心模板,你 下载后直接这样操作,或者只替换F:\838\pwBuildOS1。.5。.0。.0\pwBuildOS1。.5。.0。.0\OS\Wizard_838_AKU1。.60 21014模板发布\ROM下的XIP或SYS,都可以,定制过程中还会遇到好些问题,定制好之后软件冲突,或者其他的问题,举个例子,新版的adinn闹钟和QC防火墙就需要net3。5的支持,而net3。.5 can not seem to support the flying letter, the specific experience of it again after everyone】. .


【这个模板是风捉感大侠发的,很完美优化的很到位,没发现bug,里面实际上自带了一个更简便的一键定制工具dumpos。.


After running a few times but I is not up on the run, so only use pwBuildOS1. .5. .0. .0. We can go try. Operation is extremely simple】. .


先发这个,其他的在晚饭前完成,想要进阶的弟兄去二楼中班报道,嘻嘻。.


Lobster ROM custom video tutorials:. .


http://www。.rayfile。.com/files/1e2 。. -be54-0019d11a795f/。.


Video tutorial addendum: http://www. . Rayfile. .com/files/bc6. .-83b8-0019d11a795f /. .


转一个视频教程大家看看吧。.


Annex. .


迅雷专用高速下载_[CAB自动转OEM]package-creator-v2[1]。.7。.rar 。.


[CAB automatically switch to OEM] package-creator-v2 [1]. .7. . Rar (354. .73 KB). .


2009-1-12 11:30 。.


Thunder dedicated high-speed download _1. . Jpg. .


1。.jpg (3。.94 KB) 。.


2009-1-12 11:30. .


迅雷专用高速下载_2。.jpg 。.


2. . Jpg (20. .44 KB). .


2009-1-12 11:30 。.


Thunder dedicated high-speed download _3. . Jpg. .


3。.jpg (32。.24 KB) 。.


2009-1-12 11:30. .


迅雷专用高速下载_4。.jpg 。.


4. . Jpg (77. .47 KB). .


2009-1-12 11:30 。.


Thunder dedicated high-speed download _5. . Jpg. .


5。.jpg (64。.26 KB) 。.


2009-1-12 11:30. .


迅雷专用高速下载_6。.jpg 。.


6. . Jpg (3. .26 KB). .


2009-1-12 11:30 。.


Thunder dedicated high-speed download _7. . Jpg. .


7。.jpg (13。.25 KB) 。.


2009-1-12 11:30. .


迅雷专用高速下载_8。.jpg 。.


8. . Jpg (98. .04 KB). .


2009-1-12 11:30 。.


Thunder dedicated high-speed download _9. . Jpg. .


9。.jpg (4。.32 KB) 。.


2009-1-12 11:30. .


迅雷专用高速下载_10。.jpg 。.


10. . Jpg (15. .38 KB). .


2009-1-12 11:30 。.


Thunder dedicated high-speed download _11. . Jpg. .


11。.jpg (27。.48 KB) 。.


2009-1-12 11:30. .


迅雷专用高速下载_12。.jpg 。.


12. . Jpg (53. .22 KB). .


2009-1-12 11:30 。.


Thunder dedicated high-speed download _13. . Jpg. .


13。.jpg (30。.59 KB) 。.


2009-1-12 11:30. .


迅雷专用高速下载_14。.jpg 。.


14. . Jpg (76. .15 KB). .


2009-1-12 11:30 。.


Thunder dedicated high-speed download _15. . Jpg. .


15。.jpg (128。.21 KB) 。.


2009-1-12 11:30. .


有点累,歇一会儿抽个烟,帖子弄的不好看,图片也不会插到合适位置,抱歉了兄弟们。.


In fact, I made this thing the spot to, no way, is also a time angry, brother hot temper though modest, but man, quick man of 40 is said to bottom Needing fire, come on, lacks meaning, are done The good thing is not done after the on, we put up with, here to hurt to hurt me and my brothers apology, brother You're wrong! This post only after receiving individual assistance, public do not do not do what Zan had. .


===================我的美化方法==================。.


Of course, change plans, need to pay attention to their own want to change the map and the original image size, format, attributes must be exactly the same, not a reckless thing to do ah. .


1。开机一二三屏画面,这里有明月心前辈的教程我只发地址http://bbs。.pdafans。.com/viewthrea 。. A%BB%FA%BB%AD%C3%E6。.


2. . Other interface is the calibration screen and boot screen, there is still an initial desktop. .


打开模板的sys文件夹,打开base_dpi_96_resh_240_resv_320,里面有四张图,看了就知道是做什么的了,你把自己喜欢的图片按原图的大小,类型,属性PS后覆盖,就可以了。初始的桌面最好是TSK,目前我还没有找到太简便的办法,复杂的不如自己进系统里面换了反正是经常换的东西。以前的大侠们采用的是开机自动安装的办法,这个我还没有去研究,大家一起研究吧。.


3. . The system which has an icon with a good general template, and I felt I did not have the energy to look at, do not be quite a task for himself, but in fact there is a landscaping software icon in the system may be running their own cell phone number ico icon to Xpress Tihuan , and the software is called SK-Shortcut-Manager. .


剩下的想要玩,就去SYS里面的各个文件夹,打开看有图片的就可以换,哈哈,方法笨,咱就这水平没办法。.


===================== Personalized information on the content of =================。 .


模板下SYS\REG_Optimize目录下ffffffff-41f6-11dc-8314-0800200c9a66。.rgu文件用记事本打开出现以下内容。.


REGEDIT4. .


;=========================================================。.


; Personal custom logo. .


;========================================================。.


[HKEY_CURRENT_USER \ ControlPanel \ Owner]. .


"Owner"="001wxy"。.


[HKEY_LOCAL_MACHINE \ System \ Versions]. .


"Aku"="。.1。.6。.0(001WXY定制)"。.


;================================================= ========。 .


;系统模块号及EXTENDED_ROM版本号。.


;================================================= ========。 .


[HKEY_CURRENT_USER\System]。.


"ModelID" = "FZG838". .


[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\3rdversion]。.


"MSYSTEM" = "E398_lexun". .


;=========================================================。.


; Message related setting AND close the chat mode. .


;=========================================================。.


[HKEY_CURRENT_USER \ Software \ Microsoft \ Inbox \ Settings]. .


"SMSDeliveryNotify"=dword:0。.


"SMSUnicode" = dword: 1. .


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Settings]。.


"SMSNoSentMsg" = dword: 1. .


[HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings\OEM]。.


"SMSInboxThreadingDisabled" = dword: 00000001. .


[HKEY_CURRENT_USER\ControlPanel\Sip]。.


"DragStyle" = dword: 0. .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell]。.


"ShowTitleBarClock" = dword: 00000000. .


[HKEY_LOCAL_MACHINE\security\ResOver\Bitmaps]。.


"BatteryIconLevels" = dword: 00000065. .


"BatteryIconIdStart"=dword:000003e9。.


"BaseDll" = "shellres. .96.. Dll". .


"BaseId"=dword:00000000。.


;================================================= ========。 .


;显示Extended Rom 内容。.


;================================================= ========。 .


[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\TRUEFFS_DOC1]。.


"DefaultFileSystem" = "FATFS". .


"Name"=""。.


"PartitionDriver "=""。 .


"Folder"="Extdisk"。.


"MountHidden" = dword: 0. .


[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\TRUEFFS_DOC1]。.


"DriverPath" = "Drivers \ \ BuiltIn \ \ TrueFFS1". .


"LoadFlags"=dword:1。.


"Order" = dword: 1. .


"Bootphase"=dword:2。.


[HKEY_LOCAL_MACHINE \ Drivers \ BuiltIn \ TrueFFS1]. .


"SoftwareWriteProtect"=dword:0。.


;================================================= ========。 .


;===========================================================================。.


;; Resolve conflicts touch drive and OK. .


;===========================================================================。.


[HKEY_LOCAL_MACHINE \ Software \ OEM \ TFLOSettings]. .


"DownLength"=dword:0000019c。.


"UpLength" = dword: 00000af0. .


"SpeedLow"=dword:00000032。.


"SpeedHigh" = dword: 00000014. .


"PageLow"=dword:00000004。.


"PageHigh" = dword: 0000000a. .


"PanType"=dword:00000001。.


"EnableCube" = dword: 00000000. .


"FingerPressure"=dword:000007d0。.


"DelayDiff" = dword: 00000028. .


"Boundry"=dword:00000000。.


"EnableScroll" = dword: 00000001. .


"EnableSound"=dword:00000000。.


;================================================= ==========================。 .


;;设置字体显示缓存。.


;================================================= ==========================。 .


[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]。.


"Limit" = dword: 00020000. .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell]。.


"NoClearType" = dword: 0. .


[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]。.


"OffOnRotation" = dword: 0. .


;===========================================================================。.


;;; Plain black theme patch. .


;===========================================================================。.


[HKEY_CURRENT_USER \ Software \ Microsoft \ Today \ black. . Tsk]. .


"Color_SoftkeyFlatCenter"=hex:00,00,00,00。.


"Color_TitleFlatCenter" = hex: 00,00,00,00. .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Color]。.


"5" = hex: 00,00,00,00. .


"8"=hex:00,00,00,00。.


"9" = hex: ff, ff, ff, 00. .


"4"=hex:ff,ff,ff,00。.


"6" = hex: 00,00,00,00. .


"7"=hex:00,00,00,00。.


"10" = hex: 3c, 3c, 3c, 00. .


"11"=hex:35,35,35,00。.


"12" = hex: 00,00,00,00. .


"13"=hex:00,00,00,00。.


"14" = hex: 00,00,00,00. .


"15"=hex:ff,ff,ff,00。.


"16" = hex: d6, e3, f7, 00. .


"25"=hex:00,00,00,00。.


"26" = hex: 00,00,00,00. .


"27"=hex:ff,ff,ff,00。.


"28" = hex: ff, ff, ff, 00. .


"36"=hex:ff,ff,ff,00。.


"37" = hex: b6, cf, f7, 00. .


"38"=hex:00,00,00,00。.


"39" = hex: ff, ff, ff, 00. .


"40"=hex:00,00,00,00。.


;================================================= ==========================。 .


;;字体越界补丁。.


;================================================= ==========================。 .


;[HKEY_LOCAL_MACHINE\SYSTEM\GDI]。.


; "FontLinkMethods" = dword: 1. .


[HKEY_LOCAL_MACHINE\SYSTEM\GDI\V1\FontAlias]。.


;; "Tahoma: -9" = "Tahoma: 13". .


;; "Tahoma:-11"="Tahoma:13"。.


;; "Arial: -14" = "Tahoma: -12". .


;; "MS Sans Serif:-13"="Tahoma:-9"。.


;; "Tahoma: 16" = "Tahoma: -13". .


;; "version"=dword:9000c。.


;; "Tahoma: -12" = "Tahoma: 15". .


;;"Tahoma:-9"="Tahoma:12"。.


;; "Tahoma: -8" = "Tahoma: 12". .


;;"Tahoma:-11"="Tahoma:11"。.


[HKEY_LOCAL_MACHINE \ System \ GDI \ V1 \ FontAlias]. .


"version"=dword:0009000C。.


;================================================= ========。 .


;;;GPS--无效。.


;================================================= ==========================。 .


[HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings]。.


"Group" = dword: 2. .


;===========================================================================。.


; Bluetooth patch. .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Obex]。.


"ObexServiceMask" = dword: 00000003. .


"IsEnabled"=dword:00000001。.


;================================================= ========。 .


;基站自动对时。.


; [HKEY_LOCAL_MACHINE \ Drivers \ BuiltIn \ RIL]. .


;"NITZEnable"=dword:0。.


; "EnableDTMFsupport" = dword: 0. .


;"BlockMegaSIMContactSMS"=dword:1。.


;================================================= ========。 .


;关闭屏幕敲击声和按键声。.


;================================================= ========。 .


[HKEY_CURRENT_USER\ControlPanel\Volume]。.


"Key" = dword: 0. .


"Screen"=dword:0。.


;================================================= ========。 .


;今日标题栏时间替换为电池。.


;================================================= ========。 .


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell]。.


"ShowTitleBarClock" = dword: 00000000. .


;=========================================================。.


; Storage card encryption patch. .


;=========================================================。.


[HKEY_LOCAL_MACHINE \ System \ StorageManager \ Filters \ ENCFilt]. .


"EncryptByDefault"=dword:0。.


;================================================= ========。 .


;闹钟补丁。.


;================================================= ========。 .


[HKEY_CURRENT_USER\ControlPanel\Sounds\Clock]。.


"Category" = "Alarm". .


[HKEY_CURRENT_USER\ControlPanel\SoundCategories\Alarm]。.


"Speaker" = dword: 1. .


[HKEY_CLASSES_ROOT\aacfile\Shellex]。.


[HKEY_CLASSES_ROOT \ aacfile \ Shellex \ ContextMenuHandlers]. .


[HKEY_CLASSES_ROOT\aacfile\Shellex\ContextMenuHandlers\{E88B4A18-6F77-4bb6-8E0D-DCD4B1F8F1DA}]。.


"DelayLoad" = dword: 00000001. .


@="设为铃声"。.


;================================================= ========。 .


;关闭红外。.


;================================================= ========。 .


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Obex]。.


"IsEnabled" = dword: 0. .


;=========================================================。.


; Usb charging close. .


;=========================================================。.


[HKEY_LOCAL_MACHINE \ Drivers \ BuiltIn \ usbfndrv]. .


"EnableUsbCharging"=dword:00000001。.


;================================================= ========。 .


;快捷键设置。.


;================================================= ========。 .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C1]。.


@ = "\" \ \ Windows \ \ AppButtons \ \ information. . Lnk \ "". .


"Name"="按键 1"。.


"Icon" = "\ \ windows \ \ tmail.. Exe, 0". .


"ResetCmd"="\"\\Windows\\AppButtons\\信息。.lnk\""。.


"Flags" = dword: 0. .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C2]。.


@ = "\" \ \ Windows \ \ AppButtons \ \ Internet Explorer. . Lnk \ "". .


"Name"="按键 2"。.


"Icon" = "\ \ windows \ \ iexplore.. Exe, 0". .


"ResetCmd"="\"\\Windows\\AppButtons\\Internet Explorer。.lnk\""。.


"Flags" = dword: 0. .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C3]。.


@ = "\" \ \ Windows \ \ AppButtons \ \ camera. . Lnk \ "". .


"Name"="按键 3"。.


"Icon" = "\ \ windows \ \ Camera.. Exe, 0". .


"ResetCmd"="\"\\Windows\\AppButtons\\相机。.lnk\""。.


"Flags" = dword: 0. .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C5]。.


@ = "\" \ \ Windows \ \ AppButtons \ \ recording. . Lnk \ "-b". .


"Name"="按键 4(Hold)"。.


"Icon" = "\ \ windows \ \ HotVoice.. Exe, 0". .


"ResetCmd"="\"\\Windows\\AppButtons\\录音。.lnk\" -b"。.


"Flags" = dword: 0. .


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Keys\40C6]。.


"Flags" = dword: 0. .


"ResetCmd"="\"\\Windows\\AppButtons\\通讯管理。.lnk\""。.


"Icon" = "\ \ Windows \ \ CommManager.. Exe, 0". .


"Name"="按键 5"。.


@ = "\" \ \ Windows \ \ AppButtons \ \ communications management. . Lnk \ "". .


;=========================================================。.


; Camera brightness enhancement patch. .


;=========================================================。.


[HKEY_LOCAL_MACHINE \ SOFTWARE \ HTC \ Camera \ Common]. .


"ContactChooser"=dword:00000000。.


"CountDowntColor" = dword: 0000ff00. .


"DefMinSize"=dword:00000028。.


"EnableIPSM" = dword: 00000000. .


"FontColor"=dword:0000ff00。.


"KeyColor" = dword: 00080c08. .


"LowBatteryThreshold"=dword:0000000a。.


[HKEY_LOCAL_MACHINE \ SOFTWARE \ HTC \ Camera \ General]. .


"ActionScreen"=dword:00000001。.


"Ambience" = dword: 00000000. .


"BackLight"=dword:00000001。.


"CheckBatteryTime" = dword: 0000003c. .


"EnableAutoFlicker"=dword:00000001。.


"EnableDayTimePath" = dword: 00000000. .


"EnableFrameRate"=dword:00000000。.


"EnableHopper" = dword: 00000001. .


"FlickerSelection"=dword:00000002。.


"RelationDirection" = dword: 00000001. .


"ShutterSound"=dword:00000001。.


"SupportThreadSave" = dword: 00000001. .


;=========================================================。.


Sync software does not run automatically. .


;=========================================================。.


[HKEY_CURRENT_USER \ Software \ Microsoft \ ActiveSync \ Partners \ (CC92BAE9-2236-000C-5842-F42E87F7F4C5)]. .


"RetryCount"=dword:00000002。.


"RetryInterval" = dword: 00000006. .


"LastSyncAttempt"=hex:80,FC,5A,32,86,0E,C9,01。.


"LastSQMResult" = dword: 8502000F. .


"LastSyncResult"=dword:8502000F。.


"ErrorSeverity" = dword: 80000002. .


"ClientAuthCertRequired"=dword:00000000。.


"Logging" = dword: 00000000. .


"ConflictResolution"=dword:00000001。.


"Domain" = "mail.. Sina.. Com". .


"User"="fzg80"。.


"Email" = "fzg80 @ tom.. Com". .


"SavePassword"=dword:00000001。.


"UseSSL" = dword: 00000001. .


"StoreType"=dword:00000003。.


"Engine" = "(22C7DA12-F3FD-4875-8344-7786454F6534)". .


"ServerNameChanged"=dword:00000001。.


"Server" = "www.. Sina.. Com". .


"Name"="Microsoft Exchange"。.


;================================================= ========。 .


资源管理器及短信不多选补丁。.


;================================================= ========。 .


[HKEY_CURRENT_USER\ControlPanel\Gestures\Touch]。.


"Disabled" = dword: 1. .


;=========================================================。.


; Speaker and phone volume to maximum. .


;=========================================================。.


[HKEY_CURRENT_USER \ ControlPanel \ Volume]. .


"Ringer"=dword:ffffffff。.


"Volume" = dword: ffffffff. .


;=========================================================。.


; LIVE landing patch. .


;=========================================================。.


[HKEY_LOCAL_MACHINE \ Services \ Windows Live \ Platform \ Transport]. .


"Server"="tcp。.mws。.mobile。.live。.com"。.


"Port" = dword: C351. .


"DHEnabled"=dword:1。.


"DHDebounceMS" = dword: BB8. .


"RoamingFirstUse"=dword:1。.


"NotifyOnRoamDelay" = dword: E10. .


"MinTTL"=dword:10E。.


"MaxTTL" = dword: 5BE. .


"IncTTL"=dword:12C。.


[HKEY_LOCAL_MACHINE \ Services \ Windows Live \ Platform \ Passport]. .


"Policy"="https://http。.mws。.mobile。.live。.com/2006/10/SecurityPolicy"。.


[HKEY_LOCAL_MACHINE \ Services \ Windows Live \ HSAppPlugins]. .


"SearchURL"="http://mobile。.live。.com/search/Results。.aspx?q="。.


[HKEY_LOCAL_MACHINE \ Services \ Windows Live]. .


"Carrier"="Microsoft"。.


"SupportInfo" = "http://support.. Live.. Com". .


[HKEY_CURRENT_USER\ControlPanel\BackLight]。.


"ACTimeout" = dword: 3c. .


"ACTimeoutUnchecked"=dword:0。.


"BatteryTimeoutUnchecked" = dword: 0. .


"Brightness"=dword:1。.


[HKEY_CURRENT_USER \ ControlPanel \ Keybd]. .


"DefaultKeyLock"=dword:1。.


[HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main]. .


"ZoomSetting"=dword:2。.


[HKEY_LOCAL_MACHINE \ ControlPanel \ Stylus \ 192DPI]. .


"CurFont"=dword:384。.


[HKEY_LOCAL_MACHINE \ ControlPanel \ Stylus \ 96DPI]. .


"CurFont"=dword:384。.


[HKEY_LOCAL_MACHINE \ ControlPanel \ Phone]. .


"Flags2"=dword:16。.


[HKEY_LOCAL_MACHINE \ ControlPanel \ WrlsMgr]. .


"Redirect"="\\Windows\\CommManager。.exe"。.


[HKEY_LOCAL_MACHINE \ Drivers \ BuiltIn \ SerialIR]. .


"DeviceArrayIndex"=dword:0。.


"DeviceType" = dword: f. .


[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL]。.


"EnableDifferGprsEdgeIcon" = dword: 1. .


[HKEY_LOCAL_MACHINE\Security\Policies\Policies]。.


"0000101a" = dword: 1. .


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox]。.


"RichEditHostFontSize" = "9". .


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\TaskBar]。.


"LimitedClock" = dword: 0. .


[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\General]。.


"EnableActionScreen" = dword: 1. .


"EnableStorageCardPlugInMsg"=dword:2。.


[HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Power \ Timeouts]. .


"BattSuspendTimeout"=dword:b4。.


"ACSuspendTimeout" = dword: 708. .


[HKEY_CURRENT_USER\ControlPanel\Phone]。.


"Vol" = dword: 8888. .


[HKEY_LOCAL_MACHINE\Software\HTC\XPanel]。.


"Enable" = dword: 00000001. .


[HKEY_LOCAL_MACHINE\Software\OEM\PhoneSetting]。.


"ShowTimeZonesPage" = dword: 00000001. .


[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]。.


"TcpMaxConnectRetransmissions" = dword: 0000000a. .


[HKEY_CLASSES_ROOT\cabfile]。.


@ = "Cab". .


"EditFlags"=dword:00010000。.


[HKEY_CLASSES_ROOT \ cabfile \ DefaultIcon]. .


@="shellresapps。.dll,-15618"。.


[HKEY_CLASSES_ROOT \ cabfile \ Shell]. .


[HKEY_CLASSES_ROOT\cabfile\Shell\Open]。.


[HKEY_CLASSES_ROOT \ cabfile \ Shell \ Open \ Command]. .


@="wceload。.exe \"%1\" /nodelete"。.


[HKEY_LOCAL_MACHINE \ Comm \ TNETWLN1 \ Parms]. .


"HTCPreloadWifi"=dword:0。.


"HTCPreloadStatus" = dword: 0. .


[HKEY_LOCAL_MACHINE\Comm\AsyncMac1\Parms]。.


"DisablePowerManagement" = dword: 00000000. .


[HKEY_LOCAL_MACHINE\Comm\Irsir1\Parms]。.


"DisablePowerManagement" = dword: 00000001. .


[HKEY_LOCAL_MACHINE\Comm\PPTP1\Parms]。.


"DisablePowerManagement" = dword: 00000001. .


[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class]。.


"DisablePowerManagement" = dword: 00000000. .


[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\MMC_Class]。.


"DisablePowerManagement" = dword: 00000000. .


[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]。.


"CacheSize" = dword: 0. .


"EnableCache"=dword:1。.


"Paging" = dword: 1. .


[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt]。.


"ReplStoreCacheSize" = dword: 0. .


[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]。.


"AlwaysUnloadDll" = dword: 1. .


[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\EngineerMode]。.


"BuildInEngineeringModeApp" = dword: 00000001. .


"LaunchEngineerModeAppDialStr"="*#*#364#*#*"。.


[HKEY_LOCAL_MACHINE \ Explorer]. .


"ViewAll"=dword:00000001。.


[HKEY_LOCAL_MACHINE \ ControlPanel \ GPS Settings]. .


"Group"=dword:2。.


I only modify the master of the basic information now customize one, there are some registry entries such as opening the upper right corner show power, open the font smoothing. Optimization I asked myself who was also poor cry and heroes do, the basic templates are optimized well they wind up in the. .


基本都能看明白吧,你看不懂的估计我也够呛,有什么大家问,这里说一下,既然叫交流贴希望其他的会的兄弟也帮忙解答一下,不要有什么不好意思,你比我懂的多一个字母也是我的老师,学生在这里先谢谢了。.


And dental appointments, etc. would have to see what's really tired and wanted to kill him, replaced by the following skip and get out and approved the next step and so on, are still looking for the editable text file. .


有其他好的经验大家随时交流,我也提倡百花齐放百家争鸣,没交流没刺激就会停滞不前,一起来挖掘我们开心的宝藏吧兄弟们!。.

Chapter 『』 System Tools - hardware control classes. .


可以在听歌的时候关闭屏幕,可以用CHT9000当手电筒,可以用CHT9000当优盘。.


Reference:. .



hard control02。.jpg (84。.18 KB) 。.


2008-2-23 at 17:38. .



hard control。.jpg (51。.56 KB) 。.


2008-2-23 at 17:38. .


QSROM篁筑居士OEM版本-for 9000已包含该软件。.


Brief. .


1 菜单→常用工具→关屏,可以在不终端程序运行的情况下关闭屏幕以节省电源,而不是像关机键一样终止了大部分程序的运行。当然,新版本的rom,用Windows Media Player和Audio Manager听歌可以不用该软件,按下关机键后可以继续听歌。.


2 The second picture, lower right corner of the flashlight, press the camera will not open under the premise of open flash to lighting, there is such a power failure at home, a great help ... .... .


3 WM5troage是当时专门为WM5和WM6开发的,在计算机没有安装同步软件的前提下,依然可以实现数据通信,就是把你的手机当U盘用,计算机会自动将手机识别为U盘而安装U盘的驱动,非常好用!但是速度收到USB1。.1接口程序的影响,不是太理想。.


Chapter IV 』『 Multimedia. .


扔掉你的MP3,扔掉你的MP4,和我一起走进令人兴奋不已Windows Mobile带来的移动视听时代吧!(我不是给微软做广告啊!嘿~~~) 。.


Reference:. .



media01。.jpg (100。.9 KB) 。.


2008-2-23 18:08. .



media07。.jpg (82。.07 KB) 。.


2008-2-23 18:08. .



media09。.jpg (70。.56 KB) 。.


2008-2-23 18:08. .


简单介绍:。.


1 VoiceBook ComicGURU (QSROM bamboo building lay OEM version-for 9000 already contains the software), is a TXT text can be read out of the software, you can not read novels, and now listen to popular fiction, hey ~ ~ ~ English speed and tone can be adjusted, you can also add background music, reading out absolutely blunt, the current version support Mandarin and the vernacular. .


2 Bryht Flashplayer(下载: 。.


Thunder high speed downloads _BryhtFlash. . Rar BryhtFlash. . Rar (365. .41 KB). .


迅雷高速下载_BryhtFlash。.rar BryhtFlash。.rar (365。.41 KB) 。.


2008-2-23 18:26. .


),是目前我所用过的最好用的flash播放器,好多人喜欢flash lite,不过flash lite打开大文件时经常提示内存不足,推荐使用这个。绿色软件,解压到卡上任意路径就可以使用!部分系统会提示没有安装flash插件,需要另外安装flash插件。(flash插件下载: 。.


Thunder high speed downloads _Macromedia Flash Player ActiveX. . CAB Macromedia Flash Player ActiveX. . CAB (877. .67 KB). .


迅雷高速下载_Macromedia Flash Player ActiveX。.CAB Macromedia Flash Player ActiveX。.CAB (877。.67 KB) 。.


2008-2-23 18:26. .


)。.


3 Resco Photo (QSROM bamboo building lay OEM version-for 9000 already contains the software), is a good image browser, ACDSee can rival PC side, powerful, supported slide shows, set wallpaper and so on. .


引用:。.



media03. . Jpg (24. .83 KB). .


2008-2-23 18:08 。.



Media02. . Jpg (36. .6 KB). .


2008-2-23 18:08 。.



media04. . Jpg (55. .5 KB). .


2008-2-23 18:08 。.


1 The Core Player Media Player (QSROM bamboo building lay OEM version-for 9000 already contains the software), according to the universal player that can play a large multi-media format does not support Real. .


2 Core Player(QSROM篁筑居士OEM版本-for 9000已包含该软件),据说是The Core Player Media Player的正式版本,但是支持格式少了很多,界面倒是漂亮了很多,而且播放视频的效果似乎更好(可能是心理作用)!。.


3 Realplayer (QSROM bamboo building lay OEM version-for 9000 already contains the software), support rm format audio and video, unfortunately does not support rmvb. .


引用:。.



media05. . Jpg (57. .26 KB). .


2008-2-23 18:08 。.



media08. . Jpg (63. .5 KB). .


2008-2-23 18:08 。.



Media10. . Jpg (59. .48 KB). .


2008-2-23 18:08 。.


1 Windows Media Player 10 (the system comes with), and the PC side of the poor function fine, but the biggest advantage is support the shutdown songs, quite a saving. .


2 MiniLyrics(下载: 。.


Thunder high speed downloads _MiniLyrics for ppc. . Rar MiniLyrics for ppc. . Rar (945. .12 KB). .


迅雷高速下载_MiniLyrics for ppc。.rar MiniLyrics for ppc。.rar (945。.12 KB) 。.


2008-2-23 18:42. .


),支持歌词同步显示,听歌,听英语效果一流,不支持关机听歌。.


3 Audio Manager Audio Manager (System comes with), the program turned on the machine will automatically search all audio and classification, support the shutdown songs. .


『第五章』网络软件。.


I use very little network software, but software that things do not go after, pursuit of enough, you say? . .


引用:。.



net03. . Jpg (76. .29 KB). .


2008-2-23 19:03 。.



net02. . Jpg (42. .33 KB). .


2008-2-23 19:03 。.



net01. . Jpg (44. .05 KB). .


2008-2-23 19:03 。.


1 UCWEB (QSROM bamboo building lay OEM version-for 9000 already contains the software), a very good browser, I used Opera, Netfront, PIE Plus, etc., was found UCWEB in speed, operation on humanity, than Other times the browser is better than N, high class recommend this browser. .


2 QQ2007(QSROM篁筑居士OEM版本-for 9000已包含该软件),不用多说了,都知道,这个版本支持视频,支持cmwap连接,可惜不支持CHT9000的3G摄像头。.


3 Skype (QSROM bamboo building lay OEM version-for 9000 already contains the software), which I often use the software, features, and PC side are basically not much different than the QQ to do this really good, unfortunately only supports wifi and cmnet. .


引用:。.



net04. . Jpg (74. .88 KB). .


2008-2-23 19:03 。.



net05. . Jpg (47. .39 KB). .


2008-2-23 19:03 。.


1 HandCN palm Paper (QSROM bamboo building lay OEM version-for 9000 already contains the software), you can read news, check weather forecasts, TV Forecast, aircraft flight, the exchange rate ... ... strong, very strong, very strong! . .


2 系统默认的IE,拉上来凑数的,嘿~~~。.


Chapter VI 』『 office software - dictionaries, language learning classes. .


看来,你的电子词典……好记星什么的也得丢掉了,嘿~~~ 。.


Reference:. .



Office01。.jpg (74 KB) 。.


2008-2-23 19:25. .



Office02。.jpg (75。.4 KB) 。.


2008-2-23 19:25. .



Office03。.jpg (46。.83 KB) 。.


2008-2-23 19:25. .


简单介绍:。.


1 Dr. . Eye through the PPC version of the translation code, powerful word sound support, support for capturing, but at present only a traditional Chinese version. .


Dr。.eye 2。.0下载地址,感谢sucan提供!原帖地址:http://bbs。.pdafans。.com/viewthread。.php?tid=336613。.


Dreye ENG-CHT. . Part01. . Rar. .


Dreye ENG-CHT。.part02。.rar 。.


Dreye ENG-CHT. . Part03. . Rar. .


Dreye ENG-CHT。.part04。.rar 。.


Dreye ENG-CHT. . Part05. . Rar. .


Dreye ENG-CHT。.part06。.rar。.


Dreye ENG-CHT. . Part07. . Rar. .


Dreye ENG-CHT。.part08。.rar 。.


Dreye ENG-CHT. . Part09. . Rar. .


Dreye ENG-CHT。.part10。.rar 。.


Dreye ENG-CHT. . Part11. . Rar. .


Dreye ENG-CHT。.part12。.rar。.


Dreye ENG-CHT. . Part13. . Rar. .


2 Powerword金山词霸PPC版(QSROM篁筑居士OEM版本-for 9000已包含该软件),和PC端的一样,还是没有Dr。.eye功能强大,只针对部分单词有发音功能,支持屏幕取词。.


3 French Helper French assistant, a very nice French dictionary, to support capturing, unfortunately does not support sound, green software, unzip to any folder you can copy. This software is no XX patch, but you can use free of charge for life that when the software expired, as long as the delete key HKEY_LOCAL_MACHINE \ Software \ Francophonie folder, you can re-use, hey ~ ~ ~ My boss is French and English communication time that can not be This software often need it, hey ~ ~ ~. .


迅雷高速下载_Frhelper。.part01。.rar Frhelper。.part01。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part01. . Rar Frhelper. . Part01. . Rar (976. .56 KB). .


2008-2-23 22:23 。.


Thunder high speed downloads _Frhelper. . Part02. . Rar Frhelper. . Part02. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part02。.rar Frhelper。.part02。.rar (976。.56 KB) 。.


2008-2-23 22:23. .


迅雷高速下载_Frhelper。.part03。.rar Frhelper。.part03。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part03. . Rar Frhelper. . Part03. . Rar (976. .56 KB). .


2008-2-23 22:23 。.


Thunder high speed downloads _Frhelper. . Part04. . Rar Frhelper. . Part04. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part04。.rar Frhelper。.part04。.rar (976。.56 KB) 。.


2008-2-23 22:23. .


迅雷高速下载_Frhelper。.part05。.rar Frhelper。.part05。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part05. . Rar Frhelper. . Part05. . Rar (976. .56 KB). .


2008-2-23 22:23 。.


Thunder high speed downloads _Frhelper. . Part06. . Rar Frhelper. . Part06. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part06。.rar Frhelper。.part06。.rar (976。.56 KB) 。.


2008-2-23 22:26. .


迅雷高速下载_Frhelper。.part07。.rar Frhelper。.part07。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part07. . Rar Frhelper. . Part07. . Rar (976. .56 KB). .


2008-2-23 22:26 。.


Thunder high speed downloads _Frhelper. . Part08. . Rar Frhelper. . Part08. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part08。.rar Frhelper。.part08。.rar (976。.56 KB) 。.


2008-2-23 22:26. .


迅雷高速下载_Frhelper。.part09。.rar Frhelper。.part09。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part09. . Rar Frhelper. . Part09. . Rar (976. .56 KB). .


2008-2-23 22:26 。.


Thunder high speed downloads _Frhelper. . Part10. . Rar Frhelper. . Part10. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part10。.rar Frhelper。.part10。.rar (976。.56 KB) 。.


2008-2-23 22:26. .


迅雷高速下载_Frhelper。.part11。.rar Frhelper。.part11。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part11. . Rar Frhelper. . Part11. . Rar (976. .56 KB). .


2008-2-23 22:29 。.


Thunder high speed downloads _Frhelper. . Part12. . Rar Frhelper. . Part12. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part12。.rar Frhelper。.part12。.rar (976。.56 KB) 。.


2008-2-23 22:29. .


迅雷高速下载_Frhelper。.part13。.rar Frhelper。.part13。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part13. . Rar Frhelper. . Part13. . Rar (976. .56 KB). .


2008-2-23 22:29 。.


Thunder high speed downloads _Frhelper. . Part14. . Rar Frhelper. . Part14. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part14。.rar Frhelper。.part14。.rar (976。.56 KB) 。.


2008-2-23 22:29. .


迅雷高速下载_Frhelper。.part15。.rar Frhelper。.part15。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part15. . Rar Frhelper. . Part15. . Rar (976. .56 KB). .


2008-2-23 22:29 。.


Thunder high speed downloads _Frhelper. . Part16. . Rar Frhelper. . Part16. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part16。.rar Frhelper。.part16。.rar (976。.56 KB) 。.


2008-2-23 22:34. .


迅雷高速下载_Frhelper。.part17。.rar Frhelper。.part17。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part17. . Rar Frhelper. . Part17. . Rar (976. .56 KB). .


2008-2-23 22:34 。.


Thunder high speed downloads _Frhelper. . Part18. . Rar Frhelper. . Part18. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part18。.rar Frhelper。.part18。.rar (976。.56 KB) 。.


2008-2-23 22:34. .


迅雷高速下载_Frhelper。.part19。.rar Frhelper。.part19。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part19. . Rar Frhelper. . Part19. . Rar (976. .56 KB). .


2008-2-23 22:34 。.


Thunder high speed downloads _Frhelper. . Part20. . Rar Frhelper. . Part20. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part20。.rar Frhelper。.part20。.rar (976。.56 KB) 。.


2008-2-23 22:34. .


迅雷高速下载_Frhelper。.part21。.rar Frhelper。.part21。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part21. . Rar Frhelper. . Part21. . Rar (976. .56 KB). .


2008-2-23 22:40 。.


Thunder high speed downloads _Frhelper. . Part22. . Rar Frhelper. . Part22. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part22。.rar Frhelper。.part22。.rar (976。.56 KB) 。.


2008-2-23 22:40. .


迅雷高速下载_Frhelper。.part23。.rar Frhelper。.part23。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part23. . Rar Frhelper. . Part23. . Rar (976. .56 KB). .


2008-2-23 22:40 。.


Thunder high speed downloads _Frhelper. . Part24. . Rar Frhelper. . Part24. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part24。.rar Frhelper。.part24。.rar (976。.56 KB) 。.


2008-2-23 22:40. .


迅雷高速下载_Frhelper。.part25。.rar Frhelper。.part25。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part25. . Rar Frhelper. . Part25. . Rar (976. .56 KB). .


2008-2-23 22:40 。.


Thunder high speed downloads _Frhelper. . Part26. . Rar Frhelper. . Part26. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part26。.rar Frhelper。.part26。.rar (976。.56 KB) 。.


2008-2-23 22:52. .


迅雷高速下载_Frhelper。.part27。.rar Frhelper。.part27。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part27. . Rar Frhelper. . Part27. . Rar (976. .56 KB). .


2008-2-23 22:52 。.


Thunder high speed downloads _Frhelper. . Part28. . Rar Frhelper. . Part28. . Rar (976. .56 KB). .


迅雷高速下载_Frhelper。.part28。.rar Frhelper。.part28。.rar (976。.56 KB) 。.


2008-2-23 22:52. .


迅雷高速下载_Frhelper。.part29。.rar Frhelper。.part29。.rar (976。.56 KB) 。.


Thunder high speed downloads _Frhelper. . Part29. . Rar Frhelper. . Part29. . Rar (976. .56 KB). .


2008-2-23 22:52 。.


Thunder high speed downloads _Frhelper. . Part30. . Rar Frhelper. . Part30. . Rar (30. .51 KB). .


迅雷高速下载_Frhelper。.part30。.rar Frhelper。.part30。.rar (30。.51 KB) 。.


2008-2-23 22:52. .


引用:。.



Office04. . Jpg (87. .36 KB). .


2008-2-23 19:25 。.



Office05. . Jpg (74. .22 KB). .


2008-2-23 19:25 。.



Office06. . Jpg (53. .99 KB). .


2008-2-23 19:25 。.


1 Mdict is a very good dictionary software engines need the corresponding dictionary data files. .


词典下载地址(感谢chnlz提供):http://bbs。.pdafans。.com/viewthread。.php?tid=362590 。.


"Mdict dictionary library" 60 sets of dictionary directory:. .


1。. 21N。.mdx----5。.41MB。.


2. . Translation_ 21. . Mdx ---- 12. .5 MB. .


3。. American Heritage。.mdx----13。.3MB。.


4. . COLLINS. . Mdx ---- 6. .54 MB. .


5。. de_eng。.mdx----2。.67MB。.


6. . Deutsch-Chinese Lexikon_ppc2. . Mdx ---- 1. .78 MB. .


7。. eng_de。.mdx----2。.78MB。.


8. . Eng_ru. . Mdx ---- 607KB. .


9。. ET英汉汉英双向词典。.mdx----6。.91MB。.


10. . F1 a small dictionary. . Mdx ---- 57. .2 KB. .


11。. Japanese English 词典jmdict。.mdx----8。.96MB。.


12. . LANGDAO. . Mdx ---- 12. .9 MB. .


13。. LangDaoCE。.mdx----11。.1MB。.


14. . LangDaoEC. . Mdx ---- 12. .9 MB. .


15。. LangdaoECCE。.mdx----24。.1MB。.


16. . MOBY2. . Mdx ---- 11. .3 MB. .


17。. OPTED003。.mdx----6。.78MB。.


18. . Oxford. . Mdx ---- 8. .32 MB. .


19。. rus_eng。.mdx----580KB。.


20. . WEBSTER. . Mdx ---- 14. .1 MB. .


21。. wordnet20。.mdx----12。.2MB。.


22. . Compendium of Materia Medica. . Mdx ---- 319KB. .


23。. 成语词典。.mdx----2。.55MB。.


24. . Encyclopedia Britannica. . Mdx ---- 7. .83 MB. .


25。. 俄-俄词典。.mdx----4。.35MB。.


26. . Guang Dictionary. . Mdx ---- 7. .58 MB. .


27。. 佛学常见辞汇。.mdx----355KB。.


28. . Buddhism Dictionary. . Mdx ---- 3. .70 MB. .


29。. 金山快译英汉专业词库。.mdx----16。.6MB。.


30. . Slacker Concise English Dictionary. . Mdx ---- 15. .6 MB. .


31。. 郎文英英词典。.mdx----5。.26MB。.


32. . Long Road, merging English English dictionary. . Mdx ---- 24. .4 MB. .


33。. 历代诗词大全。.mdx----1。.41MB。.


34. . Oxford English Dictionary. . Mdx ---- 8. .32 MB. .


35。. 日本百科全书。.mdx----4。.18MB。.


36. . Japanese and Chinese 7. .5 Million thesaurus. . Mdx ---- 1. .91 MB. .


37。. 日汉27万大词库。.mdx----7。.28MB。.


38. . Japanese and Chinese Concise Dictionary. . Mdx ---- 3. .28 MB. .


39。. 日英英日双向辞典。.mdx----8。.96MB。.


40. . Sino-Japanese dictionary (character index). . Mdx ---- 399KB. .


41。. 日中词典(假名索引)。.mdx----213KB。.


42. . Triple Chinese Dictionary. . Mdx ---- 11. .9 MB. .


43。. 三合一汉语大词典new。.mdx----11。.9MB。.


44. . Mythology. . Mdx ---- 24. .8 KB. .


45。. 台湾国语词典。.mdx----17。.9MB。.


46. . Wikipedia (new). . Mdx ---- 20. .1 MB. .


47。. 维基百科全书。.mdx----3。.41MB。.


48. . Simple Chinese encyclopedia. . Mdx ---- 7. .90 MB. .


49。. 西西爱心法汉词典。.mdx----2。.58MB。.


50. . Modern Chinese Dictionary. . Mdx ---- 3. .42 MB. .


51。. 湘雅医学专业词典60。.mdx----30。.5MB。.


52. . Drug Collection. . Mdx ---- 460KB. .


53。. 英法-法英。.mdx----955KB。.


54. . English thesaurus. . Mdx ---- 3. .13 MB. .


55。. 英文字根字典。.mdx----353KB。.


56. . English-English dictionary for mdict 1. .2. . Mdx ---- 16. .3 MB. .


57。. 中国佛教。.mdx----1。.23MB。.


5.8. . Dictionary of Chinese poetry. . Mdx ---- 16. .1 MB. .


59。. 中日词典。.mdx----0。.99MB。.


60. . Chinese code table. . Mdx ---- 76. .2 KB. .


61。. 中医方剂大全。.mdx----37。.4KB2 France2go(下载:。.


253_HH。.France2Go。.Talking。.Phrase。.Book。.v3。.0绿色版。.part1。.exe 。.


253_HH。.France2Go。.Talking。.Phrase。.Book。.v3。.0绿色版。.part2。.rar 感谢77778888提供)去法国出差或者旅游用的着,支持发音,分类检索,但是使用前提是要有一定的英文功底,呵呵!。.


3 小灵通背单词(下载:。.


小灵通背单词2。.0绿色版。.exe 感谢77778888提供),背单词软件,学习英文的人有点帮助。.


『第七章』办公软件-其他类。.


如果你是个经常出差又懒得把笔记本背来背去的人,CHT9000的办公功能刚好适合你。.


引用:。.


Office Mobile 2007。.



Office07。.jpg (95。.54 KB) 。.


2008-2-24 15:06 。.



Office08。.jpg (112。.36 KB) 。.


2008-2-24 15:06 。.



Office09。.jpg (50。.08 KB) 。.


2008-2-24 15:06 。.



Office10。.jpg (63。.14 KB) 。.


2008-2-24 15:06 。.


简单说明:。.


1 Excel Mobile,经常用的,完美兼容PC端的Excel 97-Excel 2007各种Microsoft Office的格式。包括Microsoft Office 2007哦!。.


2 World Mobile,兼容PC端的Word 97-Word 2007各种Microsoft Office的格式。包括Microsoft Office 2007,但是如果Word文档图片过多,打开的时间会比较长,经常出现部分图片无法显示的问题。.


3 Powerpoint Mobile,兼容PC端的Powerpoint 97-Powerpoint 2007各种Microsoft Office的格式。包括Microsoft Office 2007,但是只能打开,不能编辑。.


4 One Note Mobile,是个Office里面的新成员,用的不是很多,但是好处是可以插入图片,声音,照片,和文本,真正的多媒体编辑,用来记事相当方便。.


Excel,World和Powerpoint系统基本都集成了,部分系统没有集成One Note Mobile。(下载: 。.


迅雷高速下载_OneNoteMobile。.CAB OneNoteMobile。.CAB (444。.44 KB) 。.


迅雷高速下载_OneNoteMobile。.CAB OneNoteMobile。.CAB (444。.44 KB) 。.


2008-2-24 15:19 。.


)。.


引用:。.



Office11。.jpg (80。.01 KB) 。.


2008-2-24 15:19 。.



Office12。.jpg (65。.76 KB) 。.


2008-2-24 15:19 。.



Office13。.jpg (81。.82 KB) 。.


2008-2-24 15:19 。.


1 MapKing 3D V7(下载:http://bbs。.pdafans。.com/thread-164122-1-1。.html 感谢Steven。.ma提供),不错的GPS导航软件。另外在说一句,CHT9000没有自带GPS,通过刷Radio可以强行开启GPS,但是信号非常弱,根本就没法用,建议买个蓝牙GPS模块。但是即使不用GPS的导航功能,这个软件也是个不错的看地图软件!。.


2 Foxit Reader(QSROM篁筑居士OEM版本-for 9000已包含该软件),Windows Mobile上的Acrobat Reader,看PDF文档不错。.


3 Chm Reader(QSROM篁筑居士OEM版本-for 9000已包含该软件),可以读chm文件,也叫帮助阅读器,用的也比较多,但是缺陷是词典类的软件不能直接取词,不知道为什么???。.


引用:。.



Office14。.jpg (57。.51 KB) 。.


2008-2-24 15:35. .



Office15。.jpg (72。.81 KB) 。.


2008-2-24 15:35. .



Office16。.jpg (92。.16 KB) 。.


2008-2-24 15:35. .


1 大智慧(QSROM篁筑居士OEM版本-for 9000已包含该软件),股票软件,目前没有炒股,没有用,支持cmwap连接!。.


2 Need for Train Timetable (QSROM bamboo building lay OEM version-for 9000 already contains the software), through trips, check out reach locations, very good. .


3 记事本(QSROM篁筑居士OEM版本-for 9000已包含该软件),和PC端的功能一样,支持txt格式!。.


Reference:. .



Office17。.jpg (54。.53 KB) 。.


2008-2-25 00:44. .



Office18。.jpg (61。.32 KB) 。.


2008-2-25 00:44. .



Office19。.jpg (90。.93 KB) 。.


2008-2-25 00:44. .


1 蒙括名片王(QSROM篁筑居士OEM版本-for 9000已包含该软件),可以通过对名片拍照来获取联系人信息并保存为联系人,识别率超高!用的时候别忘了把摄像头调成近焦!。.


2 Addin Timer (QSROM bamboo building lay OEM version-for 9000 already contains the software), a very good alarm clock software, support TF card MP3 as alarm clock, you can develop more alarm clock, alarm sound can be from small to large, so is awakened Hey ~ ~ ~. .


3 掌心万年历(QSROM篁筑居士OEM版本-for 9000已包含该软件),支持桌面插件,可以显示节日和联系人生日(没有验证过),逢年过节,可以按时给家里打电话了。可惜不支持显示当前是第多少周!也一直在找这样的软件,谁有可以很方便显示多少周的软件,告知一下,PC端的也行。.


Chapter VIII 』『 PPC Software PC side control. .


好多人一直没有实现PPC手机与电脑的同步,原因比较多,这里对一般常见现象进行一下分析,然后给大家上传几个常用的PC端控制PPC软件以及同步软件。.


Reference:. .


为何无法同步?Windows Mobile设备无法连接到电脑?。.


1 Make sure you have first installed the synchronization software. Need MS Office inside the support before they can install the Outlook synchronization software! . .


如果你是2000,XP或者2003的系统,需要安装ActiveSync(下载:。.


ActiveSync [remote download]). .



PC00。.jpg (58。.37 KB) 。.


2008-2-25 12:01. .


如果你是Vista的系统,需要安装Windows Mobile设备中心。(下载:。.


Windows Mobile Device Center 6. .1). .



PC01。.jpg (172。.9 KB) 。.


2008-2-25 12:01. .


如果你已经安装了同步软件,还是不能同步,请常看下一楼第七步,检查下是不是闪存坏掉了!。.


Reference:. .


掌智手机助手0。.75:电脑上控制手机:短信聊天/截图/文件/注册表管理,全免费。.


Download: Thunder dedicated high-speed download download point here ★ ★. .


感谢jeff2002提供,原帖地址:http://bbs。.pdafans。.com/viewthread。.php?tid=378022。.



PC02. . Jpg (324. .38 KB). .


2008-2-25 12:01。.


Chapter 』『 backup software. .


对于经常刷系统的人和经常测试软件玩死机玩到硬启的人,这两个软件必备! 。.


Reference:. .



backup01。.jpg (52。.24 KB) 。.


2008-2-27 11:58. .



backup02。.jpg (51。.79 KB) 。.


2008-2-27 11:58 。.


1 PIM backup联系人备份软件(QSROM篁筑居士OEM版本-for 9000已包含该软件),改软件可以备份你的联系人到SD卡,好处是备份的格式WM5和WM6通用,而且支持WM6。.1,支持自动备份,经常刷机的人必备软件,再也不用担心短信和联系人丢失了。.


2 SPB Backup(QSROM篁筑居士OEM版本-for 9000已包含该软件),是目前我发现最强的PPC端备份软件,类似于Ghost,非常好用,可以备份你的所有信息,系统文件,自定义注册表等等。但是梅花输入法恢复后要重新装!对于喜欢刷机玩的人,这个软件不适合你,因为他的备份只能针对单一的rom,也就是说,你换了系统要重新备份,否则会导致数据混乱,导致硬启!。.

既然是写给菜鸟的,肯定帖子要比较长,写的会比较细,还会引用很多别人帖子的内容(如果没有明确出处,可能是我下载了太久,忘记出处了,有不满情绪可以跟帖提示,切勿扔砖头,否则佳齐很生气,后果很严重,嘿~~~),不是太喜欢帖子里面太多链接,会上传比较多的付件(注:大部分付件为引用论坛地址的付件链接,基本没有重复上传,别扣我分哦 。.


),所及需要编辑的时间比较长,我一点一点写,别着急哦……嘿~~~。.


需要更多资源请查看Hyins老兄的? Hermes (CHT9000) 资源汇总贴。.


http://bbs。.pdafans。.com/viewthread。.php?tid=395133&extra=page%3D1%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D178%26area%3D。.


『目录』一楼。.


『第一步』解锁。.


『第二步』刷Hard SPL。.


『第三步』刷Radio。.


『第四步』刷rom。.


『第五步』英文系统完美中文雅黑专用支持包+联系人拼音排序+联系人拼音检索。.


『第六步』修复EXT ROM受损,丢失。.


『第七步』修复闪存“NANDflash”的方法及其详解。.


『第八步』刷开机画面。.


『第九步』死机和白屏的解决办法。.


如果您感觉还少点什么请跟帖,如有必要我可以添加上去,嘿~~~。.


『目录』二楼。.


『第一章』桌面插件。.


『第二章』系统工具-桌面类。.


『第三章』系统工具-硬件控制类。.


『第四章』多媒体类。.


『第五章』网络软件。.


『第六章』办公软件-词典、语言学习类。.


『第七章』办公软件-其他类。.


『第八章』PC端控制PPC软件。.


『第九章』系统备份软件。.


如果您感觉还少点什么请跟帖,如有必要我可以添加上去,嘿~~~。.


『目录』三楼。.


『第一章』模拟游戏。.


『第二章』3D游戏。.


『第三章』竞技游戏。.


『第四章』PC移植游戏。.


『第五章』益智游戏。.


『第六章』其他游戏。.


如果您感觉还少点什么请跟帖,如有必要我可以添加上去,嘿~~~。.


ssss ssss ssss ssss ssss ssss ssss 以下正文开始 ssss ssss ssss ssss ssss ssss ssss 。.

『第一步』解锁。.


请先确认你的手机已经解锁并且已经获得了Super CID。 引用: 如何确认已经解锁并获得了Super CID? 。.


1 在ActiveSync里关闭usb连接,文件-->连接设置-->把允许USB连接前的勾去掉(或者直接关闭电脑中的activesync进程)。.


2 手机进三色屏(bootloader)模式, 用usb连接手机和电脑,进入三色屏方法:在任何状态下,同时按住机身左侧的“ok”键和机身右侧“power”键,然后用笔撮PP一秒钟后松开,手机显示三种(包括白色是四种)颜色的屏幕。.


3 PC端执行mtty。.exe,在端口项选择usb(非com口),等待出现操作界面。mtty下载: 。.


迅雷高速下载_mtty1。.42。.rar mtty1。.42。.rar (15。.68 KB) 。.


迅雷高速下载_mtty1。.42。.rar mtty1。.42。.rar (15。.68 KB) 。.

2008-2-20 22:59 。.

4 输入“info 2”,回车,等待。.


5 会显示一串文字,格式:"HTCS" + CID + (4-byte checksum) + "HTCE",如果这里的CID显示为 'SuperCID' 或 '11111111' 或者 '00000000',这都表示你的机器已经拿到supercid。.

如果没有获得Super CID,请用以下软件 引用: 获得Super CID和解锁SIM的最新工具:。.


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part1。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part1。.rar (976。.56 KB) 。.


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part1。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part1。.rar (976。.56 KB) 。.

2008-2-20 23:10 。.


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part2。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part2。.rar (976。.56 KB) 。.


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part2。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part2。.rar (976。.56 KB) 。.

2008-2-20 23:10 。.


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part3。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part3。.rar (976。.56 KB) 。.


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part3。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part3。.rar (976。.56 KB) 。.

2008-2-20 23:10 。.


Thunder high speed downloads _HTC_Hermes_SIM_CID_Unlock_v3a. . Part4. . Rar HTC_Hermes_SIM_CID_Unlock_v3a. . Part4. . Rar (976. .56 KB). .


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part4。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part4。.rar (976。.56 KB) 。.

2008-2-20 23:10. .


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part5。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part5。.rar (976。.56 KB) 。.


Thunder high speed downloads _HTC_Hermes_SIM_CID_Unlock_v3a. . Part5. . Rar HTC_Hermes_SIM_CID_Unlock_v3a. . Part5. . Rar (976. .56 KB). .

2008-2-20 23:10 。.


Thunder high speed downloads _HTC_Hermes_SIM_CID_Unlock_v3a. . Part6. . Rar HTC_Hermes_SIM_CID_Unlock_v3a. . Part6. . Rar (976. .56 KB). .


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part6。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part6。.rar (976。.56 KB) 。.

2008-2-20 23:10. .


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part7。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part7。.rar (976。.56 KB) 。.


Thunder high speed downloads _HTC_Hermes_SIM_CID_Unlock_v3a. . Part7. . Rar HTC_Hermes_SIM_CID_Unlock_v3a. . Part7. . Rar (976. .56 KB). .

2008-2-20 23:10 。.


Thunder high speed downloads _HTC_Hermes_SIM_CID_Unlock_v3a. . Part8. . Rar HTC_Hermes_SIM_CID_Unlock_v3a. . Part8. . Rar (40 KB). .


迅雷高速下载_HTC_Hermes_SIM_CID_Unlock_v3a。.part8。.rar HTC_Hermes_SIM_CID_Unlock_v3a。.part8。.rar (40 KB) 。.

2008-2-20 23:10. .

简单说明一下:。.


1 disable the usb connection ActiveSync, File -> Connection Settings -> Allow USB connection to hook removed before (or directly off the computer in the activesync process). .


2 让手机进入三色屏状态, 用usb连接手机和电脑。.


3, running on the computer MaUpgradeUt_noID. . Exe started brush (in this version shows some unusual, such as 1. .11 Version is displayed as 0. .70). .


4 屏幕变白,并显示“Upgrade Radio Stack Please wait。.”,等待大约5-20分钟,刷完后MaUpgradeUt_noID。.exe将自动关闭,或者在结束时报告114错误“Upgrade Error”,但实际上Radio文件已经刷完,不必担心。.


5 soft play, let the phone into the window. .


6 用USB连接电脑和手机,保持Activesync同步状态(文件-->连接设置-->把允许USB连接前的勾勾上),将Herm_Unlock_v3。.exe这个文件拷贝到手机里(或者用读卡器把该文件拷贝进tf卡上)如果4,5步正常完成,此步骤可以略过!。.


7 in the mobile phone (program program-Explorer file manager) locate and execute the file, wait about 1-3 minutes to complete if the normal 4,5 step, you can skip this step! . .


8 这时你得到一个从HERM_Unlock_v2a。.exe传来的“SUCCESS!”的消息,软启动手机。.


9 steps to implement the above checks, undertaking has been supercid, the proposed machine-made superCID friends for confirmation, which is another version of the rom you brush again after the other to carry out such checks, to ensure safety. .


更详细的步骤请查看fasting兄弟的http://bbs。.pdafans。.com/viewthread。.php?tid=406624 。.

The second step 』『 brush Hard SPL. .


引用QooQoo(QS, Jacky_Q_W)的一句话,“没有HardSPL的刷机方法(危险,刷机失败可能变砖)”,所以就当是买保险,刷机之前一定要先刷Hard SPL。 引用: 如何确定已经刷了Hard SPL。.


Brush the HardSPL V7, then, Bootloader will appear under the SPL is "SPL-2. .10.. Olipro". .


如果是V9,显示的就是"SPL-2。.60。.Olipro" 。.

If you find that your display is not more than two SPL, quickly swipe, see pay for items: reference: Hard SPL V9. .


迅雷高速下载_HardSPL_V9。.rar HardSPL_V9。.rar (740。.29 KB) 。.


Thunder high speed downloads _HardSPL_V9. . Rar HardSPL_V9. . Rar (740. .29 KB). .

2008-2-20 23:46 。.


迅雷高速下载_HardSPL_V9_Patched。.part1。.rar HardSPL_V9_Patched。.part1。.rar (976。.56 KB) 。.


迅雷高速下载_HardSPL_V9_Patched。.part1。.rar HardSPL_V9_Patched。.part1。.rar (976。.56 KB) 。.

2008-2-20 23:46 。.


迅雷高速下载_HardSPL_V9_Patched。.part2。.rar HardSPL_V9_Patched。.part2。.rar (149。.24 KB) 。.


迅雷高速下载_HardSPL_V9_Patched。.part2。.rar HardSPL_V9_Patched。.part2。.rar (149。.24 KB) 。.

2008-2-20 23:46 。.

简单说明一下:先刷V9 再刷V9 的修复版! 。.


刷V9 修复版时RUU 选择2。.30 New Bootloader 钩选Is It Hard-SPL ?。.


到100% 后稍等片刻RUU 会假死, 不用管它拔掉USB 线重启手机,RUU 报276 更新错误,直接用任务管理器强行关闭即可 。.

『第三步』刷Radio。.


现在Radio的版本比较多,但是最新的不一定最好,据说1。.5系列的Radio有损害硬件的潜在危险,综合了所有网友的评价,1。.47是目前网络最稳定,上网速度最快,最好,很少发现损坏硬件的一个。 引用: Radio1。.47。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part01。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part01。.rar (976。.56 KB) 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part01。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part01。.rar (976。.56 KB) 。.

2008-2-21 00:00 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part02。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part02。.rar (976。.56 KB) 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part02。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part02。.rar (976。.56 KB) 。.

2008-2-21 00:00 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part03。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part03。.rar (976。.56 KB) 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part03。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part03。.rar (976。.56 KB) 。.

2008-2-21 00:00 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part04。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part04。.rar (976。.56 KB) 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part04。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part04。.rar (976。.56 KB) 。.

2008-2-21 00:00 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part05。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part05。.rar (976。.56 KB) 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part05。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part05。.rar (976。.56 KB) 。.

2008-2-21 00:00 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part06。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part06。.rar (976。.56 KB) 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part06。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part06。.rar (976。.56 KB) 。.

2008-2-21 00:00 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part07。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part07。.rar (570。.21 KB) 。.


迅雷高速下载_HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part07。.rar HERM_Radio_Only_1。.47。.00。.10_CustomRUU。.part07。.rar (570。.21 KB) 。.

2008-2-21 00:00 。.

另外再提供一个比较稳定的RUU刷机工具。.


RUUWrapper。.rar 。.

『第四步』刷rom。.


9000的用户比较有福,rom多的实在是让人眼花缭乱,像我这种喜欢胡捣的人,隔两三天步刷就心痒痒,嘿~~~。.


rom实在太大,就不上传了,给大家一些链接,推荐使用QooQoo老大的rom,他的rom我用着比较贴心,目前正在用QSX3。.4,QSX5。.X我也比较喜欢,可惜目前SDHC驱动不稳定,不知道是不是与WM6。.1的内核兼容性差,如果你是1G的卡就不用担心这个了。 引用: 以下是常去找rom的地址:。.


http://ooppc。.net/forum-87-1。.html。.


http://bbs。.pdafans。.com/forumdisplay。.php?fid=166&filter=type&typeid=178&area=。.


http://forum。.xda-developers。.com/forumdisplay。.php?f=355。.


另外再提供一个比较稳定的RUU刷机工具。.


RUUWrapper。.rar 引用: 想要深入了解刷机原理,请看QS【Jacky _q_w, QooQoo】原创帖子,地址:http://bbs。.pdafans。.com/viewthread。.php?tid=338362&extra=page%3D1%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D178%26area%3D 引用: 关于刷机的一些说明,引用QooQoo老大的话,HardSPL V7和HardSPL V9差不多,我上面给大家传的是HardSPL V9,以下引用QooQoo原文。.


为了保证安全刷机,强烈推荐刷完HardSPL v7之后再刷机,具体参考Hard-SPL-V7文件夹内的说明。.


确保你的电脑安装了。.net framework 2。.0或者更新的版本,没有的话google能搜到一大堆。否则RUUWrapper。.exe将不能运行。.


最可靠的刷机步骤(建立在HardSPL v7基础上的刷机方法):。.


把手机进入BootLoader模式(三色屏),连接手机和电脑。至于是不是取消同步软件的USB端口,无关紧要。.


运行RUUWrapper。.exe,选择SPL-2。.02/2。.10/2。.30 New Bootloader,并同时选择Is it Hard-SPL,一路下一步完成刷机。.


如果刷机过程中出现错误导致刷机失败,断开连接,重复以上步骤即可。.


没有HardSPL的刷机方法(危险,刷机失败可能变砖)。.


同步手机和电脑,确保同步标志是绿色的。.


运行RUUWrapper。.exe,选择Force Safe SSPL (recommended if not Hard-SPL),一路下一步完成刷机。.


如果要改写ipl和spl的唯一方法(极其危险):。.


同步手机和电脑,确保同步标志是绿色的。.


运行RUUWrapper。.exe,选择Force Unsafe SSPL (recommended if not Hard-SPL),一路下一步完成刷机。.


如果不行请考虑电缆线,电脑系统的原因,或者选择TF卡刷机模式。.


QooQoo(QS, Jacky_Q_W) 。.

『第五步』英文系统完美中文雅黑专用支持包+联系人拼音排序+联系人拼音检索。.


给那些喜欢用英文原版rom或者日文,德文,法文rom的人专用的。 引用: 雅黑支持包,是别人在日文机上用的,英文机已经测试通过,支持中文(简体、繁体),日文,据说还支持韩文……。.


CHT9000_Yahei。.part01。.rar 。.


CHT9000_Yahei。.part02。.rar 。.


CHT9000_Yahei。.part03。.rar 。.


CHT9000_Yahei. . Part04. . Rar. .


CHT9000_Yahei。.part05。.rar 。.


CHT9000_Yahei. . Part06. . Rar. .


CHT9000_Yahei。.part07。.rar 。.


CHT9000_Yahei. . Part08. . Rar. .


CHT9000_Yahei。.part09。.rar 引用: 联系人拼音排序和拼音检索,以在英文机上测试通过。.


CHNPinYin. . CAB. .


中文查找联系人_D。.rar 引用: 如果不想刷机,只想把系统的界面改成中文,可以使用Q大的CHT9000简体中文rom汉化包。.


QSCN_for9000. . Part1. . Rar. .


QSCN_for9000。.part2。.rar。.


And the release of the 9000 Q large private Plum input. .


CHT9000简体中文CAB独立安装版_梅花5集成版。.part1。.rar。.


CHT9000 independent CAB install simplified Chinese version _ Plum 5 integrated version. . Part2. . Rar. .


原帖地址:http://bbs。.pdafans。.com/viewthread。.php?tid=300038&extra=page%3D1%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D178%26area%3D。.


Brief: CHT9000 Simplified Chinese localization pack rom, cab version CHT9000 Simplified Chinese support package, cab version, built-in input version. .


首先说明一下,大家在网上看到的简体中文的9000都是假的,安装了这个文件你就知道了。.


This is the perfect cab versions, hard start directly after the installation, integration of the O2 chinese plus, that is, after installation it shows not only support the Chinese, but the interface has been completely turned into Simplified Chinese. .


目前最精简的版本,没有任何垃圾,解决联系人拼音查询的问题。.


Theory should apply to all language versions of 9000, including Japanese, Spanish, French, etc., except traditional. .


QooQoo(QS, Jacky_q_w)制作 。.

Step VI 』『 repair EXT ROM damage, loss. .


9000如果发生了Extended rom受损,如果你有软件安装在了Extended rom上并自动开机运行,开机时会直接死机,无法进入系统,用这个hanhan880210的刷机软件可以修复,我的就出现过这样的问题,感谢hanhan880210提供的解决办法。 引用: [ROM]修复EXROM受损,丢失等。如果EXROM坏了,没有及时修,会变砖哦。跟刷ROM一样。简单实用。.


Thunder high speed downloads _ [ROM] repair EXROM damage, loss, and so on. . Part01. . Rar [ROM] repair EXROM damage, loss, and so on. . Part01. . Rar (976. .56 KB). .


迅雷高速下载_[ROM]修复EXROM受损,丢失等。.part01。.rar [ROM]修复EXROM受损,丢失等。.part01。.rar (976。.56 KB) 。.

2008-2-21 13:16. .


迅雷高速下载_[ROM]修复EXROM受损,丢失等。.part02。.rar [ROM]修复EXROM受损,丢失等。.part02。.rar (12。.55 KB) 。.


Thunder high speed downloads _ [ROM] repair EXROM damage, loss, and so on. . Part02. . Rar [ROM] repair EXROM damage, loss, and so on. . Part02. . Rar (12. .55 KB). .

2008-2-21 13:16 。.

Seventh Step 』『 repair flash "NANDflash" Method and Xiang Jie. .


如果9000的闪存坏掉了,会经常无法正常刷rom,也无法正常同步,我的都坏了N回了,别郁闷,解决方法来了,嘿~~~ 引用: 如何判断你的闪存有坏道?。.


The most direct way is to use MTTY. mtty Download:. .


mtty1。.42。.rar。.


1 disable the usb connection ActiveSync, File -> Connection Settings -> Allow USB connection to hook removed before (or directly off the computer in the activesync process). .


2 手机进三色屏(bootloader)模式, 用usb连接手机和电脑,进入三色屏方法:在任何状态下,同时按住机身左侧的“ok”键和机身右侧“power”键,然后用笔撮PP一秒钟后松开,手机显示三种(包括白色是四种)颜色的屏幕。.


3 PC端执行mtty。.exe,在端口项选择usb(非com口),等待出现操作界面。.


4 输入“info 8”,回车,等待。.


5 如果返回的信息里面有包含“BAD block !!!”的字样,说明你的闪存存在坏道。.


[size=+0] 引用: 例子,像下面这个返回的结果就是存在坏道的……。.


输入info 8 后返回的结果:::。.


iinfo 8。.


Block 0x0(0) is Reversed block。.


Block 0x1(1) is Reversed block。.


Block 0x2(2) is Reversed block。.


Block 0x3(3) is Reversed block。.


Block 0x4(4) is Reversed block。.


Block 0x5(5) is Reversed block。.


Block 0x6(6) is Reversed block。.


Block 0x7(7) is Reversed block。.


Block 0x8(8) is Reversed block。.


Block 0x9(9) is Reversed block。.


Block 0xA(10) is Reversed block。.


Block 0xB(11) is Reversed block。.


Block 0xC(12) is Reversed block。.


Block 0x3A8(936) is BAD block !!!。.


Block 0x3A9(937) is BAD block !!!。.


Block 0x3AA(938) is BAD block !!!。.


Partition[0], type=0x20, start=0x2, total=0x18FE。.


Partition[1], type=0x23, start=0x1900, total=0x1800。.


Partition[2], type=0x25, start=0x3100, total=0x1F800。.


Partition[3], type=0x4, start=0x22900, total=0x17F00。.


CE Total Length(with sector info) = 0x4634800 。.


CE CheckSum Length(without sector info) = 0x4520000 。.


USB> 。.

NANDflash的修复方法详解 引用: 一般情况下,都是936到938坏了,修复的命令是task 2a。.


在输入info 8返回有坏道的信息后,输入task 2a。.


像这样:。.


USB> task 2a。.


等到再次出现“USB> ”的时候,输入task 8后重新启动,建议修复后刷一下系统 引用: 重要提醒:mtty下不可用复制粘贴命令,不可输入错误命令,不熟悉刷机、mtty等的机友请谨慎使用此方法,此方法是在xda和口袋上学来的,非本人原创只是学来的,所以本人不保证100%有效和安全(至少我用的很安全很有效,嘿~~~),由此造成的9000变砖头,本人深表遗悍。.

『第八步』刷开机画面。.


很多人都制作了RUU直接刷机的开机画面,很是漂亮,这里只给大家上传各个版本原版的开机画面,其他定制的开机画面只给出部分下载链接和参考图片…… 引用: 各个版本原版的开机画面。.


迅雷高速下载_AT&T Cingular。.rar AT&T Cingular。.rar (951。.79 KB) 。.


迅雷高速下载_AT&T Cingular。.rar AT&T Cingular。.rar (951。.79 KB) 。.

2008-2-21 14:43 。.


迅雷高速下载_dopod 台版开机画面。.rar dopod 台版开机画面。.rar (961。.22 KB) 。.


迅雷高速下载_dopod 台版开机画面。.rar dopod 台版开机画面。.rar (961。.22 KB) 。.

2008-2-21 14:43 。.


迅雷高速下载_htc开机画面。.rar htc开机画面。.rar (934。.56 KB) 。.


迅雷高速下载_htc开机画面。.rar htc开机画面。.rar (934。.56 KB) 。.

2008-2-21 14:43 。.


迅雷高速下载_o2德版开机画面。.rar o2德版开机画面。.rar (981。.85 KB) 。.


迅雷高速下载_o2德版开机画面。.rar o2德版开机画面。.rar (981。.85 KB) 。.

2008-2-21 14:43 。.


迅雷高速下载_Orange原厂的开机画面。.rar Orange原厂的开机画面。.rar (946。.23 KB) 。.


迅雷高速下载_Orange原厂的开机画面。.rar Orange原厂的开机画面。.rar (946。.23 KB) 。.

2008-2-21 14:43 。.


迅雷高速下载_softbank开机画面。.rar softbank开机画面。.rar (928。.62 KB) 。.


迅雷高速下载_softbank开机画面。.rar softbank开机画面。.rar (928。.62 KB) 。.

2008-2-21 14:43 。.


迅雷高速下载_T-Mobile开机1。.rar T-Mobile开机1。.rar (941。.56 KB) 。.


迅雷高速下载_T-Mobile开机1。.rar T-Mobile开机1。.rar (941。.56 KB) 。.

2008-2-21 14:43 。.


迅雷高速下载_T-Mobile开机2。.rar T-Mobile开机2。.rar (929。.16 KB) 。.


迅雷高速下载_T-Mobile开机2。.rar T-Mobile开机2。.rar (929。.16 KB) 。.

2008-2-21 14:43 引用: glkg兄弟制作的新年主题。.


新年新开机画面(红色新春鼠)给大家拜年。.


第一开机画面 第二开机画面。.


刷机文件下载:。.


新年老鼠。.rar。.


Originally posted address: http://bbs. . Pdafans. .com / viewthread. . Php? Tid = 504106 & extra = page% 3D2% 26amp% 3Bfilter% 3Dtype% 26amp% 3Btypeid% 3D178% 26area% 3D reference: dieice Brothers N produced more fine boot. .


CHT。.jpg WINA。.jpg C1。.jpg。.


C2. . Jpg M1. . Jpg M2. . Jpg. .


L2。.jpg L1。.jpg。.


Brush Download:. .


splash。.part1。.rar 。.


splash. . Part2. . Rar of the original quote Address: [url = http://bbs. . Pdafans. .com / viewthread. . Php? Tid = 383030 & extra = page% 3D3% 26amp% 3Bfilter% 3Dtype% 26amp% 3Btypeid% 3D178% 26area% 3D. .

http://bbs。.pdafans。.com/viewthread。.php?tid=383030&extra=page%3D3%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D178%26area%3D[/quote[/url]]。.


Ninth step 』『 crashes and black and white solutions. .


感谢ricky。.li提供的方法,他的帖子地址:http://bbs。.pdafans。.com/viewthread。.php?tid=344816&extra=page%3D1%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D178%26area%3D。.


Some details from wing_mj, his post address: http://bbs. . Cnsmartphone. .com/thread-418537-1-1. . Html. .


好多人的CHT9000经常死机,白屏,重新刷系统也无法解决,希望这个方法对你有效。嘿~~~ 引用: 产生白屏的原因(引用ricky。.li原文)。.


1, itself, bad machine inside the flash area (mentioned this on the angry, damn js..


)。.


2, using the hard-spl V4 version, and have used the repair inside the so-called bad areas of new features. .


如果符合以上两个条件,恭喜你,很有可能和偶一样白屏或者经常死机。因为如果坏区刚好只在图片资源里还好,只会背景白屏而已。如果是在程序区里的话,估计就会经常死机了(试想一下电脑里面系统盘有坏区)。 引用: 解决方法:。.


1, with nbhextract to. . Nbh file inside the OS. . Nb extract the files. NBHextract Download:. .


NBHextract。.rar。.


nbh file is the rom file, rom Brush package inside there. .


1。.1 将NBHextract。.exe和RUU_signed。.nbh考贝到同一个文件夹下。这里以文件夹建立在E:\WM5ROM\为例子。.




untitled. . Jpg (14. .94 KB). .

2008-2-28 21:37 。.

1. .2 Now NBH file extract individual parts (such as OS, EXTROM, SPL, RADIO, etc.) Click on Start - Run - enter CMD, enter the command line mode, enter the following command:. .


cd c:\WM5ROM (回车)。.


NBHextract XXXXXX. . NBH (carriage return). .


注意:用文件夹里的文件名来替换上面的XXXXXX(这里就是RUU_signed)。.


Began. . BNH ROM file extract all of the different components (OS, RADIO, SPL..), After extraction is completed to return to the command line prompt. . You can close the CMD. .




cmd_jpg_thumb。.jpg (55。.8 KB) 。.

2008-2-28 21:37 。.

2、用mtty把spl降为1。.01,mtty下载:。.


mtty1。.42。.rar SPL-1。.01MFG的bootloader下载: 。.


迅雷高速下载_spl-1。.01。.rar spl-1。.01。.rar (88。.44 KB) 。.


迅雷高速下载_spl-1。.01。.rar spl-1。.01。.rar (88。.44 KB) 。.

2008-2-28 21:37 。.

在mtty窗口输入:。.


USB>task 32----------------------------------------------------------输入。.


Level = 0---------------------------------------------------------------返回值。.


USB> lnbs SPL-1。.01。.nbs 50020000----------------------------输入。.


USB> task 8-----------------------------------------------------------输入。.


然后ppc自动重启,你就获得了SPL-1。.01MFG的bootloader。.


3、用mtty刷OS。(注意前后必须要执行task 28的指令,hspl4据说就是这里除了问题。本来hspl4也可以在mtty里面执行task 28的指令,但我实在不知道怎么在该版本下刷。.nb文件)。.


先将OS。.nb 考贝到与mtty同一文件夹下,然后运行mtty。.


USB> task 32。.


USB> task 28。.


USB> lnb OS。.nb。.


USB> task 28。.


USB> task 8。.


4、重起,一切OK 。.

暂时一楼先编辑到这里,如果您感觉还少点什么请跟帖,如有必要我可以添加上去,嘿~~~。.


[ 本帖最后由 15812220 于 2008-2-28 22:09 编辑 ] 。.

本帖最近评分记录 qiucaizhong 金币 +3 感谢分享,希望您能继续在口袋发好贴,与广 2008-11-12 18:06 2win 金币 +4 精品文章,这不加分没天理了。 2008-6-3 15:30 nnskyboy 金币 +1 精品文章 2008-4-3 23:34 时尚精英 金币 +3 精品文章 2008-2-21 15:13 。.

绝对的发烧友!启蒙时用686,后来用696,接着用D700,在俺D带动下,给丫头先买了HP1717,后来买了596,呵呵!再后来D700卖给别人了,自己买了个CHT9000,可惜没到两个月就被小偷入市盗窃,我居然随的跟猪一样,实属郁闷,接着用D900,用了半年,屏幕摔裂了,继续郁闷,现在有买了个港版838pro,欣喜中…… 菜鸟中的高手,高手中的菜鸟,嘿~~~ 『2月28日更新』个人收藏的常用软件 。.

特别提示:由于很多软件在QSROM篁筑居士OEM版本-for 9000已经包含了,QSROM篁筑居士OEM版本-for 9000并不是一个ROM,而是一个软件集成的安装包,包含了大多常用软件,一键安装,瞬间完成,十分方便。.


顾QSROM篁筑居士OEM版本-for 9000中已经包含的软件将不会再另外上传,只是提示“QSROM篁筑居士OEM版本-for 9000已包含该软件”,敬请注意,谢谢!。.


QSROM篁筑居士OEM版本-for 9000下载地址:http://ooppc。.net/thread-12107-1-1。.html。.


还有就是小白版主的★版版来推荐★WM5/6常用优秀、精华软件集锦★最新版本实时更新!★ http://bbs。.pdafans。.com/viewthread。.php?tid=405956。.


『目录』二楼。.


『第一章』桌面插件。.


『第二章』系统工具-桌面类。.


『第三章』系统工具-硬件控制类。.


『第四章』多媒体类。.


『第五章』网络软件。.


『第六章』办公软件-词典、语言学习类。.


『第七章』办公软件-其他类。.


『第八章』PC端控制PPC软件。.


『第九章』系统备份软件。.


如果您感觉还少点什么请跟帖,如有必要我可以添加上去,嘿~~~ 。.

ssss ssss ssss ssss ssss ssss ssss 以下正文开始 ssss ssss ssss ssss ssss ssss ssss 。.

『第一章』桌面插件。.


目前流行的桌面插件很多,但是本人只用了3个桌面插件,使用起来方便,而且节省空间,风格绝对够touch的,嘿~~~ 引用: 先看下目前我桌面的效果图 。.




today01。.jpg (75。.25 KB) 。.

2008-2-21 15:41 。.




today02。.jpg (78。.09 KB) 。.

2008-2-21 15:41 。.




today03。.jpg (75。.7 KB) 。.

2008-2-21 15:41 。.




today04。.jpg (80。.71 KB) 。.

2008-2-21 15:41 。.




today05。.jpg (77。.26 KB) 。.

2008-2-21 15:41 。.




today06。.jpg (73。.05 KB) 。.

2008-2-21 15:41 引用: HTC Home下载: 。.


迅雷高速下载_HTC-Home。.part1。.rar HTC-Home。.part1。.rar (976。.56 KB) 。.


迅雷高速下载_HTC-Home。.part1。.rar HTC-Home。.part1。.rar (976。.56 KB) 。.

2008-2-21 16:33 。.


迅雷高速下载_HTC-Home。.part2。.rar HTC-Home。.part2。.rar (374。.15 KB) 。.


迅雷高速下载_HTC-Home。.part2。.rar HTC-Home。.part2。.rar (374。.15 KB) 。.

2008-2-21 16:33 。.

HTC Home iPhone风格皮肤下载: 。.


迅雷高速下载_Home。.rar Home。.rar (156。.2 KB) 。.


迅雷高速下载_Home。.rar Home。.rar (156。.2 KB) 。.

2008-2-21 16:33 。.

SpbPocketPlus4下载:。.


SpbPocketPlus4_WM5 WM6 CAB。.rar ( SN:2G6X-V8J6-WU2Y )。.


GPRS监测-桌面插件型下载: 。.


Thunder high speed downloads _GPRS monitoring _ppc1. .1 _CHS. . Arm. . Cab GPRS monitoring _ppc1. .1 _CHS. . Arm. . Cab (104. .56 KB). .


迅雷高速下载_GPRS监测_ppc1。.1_CHS。.arm。.cab GPRS监测_ppc1。.1_CHS。.arm。.cab (104。.56 KB) 。.

2008-2-23 15:09. .

简单介绍:。.


1 HTC HOME is the 6 button version, the screenshots in the upper half of the desktop is HTC HOME. .


1。.1 第一个tab可以显示超大的时间,未接电话,未读短信,邮件的数量,点击相应按键可以直接进入呼叫记录,短信以及邮件。.


1. .2 The second tab shows quick contacts, support nine contacts, support for contact photos, click on the direct broadcast went very easy. .


1。.3 第三个tab显示本地天气信息,支持GPRS cmwap更新可以时时参看目前的天气状况,也可以看到未来几天的天气,点击右边的三角符号就好了!。.


1. .4 The fourth tab is a quick process, to support nine quick process, I set all the game, hey ~ ~ ~. .


1。.5 第五个tab是桌面音乐播放,可以设定用HTC音频管理器或者是Media Player,根据个人喜好设定。.


1. .6 Sixth tab is ringing mode setting, has never used, not very useful to me! . .


2 iPhone风格的HTC Home皮肤,和我的截图是一样的,解压后copy到Windows目录下覆盖原文件即可!。.


3 GPRS monitoring software, cab mounted directly like, do not open the plug-in today inside the brush and hold SpbPocketPlus4 the tab, the pop-up menu, so you can save today space. .

『第二章』系统工具-桌面类。.


Windows Mobile and Windows PC side is still in operation, there are some differences, this chapter only 4 small software to make your Windows Mobile 6. .0 More handy to use. Reference: the old rules, beginning with the first renderings, hey ~ ~ ~. .




desktop01。.jpg (74。.73 KB) 。.

2008-2-23 15:19. .




desktop02。.jpg (77。.56 KB) 。.

2008-2-23 15:19. .




desktop03。.jpg (88。.81 KB) 。.

2008-2-23 15:19 quote: WkTASK Download:. .


迅雷高速下载_WkTaskL。.rar WkTaskL。.rar (170。.62 KB) 。.


Thunder high speed downloads _WkTaskL. . Rar WkTaskL. . Rar (170. .62 KB). .

2008-2-23 15:31 。.

Handy Menu Multilingual Download:. .


迅雷高速下载_Handy。.rar Handy。.rar (39。.09 KB) 。.


Thunder high speed downloads _Handy. . Rar Handy. . Rar (39. .09 KB). .

2008-2-23 15:31 。.

QuickMenu Download:. .


QuickMenu_2。.7。.rar。.


Set SoftKeyAppletEx about software download:. .


迅雷高速下载_SoftKeyAppletEx。.rar SoftKeyAppletEx。.rar (32。.94 KB) 。.


Thunder high speed downloads _SoftKeyAppletEx. . Rar SoftKeyAppletEx. . Rar (32. .94 KB). .

2008-2-23 15:31 。.

The above screenshot of the TSK themes:. .


迅雷高速下载_IO_XP。.rar IO_XP。.rar (10。.12 KB) 。.


Thunder high speed downloads _IO_XP. . Rar IO_XP. . Rar (10. .12 KB). .

2008-2-23 15:31 。.

Brief:. .


1 WkTASK是个相当不错的任务管理软件,它可以模仿WinXP的任务栏,方便程序的快速切换,改软件为绿色版,建议copy到主内存或者EXT Rom里,直接运行就OK了。具体效果见第一张图上的任务栏。.


2 Hany Menu efficient software that I spent almost two years, and uploaded the old version because the old version of the individual that is enough for me to use a new version of the function can be replaced with other software. See the second chart the specific effect of the lower right corner. Similarly, a green software, use the same WkTASK. .


3 QuickMenu是PPC上最强的快速菜单和任务软件,可以模仿XP的弹出菜单,系统自带的太垃圾。同样为绿色软件,使用方法同WkTASK。.


4 左右软件设置SoftKeyAppletEx可以更改WM5和WM6的左右软件名称和功能,系统默认的是电话和联系人,如果你比较习惯,可以不改。这个文件是cpl插件,解压后copy到Windows目录,重新启动后在设置→系统→软件设置里面就可以更改了。.


5 这个XP风格的TSK主题好多人都在找,特地上传给大家共享,解压后copy到Windows目录或者我的文档,然后点击Handymenu(我图上用的是系统菜单,自己改的,嘿~~~)→今日主题→选择IO-XP就OK了!。.

前言:。.


今天,手机的存储卡能有多大?4GB?8GB?。.32GB?。.


今天,电脑的硬盘一般有多大?最少也得在80GB以上吧?120GB?300GB?500GB?N个TB?。.


电脑硬盘容量,一般来说,相当于手机存储卡容量的多少倍?。.


我相信绝大多数机油:目前最多正在使用4-8GB的TF或者MiniSD吧?已经相当不错了!。.


咱们的手机-智能的PPC,不也是Windows 系统吗?能不能直接共享到WindowXP、Windows 2000、Windows Vista等系统电脑硬盘的数据资源?。.


答案是肯定的!。.


XP、Vista也好,Windows Mobile也罢,大家都是Microsoft的东东嘛,轻轻松松,互联互通,而且是超级爽歪歪的无线 WiFi 共享模式!。.


从邻居偷到师了:能让我们的PPC手机轻松地通过 WiFi 来无线共享电脑的硬盘资源!。.


不敢独自享用,就学着做了一份非常详细的教程,以享华手机油。.


共享设置需求:。.


A、无线路由器一台。.


B、电脑端:Windows XP或相似系统如Windows 2000 或 Vista。.


C、PPC手机端:WM 6。.0以上系统 + Resco Explorer。.


D、手机品牌不限,只要有WiFi,就算是山寨机只要有Windows Mobile 系统,亦可轻松设置。.


E、电脑品牌更不限,山寨组装电脑满街都是。.


F、电脑与PPC必须同在同一网络、同一IP段内。最佳方式就是以同一台无线路由器作为本地网内的DHCP。.


G、电脑连接无线路由器的方式:有线、无线均可。.


Resco Explorer这套软件,估计玩PPC的机油不可能没有安装吧?。.


先从电脑端做起:。.


本人的系统为Windows XP SP2,老款的本本IBM T42。.


一、首先:打开控制面板-用户帐户。.


二、点击“Guest”来宾帐户,启用此帐户。.


来宾帐户已启用:。.


三、为你的日常使用帐户设置一个密码:。.


>>>一定要设置密码,不然:。.


1、你的电脑将不能被PPC访问;。.


2、你的电脑处于十分的不安全状态。.


(偶的帐户很简单,就是Admin)。.




>>>>设置用户帐户密码时不必将此密码设为私有:。.


四、设置电脑硬盘共享资源:。.




电脑端的设置至此基本完成。现在转入手机的设置:。.


手机设置也相当简单:。.


(偶的手机型号:Asus P527 蓝大牌ROM-WM6。.1 v4。.0)。.


一、从我的简单桌面开始吧:。.


二、打开无线网络(即 WiFi )-连接无线路由器-连接成功后退到桌面:。.




三、此时打开Resco Explorer:。.


四、点击左软键-向上-再点击几次-看见“我的网络”没有?。.


五、点击打开“我的网络”。.


六、点击右键菜单-文件-网络-映射-。.


七、是否看到以下类似的画面?点击共享!。.


八、设置连接,输入在刚才电脑的控制面板上已经设置好的用户名及密码:点击完成。.


九、看见你自己电脑共享硬盘上的数据目录文件了吗?。.


十、再进入电脑硬盘的子目录看看?。.


十一、恭喜你!你已经成功地连接上电脑的共享硬盘资源了,退出Resco Explorer再试试!。.


十二、再打开一次Resco Explorer试试看:。.


有没有爽歪歪的感觉??。.


至此,大功告成!不再赘述!。.


编后:。.


经实测,通过WiFi共享电脑硬盘资源,文件传递速度大大提升,从电脑中抓数据至PPC,速度均可在500KB / s左右!。.


从此不再频繁插拔TF卡,从此基本不再使用读卡器,从此更不再使用 ActiveSync传输大型文件!。.

(所用刷机软件为最新版本):。.


1。.首先下载对应操作系统的同步软件(见下),。.


确认是SuperCID(现在的应该都是): 。.


Hardware version. .


CHT9000在各个国家有不同的版本,具体如下:。.


HERM100: Orange SPV M3100 / Dopod 838 Pro / i-Mate JasJam / Cingular 8525 / O2 Xda Trion / NTT DoCoMo hTc Z. .


HERM200:HTC TyTN / Vodafone 1650 VPA Compact III / Dopod CHT 9000 / Swisscom XPA v1605 / SoftBank X01HT。.


HERM300: T-Mobile MDA Vario II. .


3种型号的差别基本只在外型、键盘和快捷键的分布上。.


CID lock, respectively. .


下面我先列举目前已知的CID锁类型和原厂rom地址 。.

CID type of language publishers. .

Cingular English CWS__001 。.

Dopod English DOPOD001. .

HTC English QTEK_001 。.

i-mate English CDL__001. .

O2 Germany German O2___102 。.

Vodafone German VODAP102. .

Qtek 9600 French QTEK_203 。.

HTC Russian QTEK_001. .

i-mate Arabic CDL__001 。.

Dopod Chinese DOPOD001. .

刷相同CID型号的ROM是目前最安全的升级ROM方式,所以在刷机前请务必弄清自己所持机器的CID类型。.


After knowing the CID type, open the following website to find the corresponding original OS version to upgrade. .


http://wiki。.xda-developers。.com/index。.php?pagename=Hermes_Upgrades。.


It is not known T-mobil version of the CID lock types, I will continue to update concerned. .


关于SuperCID。.


Now with pof's SIM & CID unlocker v3 can lift the CID and the CID lock permanently locked SuperCID, which means that if you have a permanent supercid any language you will be able to brush any version of the Rom. How do I know you unlock after that already have SuperCID out? . .


1、下载这个软件:http://wiki。.xda-developers。.com/uploads/mtty。.exe。.


2, disable the usb connection in ActiveSync, File -> Connection Settings -> USB connection to allow the hook to remove the former. .


3、同时按住右侧电源键左侧OK键,同时用笔撮一下PP,进入bootloader模式。.


4, PC-side implementation of the mtty. . Exe, in the port option usb (non-com port). .


5、输入“info 2”,回车,等待。.


6, will show a string of text, format: "HTCS" + CID + (4-byte checksum) + "HTCE", appears as if the CID here 'SuperCID' or '11111111 'or '00000000', which have expressed your machine has got supercid, example:. .


USB>info 2。.


HTCSSuperCID. . HTCEUSB> or HTCS00000000. . HTCEUSB> or HTCS11111111. . HTCEUSB>. .

这就是拿到supercid了 。.


USB> info 2. .


HTCSDOPOD001。.HTCEUSB> 。.

This means that the lock does not lift the cid. .


或者输入“task 32”,回车,返回“Level=0xFF”就表示没有,返回“Level=0”就表示已经取得Supercid。.


7, to verify whether it is permanent supercid, safety, recommend certification, can brush cid different types of rom, and then repeat steps 1-6. Said to a kind of simple way is to brush a different version of the radio file, and then repeat steps 1-6, so that you know whether or permanent, and if you can sit back and relax permanent any rom the brush. .


关于SIM-Lock。.


Known models with SIM-Lock is as follows:. .


Orange SPV M3100(小部分未锁)/ T-Mobile MDA Vario II / NTT DoCoMo hTc Z / SoftBank X01HT / Vodafone Wireless PDA 1605 (Spain)/ HTC TyTN (Netherlands)。.


以上机型暂时无法使用发行商以外的Sim卡,网上暂时无免费解Sim卡锁的软件 。.

免费的解SIM卡锁软!。.


可解锁机型:HTC TyTN / O2 XDA trion / T-Mobile MDA Vario II / Vodafone 1605 VPA Compact III / Orange SPV M3100 / Dopod CHT 9000 / Dopod 838 Pro / hTc Z / Qtek 9600 / iMate JasJam / Cingular 8525 / Swissom XPA v1605 / SoftBank X01HT / UTStarcom 6800 / Vodafone PDA 1605。.


本软件是免费的,但是风险请自行承担!。.


Free HTC Hermes SIM & CID Unlocker New version v3a。.


简单方法:解压后执行AUTO_Unlock_v3a。.bat。.


具体方法步骤如下:。.


1、将SSPL文件夹下的SSPL-HERM。.exe文件拷贝到内存上并运行。这时将进入三色屏。.


2、在ActiveSync里关闭USB连接,文件-->连接设置-->把允许USB连接前的勾去掉。.


3、将机器与电脑用USB连接。.


4、在电脑上执行RUU文件夹下的RUU_HERM_Unlock_v3a。.exe。.


5、根据屏幕上的指示操作(例如:“I understand。.”、“I completed。.”之类)。.


6、重启机器。.


7、将HERM_Unlock_v3。.exe文件拷贝到内存中并执行。.


8、点击“Unlock”并选择解锁的选项,选择是否进行SIM、CID解锁。.


9、点击“Unlock!”并等待,直到整个过程完成。.


10、完成后,关闭手机,等待至少10秒,然后重新开机。.


Vista系统下的方法步骤:。.


1、不要解压RUU_HERM_Unlock_v3a。.exe和RUU_Inside。.exe。.


2、清空microSD卡上的内容,或者格式化microSD卡。.


3、将HermesUnlocker_v3a。.nbh改名为HERMIMG。.nbh并拷贝到FAT32格式的microSD上。.


4、将microSD卡擦入手机扩展槽。.


5、将SSPL-HERM。.exe文件拷贝到内存中并执行。.


6、按程序步骤执行刷机,并重启。.


下载地址:ftp://xda:xda@ftp。.xda-developers。.com/Hermes/Tools_and_Programs/HTC_Hermes_SIM_CID_Unlock_v3a。.zip。.


Free HTC Hermes SIM & CID Unlocker New version v3。.


这个版本能允许SIM解锁和CID解锁分步进行。能在目前所有版本的bootloader上运行(1。.04、1。.06和1。.09),通过这个程序获得supercid后,可通过1。.01 MFG的bootloader任意更改你的spl。.


简单方法:解压后执行AUTO_Unlock_v3。.bat。.


具体方法步骤如下:。.


1、将SSPL文件夹下的SSPL-HERM。.exe文件拷贝到内存上并运行。这时将进入三色屏(执行SSPL-HERM。.exe后可绕过CID、SPL和HTC_BOOT等检验升级NBH格式的ROM和RADIO)。.


2、在ActiveSync里关闭USB连接,文件-->连接设置-->把允许USB连接前的勾去掉。.


3、将机器与电脑用USB连接。.


4、在电脑上执行RUU文件夹下的ROMUpgradeUt。.exe。.


5、根据屏幕上的指示操作(例如:“I understand。.”之类)。.


6、重启机器。.


7、将HERM_Unlock_v3。.exe文件拷贝到内存中并执行。.


8、点击“Unlock”并选择解锁的选项。.


9、点击“Unlock!”并等待,直到整个过程完成。.


10、完成后,关闭手机,等待至少10秒,然后重新开机。.


下载地址:ftp://xda:xda@ftp。.xda-developers。.com/Hermes/Tools_and_Programs/HTC_Hermes_SIM_CID_Unlock_v3。.zip。.


HTC Hermes SIM & CID Unlock 。. v2a。.


修正了v2版本的2个bug:解锁后有些机型需要手动输入code和有时候不能保留super CID。.


ftp://xda:xda@ftp。.xda-developers。.com/Hermes/Tools_and_Programs/HTC_Hermes_SIM_Unlock_v2a。.zip。.


HTC Hermes SIM & CID Unlock 。. v2。.


与上一版比较:Radio升级从1。.13到1。.16,刷机后保留super CID,不用输入解sim锁密码。.


步骤如下:。.


1、进入bootloader模式(同时按住ok和power键,然后用笔撮一下PP)。.


2、用USB连接电脑和手机。.


3、运行MaUpgradeUt_noID。.exe,将刷入解锁必备的一个radio的升级rom,耐心等待。.


4、当完成升级,机器将重新启动并报错“Upgrade Error 114”,但是radio rom已经成功刷入,不要担心。.


5、用笔撮一下软启的地方软启机器,这样你的资料和程序不会丢失不会硬启。.


6、重启后,用Activesync把手机和电脑连接,将HERM_Unlock_v2。.exe拷贝到手机里或者SD卡上。.


7、执行此文件,并等待1分钟。.


8、这时你得到一个从HERM_Unlock_v2。.exe传来的“SUCCESS!”的消息,软启机器。.


9、解锁完毕,拥有super CID并且Radio也升级到1。.16。.


下载地址:ftp://xda:xda@ftp。.xda-developers。.com/Hermes/Tools_and_Programs/HTC_Hermes_SIM_Unlock_v2。.zip。.


HTC Hermes SIM Unlock 。. v1步骤如下:。.


1, to enter bootloader mode (hold down ok and the power key, and then use a pen to summarize what PP). .


2、用USB连接电脑和手机。.


3, run MaUpgradeUt_noID. . Exe, unlock the brush into the necessary upgrade of a radio rom, be patient. .


4、当完成升级,机器将重新启动并报错“Upgrade Error”,但是radio rom已经成功刷入,不要担心。.


5, pen group of about soft soft Kai Kai's local machine, so you will not lose the information and procedures will not be hard-Kai. .


6、重启后,再关机,塞入一张你想用的sim卡,开机。.


7, enter: 22051978. .


8、解锁完毕。.


Download: ftp://xda:xda @ ftp. . Xda-developers. .com/Hermes/Tools_and_Programs/HTC_Hermes_SIM_Unlock_v1. . Zip. .


有些机器输入代码后会报错,但不影响使用,如果你觉得代码你看得烦,那么在pda里打开如下cab文件:。.


http://1942. . Rocketspace. .net / PQzII / SB_USIM. . Cab. .

2。.查看你的SPL版本(方法:同时按机身左侧的OK键+右侧的关机键+捅下方的Reset,进入三色屏如果显示的SPL为2。.10 Olipro 证明你已拥有Hard-SPL V7,即可进行刷机,如果是其他的版本请升级到V7(见下)(退出三色屏的方法是捅下方的Reset)。.


Is synchronized to the mobile computer, then run RUUWrapper. . Exe checking on the Force Using SSPL, has been point Next (can not click on the appropriate option in the top of the check), fair in 1 minute buttoned (Figure 1). .


3。.如果你要更新Radio话还需查看Boot版本(并不是必须,主要针对日版目前的0182版本未被XX无法刷Radio,已拆机硬解的可跳过这一步)。.


Method Reference:. .


CHT9000的HTC_BOOT及其查看方法。.


Demotion, this method does not brush machine process can be used to restore the original soft from the state, ease of use!!!. .


1.HTC_BOOT。.


Also known as Radio Bootloader, is hampered brush radio and unlock the greatest obstacle to the current total of four versions, according to the chronological order of emergence were 0106,0107,0108 and 0182. .


1。.1其中前三个都已经被征服了(0106和0107本来就没限制),可以无限制刷radio和解锁;。.


0108 In fact, the so-called second edition of the Japanese edition, out late last year, the main limitation is to be allowed under the conditions SPL109 brush radio, limited period of time. .


不过随着XX技术的进步(SSPL,hardSPL等),目前已经没有任何限制了;。.


1. .2 0182 is a recently emerged, which is emerging so-called white version of softbank, now can not unlock and brush radio, if HTC_BOOT is 0182, then can do is wait for the skilled are the coup, and the concrete can be concerned about this post: . .


http://forum。.xda-developers。.com/showthread。.php?t=301952(英文)。.


2. View HTC_BOOT way:. .


2。.1 准备工作:下载附件并解压缩至电脑任意处;。.


SPL inside the folder will be copied to the tf card's root directory;. .


2。.2 在手机中进入storage card\SPL\,运行spl。.lnk;。.


At this point enter the mobile phone automatically re-starting three-color screen;. .


2。.3 三色屏应显示“SPL-1。.01。.Oli”,表明以上操作均正确;。.


2。.4 把电脑端activesync禁用usb连接,确保3的情况下,连usb线;。.


2。.5 电脑端运行mtty。.exe,选不是com口的那个(注意),进行如图所示操作;。.


回车,出现USB>后。.


输入:。.


info 2。.


rtask a。.


(出现Enter Radio Bootloader后)。.


输入:rversion 回车 (此处电脑屏幕不会显示rversion,需要盲输)。.


“0107”。.


最后显示的 “01**” 即为HTC_BOOT 。.

4。.现在可以进行刷机了,首先手机同步到电脑,下载你想要刷的版本(系统和Radio都适用),解压把其中的RUU_signed。.nbh放到和RUUWrapper。.exe同目录下,运行选择SPL-2。.02/2。.10 New Bootloader,下方勾选上Is It Hard-SPL?(图2)然后一直点Next(不能点击就在上方勾选上相应选项),最后有一项点击Update确认后开始更新(如果刷Radio时间可能稍长,一般10分钟左右)刷机过程中不要断电,万一刷完后无法进系统,重刷即可,这就是Hard-SPL V7的好处!。.


5。.如果想要更新官方系统的不推荐直接运行。.exe(可减少变砖头的风险),具体更新方法是:。.


用WinRAR解压下载后的。.exe文件(右键单击),在解压刚才解压出来的RUU_Inside。.exe,最后只保留RUU_signed。.nbh文件即可,下载NBH Tool,点击Decompile NBH Flie按钮,选择你刚解压的RUU_signed。.nbh文件,找一个路径保存,等待一会将会编译出IPL。.nb、SPL。.nb、PrimarySplash。.nb、SecondarySplash。.nb、Radio。.nb、Windows。.nb、Herm_ExtendedRom。.nb 七个文件,其中PrimarySplash。.nb是第一开机画面,SecondarySplash。.nb是第二开机画面,其他的看名字就知道了。.


打开NBH Tool在上方切换到"NB to NBH"标签,在OS中选择Windows。.nb(如果想换开机画面也可以一并选上PrimarySplash。.nb(First Splash),SecondarySplash。.nb(Second Splash)),IPL SPL Extended Rom不要选,选了可能变砖头(图3)!最后在Device中选择你的Hermes版本,点击Generate NBH File按钮等待编译完成,把编译后的RUU_signed。.nbh放到和RUUWrapper。.exe同目录下运行即可!。.


附卡刷法: 首先确保是Hard-SPL V7(查看方法见上),把OS或Radio的。.nbh文件改名为HERMIMG。.nbh,复制到MicroSD,确保电池电量充足,拔下USB连线,然后同时按机身左侧的OK键+右侧的关机键+捅下方的Reset进入三色屏, 稍等BootLoader会自动开始刷新MicroSD中的HERMIMG。.nbh文件。.

同步软件:。.


Microsoft ActiveSync 4。.5(用于Windows XP 及更早的操作系统):点此下载。.


Microsoft Windows Mobile 设备中心 6。.1(用于Windows Vista 32位)点此下载。.


Microsoft 。.NET Framework 可再发行组件包。.


1。.1版: 点此下载。.


2。.0版: 点此下载。.


3。.0版: 点此下载。.


Microsoft Windows Mobile 相关下载。.


Microsoft TechNet 相关下载。.


Microsoft Mobile 下载中心(英文)。.


Microsoft Mobile 下载中心(简体中文) 。.

Microsoft Mobile 6。.0 HTC 宏达官方版本。.


官方国际英文: 。.


点此下载。.


官方香港英文:。.


点此下载。.


官方新加坡英文: 。.


点此下载。.


官方澳大利亚英文: 。.


点此下载。.


官方台湾繁体中文:。.


点此下载。.


官方香港繁体中文:。.


点此下载。.


官方法文: 。.


点此下载。.


官方德文: 。.


点此下载。.


官方俄文: 。.


点此下载。.


官方西班牙文: 。.


点此下载。.


官方葡萄牙文: 。.


点此下载。.


官方丹麦文: 。.


点此下载。.


官方荷兰文: 。.


点此下载。.


官方挪威文: 。.


点此下载。.


官方瑞典文: 。.


点此下载。.


官方意大利文: 。.


点此下载 。.

Microsoft Windows Mobile 6。.0 手机厂商官方版本(有的可能为Windows Mobile 5。.0 , 因为官方未进行更新)。.


保证型号名称最准确!!大家也一并了解一下,附件中有各型号手机稀有图片和开机画面,保证原厂最新。.


AT & T (Cingular) 8520 & 8525 (U.S. English). .


点此下载。.


Dopod 838Pro (Traditional Chinese Hong Kong, China). .


点此下载。.


Dopod 838Pro (Hong Kong, China in English). .


点此下载。.


HTC CHT9000 (China Taiwan Traditional Chinese). .


点此下载。.


HTC Qtek 9600 (French and French). .


点此下载。.


HTC Qtek 9600 (Dutch International English). .


点此下载。.


HTC Qtek 9600 (Netherlands, German). .


点此下载。.


HTC TyTN (European English). .


点此下载。.


i-mate JASJAM (Australian International English). .


点此下载。.


i-mate JASJAM (Australian English). .


点此下载。.


i-mate JASJAM (Australia in Arabic). .


点此下载。.


NTT DoCoMo & HTC Z (Japan Japanese). .


点此下载。.


O2 Xda Trion (UK German). .


点此下载。.


Orange SPV M3100 (French English). .


点此下载。.


SoftBank X01HT (Japan Japanese). .


点此下载。.


Swisscom XPA v1605 (Switzerland and French). .


点此下载。.


T-Mobile MDA Vario II(德国德文)。.


点此下载。.


UTStarcom 6800 (Sprint PPC-6800)(美国英文)。.


点此下载。.


Vodafone Personal Assistant Compact III(英国德文)。.


点此下载 。.

Microsoft Windows Mobile 6。.0 个人修改版本:。.


QS 简体中文8。.3版:。.


点此下载。.


QS 简体中文8。.4体验版:。.


点此下载。.


QS 简体中文Final oKo(第七次更新雅黑): 。.


点此下载。.


(点此查看详细信息)。.


QS 简体中文Final oKo 第十五次更新雅黑纯净版(简体中文): 。.


点此下载。.


QS 简体中文Final oKo 第十七次更新雅黑集成版(简体中文): 。.


点此下载 。.

解锁工具:。.


HTC Hermes SIM & CID Unlocker V3a: 。.


点此下载。.


HTC Hermes SIM & CID Unlocker V3: 。.


点此下载。.


HTC Hermes SIM & CID Unlocker V2a: 。.


点此下载。.


HTC Hermes SIM & CID Unlocker V2: 。.


点此下载。.


HTC Hermes SIM & CID Unlocker V1: 。.


点此下载 。.

相关工具(下载不了请到附件中下):。.


Hard-SPL V7:。.


点此下载。.


Hard-SPL的更新2。.30 Olipro SPL:。.


点此下载。.


(如果已刷过V7,更新时用RUUWrapper勾选上Force Using SSPL)。.


NBH Tool 1。.1:。.


点此下载。.


RUU Wrapper 2。.0:。.


点此下载。.


Custom RUU 5。.2 修正版:。.


点此下载。.


Multi-Port/USB TTY (MTTY) 0。.01:。.


点此下载。.


Multi-Port/USB TTY (MTTY) 1。.16:。.


点此下载。.


RomTools(Rom编辑工具):。.


点此下载。.


HTCustom Tweak(优化软件,运行后在Misc标签下选择第三个选项后点击Save重启可解锁官方系统的Extended ROM):。.


见附件。.


ATi 驱动(可解决CorePlayer播放时的花屏现象): 。.


点此下载。.


Windows Mobile 6。.0 VoIP: 。.


点此下载。.

1、基本概念。.


什么是BootLoader。.


BootLoader就是在操作系统内核运行之前运行的一段小程序。通过这段小程序,我们可以初始化硬件设备、建立内存空间的映射图,从而将系统的软硬件环境设置成一个合适的状态,以便为最终调用操作系统内核准备好正确的环境。.


BootLoader是严重地依赖于硬件而实现的,特别是在嵌入式系统。因此,在嵌入式系统里建立一个通用的BootLoader几乎是不可能的。尽管如此,我们仍然可以对BootLoader归纳出一些通用的概念来,以指导用户进行特定的BootLoader设计与实现。.


嵌入式系统中,Bootloader的意义与作用与PC上的BIOS有点类似,它对开发板上的主要部件如CPU、SDRAM、FLASH、串口等进行了初始化,可以使用Bootloader下载文件到开发板,可以浏览目录,可以烧录flash,可以启动系统等,实际上,一个功能比较强大的Bootloader已经相当于一个微型的操作系统了。.


初始化基础硬件——CPU速度、存储器定时、中断、检测ram大小。.


引导装载程序通常是在任何硬件上执行的第一段代码。台式机这样的常规系统中,通常将引导装载程序装入主引导记录(Master Boot Record,MBR)中,在嵌入式设备中,通常将引导程序放置在不易丢失的存储器的开始地址或者是系统冷启动时PC寄存器的初始值。通常,在台式机或其他系统上,BIOS将控制移交给引导装载程序。而在嵌入式系统中,通常并没有像BIOS那样的固件程序(注,有的嵌入式CPU也会内嵌一段短小的启动程序),因此整个系统的加载启动任务就完全由BootLoader来完成。引导程序完成自己的任务后,也将控制权移交给操作系统。.


总体上Bootloader需要完成以下工作。.


n。.


初始化CPU速度;。.


n。.


初始化内存,包括启用内存库,初始化内存配置寄存器等;。.


n. .


初始化中断控制器,在系统启动时,关闭中断,关闭看门狗;。.


n. .


初始化串行端口(如果在目标上有的话);。.


n. .


启用指令/数据高速缓存;。.


n. .


设置堆栈指针;。.


n. .


设置参数区域并构造参数结构和标记(这是重要的一步,因为内核在标识根设备、页面大小、内存大小以及更多内容时要使用引导参数);。.


n. .


执行POST(加电自检)来标识存在的设备并报告有何问题;。.


n. .


为电源管理提供挂起/恢复支持;。.


n. .


传输操作系统内核镜像文件到目标机。也可以将操作系统内核镜像文件事先存放在Flash中,这样就不需要BootLoader和主机传输操作系统内核镜像文件,这通常是在做成产品的情况下使用。而一般在开发过程中,为了调试内核的方便,不将操作系统内核镜像文件固化在Flash中,这就需要主机和目标机进行文件传输;。.


n. .


跳转到内核的开始,在此又分为ROM启动和RAM启动。所谓ROM启动就是用XIP技术直接在Flash中执行操作系统镜像文件;所谓RAM启动就是指把内核镜像从Flash复制到RAM中,然后再将PC指针跳转到RAM中的操作系统启动地址。.


Limited resources of embedded systems, procedures are usually cured in the ROM to run. ROM, program execution, you need to run on the system hardware and software environment is initialized, the work is written in assembler language to complete the startup process. .


启动程序是嵌入式程序的开头部分,应与应用程序一起固化在ROM中,并首先在系统上运行,它应包含各模块中可能出现的所有段类,并合理安排它们的次序。.


What is IPL / SPL. .


IPL与SPL实质为Windowsmobile的Bootloader里的两大部份,WM启动的程序是IPL>>SPL>>OS。.


①. . IPL full name in English is InitialProgramLoader, for motherboards, power supplies, hardware initialization process, and the SPL into RAM. IPL damage to a mobile phone that can be thrown into the river, or by changing font to resolve. .


②。.SPL英文全称是SecondProgramLoader,“第二次装系统”,就是负责装载OS操作系统到RAM中。另外SPL还包括许多系统命令,如mtty中使用的命令等。SPL损坏了还可以用烧录器重写。.


SPL function normally provide parts: detection of mobile hardware, look for boot partition, boot the operating system to provide basic maintenance for the system interface, data line and the operation by the terminal (eg PC) to establish a connection, and accept and implement the corresponding Mingling. Inside it contains many commands, such as r2sd, l, doctest (dangerous command, he would erase gsmdata) and so on. We often say that the three-color screen that is driven by the SPL. Detection of SD card, when you made some special SD card inserted, SPL can check at startup and in accordance with the contents of SD card Brush or perform some commands.这有点类似于PC的从软驱启动。.


What is the CID. .


CID是CustomerIDentity的简称,简单来说就是手机的平台版本。.


Brush during the SPL need to CID efficacy ROM is available, and decide whether to brush into, under normal circumstances required by law to correspond with the CID in the ROM can, cid different rom is the brush can not get on. For ordinary CID, the general has two limitations: 1) can not brush into the low version of the ROM, 2) can not brush into different platforms ROM, for example: in Taiwan version of the European version of the plane brush ROM, ROM, etc. Cross-type brush .SUPERCID有些型号手机的CID的限制是可以通过软件来的,已知的有577W、586W等,但也有也些型号目前还没有有效的方法CID,如838G4。.


限制之后的cid称为SUPERCID,拥有SUPERCID的机器可以刷任意版本和平台的ROM。具体来说,同一个手机既可以刷台湾的ROM,也可以刷日本的rom,也可以刷香港的rom等。甚至也可以刷进一个其他型号手机的ROM(如586W刷577W)。但是这也带来很大的危险性,因为没有了限制,没有了校验,刷入一个错误的ROM也是很容易的事。我们一般刷机时需要为SUPERCID,因为一方面现在大部分情况下刷机所用的ROM都是通不过CID校验的;另一方面万一刷机失败,对于SuperCID的手机更容易修复。解锁微软在WindowsMobile里面引入了特权保护机制,对应用程序能够访问的系统资源作了限制,主要是为了防止一些恶意程序,因为如果没有这些限制应用程序可以随意调用特权API,篡改你的SIM卡信息,给你的联系人群发短信,窃取你的联系人信息,或是删除重要的系统文件。另外我们在手机上运行一些第三方应用程序时会出现一个提示,问你是否允许运行,这个也是特权保护机制的作用微软把系统资源分成了两种权限,特权级和非特权级(Privileged/Unprivileged),一般我们运行的应用程序都是出于非特权级别的,具有有效数字签名的应用程序可以获得特权级别的访问。网上有一个具有特权的注册表编辑器就是有签名的,所以可以进行特权级别的操作。.


解锁一般就是指关闭这个特权保护机制。解锁步骤(首次解锁时不能使用具有特权的注册表程序,之后就可以):。.


1、将手机与电脑同步,运行相应版本的SDA_ApplicationUnlock程序,然后重启手机。这样就完成了解锁操作。.


2、这个解锁动作实际上是对注册表的修改,WM2003和WM5。.0的修改位置如下: 2003解锁:HKEY_LOCAL_MACHINESecurityPoliciesPolicies0000101b=1(dword) 。.


2005解锁:HKEY_LOCAL_MACHINESecurityPoliciesPolicies00001001=1HKEY_LOCAL_MACHINESecurityPoliciesPolicies00001005=40。.


以上键值如果没有,可以新建。.


重新加锁:。.


1、运行具有特权的注册表程序(手机上运行的),将上述键值改为0就加锁了,然后重启手机。.


2、在重新加锁之后,如果使用普通的注册表编辑器,那么有些选项是不能编辑的,但仍然可以使用具有特权的编辑器来更改这些项的值,如屏蔽或恢复摄像头等。.


另外几个安全策略:位于:HKEY_LOCAL_MACHINESecurityPoliciesPolicies1、0000101a安装未签名Cab是否提示,0为允许提示,1为禁止提示2、00001006就是未信任的程序是否允许运行,如果设置为0,而且机器又没有解锁的话,那么除了系统程序和IA,没几个程序能在你手机上运行补充很多刷机教程要求解锁后刷机,但我一直没搞明白,这个好像和刷机无关阿,因为刷机只需要和SPL交互,OS根本就影响不到阿。而且,从功能上看,这个特权保护机制对手机安全确实是很有必要的。此点未解,求证中…。.


2、FAQ。.


2。.1SPL版本问题。.


我们刷机主要靠与SPL交互来完成的。SPL有不同的版本,不同版本的SPL在一些执行过程的细节上有不同,特别是对于系统的一些效验和限制有很多不同;但基本的功能没有很大变化(就像PC上的主引导记录/MBR,多年来一直变化很少)。早期5系机(非QVGA屏)刷机用的SPL版本一般是064和109版。一些刷机指导中所说的SPL降级就是指把新手机的SPl降级到的064或109版。064版的特点是于Patched_RUU。.exe(即版的RUU)配合较好,可以直接跳过CID校验和一些其它校验。109版的特点是可以在使用SD卡刷机时,可以直接跳过CID校验,并有个iumode可以设置,iumode是一种特殊的模式,到目前为止还不太了解他的用途,似乎与跨平台刷windowsmobile5。.0有关(已知危险,轻易勿用)。新的5系手机(主要指QVGA屏的,如577W)刷机一般不再修改SPL(即所谓降级SPL)了,而是通过修改SUPERCID或者其他方法来跳过限制的。在这些机型上如果试图修改SPL会导致QVGA无法驱动,从而白屏。.


2。.2CID注意事项。.


CID校验是刷机需要面对的第一个问题。一般有两种方式处理:为SuperCID,这是首选方法,但很多机型无法。使用的SPL配合的RUU。注意!!!如果没有处理好CID问题,有可能造成SPL和IPL被自动擦除(基本就算报废了),这种情况极少出现,但有相关报告。如果你的手机可以SuperCID,那么恭喜你,你只需要一次,以后你可以忘掉CID、IPL、SPL这几个概念了。.


2。.3ROM组成。.


一个完整的WM系统ROM包括以下7部分:。.


IPL(bootloader的一部分)SPL(bootloader的一部分) SplashscreenGSMradiocodeHTCLogoExtendedROMOS镜象注意:一般情况下备份手机ROM时IPL、SPL、Splash和Radio部分不会被备份,所以如果你刷坏了这几个部分,通过你原机备份ROM是无法修复的。这也意味着除非你的手机发行商(比如T-mobil)发布过官方ROM,否则你就没办法再刷成发行商的Rom。一般情况下网上发布的ROM不包括IPL和SPL,如果有包括一般作者会注明版本和适用型号,请务必小心核对。.


2。.4第一次刷机已经解锁和刷superCID,再刷机是否还需要?。.


目前已经确定SUPERCID只需要一次。解锁因为属于OS部分,刷机后原有的OS已经被新的ROM覆盖了,所以要看你刷的ROM,大部分ROM中的OS是已经解锁了的。.


2。.5什么是DOC。.


HTC采用的是M-system的DiskOnChip技术,简称DOC(译过来就是:芯片上的磁盘),Myos里就有许多直接操作DOC的命令,比如pdocwrite,pdocread等等。DOC内置的驱动程序把芯片模拟成FAT磁盘来管理(似乎是利用TrueFFS加上DOS来实现的),但其本质还是基于NANDFlash。.


转自http://www。.wmpol。.com。.

windows xp 主要盗版制作组织之一的番茄已经被抓,深度、雨林均已经找不到各论坛特色的xp光盘下载地址了!一些下载基地虽然现在基本上还可以找到一些下载地址,但是估计离删除的日子也已经不远了……。.


下面为本人找的一些光盘,都是我个人比较喜欢的,也是个人觉得比较稳定和有特色的系统安装光盘!也是因为本人下个学期担任学校网管需要帮人装机,所以自己把比较好的系统都下载下载先,免得以后想找都找不到!中国多么强大大家都有目共睹的,百度搜索林妙可 假唱都被屏蔽了,估计这些盗版光盘也肯定会被整改!。.


下面简单介绍下我对一下光盘的认识:深度精简版,适合安装机器配置比较弱的电脑!深度快速装机版,网管类工作人员帮人装机的首选,8分钟快速装机深有体会,那次网协举办电脑义诊还多亏了这个光盘省了不少功夫! 至于雨林木风,我只用他的纯净版或者安装版,一直使用的是只用他的纯净版,不过现在不用xp了,(*^__^*) 嘻嘻……,如果你需要稳定感觉的系统,推荐雨林木风纯净版,真的很稳定。电脑公司,老牌子,不过我不喜欢用,省了,只是比较多人喜欢用而已。番茄,本人严重不喜欢,但是女生很喜欢,没办法,贴出来……本人推荐的两张,第二张深度快速装机版,还有第三张雨林木风的纯净版! 。.

一下为下载信息,点击进入即可! 。.

深度Windows XP SP3 精简版 V6。.iso。.


http://down。.win3000。.com/Deepin-LiteXP-SP3。.ISO 。.

深度技术 GHOST XP SP3 快速装机专业版。.iso。.


http://down4。.sz1001。.net/up006/大型软件/DEEPIN_GHOST_XPSP3_V9F_F32_Www。.Sz1001。.Net。.iso 。.

雨林木风 Ghost XP SP3 纯净版Y5。.5。.iso。.


http://60。.191。.60。.108/YlmF_GhostXP_SP3_Y5。.5/YlmF_GhostXP_SP3_Y5。.5。.iso 。.

电脑公司GhostXP_SP3特别版v9。.2 }。.


ftp://61。.164。.44。.116/57/080714/GhostXP_SP3电脑公司特别版_v9。.2/GhostXP_SP3电脑公司特别版_v9。.2。.iso 。.

番茄花园 Windows XP Pro SP3 V1。.21中文版 (文件是种子)。.


http://www。.pcliver。.cn/tomato-garden-windows-xp-pro-sp3-v121-seed-download-the-chinese-version-it-quickly-collection/。.

HOSTS反黑文件下载。.


  最新版本:2008。.04。.07。.


  文件大小:8KB。.


  累计下载次数:81264(截至2008年3月31日)。.


  全球唯一下载地址:http://www。.cpcw。.com/web/f/host。.html。.


  使用方法:解压后将HOSTS文件直接覆盖至C:\Windows\Sys tem32\Drivers\Etc即可。为防止某些恶意网站或病毒窜改HOSTS,请确保此文件属性为“只读”。.

本站下载 。.


点击下载此文件。.

FCDGH-QW3DJ-VBC6C-9BYTX-4GKQJ XXXXX-OEM-0011903-00155 联想 LENOVO XP PRO SP1。.


XJM6Q-BQ8HW-T6DFB-Y934T-YD4YT XXXXX-OEM-0011903-00102 戴尔 DELL XP PRO SP1。.


BW2VG-XXDY6-VW3P7-YHQQ6-C7RYM XXXXX-OEM-0011903-00100 宏基 ACER XP PRO SP1。.


HCBR8-FGC2K-RY7BM-HM3KT-BKVRW XXXXX-OEM-0011903-00107 IBM IBM XP PRO SP1。.


DMQBW-V8D4K-9BJ82-4PCJX-2WPB6 XXXXX-OEM-0011903-00106 惠普 HP XP PRO SP1。.


KYKVX-86GQG-2MDY9-F6J9M-K42BQ XXXXX-OEM-0011903-00101 康柏 COMPAQ XP PRO SP1。.


- - - - XXXXX-OEM-0011903-00167 七喜 HEDY XP PRO SP1。.


M68XC-TX2C9-PKK8H-GP8JH-RC8XB XXXXX-OEM-0011903-00180 清华同方 THTF XP PRO SP1。.


F4G2M-BH2JF-GTGJW-W82HY-VMRRQ XXXXX-OEM-0011903-00297 方正 FONDER XP PRO SP1。.


- - - - XXXXX-OEM-0011903-00108 三星 SAMSUNG XP PRO SP1。.


- - - - XXXXX-OEM-0011903-00111 东芝 TOSHIBA XP PRO SP1。.


- - - - XXXXX-OEM-0011903-00161 TCL TCL XP PRO SP1。.


C873T-F3X3M-9F6TR-J26GM-YTKKD XXXXX-OEM-0011903-00117 富士通 FUJITSU XP PRO SP1。.


- - - - XXXXX-OEM-0011903-001 ASUS ASUS XP PRO SP1. .


K7RGC-CDXYJ-FTYH2-Y3VVV-KBYC7 XXXXX-OEM-0011964-38550 索尼 SONY XP PRO SP1。.


PWBPT-6PGKF-TP6MY-299P4-CPXQG XXXXX-OEM-0011903-00154 Lenovo LENOVO XP HOME SP1. .


RCBF6-6KDMK-GD6GR-K6DP3-4C8MT XXXXX-OEM-0011903-00102 戴尔 DELL XP HOME SP1。.


CXCY9-TTHBT-36J2P-HT3T3-QPMFB XXXXX-OEM-0011903-00100 Acer ACER XP HOME SP1. .


DMY26-78CX9-Q89DP-Q8QK8-VF2B8 XXXXX-OEM-0011903-00107 IBM IBM XP HOME SP1。.


MK48G-CG8VJ-BRVBB-38MQ9-3PMFT XXXXX-OEM-0011903-00106 HP HP XP HOME SP1. .


KG27H-JV9M6-2CXKV-GMP22-HF2BQ XXXXX-OEM-0011903-00101 康柏 COMPAQ XP HOME SP1。.


GJMY6-GMJHY-2VJ79-K67WT-KQHYT XXXXX-OEM-0011903-00166 HEDY HEDY XP HOME SP1. .


KMHJF-9M82Y-YPFV7-YQHXH-F9JW8 XXXXX-OEM-0011903-00179 清华同方 THTF XP HOME SP1。.


FK4VC-XP9C3-BD78M-68492-BP9BY XXXXX-OEM-0011903-00296 Founder FONDER XP HOME SP1. .


XVX72-2WCXQ-48VWH-T66HT-C7R2B XXXXX-OEM-0011903-00108 三星 SAMSUNG XP HOME SP1。.


WDHPC-6WQPF-W3R3K-J2VF4-JFP8W XXXXX-OEM-0011903-00111 TOSHIBA TOSHIBA XP HOME SP1. .


XPGYX-J7BF9-4YJVV-7MWK9-WQT3Y XXXXX-OEM-0011903-00160 TCL TCL XP HOME SP1。.


JY6V8-QV6YB-BD3GX-67DC9-JT7WD XXXXX-OEM-0011903-00137 Fujitsu FUJITSU XP HOME SP1. .


- - - - XXXXX-OEM-0011903-001 华硕 ASUS XP HOME SP1。.


- - - - XXXXX-OEM-0011903-001 Sony SONY XP HOME SP1. .


VF4HT-MPWB8-TWV6R-K6QM4-W6JCM XXXXX-OEM-0011903-01808 联想 LENOVO XP PRO SP2。.


KG7G9-67KHV-4FQKV-4DYXK-BHQTJ XXXXX-OEM-0011903-01811 Dell DELL XP PRO SP2. .


KDD3G-HGVGM-M24P4-6BMMY-9XHF8 XXXXX-OEM-0011903-01807 宏基 ACER XP PRO SP2。.


TW8WB-MKT89-FRD3V-H6CGJ-6JW83 XXXXX-OEM-0011903-01809 IBM IBM XP PRO SP2. .


P2BXT-D7Y8P-F6WF2-HYXY9-49TJD XXXXX-OEM-0011903-01801 惠普 HP XP PRO SP2。.


- - - - XXXXX-OEM-0011903-018 Compaq COMPAQ XP PRO SP2. .


- - - - XXXXX-OEM-0011903-018 七喜 HEDY XP PRO SP2。.


- - - - XXXXX-OEM-0011903-018 Tongfang THTF XP PRO SP2. .


- - - - XXXXX-OEM-0011903-018 方正 FONDER XP PRO SP2。.


- - - - XXXXX-OEM-0011903-018 Samsung SAMSUNG XP PRO SP2. .


- - - - XXXXX-OEM-0011903-018 东芝 TOSHIBA XP PRO SP2。.


- - - - XXXXX-OEM-0011903-018 TCL TCL XP PRO SP2. .


- - - - XXXXX-OEM-0011903-018 富士通 FUJITSU XP PRO SP2。.


GRDYP-4FGYT-PVTVM-HDFWC-H88C6 XXXXX-OEM-0011903-01814 Asus ASUS XP PRO SP2. .


VWYJM-QRYBJ-MF4XT-X33VX-TC7FM XXXXX-OEM-0011903-01800 索尼 SONY XP PRO SP2。.


FJXCH-4KYT3-XXJTH-4H848-FYP4D XXXXX-OEM-0011903-01861 Wall GREATWALL XP PRO SP2. .


MX9CY-JBQF4-8CVBB-BG7DV-3GYBG XXXXX-OEM-0011903-00578 联想 LENOVO XP HOME SP2。.


PB3BB-PGK84-XBWMD-7BTJD-469FD XXXXX-OEM-0011903-00581 Dell DELL XP HOME SP2. .


- - - - XXXXX-OEM-0011903-00577 宏基 ACER XP HOME SP2。.


KDTCC-2Q322-Q7PGH-RYV3X-MD7MJ XXXXX-OEM-0011903-00579 IBM IBM XP HOME SP2。.


- - - - XXXXX-OEM-0011903-00571 惠普 HP XP HOME SP2。.


- - - - XXXXX-OEM-0011903-005 康柏 COMPAQ XP HOME SP2。.


- - - - XXXXX-OEM-0011903-005 七喜 HEDY XP HOME SP2。.


- - - - XXXXX-OEM-0011903-005 清华同方 THTF XP HOME SP2。.


K72PX-D96QW-RCHB9-3P96F-YQBCY XXXXX-OEM-0011903-00596 方正 FONDER XP HOME SP2。.


XVWGR-9G3XH-TCM2D-MXQGM-F69DT XXXXX-OEM-0011903-00574 三星 SAMSUNG XP HOME SP2。.


MMT39-27M26-DFHXJ-MT9GQ-T3KDQ XXXXX-OEM-0011903-00573 东芝 TOSHIBA XP HOME SP2。.


CR8C9-M7QQG-FGJWT-CV666-4J3XG XXXXX-OEM-0011903-00822 TCL TCL XP HOME SP2。.


- - - - XXXXX-OEM-0011903-005 富士通 FUJITSU XP HOME SP2。.


M4YRW-BMBQP-HH2CP-TG37G-Y76RM XXXXX-OEM-0011903-00584 华硕 ASUS XP HOME SP2。.


- - - - XXXXX-OEM-0011903-005 索尼 SONY XP HOME SP2。.


WPBTV-FHT4G-7WJJW-388TD-XFHMQ XXXXX-OEM-0011903-00837 夏新 AMOI XP HOME SP2。.


MJTYD-HFXKV-7M3RR-W69K8-4RRWG XXXXX-OEM-0011903-00586 NEC NEC XP HOME SP2。.


- - - - XXXXX-OEM-0011903-005 明基 BENQ XP HOME SP2。.


VWW2Q-22YMY-W4VWC-GTX4Q-47BC6 XXXXX-OEM-0011903-00854 富士通 FUJITSU XP MCE SP1。.


RBH2Y-KJJB4-HRT67-GG4WC-H82DD XXXXX-OEM-0011903-00377 XP TPC SP2。.


K967K-78T8H-D2VFR-CVF3Y-8CC2J XXXXX-OEM-0011903-00303 XP TPC SP1。.


XHVGV-2G99G-BQ8FT-696D7-GGRW8 XXXXX-699-0297791-XXXXX XP TPC VOL。.


KM63V-GW6H6-WY4BP-HMCK4-G7CKJ XXXXX-OEM-0035411-95575 戴尔 DELL Server 2003。.


D9MT3-37G8F-B6H84-G4PPT-9849J XXXXX-OEM-0023531-80855 惠普 HP Server 2003。.


MRX3F-47B9T-2487J-KWKMF-RPWBY XXXXX-OEM-0064083-83400 企业版 工行 XP VOL SP2。.


QC986-27D34-6M3TY-JJXP9-TBGMD XXXXX-OEM-0064004-01249 企业版 广州 XP VOL SP2。.


CM3HY-26VYW-6JRYC-X66GX-JVY2D XXXXX-OEM-0064013-47917 企业版 XP VOL SP2。.


DP7CM-PD6MC-6BKXT-M8JJ6-RPXGJ XXXXX-OEM-0064013-46451 企业版 XP VOL SP2。.


F4297-RCWJP-P482C-YY23Y-XH8W3 XXXXX-OEM-0064004-63601 企业版 XP VOL SP2。.


HCQ9D-TVCWX-X9QRG-J4B2Y-GR2TT XXXXX-OEM-0064022-44918 企业版 XP VOL SP2。.


据cnn网站2006年5月26日报道,一直以来,“先有鸡还是先有蛋”一直是科学界和学术界悬而未决的问题,也是人们饭后茶余经常讨论的话题。而现在一个由基因学者、哲学家和养鸡农民组织的小组宣称,他们已经找到答案:先有蛋。.

  简单地说,做出这一判断的依据是基因物质在动物的一生中是不会发生改变的。因此,可能早在史前时代,第一只进化成我们能够称之为“鸡”的鸟类,肯定是在蛋中就已经形成了“鸡”的胚胎。.

  约翰-布鲁克菲尔德教授是英国诺丁汉大学的进化基因学方面的专家,他对英国通讯社记者说,“其实,鸡需要破蛋而出这一点是相当明显的。因此,我们公认的第一个生物实际上是由蛋孵种类而来的,所以,我认为先有蛋。”他的同事,也是伦敦国王大学的教授大卫-帕比纽和养殖农民查理斯-博恩斯也得出相同的结论。.

  科学哲理方面专家帕平纽尔先生同意“先有蛋”的观点,并且证实了在鸡出现之前就有蛋的存在。 他向英国通讯社记者,如果认为变异鸡蛋属于“非鸡”鸟类的产物,那就大错特错了。“我会认为这是一个有小鸡在里边的鸡蛋。”他说,“如果袋鼠下了一个能够孵化出鸵鸟的蛋,那实际上肯定是一个鸵鸟蛋,而不是袋鼠蛋。” 。.

  英国鸡类贸易组织(Great British Chicken)主席博恩斯称自己坚决站在蛋的这个阵营里。他说,“在第一只鸡出现很久之前就已经有了蛋的存在。当然,它们可能并不是我们今天所见到的鸡蛋,但它们毕竟是蛋。” 。.

这场“先有鸡还是先有蛋”的讨论是由迪斯尼组织的,当时是为了给电影“四眼天鸡”进行促销宣传。这场讨论某种程度上安慰了那些喜爱争论的朋友们。.

英文原文链接参见:http://edition。.cnn。.com/2006/TECH/science/05/26/chicken。.egg/index。.html。.

那一天我的心情烦闷无比,居然还有个同事拿那个古老的问题来消遣我:“先有鸡还是先有蛋?”看着她那得意洋洋的样子,我有气正好没处发,非把她气糊涂不可。.


“对不起,条件不足,无法回答。”。.


“什么条件不足?”。.


“因为你没有说明是鸡与鸡蛋相比较,还是鸡与鸟蛋或者鸭蛋相比较。”。.


“当然是鸡和鸡蛋啦!!!”。.


“条件不足,无法回答。”。.


“我不是说过是鸡和鸡蛋相比了吗?”。.


“可是你没有说明是鸡与蛋的概念上的比较还是事物上的比较啊。”。.


“这有什么差别?”。.


“当然有。所谓的鸡是人们对一种两条腿的、类似鸟的、可以从体内排出一种卵石形物体的动物的称呼,而所谓的蛋,是人对这种动物从体内排出来的卵石形的、可食用的、可以延续这种动物种族的那种东西的称呼。当人类语言形成的时候或者说当人们给它们起名子的时候,它们已经同时存在了,所以说概念上的鸡与鸡蛋同时出现。如果要问鸡与鸡蛋这两种事物出现的先后顺序,那又是另一个问题。”。.


“我问的就是这个!!!”(太好了!鱼儿上钩了。就怕她不接着问。)。.


“条件不足,无法回答。”。.


“怎么又不足?”。.


“因为你没有说明是具体的鸡与蛋相比,还是种类上的鸡与鸡蛋相比。具体的鸡与蛋相比,你需要提供用来比较的鸡与鸡蛋的出生时间、空间等具体的信息。否则我不知道是今天的老鸡与今天的新蛋相比,还是今天的小鸡与几年前的老蛋相比,或者是一只鸡与它生出的蛋相比,还是与生出它的蛋相比。就算你提供了具体信息我还是无法回答。因为我无法判断记录鸡与蛋出生时间的计时器所记时间与当地标准时间之间是否存在误差,还有所记两个时间是否在同一时区,以及信息来源可靠性等。”。.


“我是说这种动物!!!” (愤怒的大叫)。.


“条件不足,无法回答。”。.


“还有什么不足” (吼)。.


“因为你没有说明是同一品种的鸡与蛋相比还是不同品种的鸡与蛋相比。就算是同一品种的鸡与蛋相比你也没有说明……”。.


“你还有完没完!!!” (声调居高不下)。.


“当然有,最后一个。”。.


“什么条件?”。.


“因为你没有给出回答的范围。”。.


“这算什么?!!!”。.


“这是最重要的一个条件。如果从进化论的角度来讲,人们所认识的鸡是从某种鸟类进化而来,而那时鸟与鸟蛋已经同时存在了,所以说鸡与鸡蛋同时出现。或者说先有蛋,后有鸡。”。.


……………………。.


“如果从宗教角度来讲,所有事物都是上帝创造的,其中包括鸡与鸡蛋、鸟与鸟蛋。所以说鸡和鸡蛋同时出现。”。.


……………………。.


“如果从政治角度来讲,月亮都可以说成是奶酪捏的,那么鸡与鸡蛋出现的先后顺序就取决于个人的权力大小、个人态度以及周边关系等复杂的政治因素。”。.


……………………。.


"From the money point of view, when the high value to a certain extent, even admitting that eggs that I can under.". .


……………………。.


"If ... ... ... ... ... ...." .


一声巨响的X分钟后,我的头部所占的空间增加了Y立方厘米。感谢上帝,Y值小于1。.


PS: If you ask this statement from her (the first, the chicken or the egg) of the character where the order of speaking, that the answer is absolutely yes - a chicken. .


(    完    )。.