notes/notes on C compiling for Android-xRkcXzGJ.sh
arm-linux-gnueabi-gcc-4.4 -static main.c -o mytest

adb push main /system/bin/mytest
adb shell
cd /system/bin
chmod 7 mytest

syntax highlighted by Code2HTML, v. 0.9.1