TomGall

Differences between revisions 3 and 4
Revision 3 as of 2012-06-19 14:28:12
Size: 939
Editor: 70
Comment:
Revision 4 as of 2012-06-19 14:32:20
Size: 1508
Editor: 70
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
 * [[ TomGall/LibJpegTurboVAndroid | Performance comparison of libjpeg6 libjpeg-turbo and android libjpeg ]]
Line 26: Line 27:
=== Very Random ===
 {{{
boot.txt to boot.scr mkimage -A arm -T script -C none -n "Ubuntu boot script" -d boot.script boot.scr
}}}
 * way to see all the defines GCC has set gcc -E -dD -x c /dev/null
 * ICS "magic" repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro_android_4.0.3 -m landing-panda.xml ; repo sync
to switch branches : repo init .... -b BRANCH_NAME
 * tool deps http://source.android.com/source/initializing.html

Tom Gall

Email Address : <tom_gall AT mac DOT com>

BIO

Software developer since the mid 80s. Into astronomy, open source, theatre, silent film, historical war gaming in a variety of scales (28mm, 25mm, 15mm, 6mm...), civil war, napoleonic and war of 1812 reenacting, sci fi, as well as lots more. I go by tgall_foo or Dr_Who on freenode and oftc.

Projects/Interests

Random Useful Info

Very Random

  • boot.txt to boot.scr mkimage -A arm -T script -C none -n "Ubuntu boot script" -d boot.script boot.scr
  • way to see all the defines GCC has set gcc -E -dD -x c /dev/null
  • ICS "magic" repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro_android_4.0.3 -m landing-panda.xml ; repo sync

to switch branches : repo init .... -b BRANCH_NAME


CategoryHomepage

TomGall (last edited 2012-06-19 14:32:20 by 70)