開啟Notes
進入工具
選擇規則
按下新規則
指定動作的部份設定成"傳送副本到"
收件人填寫你要收信的帳號
2011年4月1日 星期五
2011年3月31日 星期四
Blendtec 四年業績上升 1,000% 的秘密 » Mr. Jamie 看網路與創投
Blendtec 四年業績上升 1,000% 的秘密 » Mr. Jamie 看網路與創投: "- 已使用 Google 工具列寄出"
這次完整的把這個影片看完
我真的會很想買這個果汁機
連iPad2都可以打碎
什麼水果打不碎
額外的重點是 "病毒影片" 的重要性
這次完整的把這個影片看完
我真的會很想買這個果汁機
連iPad2都可以打碎
什麼水果打不碎
額外的重點是 "病毒影片" 的重要性
透過Facebook分享
2011年3月30日 星期三
Run Animatedtiles (qt examples) to android
繼
四篇文章
得知之前失敗是因為網路的關係導致lib無法下載成功到正確的位置
Ministro就這樣被設計出來
是用來check QT ap需要哪些qt lib for android然後替你下載
如果你網路有問題(跟我一樣)
你可以上官網下載
或者從此處下載
將lib放到/data/data/eu.licentia.necessitas.ministro/files/qt/lib
這邊有我編譯好的Animatedtiles 以及官網提供的Ministro
使用adb install安裝
去執行Animatedtiles
就ok嚕
適用於Android 2.2 (SDK 8)
Run Qt examples fail on android
Ministro
Run Qt examples - Animatetiles on android
build qt examples - animatedtiles fail (Need to install g++)
四篇文章
得知之前失敗是因為網路的關係導致lib無法下載成功到正確的位置
Ministro就這樣被設計出來
是用來check QT ap需要哪些qt lib for android然後替你下載
如果你網路有問題(跟我一樣)
你可以上官網下載
或者從此處下載
將lib放到/data/data/eu.licentia.necessitas.ministro/files/qt/lib
這邊有我編譯好的Animatedtiles 以及官網提供的Ministro
使用adb install安裝
去執行Animatedtiles
就ok嚕
適用於Android 2.2 (SDK 8)
透過Facebook分享
Android GPS porting HAL code pdf
非常感謝Collect Countries網友將心得做成pdf分享給大家
可以從此處下載
http://dl.dropbox.com/u/ 12275050/Android_GPS_HAL.pdf
以下是Collect Countries網友在原文章所回應的內容
Collect Countries 已針對您的文章「Android GPS porting HAL code」留下新意見:
不好意思來晚了
這是我們整理的心得
http://dl.dropbox.com/u/ 12275050/Android_GPS_HAL.pdf
可以從此處下載
http://dl.dropbox.com/u/
以下是Collect Countries網友在原文章所回應的內容
Collect Countries 已針對您的文章「Android GPS porting HAL code」留下新意見:
不好意思來晚了
這是我們整理的心得
http://dl.dropbox.com/u/
透過Facebook分享
2011年3月29日 星期二
修改svn帳號 under ubuntu
需求:
原先已經有subversion帳號在local端
現在需要用其他人的subversion帳號作checkin的動作
該怎麼辦呢
刪除以下路徑的檔案
~/.subversion/auth/svn.simple/
這個底下我看到有個檔案
0c5519d12a9c29c63fdc4facdf74317b
刪除後
再做一次checkin就會詢問你帳號密碼
原先已經有subversion帳號在local端
現在需要用其他人的subversion帳號作checkin的動作
該怎麼辦呢
刪除以下路徑的檔案
~/.subversion/auth/svn.simple/
這個底下我看到有個檔案
0c5519d12a9c29c63fdc4facdf74317b
刪除後
再做一次checkin就會詢問你帳號密碼
透過Facebook分享
myandroid9.1 code release tar
build 完
du -h
8.9G
切換到build目錄下
make clean
du -h
5.2G
find . -type f -name "*.o" -print0 | xargs -0 rm
du -h
5.1G
find . -type f -name "*.so" -print0 | xargs -0 rm
du -h
5.1G
find . -type f -name "*.img" -print0 | xargs -0 rm
du -h
5.1G
find . -type d -name generic -print0 | xargs -0 rm -rf
du -h
5.1G
find . -type d -name "\.git" -print0 | xargs -0 rm -rf
du -sh
4.6G
rm -rf .repo
du -sh
3.0G
find . -type f -name "*.patch" -print0 | xargs -0 rm
du -sh
3.0G
tar zcf myandroid9.1-CV7000-after1.0.0.3.tar.gz myandroid9.1-CV7000-after1.0.0.3/
-rw-r--r-- 1 nelsonchung nelsonchung 916M 2011-03-29 22:51 myandroid9.1-CV7000-after1.0.0.3.tar.gz
壓縮完剩916MB
du -h
8.9G
切換到build目錄下
make clean
du -h
5.2G
find . -type f -name "*.o" -print0 | xargs -0 rm
du -h
5.1G
find . -type f -name "*.so" -print0 | xargs -0 rm
du -h
5.1G
find . -type f -name "*.img" -print0 | xargs -0 rm
du -h
5.1G
find . -type d -name generic -print0 | xargs -0 rm -rf
du -h
5.1G
find . -type d -name "\.git" -print0 | xargs -0 rm -rf
du -sh
4.6G
rm -rf .repo
du -sh
3.0G
find . -type f -name "*.patch" -print0 | xargs -0 rm
du -sh
3.0G
tar zcf myandroid9.1-CV7000-after1.0.0.3.tar.gz myandroid9.1-CV7000-after1.0.0.3/
-rw-r--r-- 1 nelsonchung nelsonchung 916M 2011-03-29 22:51 myandroid9.1-CV7000-after1.0.0.3.tar.gz
壓縮完剩916MB
透過Facebook分享
build Ministro jni ok
把Ministro的jni內容放到myandroid9.1下
可以使用git下載Ministro的source
git clone git://git.code.sf.net/p/necessitas/ministro/git necessitas.ministro
choosecombo
mm
有以下error
改了一下Android.mk內容
請從此處下載
再重新mm一次
ok
可以使用git下載Ministro的source
git clone git://git.code.sf.net/p/necessitas/ministro/git necessitas.ministro
choosecombo
mm
有以下error
改了一下Android.mk內容
請從此處下載
再重新mm一次
ok
透過Facebook分享
2011年3月28日 星期一
Build LXDE source code變得容易
參考這篇文章
可以讓LXDE的編譯變得容易
sudo apt-get source lxde
sudo apt-get build-dep lxde
sudo ./configure
sudo make
sudo make install
用 apt-get 節省系統開發和評估的時間
可以讓LXDE的編譯變得容易
sudo apt-get source lxde
sudo apt-get build-dep lxde
sudo ./configure
sudo make
sudo make install
透過Facebook分享
build qt examples - animatedtiles fail (Need to install g++)
Following
I got qt example and try to build animatedtiles examples.
But got following error.
make: g++: Command not found
make: *** [main.o] Error 127
The process "/usr/bin/make" exited with code %2.
I think I don't install develop tools on this new machine.
Qt version path error ( you need to install qt sdk )
I got qt example and try to build animatedtiles examples.
But got following error.
make: g++: Command not found
make: *** [main.o] Error 127
The process "/usr/bin/make" exited with code %2.
I think I don't install develop tools on this new machine.
透過Facebook分享
2011年3月27日 星期日
Qt version path error ( you need to install qt sdk )
Following
download from http://qt.nokia.com/downloads/sdk-linux-x11-32bit-cpp
chmod +x qt-sdk-linux-x86-opensource-2010.05.1.bin
./qt-sdk-linux-x86-opensource-2010.05.1.bin
You don't need to worry about that problem after you install qt sdk.
At the same time, you have the qt examples too. (you need to set qtsdk path.)
Set Qt sdk path.
[QT] Install QT Creator on Ubuntu 10.04
download from http://qt.nokia.com/downloads/sdk-linux-x11-32bit-cpp
chmod +x qt-sdk-linux-x86-opensource-2010.05.1.bin
./qt-sdk-linux-x86-opensource-2010.05.1.bin
You don't need to worry about that problem after you install qt sdk.
At the same time, you have the qt examples too. (you need to set qtsdk path.)
Set Qt sdk path.
透過Facebook分享
訂閱:
文章 (Atom)