硬件维修、硬件驱动、硬件技巧
g1 设置任意音乐为铃声
Posted in 硬件 on 2009/01/20 / 评论(0) »
g1 设置任意音乐为铃声

market安装  Rings Extended
今天编译Android
按照 说明上提示操作

弄了个QQ开发群(非开发者勿入):78582218
非开发者可入此QQ交流群:47799321 (容纳500人)

Ubuntu Linux (i386)
To set up your Linux development environment, make sure you have the following:

   * Git 1.5.4 or newer and the GNU Privacy Guard.

   $ sudo apt-get install git-core gnupg

   * JDK 5.0, update 12 or higher.

   $ sudo apt-get install sun-java6-jdk

   * The following packages: flex, bison, gperf, libsdl-dev, libesd0-dev, libwxgtk2.6-dev (optional), build-essential, zip, curl.  

   $ sudo apt-get install flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev

   * You might also want Valgrind, a tool that will help you find memory leaks, stack corruption, array bounds overflows, etc.

   $ sudo apt-get install valgrind

   * Intrepid (8.10) users may need a newer version of libreadline:

$ sudo apt-get install lib32readline5-dev
Ubuntu Linux (amd64)
This has not been as well tested. Please send success or failure reports to repo-discuss@googlegroups.com.

The Android build requires a 32-bit build environment as well as some other tools:

   * Git, JDK, flex, and the other packages as listed above in the i386 instructions:  

   $ sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl

   * Get a 32-bit version of the JVM:

     $ sudo apt-get install sun-java6-jdk       # JDK tools (javac, etc)
     $ sudo apt-get install ia32-sun-java6-bin  # JRE (java itself)
     $ sudo update-java-alternatives -s ia32-java-6-sun

   * Pieces from the 32-bit cross-building environment:

   $ sudo apt-get install lib32z1-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev ia32-libs

   * Intrepid (8.10) users may need a newer version of libreadline:

$ sudo apt-get install lib32readline5-dev

   * X11:
         o Ubuntu doesn't have packages for the X11 libraries, but that can be worked around with the following command:

           $ sudo ln -s /usr/lib32/libX11.so.6 /usr/lib32/libX11.so

         o If the build fails because of missing X11/Xlib.h and X11/Xatom.h, install the X11 devel packages.  (This problem exists when building on Ubuntu 8.10 x86_64)

           sudo apt-get install x11proto-core-dev  # provides Xatom.h
           sudo apt-get install libx11-dev  # provides Xlib.h
我的cdma 卡at连接参数记录
Posted in 硬件 on 2008/11/28 / 评论(0) »
Bits per second: 230400
data bits: 8
parity: none
stop bits 1
flow control hardware

这样设置下即可AT命令了

at&v

&C: 1;
&D: 2;
&F: 0;
E: 1;
L: 0;
M: 0;
Q: 0;
V: 1;
X: 4;
Z: 0;
S0: 0
S10: 14;
S11: 95;
S3: 13;
S4: 10;
S5: 8;
S6: 2;
S7: 50;
S8: 2;
S9: 6
+FCLASS: 0;
+CFG: "";
+FCC: 0,1,0,0,0,0,0,0;
+FIS: 0,1,0,0,0,0,0,0
+CDR: 0;
+CDS: 0,1,2048,6;
+CFC: 0;
+CQD: 10;
+CRC: 0;
+CTA: 0;
+CXT: 0
+DR: 0;
+DS: 3,0,2048,6;
+EB: 1,0,30;
+EFCS: 1;
+ER: 0;
+ES: 3,0,2
+ESR: 1;
+ETBM: 1,1,20;
+FAA: 0;
+FAP: 0,0,0;
+FBO: 0;
+FBU: 0
+FCQ: 1,0;
+FCR: 0;
+FCT: 1E;
+FEA: 0;
+FFC: 0,0,0,0;
+FHS: 0;
+FIE: 0
+FIP: 0;
+FLI: "";
+FLO: 1;
+FLP: 0;
+FMS: 0;
+FNR: 0,0,0,0;
+FNS: ""
+FPA: "";
+FPI: "";
+FPP: 0;
+FPR: 8;
+FPS: 1;
+FPW: "";
+FRQ: 0,0
+FRY: 0;
+FSA: "";
+FSP: 0;
+ICF: 3,3;
+IFC: 2,2;
+ILRR: 0;
+IPR: 230400
+MA: ;
+MR: 0;
+MS: ;
+MV18R: 0;
+MV18S: 0,0,0;
+CMUX: 2
可用
+GCAP
+IPR?
+IPR=?
+IPR
atd 拨号
ath 挂断


硬盘工作在PIO模式下
Posted in 硬件 on 2008/11/14 / 评论(0) »
硬盘工作在PIO模式下了:

计算机管理 - 设备管理器 - IDE ATA/ATIPI控制器 - 主要/次要IDE通道 - 属性 - 高级
此处查看IDE通道连接硬盘的当前传送模式是否为PIO?正常应该是Ultra DMA Mode 5/6的样子。

若确实是PIO,尝试将传送模式改成“DMA(若可用)”,重启。
如果重启起来还是PIO,则将此条“主要/次要IDE通道”卸载,重启,让它重新认驱动。

--------

这种情况在我的家用电脑上在半年前曾碰到过一次,现象是本来好好的,不知什么时候起硬盘的读写性能变得极差而且超级占用CPU。
后来通过上述措施处理解决。
至于IDE通道连接设备的模式为什么好好的会降速成PIO,网上找到的解释是这样的:
在每当累积发生的超时错误或 CRC 错误的总数达到6次时,IDE/ATAPI端口驱动程序(Atapi.sys)将降低传送模式。
至于怎么会发生超时和CRC错误那应该是硬件问题和RP问题了。
驱动器 E 未被格式化
Posted in 硬件 on 2008/04/06 / 评论(0) »
今天突然硬盘提示驱动器 e 未被格式化是否格式化

 执行Cmd 中的 chkdsk e:/f 重启扫描玩即可
分页: 1/4 第一页 1 2 3 4 下页 最后页 [ 显示模式: 摘要 | 列表 ]