just do IT

Friday, May 11, 2012

port libcurl to wince

›
libcurl is a powerful network transfer library. It has support for many popular protocols and can make our application easier to integrate ...
Friday, March 9, 2012

build subversion 1.7 for ubuntu 11.04

›
subversion  1.7 has many new fascinating features, like viewing diff in svn log command, and a cleaner directory layout (only one .svn fol...
1 comment:
Wednesday, February 22, 2012

solve "Host 'awk' tool is outdated." problem for ndk

›
While using ndk-build command in ndk r7 to build a project on 32-bit ubuntu, I got this error: Android NDK: Host 'awk' tool is outd...
Saturday, January 7, 2012

adepends.py, utility for analysing android module dependency

›
There are thousands of modules within android system. They form a very complicated dependency graph. When we want to learn about a particula...
3 comments:
Monday, December 5, 2011

conditional compilation on wince

›
While designing BSP , it's very common to enable or disable some features based on our requirements. Subsequently, we may need to change...
Tuesday, November 29, 2011

use protobuf on iphone app

›
This post is a step by step tutorial showing how to use protobuf in iphone application. It shows how to: Create a reusable static library ...
Thursday, November 24, 2011

port protobuf-lite to wince

›
protobuf is a wonderful project that helps us implement communication protocol. There are a lot of benefits to use it in practical project,...
Sunday, October 30, 2011

why can we use printf without including stdio.h

›
I read the c programming language again to mourn Dennis Ritchie who passed away recently. I noticed below statements in section "4....
Sunday, October 23, 2011

stream audio via udp on android

›
In this post , I tried to play small audio data chunks with AudioTrack to show the feasibility of streaming audio. It's not straightforw...
21 comments:
Wednesday, October 12, 2011

microsoft's ifstream automatically removes carriage return

›
By default, the ifstream class in miscrosoft's STL converts a carriage return and new line (0x0d0a or crlf) pair to a single new line (...
1 comment:
Tuesday, August 30, 2011

ease android stacktrace examination in vim with agdb

›
Continue the post view call stack of crashed application on android . The agdb tool is able to convert PC register to source file informat...
Saturday, August 27, 2011

fix "bad class file error" android build error

›
I got the error below while building android source code: packages/apps/Calculator/src/com/android/calculator2/CalculatorDisplay.java:19: c...
3 comments:
‹
›
Home
View web version
Powered by Blogger.