[Android] Try to Run the CTS on Android Emulator
Google provides the Android Compatibility Test Suite (CTS) for developer to test its Android distribution. You can use it to verify the Android platform. This t …
difference
Google provides the Android Compatibility Test Suite (CTS) for developer to test its Android distribution. You can use it to verify the Android platform. This t …
I try to run the monkey test for QNotepad on Android Emulator. The monkey test command is like this, #> adb shell monkey -p packageName -v 500 The packageNam …
This article is an installing steps for user who wants to build the OpenCV on Android. This work is based on the OpenCV and CrystaX .NET. Here is my building en …
When we compile some project, we may want to catch compile-time error message for debugging use. Unfortunately, you can’t just redirect the error messages …
When you catch this error message, you have to check the “build/core/pathmap.mk” file. In the file, it defines the FRAMEWORKS_BASE_SUBDIRS variable …
今天到中和 SOGO 逛逛,在上廁所時,偶然發現牆上貼著幾張勵志語錄,其中一張吸引我的注意,「人生的價值不是取得一副好牌,而是如何打好壞牌」。這句話聽起來很熟悉,我索性用關鍵字來 Google 後,發現有位逝世的教授曾經在演講中說了類似的話,這位教授是「蘭迪鮑許」,他在「最後的演講」書中說「我們改變不了上天發給我們的牌 …
Qt Lab 日前在 Blog 介紹了 BogDan 提供的 Qt Creator,叫做 Necessitas,其可以支援 Android 並整合 Qt Creator,各位可以看看安裝教學,應該很容易可以弄起來,在 Necessitas 上有很詳細的說明和 source code 下載位址。 Necessitas 可 …
今天有幸跟朋友購入一支 Google Phone,跟台灣版的 i9020 不同,這款是用 AMOLED 螢幕,雖然有人說這種技術會造成螢幕烙印,不過,似乎也是要長時間維持在某個畫面,才可能有這樣的問題,不過看到一些評測,AMOLED 的畫面表現真的不錯,所以就不考慮這麼多了,當作體驗一下 AMOLED 的魅力好了,這就 …
在建置一個類似 router 的裝置時,需要透過橋接兩個 network interface 的方式,使得 WAN port 與 LAN port 可以彼此連接,就像家用 router 一樣。在 Linux Kernel 內已經支援了這樣的功能,藉由開啟這個功能,可以很方便地建立兩個 network interface …
FFmpeg 是一個很有名的開放原始碼專案,常被用於處理多媒體資料,包含多種多媒體檔案格式的錄影、播放、轉檔與串流等。FFmpeg 被廣泛運用的開放原始碼專案,它除了本身提供 ffmpeg、ffplay 及 ffserver 命令列工具之外,還包含 codec 函式庫,有許多開放原始碼軟體會基於 FFmpeg 函式庫來 …