Friday, July 31, 2009

英文版NOKIA 5800 中文显示及输入

1,安装签名过的 FontRouter, 这个签名软件需要通过申请证书
http://cer.dospy.com/
然后下载签名软件对FontRouter进行签名后安装在电话的卡上
2,下载中文字库 .ttf格式的文件,注意不是字体,而是字库,放入
memory card Data\Fonts 目录
3,把签过名的FontRouter放入phone中phone memory安装。
4, 重新启动手机

5,输入用点讯

Connect Nokia 5800 to UofL secure network

1, menu---settings---connectivity---Destinations
----Internet (1 access point)
2, Connection name (you can specify it)
Data bearer: Wireless LAN
Wireless network name: ulsecure
Network status: public
WLAN network mode: Infrastructure
WLAN security mode: 802.1x
WLAN security settings: in the next
Homepage:
Use access point: Automatically
3, Click WLAN security settings
WPA/WPA2: EAP
4, Click EAP Plug-in settings
enable "EPA-PEAP" , disable all others
5, Click "EPA-PEAP"
Persnal certificate: Not defined
Authority certificate: Thawte Premium Server
User name in use: User defined
User name: type in your user name assigned
Realm in use: From certificate
Realm : Louisville.edu
TLS privacy: off
Allow PEAPv0: Yes
Allow PEAPv1: No
Allow PEAPv2: No
6, Click the right corner arrow beside "settings"
enable EAP-MSCHAPv2, disable all others
Click "EAP-MSCHAPv2",
User name:
Prompt password:
Password:

7, Click the right corner arrow besides "EAPs"
go to "Ciper"
enable all "AES" related, disable all others.

8, back 8 times, goto the menu "web", then you are ready to surf the net.

Thursday, July 30, 2009

Nokia 5800 xm software

1, Nokia PC Suite should be downloaded from Nokia Website
2, If the installation of Nokia PC Suite is not working, you need to find the corresponding
Nokia PC Suite Cleaner, then install PC suite again
3, You can download more than 200 countries maps with Nokia Map Loader, it needs the support of Nokia PC Suite.
4, Symbian Certificate, that is reason why google propose Android system.
5, English verison cannot display Chinese, in order to do that, you need update your firmware, it is dangerous.
6, You can make a back up with Nokia PC Suite.

Nokia 5800 can easily connect to the WIFI with suitable configurations.

You can install "fring" in this phone, therefore, you do not have to pay the expensive telephone fee, you can use fring (by msn, skype) to make cheap calls. It works great.

Friday, June 19, 2009

chmsee 看中文电子书

对于chm电子书格式, chmsee is the best in the (xchm, chem viewer, chmsee). 其它两个容易乱码。

Thursday, May 28, 2009

ICC工作机会?

ICC 工作机会? 一个$65000,一个$85000,可能是个trick?
看了网上的评价好像很差啊,还是避开为妙,继续奋斗.

Monday, May 18, 2009

c++ pointer and array

It took me a few days to fix the program to get the real time coordinates of a draganflyer from
Vicon 8i System.

My program is written in c++ with the application of Vicon Real Time SDK.

1, set up 6 vicon cameras and calibrated these cameras so that you can check the draganflyer with 5 markers on it in Vicon IQ, in IQ, create rigid body with 5 markers, the rigid body is named as draganflyer, the workstation IP address (192.168.1.230), the datastation IP address (192.168.1.117).

2, download Vicon Real Time SDK.

3, in Visual c++, create your own project, include VrtSDK10ex.h header files in your folder.
link with VrtSDK10ex.lib ( in Visual c++, Project--->Add Existing Item---> choose VrtSDK10ex.lib in your folder).

4, begin to write your own program,

char address1="192.168.1.230";
char *chIpAddress=address1;

int BodyCount=0; //zero based, the first body number is 0
int *p_BodyCount=&BodyCount; // for it has to have "&"

int my[3]={1,2,3};
int *ptr=my; //it means it get my[0];

char chBName[50]={};
char *p_chBName=chBName;

Pay attention to the difference of pointers usage in int, array. It took me a few days to figure it out. I am quite new to c++.

Tuesday, May 5, 2009

郑集教授养生学

郑集,1910年出生,中国营养学的奠基人,中国生物化学的开拓者之一。

(1)思想开朗,乐观积极,情绪稳定;
(2)生活有规律;
(3)坚持体力劳动和体育锻炼;
(4)注意休息和睡眠;
(5)注意饮食卫生,切忌暴饮暴食;
(6)严戒烟,少喝酒;
(7)节制性欲和不良嗜好;
(8)不忽视小病;
(9)注意环境卫生,多同阳光和新鲜空气接触;
(10)注意劳动保护,防止意外伤害。其中,乐观是十诀之首。