just do IT

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:
Monday, August 22, 2011

access android source via https protocol

›
Update: no need to use this trick anymore, since google has changed the default protocol to https. repo is a good tool for android so...
Sunday, July 31, 2011

modify CE code for our platform

›
A majority of windows CE core and drivers code is available to us, they reside in public directory of CE installation folder. Occasionally...
Monday, June 27, 2011

addr2line for windows

›
While debugging os or application crash bug on windows ce (the tool winaddr2line isn't particularly used for windows CE application, i...
1 comment:
Tuesday, May 31, 2011

quickswitch

›
One of the most used function on a pc is switching between tasks. We may write some code in vim, switch to firefox to search for the usage o...
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:
‹
›
Home
View web version
Powered by Blogger.