2010年1月10日 星期日

Howto: Build Android source on Ubuntu 9.10 need java 1.5

Now the java version on Ubuntu 9.10 is default as 1.6, but this version have problem to build Android.
The reason is mentioned in Android geting source page.
Following is a note from Internet to force install java 1.5.
My work Record: ubuntu 9.10 , build android , java 1.5

2010年1月4日 星期一

Android fontpack can be used on Windows Mobile 6.5

For some reason, I only can have Windows Mobile 6.5 english ROM for HTC Touchpro2 device.
I know there is a project called - Little bear studio(小熊工作室) which support chinese input method and chinese font for pure english Windows mobile device. But many people complain there are some issues on Windows Mobile 6.5, so I don't want to take a risk on my device. I look for a while from Internet, and some people suggest to use Android fontpacks which include Traditional/Simplied  chinese, Korea, Japenese font. Since I don't really need chinese input method on mobile, so I decide to install this package. (EVO Droid.zip). It works very well on my english Windows Mobile. It really can show chinese char when using browser, Outlook mobile, etc..
Hope you can enjoy this when you have same environment as me.

HowTo: Create a list of installed packages - Ubuntu Forums

HowTo: Create a list of installed packages - Ubuntu Forums
Recently, I have three Ubuntu host to develop something, but I always have to reinstall the necessary packages one by one when build system complain it needs some files.

Now I found a good solution to get the whole installed list and feed it to a fresh host, then I have some developing environment on three machine.

This is a great tip for me.

#dpkg --get-selections > installed-software (run on ready developing machine)

#dpkg --set-selections < installed-software (run on fresh machine, then followed by dselect)