just do IT

Thursday, April 14, 2011

extend windows ce platform with oalioctl

›
Though not being a open source platform, windows ce is designed to be flexible so that device venders can extend it easily. oalioctl is a f...
Tuesday, March 8, 2011

resolve windows ce remote tool connection issue

›
remote tools for windows ce is a set of powerful tools for debugging. I have Visual Studio 2005, Windows Embedded CE 6.0 R3 installed, but ...
Tuesday, January 25, 2011

view call stack of crashed application on android

›
On android, when a process crashes in native code, the call stack of the process will be saved to a log file in /data/tombstomes/, and writt...
11 comments:
Wednesday, January 19, 2011

install h.264 plugin for linphone on ubuntu

›
h.264 plugin isn't a standard part of linphone installation on ubuntu. We must manually compile and install it. 1. Download msx264 pl...
4 comments:
Thursday, January 13, 2011

utility for debugging android native application

›
agdb is a utility aims to ease the task of debugging android native application. Its working mechanism is similar to ndk-gdb . But it's...
Monday, January 10, 2011

view raw yuv file with mplayer

›
mplayer is a powerful utility that is helpful for examining the raw yuv file. We decoded this h.264 media file ( test_avc_amr.mp4 ) coming ...
1 comment:
Friday, December 24, 2010

another free uml tool, bouml

›
Having tried metauml as my primary design utility recently, the experience isn't as good as I expected. At the beginning, I thought I wo...
Tuesday, December 21, 2010

common programming and debugging tools

›
To help me memorize commonly used programming and debugging tools on windows and linux, I created a wiki page here: http://code.google.com/...
Sunday, December 19, 2010

port exosip to android

›
Port exosip to android platform isn't a difficult task because exosip doesn't rely on any special system calls that aren't avail...
Tuesday, December 14, 2010

tools for working with android jni

›
When we make use of jni on android, it's a error-prone task to manually write the native function name for a given java native function...
1 comment:
Wednesday, December 8, 2010

learning opencore through unit testing

›
Android 2.3 gingerbread was officially released. A big improvement is this version is in media framework, as stated in platform highlights :...
4 comments:
Sunday, December 5, 2010

python decorators

›
Decorator is a very expressive language feature in python. It helps developers to write cleaner, modular code that is easier to extend and m...
10 comments:
‹
›
Home
View web version
Powered by Blogger.