freepine
Tuesday, July 7, 2009
Opencore logs and releases
›
1. Enable Opencore 2.0x logs: 1)At compilation time, add the marco ENABLE_PV_LOGGING=1 $ cd <android_home> $ touch external/opencore...
Friday, April 24, 2009
World Reading Day
›
Below is a list of good software books: Top 100 Best Software Engineering Books, Ever Personally, I am a little surprised that Eric Evan...
Saturday, April 4, 2009
Tips for debugging mediaserver
›
1. Add symbol file for dynamically loaded so, e.g. libopencore_asflocal.so (1) Find where the module was loaded: # cat /proc/<pid>/map...
Saturday, March 14, 2009
3. Debug native process via ssh tunnel on Windows
›
By leveraging SSH tunnel, we can setup a gdb session from remote linux workstation to the connected device on Windows following below steps:...
Wednesday, March 4, 2009
Android bionic C overview
›
David Turner wrote an overview of bionic c in android-platform mail list. [1] Bionic C overview [2] Questions about Bionic
3 comments:
Saturday, February 28, 2009
2. Draw a red block in c++
›
#define LOG_NDEBUG 0 #define LOG_TAG "NativeUITest" #include <utils/Log.h> #include <unistd.h> #include <stdio.h...
Thursday, February 26, 2009
Add syntax highlighter in Blogger
›
After adding syntax highlighter in my blog template, my previous blog looks much better now:) Actually it's quite easy, just add follow...
‹
›
Home
View web version