reference1: http://blog.jangmt.com/2010/01/use-openssl.html
reference2: http://meowplanet.net/forum/index.php?showtopic=2553
reference3: http://www.twca.com.tw/Portal/Portal.aspx
Android
2012年2月23日 星期四
2011年5月28日 星期六
Ubuntu 11.0.4 using full screen in VirtualBox 4.0.8
Reference: http://proglab.ihost.tw/blog/?p=303
1. In the Virtualbox, Device --> install Guset Addtions
2. On the Desktop, double click VBOXADDITONS_4.0.8_7718
3. double click autorun.sh
4. Restart Ubuntu
1. In the Virtualbox, Device --> install Guset Addtions
2. On the Desktop, double click VBOXADDITONS_4.0.8_7718
3. double click autorun.sh
4. Restart Ubuntu
2011年4月28日 星期四
Download android souce code
source: http://www.at91.com/android4sam/bin/view/Android4SAM/GetAndroid
# sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev genext2fs
# sudo apt-get install valgrind
# sudo apt-get install libreadline5-dev
# cd ~
# mkdir bin
# echo $PATH
# mkdir mydroid
# cd mydroid
# repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.1_r2
repo initialized in /mydroid
# repo sync
cd ~/mydroid/hardware
git clone git://android.git.kernel.org/platform/hardware/alsa_sound.git
cd alsa_sound
git checkout origin/eclair
cd ~/mydroid/external
git clone git://android.git.kernel.org/platform/external/alsa-lib.git
cd alsa-lib
git checkout origin/eclair
cd ..
git clone git://android.git.kernel.org/platform/external/alsa-utils.git
cd alsa-utils
git checkout origin/eclair
# sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev genext2fs
# sudo apt-get install valgrind
# sudo apt-get install libreadline5-dev
# cd ~
# mkdir bin
# echo $PATH
# mkdir mydroid
# cd mydroid
# repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.1_r2
repo initialized in /mydroid
# repo sync
cd ~/mydroid/hardware
git clone git://android.git.kernel.org/platform/hardware/alsa_sound.git
cd alsa_sound
git checkout origin/eclair
cd ~/mydroid/external
git clone git://android.git.kernel.org/platform/external/alsa-lib.git
cd alsa-lib
git checkout origin/eclair
cd ..
git clone git://android.git.kernel.org/platform/external/alsa-utils.git
cd alsa-utils
git checkout origin/eclair
訂閱:
文章 (Atom)